From 992cfa502ba6849fdc9cddd9bff038ea15cb19c2 Mon Sep 17 00:00:00 2001 From: Alex <33497058+bexsoft@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:39:34 -0700 Subject: [PATCH] Release v2.3.15 (#925) Signed-off-by: Benjamin Perez Co-authored-by: Benjamin Perez --- dist/esm/index.js | 12788 ++++++++-------- dist/esm/index.js.map | 2 +- .../Icons/NewDesignIcons/BalancerIcon.d.ts | 6 + .../Icons/NewDesignIcons/BalancerIcon.tsx | 36 - .../Icons/NewDesignIcons/BellArrowIcon.d.ts | 6 + .../Icons/NewDesignIcons/BellArrowIcon.tsx | 42 - .../Icons/NewDesignIcons/BoxOutlineIcon.d.ts | 6 + .../Icons/NewDesignIcons/BoxOutlineIcon.tsx | 36 - .../Icons/NewDesignIcons/BucketCopyIcon.d.ts | 6 + .../Icons/NewDesignIcons/BucketCopyIcon.tsx | 48 - .../Icons/NewDesignIcons/BucketQuotaIcon.d.ts | 6 + .../Icons/NewDesignIcons/BucketQuotaIcon.tsx | 46 - .../NewDesignIcons/ClusterHealthIcon.d.ts | 6 + .../NewDesignIcons/ClusterHealthIcon.tsx | 40 - .../Icons/NewDesignIcons/ClusterIcon.d.ts | 6 + .../Icons/NewDesignIcons/ClusterIcon.tsx | 40 - .../NewDesignIcons/ClusterIngressIcon.d.ts | 6 + .../NewDesignIcons/ClusterIngressIcon.tsx | 38 - .../ClusterReplicationIcon.d.ts | 6 + .../NewDesignIcons/ClusterReplicationIcon.tsx | 44 - .../Icons/NewDesignIcons/ClustersIcon.d.ts | 6 + .../Icons/NewDesignIcons/ClustersIcon.tsx | 36 - .../Icons/NewDesignIcons/DataIcon.d.ts | 4 + .../Icons/NewDesignIcons/DataIcon.tsx | 36 - .../Icons/NewDesignIcons/DatabaseApiIcon.d.ts | 6 + .../Icons/NewDesignIcons/DatabaseApiIcon.tsx | 36 - .../Icons/NewDesignIcons/FolderKey2Icon.d.ts | 6 + .../Icons/NewDesignIcons/FolderKey2Icon.tsx | 42 - .../NewDesignIcons/HardDriveSearchIcon.d.ts | 6 + .../NewDesignIcons/HardDriveSearchIcon.tsx | 48 - .../Icons/NewDesignIcons/LDAPIcon.d.ts | 4 + .../Icons/NewDesignIcons/LDAPIcon.tsx | 36 - .../Icons/NewDesignIcons/LambdaIcon.d.ts | 4 + .../Icons/NewDesignIcons/LambdaIcon.tsx | 34 - .../NewDesignIcons/PasscodeLockIcon.d.ts | 6 + .../Icons/NewDesignIcons/PasscodeLockIcon.tsx | 36 - .../NewDesignIcons/RefreshCwSettingsIcon.d.ts | 6 + .../NewDesignIcons/RefreshCwSettingsIcon.tsx | 44 - .../Icons/NewDesignIcons/SitesIcon.d.ts | 4 + .../Icons/NewDesignIcons/SitesIcon.tsx | 36 - .../Icons/NewDesignIcons/SummaryIcon.d.ts | 6 + .../Icons/NewDesignIcons/SummaryIcon.tsx | 52 - .../Icons/NewDesignIcons/TraceIcon.d.ts | 4 + .../Icons/NewDesignIcons/TraceIcon.tsx | 36 - .../Icons/NewDesignIcons/icons.stories.tsx | 85 - .../Icons/NewDesignIcons/index.d.ts | 21 + dist/mds.d.ts | 101 + package.json | 2 +- 48 files changed, 6867 insertions(+), 7090 deletions(-) create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BalancerIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BalancerIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BellArrowIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BellArrowIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BoxOutlineIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BoxOutlineIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BucketCopyIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BucketCopyIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BucketQuotaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/BucketQuotaIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClusterHealthIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClusterHealthIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClusterIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClusterIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClusterIngressIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClusterIngressIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClusterReplicationIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClusterReplicationIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClustersIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/ClustersIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DataIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DataIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DatabaseApiIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/DatabaseApiIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderKey2Icon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/FolderKey2Icon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HardDriveSearchIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/HardDriveSearchIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LDAPIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LDAPIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LambdaIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/LambdaIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PasscodeLockIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/PasscodeLockIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RefreshCwSettingsIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/RefreshCwSettingsIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SitesIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SitesIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SummaryIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/SummaryIcon.tsx create mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TraceIcon.d.ts delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/TraceIcon.tsx delete mode 100644 dist/esm/types/src/components/Icons/NewDesignIcons/icons.stories.tsx diff --git a/dist/esm/index.js b/dist/esm/index.js index e8dd5c53..027b07c4 100644 --- a/dist/esm/index.js +++ b/dist/esm/index.js @@ -42944,7 +42944,450 @@ const oC = p.div(({}) => ({ fill: "currentColor", }), ), - YI = ({ + YI = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.99996 1.30005C8.38656 1.30005 8.69996 1.61345 8.69996 2.00005V2.89165C9.95753 3.46404 11.5944 3.96356 12.6568 3.96662C12.6601 3.96658 12.6634 3.96655 12.6666 3.96655C12.6702 3.96655 12.6738 3.96658 12.6774 3.96663H14C14.3866 3.96663 14.7 4.28003 14.7 4.66663C14.7 5.05323 14.3866 5.36663 14 5.36663H13.3666V5.39167C14.5185 5.70001 15.3666 6.75098 15.3666 8.00005C15.3666 9.49122 14.1578 10.7 12.6666 10.7C11.1755 10.7 9.96664 9.49122 9.96664 8.00005C9.96664 6.75098 10.8148 5.70001 11.9666 5.39167V5.32159C10.9309 5.19764 9.72885 4.83281 8.69996 4.41499V13.3H11.3333C11.7199 13.3 12.0333 13.6134 12.0333 14C12.0333 14.3866 11.7199 14.7 11.3333 14.7L7.99996 14.7L4.66664 14.7C4.28005 14.7 3.96664 14.3866 3.96664 14C3.96664 13.6134 4.28005 13.3 4.66664 13.3H7.29996V4.41499C6.27108 4.83281 5.06899 5.19763 4.0333 5.32159V6.72493C5.18512 7.03326 6.0333 8.08423 6.0333 9.3333C6.0333 10.8245 4.82447 12.0333 3.3333 12.0333C1.84213 12.0333 0.633301 10.8245 0.633301 9.3333C0.633301 8.08423 1.48148 7.03326 2.6333 6.72493V5.36663H1.99996C1.61336 5.36663 1.29996 5.05323 1.29996 4.66663C1.29996 4.28003 1.61336 3.96663 1.99996 3.96663H3.32251L3.3333 3.96655L3.34311 3.96662C4.40559 3.96355 6.0424 3.46404 7.29996 2.89165V2.00005C7.29996 1.61345 7.61336 1.30005 7.99996 1.30005ZM12.6666 6.70005C11.9487 6.70005 11.3666 7.28208 11.3666 8.00005C11.3666 8.71802 11.9487 9.30005 12.6666 9.30005C13.3846 9.30005 13.9666 8.71802 13.9666 8.00005C13.9666 7.28208 13.3846 6.70005 12.6666 6.70005ZM3.3333 8.0333C2.61533 8.0333 2.0333 8.61533 2.0333 9.3333C2.0333 10.0513 2.61533 10.6333 3.3333 10.6333C4.05127 10.6333 4.6333 10.0513 4.6333 9.3333C4.6333 8.61533 4.05127 8.0333 3.3333 8.0333Z", + fill: "currentColor", + }), + ), + KI = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + d: "M7.99998 2.0333C6.18658 2.0333 4.69998 3.5199 4.69998 5.3333C4.69998 7.76977 4.17693 9.38739 3.61451 10.4185C3.57371 10.4933 3.53278 10.5649 3.49192 10.6333H12.5274C12.4572 10.5186 12.3863 10.3951 12.3157 10.2627C12.1337 9.9216 12.2628 9.49758 12.6039 9.31565C12.945 9.13373 13.369 9.26277 13.551 9.60389C13.79 10.0522 14.0243 10.357 14.1898 10.5432C14.2727 10.6365 14.3386 10.7003 14.3796 10.7376C14.4002 10.7563 14.4144 10.7684 14.4215 10.7742L14.4258 10.7777C14.6626 10.9592 14.7586 11.2711 14.6641 11.5547C14.5688 11.8405 14.3013 12.0333 14 12.0333H1.99998C1.69151 12.0333 1.41941 11.8314 1.33002 11.5361C1.24163 11.2442 1.3525 10.9291 1.60313 10.7567L1.60444 10.7557C1.6091 10.7522 1.62052 10.7435 1.63779 10.7291C1.67231 10.7004 1.73027 10.6488 1.80431 10.5706C1.95204 10.4147 2.1657 10.151 2.38545 9.7481C2.82303 8.94588 3.29998 7.5635 3.29998 5.3333C3.29998 2.7467 5.41338 0.633301 7.99998 0.633301C8.53977 0.633301 9.01465 0.711438 9.48801 0.869222C9.85477 0.991476 10.053 1.3879 9.93073 1.75466C9.80847 2.12142 9.41205 2.31963 9.04529 2.19738C8.71864 2.0885 8.39352 2.0333 7.99998 2.0333Z", + fill: "currentColor", + }), + e.createElement("path", { + d: "M6.5294 13.3865C6.86817 13.2003 7.29379 13.3239 7.48005 13.6627C7.53124 13.7558 7.6065 13.8334 7.69796 13.8875C7.78942 13.9416 7.89373 13.9702 7.99998 13.9702C8.10624 13.9702 8.21054 13.9416 8.302 13.8875C8.39347 13.8334 8.46872 13.7558 8.51991 13.6627C8.70617 13.3239 9.13179 13.2003 9.47057 13.3865C9.80934 13.5728 9.93298 13.9984 9.74672 14.3372C9.57473 14.65 9.3219 14.9109 9.01464 15.0926C8.70738 15.2743 8.35696 15.3702 7.99998 15.3702C7.64301 15.3702 7.29259 15.2743 6.98533 15.0926C6.67806 14.9109 6.42523 14.65 6.25325 14.3372C6.06699 13.9984 6.19063 13.5728 6.5294 13.3865Z", + fill: "currentColor", + }), + e.createElement("path", { + d: "M9.96666 3.3333C9.96666 2.9467 10.2801 2.6333 10.6667 2.6333H14.2222C14.3171 2.6333 14.4076 2.65219 14.4902 2.68642C14.5709 2.7198 14.6466 2.76892 14.7126 2.83378L14.7217 2.84292C14.8457 2.96921 14.9222 3.14233 14.9222 3.3333V6.88886C14.9222 7.27546 14.6088 7.58886 14.2222 7.58886C13.8356 7.58886 13.5222 7.27546 13.5222 6.88886V5.02325L11.1616 7.38383C10.8883 7.6572 10.4451 7.6572 10.1717 7.38383C9.89832 7.11046 9.89832 6.66725 10.1717 6.39388L12.5323 4.0333H10.6667C10.2801 4.0333 9.96666 3.7199 9.96666 3.3333Z", + fill: "currentColor", + }), + ), + XI = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.72469 0.66135C7.90634 0.623992 8.09369 0.623992 8.27533 0.66135C8.48558 0.704591 8.67327 0.809781 8.81809 0.890942C8.83177 0.898613 8.84508 0.906068 8.85798 0.913237L9.83996 1.45878C10.1779 1.64653 10.2997 2.07269 10.1119 2.41064C9.92417 2.74859 9.49801 2.87035 9.16006 2.6826L8.17808 2.13706C8.08656 2.08621 8.03642 2.05861 8.00001 2.04045C7.9636 2.05861 7.91346 2.08621 7.82194 2.13706L6.83996 2.6826C6.50201 2.87035 6.07585 2.74859 5.8881 2.41064C5.70035 2.07269 5.82211 1.64653 6.16006 1.45878L7.14204 0.913237C7.15495 0.906069 7.16825 0.898613 7.18194 0.890943C7.32675 0.809781 7.51445 0.704591 7.72469 0.66135ZM11.8881 3.39741C12.0759 3.05946 12.502 2.9377 12.84 3.12545L13.7913 3.65398C13.805 3.66156 13.8191 3.66934 13.8336 3.67734C13.9381 3.73486 14.0637 3.80397 14.1814 3.89459C14.3581 3.94201 14.5161 4.0582 14.6119 4.23074C14.7017 4.39239 14.7207 4.57423 14.6791 4.7405C14.7012 4.8874 14.7006 5.0307 14.7001 5.14998C14.7001 5.16658 14.7 5.18271 14.7 5.19832V6.23736C14.7 6.62396 14.3866 6.93736 14 6.93736C13.6134 6.93736 13.3 6.62396 13.3 6.23736V5.76035L12.84 6.01594C12.502 6.20368 12.0758 6.08192 11.8881 5.74398C11.7004 5.40603 11.8221 4.97986 12.1601 4.79212L12.5586 4.57069L12.1601 4.34927C11.8221 4.16152 11.7004 3.73536 11.8881 3.39741ZM3.16006 3.12545C3.49801 2.9377 3.92417 3.05946 4.11192 3.39741C4.29967 3.73536 4.17791 4.16152 3.83996 4.34927L3.4414 4.57069L3.83996 4.79212C4.17791 4.97986 4.29967 5.40603 4.11192 5.74398C3.92417 6.08192 3.49801 6.20368 3.16006 6.01594L2.70001 5.76035V6.23736C2.70001 6.62396 2.38661 6.93736 2.00001 6.93736C1.61341 6.93736 1.30001 6.62396 1.30001 6.23736V5.19832C1.30001 5.18271 1.29995 5.16658 1.29988 5.14998C1.29942 5.0307 1.29886 4.8874 1.32092 4.7405C1.2793 4.57423 1.29829 4.39239 1.3881 4.23074C1.48396 4.0582 1.64197 3.94201 1.81865 3.89459C1.93635 3.80397 2.06189 3.73486 2.16638 3.67735C2.18092 3.66934 2.19506 3.66156 2.20871 3.65398L3.16006 3.12545ZM5.8881 6.73074C6.07585 6.39279 6.50201 6.27103 6.83996 6.45878L8.00001 7.10325L9.16006 6.45878C9.49801 6.27103 9.92417 6.39279 10.1119 6.73074C10.2997 7.06869 10.1779 7.49485 9.83996 7.6826L8.70001 8.31591V9.57069C8.70001 9.95729 8.38661 10.2707 8.00001 10.2707C7.61341 10.2707 7.30001 9.95729 7.30001 9.57069V8.31591L6.16006 7.6826C5.82211 7.49485 5.70035 7.06869 5.8881 6.73074ZM2.00001 8.87069C2.38661 8.87069 2.70001 9.18409 2.70001 9.57069V10.6097C2.70001 10.7203 2.70025 10.781 2.70225 10.8242C2.73897 10.8469 2.79191 10.8765 2.88861 10.9303L3.83996 11.4588C4.17791 11.6465 4.29967 12.0727 4.11192 12.4106C3.92417 12.7486 3.49801 12.8704 3.16006 12.6826L2.20871 12.1541C2.19506 12.1465 2.18093 12.1387 2.16639 12.1307C2.01305 12.0463 1.81438 11.9369 1.66168 11.7712C1.52983 11.6282 1.43005 11.4586 1.36901 11.2738C1.29831 11.0599 1.2992 10.8331 1.29988 10.6581C1.29995 10.6415 1.30001 10.6253 1.30001 10.6097V9.57069C1.30001 9.18409 1.61341 8.87069 2.00001 8.87069ZM14 8.87069C14.3866 8.87069 14.7 9.18409 14.7 9.57069V10.6097C14.7 10.6253 14.7001 10.6415 14.7001 10.6581C14.7008 10.8331 14.7017 11.0599 14.631 11.2738C14.57 11.4586 14.4702 11.6282 14.3383 11.7712C14.1856 11.9369 13.987 12.0463 13.8336 12.1307C13.8191 12.1387 13.805 12.1465 13.7913 12.1541L12.84 12.6826C12.502 12.8704 12.0759 12.7486 11.8881 12.4106C11.7004 12.0727 11.8221 11.6465 12.1601 11.4588L13.1114 10.9303C13.2081 10.8765 13.261 10.8469 13.2978 10.8242C13.2998 10.781 13.3 10.7203 13.3 10.6097V9.57069C13.3 9.18409 13.6134 8.87069 14 8.87069ZM7.30001 12.904C7.30001 12.5174 7.61341 12.204 8.00001 12.204C8.38661 12.204 8.70001 12.5174 8.70001 12.904V13.381L9.16006 13.1254C9.49801 12.9377 9.92417 13.0595 10.1119 13.3974C10.2997 13.7354 10.1779 14.1615 9.83996 14.3493L8.85798 14.8948C8.84508 14.902 8.83177 14.9094 8.81809 14.9171C8.72002 14.9721 8.6023 15.038 8.47123 15.0883C8.34685 15.2016 8.1815 15.2707 8.00001 15.2707C7.81852 15.2707 7.65317 15.2016 7.52879 15.0883C7.39772 15.038 7.28 14.9721 7.18194 14.9171C7.16825 14.9094 7.15495 14.902 7.14204 14.8948L6.16006 14.3493C5.82211 14.1615 5.70035 13.7354 5.8881 13.3974C6.07585 13.0595 6.50201 12.9377 6.83996 13.1254L7.30001 13.381V12.904Z", + fill: "currentColor", + }), + ), + QI = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + d: "M1.33333 0.633301C0.946732 0.633301 0.633331 0.946701 0.633331 1.3333V3.66663C0.633331 4.05323 0.946732 4.36663 1.33333 4.36663H1.48458L2.19317 10.7439C2.23256 11.0984 2.53221 11.3666 2.88889 11.3666H3.66666C4.05326 11.3666 4.36666 11.0532 4.36666 10.6666C4.36666 10.28 4.05326 9.96661 3.66666 9.96661H3.51542L2.80683 3.58931C2.76495 3.21236 2.43106 2.93874 2.05562 2.96881C2.04822 2.96823 2.04079 2.96776 2.03333 2.96741V2.0333H9.96666V2.66663C9.96666 3.05323 10.2801 3.36663 10.6667 3.36663C11.0533 3.36663 11.3667 3.05323 11.3667 2.66663V1.3333C11.3667 0.946701 11.0533 0.633301 10.6667 0.633301H1.33333Z", + fill: "currentColor", + }), + e.createElement("path", { + d: "M7.74444 10C7.74444 9.61345 8.05784 9.30005 8.44444 9.30005H11.5555C11.9421 9.30005 12.2555 9.61345 12.2555 10C12.2555 10.3866 11.9421 10.7 11.5555 10.7H8.44444C8.05784 10.7 7.74444 10.3866 7.74444 10Z", + fill: "currentColor", + }), + e.createElement("path", { + d: "M9.22223 11.6333C8.83563 11.6333 8.52223 11.9467 8.52223 12.3333C8.52223 12.7199 8.83563 13.0333 9.22223 13.0333H10.7778C11.1644 13.0333 11.4778 12.7199 11.4778 12.3333C11.4778 11.9467 11.1644 11.6333 10.7778 11.6333H9.22223Z", + fill: "currentColor", + }), + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.33333 4.6333C4.94673 4.6333 4.63333 4.9467 4.63333 5.3333V7.66663C4.63333 8.05323 4.94673 8.36663 5.33333 8.36663H5.48459L6.19317 14.7439C6.23256 15.0984 6.53221 15.3666 6.88889 15.3666H13.1111C13.4678 15.3666 13.7674 15.0984 13.8068 14.7439L14.5154 8.36663H14.6667C15.0533 8.36663 15.3667 8.05323 15.3667 7.66663V5.3333C15.3667 4.9467 15.0533 4.6333 14.6667 4.6333H5.33333ZM13.8889 6.96655L13.8996 6.96663H13.9667V6.0333H6.03333V6.96663H6.10045L6.11111 6.96655H13.8889ZM7.51542 13.9666L6.89321 8.36663H13.1068L12.4846 13.9666H7.51542Z", + fill: "currentColor", + }), + ), + JI = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.99999 0.633301C1.61339 0.633301 1.29999 0.946701 1.29999 1.3333V4.3333C1.29999 4.7199 1.61339 5.0333 1.99999 5.0333H2.37346L2.55427 6.6606C2.59696 7.04484 2.94306 7.32171 3.32729 7.27902C3.71153 7.23633 3.9884 6.89023 3.94571 6.506L3.78207 5.0333H12.2179L11.3735 12.6333H11.3333C10.9467 12.6333 10.6333 12.9467 10.6333 13.3333C10.6333 13.7199 10.9467 14.0333 11.3333 14.0333H12C12.3567 14.0333 12.6563 13.7651 12.6957 13.4106L13.6265 5.0333H14C14.3866 5.0333 14.7 4.7199 14.7 4.3333V1.3333C14.7 0.946701 14.3866 0.633301 14 0.633301H1.99999ZM13.3 3.6333V2.0333H2.69999V3.6333H13.3Z", + fill: "currentColor", + }), + e.createElement("path", { + d: "M4.31103 8.37552C4.56763 8.66468 4.54124 9.10711 4.25208 9.36372C3.98364 9.60193 3.76674 9.89249 3.61468 10.2176C3.46262 10.5426 3.37863 10.8954 3.36784 11.2541C3.35706 11.6128 3.41972 11.9699 3.55198 12.3036C3.68424 12.6372 3.8833 12.9402 4.13694 13.1941C4.39059 13.4481 4.69346 13.6474 5.02696 13.78C5.36046 13.9126 5.71755 13.9757 6.07631 13.9653C6.43506 13.9549 6.78789 13.8713 7.11315 13.7196C7.43841 13.5679 7.72922 13.3513 7.96773 13.0831C8.22465 12.7942 8.66711 12.7683 8.95599 13.0252C9.24486 13.2822 9.27077 13.7246 9.01385 14.0135C8.64853 14.4242 8.20311 14.756 7.70494 14.9883C7.20676 15.2207 6.66635 15.3488 6.11688 15.3647C5.5674 15.3806 5.02048 15.2841 4.50968 15.081C3.99887 14.8779 3.53498 14.5725 3.14649 14.1836C2.75799 13.7947 2.45309 13.3305 2.25052 12.8195C2.04794 12.3085 1.95196 11.7615 1.96848 11.212C1.98499 10.6626 2.11365 10.1223 2.34655 9.6244C2.57945 9.12648 2.91168 8.68143 3.32283 8.31657C3.61199 8.05997 4.05442 8.08636 4.31103 8.37552Z", + fill: "currentColor", + }), + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M5.99999 7.30005C5.61339 7.30005 5.29999 7.61345 5.29999 8.00005V11.3332C5.29999 11.7198 5.61339 12.0332 5.99999 12.0332H9.33332C9.51897 12.0332 9.69702 11.9595 9.8283 11.8282C9.95957 11.6969 10.0333 11.5189 10.0333 11.3332C10.0333 10.2636 9.60837 9.2377 8.85197 8.48134C8.09558 7.72497 7.06968 7.30005 5.99999 7.30005ZM6.69999 10.6332V8.79478C7.13557 8.9149 7.53694 9.14621 7.86205 9.4713C8.18714 9.79639 8.41845 10.1977 8.53858 10.6332H6.69999Z", + fill: "currentColor", + }), + ), + eZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + d: "M7.99999 5.30005C8.38659 5.30005 8.69999 5.61345 8.69999 6.00005V7.30005H9.99999C10.3866 7.30005 10.7 7.61345 10.7 8.00005C10.7 8.38665 10.3866 8.70005 9.99999 8.70005H8.69999V10C8.69999 10.3866 8.38659 10.7 7.99999 10.7C7.61339 10.7 7.29999 10.3866 7.29999 10V8.70005H5.99999C5.61339 8.70005 5.29999 8.38665 5.29999 8.00005C5.29999 7.61345 5.61339 7.30005 5.99999 7.30005H7.29999V6.00005C7.29999 5.61345 7.61339 5.30005 7.99999 5.30005Z", + fill: "currentColor", + }), + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.64999 0.727083C7.86657 0.60204 8.13341 0.60204 8.34999 0.727083L14.1235 4.06042C14.3401 4.18546 14.4735 4.41655 14.4735 4.66663V11.3333C14.4735 11.5834 14.3401 11.8145 14.1235 11.9395L8.34999 15.2729C8.13341 15.3979 7.86657 15.3979 7.64999 15.2729L1.87649 11.9395C1.65991 11.8145 1.52649 11.5834 1.52649 11.3333V4.66663C1.52649 4.41655 1.65991 4.18546 1.87649 4.06042L7.64999 0.727083ZM2.92649 5.07078V10.9292L7.99999 13.8583L13.0735 10.9292V5.07078L7.99999 2.14159L2.92649 5.07078Z", + fill: "currentColor", + }), + ), + tZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + d: "M7.64996 0.727083C7.86654 0.60204 8.13338 0.60204 8.34996 0.727083L14.1235 4.06042C14.34 4.18546 14.4735 4.41655 14.4735 4.66663V11.3333C14.4735 11.5834 14.34 11.8145 14.1235 11.9395L8.34996 15.2729C8.13338 15.3979 7.86654 15.3979 7.64996 15.2729L1.87646 11.9395C1.65988 11.8145 1.52646 11.5834 1.52646 11.3333V10.3333C1.52646 9.9467 1.83986 9.6333 2.22646 9.6333C2.61306 9.6333 2.92646 9.9467 2.92646 10.3333V10.9292L7.99996 13.8583L13.0735 10.9292V5.07078L7.99996 2.14159L2.92646 5.07078V5.66663C2.92646 6.05323 2.61306 6.36663 2.22646 6.36663C1.83986 6.36663 1.52646 6.05323 1.52646 5.66663V4.66663C1.52646 4.41655 1.65988 4.18546 1.87646 4.06042L7.64996 0.727083Z", + fill: "currentColor", + }), + e.createElement("path", { + d: "M0.633301 8.00005C0.633301 7.61345 0.946701 7.30005 1.3333 7.30005H6.97674L5.61937 5.94269C5.34601 5.66932 5.34601 5.22611 5.61937 4.95274C5.89274 4.67937 6.33596 4.67937 6.60932 4.95274L9.16161 7.50503C9.43498 7.77839 9.43498 8.22161 9.16161 8.49497L6.60932 11.0473C6.33596 11.3206 5.89274 11.3206 5.61937 11.0473C5.34601 10.7739 5.34601 10.3307 5.61937 10.0573L6.97664 8.70005H1.3333C0.946701 8.70005 0.633301 8.38665 0.633301 8.00005Z", + fill: "currentColor", + }), + ), + nZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + d: "M5.64995 1.39383C5.86653 1.26879 6.13337 1.26879 6.34995 1.39383L7.50465 2.0605C7.83946 2.2538 7.95417 2.68191 7.76087 3.01672C7.56757 3.35152 7.13946 3.46623 6.80466 3.27293L5.99995 2.80834L2.08115 5.07086V9.5959L2.88585 10.0605C3.22066 10.2538 3.33537 10.6819 3.14207 11.0167C2.94877 11.3515 2.52066 11.4662 2.18585 11.2729L1.03115 10.6063C0.814572 10.4812 0.681152 10.2501 0.681152 10V4.66672C0.681152 4.41663 0.814572 4.18554 1.03115 4.0605L5.64995 1.39383Z", + fill: "currentColor", + }), + e.createElement("path", { + d: "M10.6666 9.33333C10.6666 10.0697 10.0697 10.6667 9.3333 10.6667C8.59692 10.6667 7.99997 10.0697 7.99997 9.33333C7.99997 8.59695 8.59692 8 9.3333 8C10.0697 8 10.6666 8.59695 10.6666 9.33333Z", + fill: "currentColor", + }), + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.9833 3.39383C9.19988 3.26879 9.46672 3.26879 9.6833 3.39383L14.3021 6.0605C14.5187 6.18554 14.6521 6.41663 14.6521 6.66672V12C14.6521 12.2501 14.5187 12.4812 14.3021 12.6063L9.6833 15.2729C9.46672 15.398 9.19988 15.398 8.9833 15.2729L4.3645 12.6063C4.14792 12.4812 4.0145 12.2501 4.0145 12V6.66672C4.0145 6.41663 4.14792 6.18554 4.3645 6.0605L8.9833 3.39383ZM5.4145 7.07086V11.5959L9.3333 13.8584L13.2521 11.5959V7.07086L9.3333 4.80834L5.4145 7.07086Z", + fill: "currentColor", + }), + ), + rZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + d: "M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z", + fill: "currentColor", + }), + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.64999 0.727083C7.86657 0.60204 8.13341 0.60204 8.34999 0.727083L14.1235 4.06042C14.3401 4.18546 14.4735 4.41655 14.4735 4.66663V11.3333C14.4735 11.5834 14.3401 11.8145 14.1235 11.9395L8.34999 15.2729C8.13341 15.3979 7.86657 15.3979 7.64999 15.2729L1.87649 11.9395C1.65991 11.8145 1.52649 11.5834 1.52649 11.3333V4.66663C1.52649 4.41655 1.65991 4.18546 1.87649 4.06042L7.64999 0.727083ZM2.92649 5.07078V10.9292L7.99999 13.8583L13.0735 10.9292V5.07078L7.99999 2.14159L2.92649 5.07078Z", + fill: "currentColor", + }), + ), + oZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.34998 1.39383C8.1334 1.26879 7.86656 1.26879 7.64998 1.39383L5.91793 2.39383C5.70135 2.51887 5.56793 2.74996 5.56793 3.00005V5.00005C5.56793 5.25013 5.70135 5.48122 5.91793 5.60627L7.29999 6.4042V8.10782L5.86611 8.93567L4.34998 8.06033C4.1334 7.93529 3.86656 7.93529 3.64998 8.06034L1.91793 9.06034C1.70135 9.18538 1.56793 9.41647 1.56793 9.66655V11.6666C1.56793 11.9166 1.70135 12.1477 1.91793 12.2728L3.64998 13.2728C3.86656 13.3978 4.1334 13.3978 4.34998 13.2728L6.08203 12.2728C6.29861 12.1477 6.43203 11.9166 6.43203 11.6666V10.2255L7.86601 9.39761L9.38203 10.2729C9.44166 10.3073 9.50424 10.332 9.56793 10.3474V11.6666C9.56793 11.9166 9.70135 12.1477 9.91793 12.2728L11.65 13.2728C11.8666 13.3978 12.1334 13.3978 12.35 13.2728L14.082 12.2728C14.2986 12.1477 14.432 11.9166 14.432 11.6666V9.66655C14.432 9.41647 14.2986 9.18538 14.082 9.06034L12.35 8.06034C12.1334 7.93529 11.8666 7.93529 11.65 8.06034L9.99988 9.01302L8.69999 8.26253V6.40419L10.082 5.60627C10.2986 5.48122 10.432 5.25013 10.432 5.00005V3.00005C10.432 2.74996 10.2986 2.51887 10.082 2.39383L8.34998 1.39383ZM6.96793 3.40419L7.99998 2.80834L9.03203 3.40419V4.5959L7.99998 5.19176L6.96793 4.5959V3.40419ZM10.9679 11.2624V10.0707L12 9.47484L13.032 10.0707V11.2624L12 11.8583L10.9679 11.2624ZM3.99998 9.47484L2.96793 10.0707V11.2624L3.99998 11.8583L5.03203 11.2624V10.0707L3.99998 9.47484Z", + fill: "currentColor", + }), + ), + aZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.85091 0.633336C1.85623 0.633338 1.86148 0.63334 1.86664 0.63334H3.46664C3.4718 0.63334 3.47705 0.633338 3.48238 0.633336C3.56144 0.633303 3.6576 0.633263 3.74258 0.640206C3.84145 0.648285 3.98499 0.669141 4.13577 0.745967C4.3302 0.845036 4.48828 1.00312 4.58735 1.19755C4.66418 1.34833 4.68503 1.49187 4.69311 1.59074C4.70005 1.67572 4.70001 1.77188 4.69998 1.85094C4.69998 1.85627 4.69998 1.86151 4.69998 1.86667V3.46667C4.69998 3.47183 4.69998 3.47708 4.69998 3.48241C4.70001 3.56147 4.70005 3.65763 4.69311 3.74261C4.68503 3.84148 4.66418 3.98502 4.58735 4.1358C4.48828 4.33023 4.3302 4.48831 4.13577 4.58738C3.98499 4.66421 3.84145 4.68506 3.74258 4.69314C3.6576 4.70008 3.56144 4.70004 3.48238 4.70001C3.47705 4.70001 3.4718 4.70001 3.46664 4.70001H1.86664C1.86148 4.70001 1.85624 4.70001 1.85091 4.70001C1.77185 4.70004 1.67569 4.70008 1.59071 4.69314C1.49184 4.68506 1.3483 4.66421 1.19752 4.58738C1.00309 4.48831 0.845005 4.33023 0.745936 4.1358C0.66911 3.98502 0.648254 3.84148 0.640176 3.74261C0.633233 3.65763 0.633273 3.56147 0.633305 3.48241C0.633308 3.47708 0.63331 3.47183 0.63331 3.46667V1.86667C0.63331 1.86151 0.633308 1.85626 0.633305 1.85094C0.633273 1.77188 0.633233 1.67572 0.640176 1.59074C0.648254 1.49187 0.66911 1.34833 0.745936 1.19755C0.845005 1.00312 1.00309 0.845036 1.19752 0.745967C1.3483 0.669141 1.49184 0.648285 1.59071 0.640206C1.67569 0.633263 1.77185 0.633303 1.85091 0.633336ZM2.03331 2.03334V3.30001H3.29998V2.03334H2.03331ZM7.18424 3.3C7.18957 3.3 7.19482 3.30001 7.19998 3.30001H8.79998C8.80514 3.30001 8.81038 3.3 8.81571 3.3C8.89477 3.29997 8.99093 3.29993 9.07591 3.30687C9.17478 3.31495 9.31832 3.33581 9.4691 3.41263C9.66353 3.5117 9.82161 3.66978 9.92068 3.86422C9.99751 4.015 10.0184 4.15853 10.0264 4.25741C10.0334 4.34238 10.0333 4.43854 10.0333 4.5176C10.0333 4.52293 10.0333 4.52818 10.0333 4.53334V6.13334C10.0333 6.1385 10.0333 6.14375 10.0333 6.14908C10.0333 6.22814 10.0334 6.3243 10.0264 6.40928C10.0184 6.50815 9.99751 6.65168 9.92068 6.80246C9.82161 6.9969 9.66353 7.15498 9.4691 7.25405C9.31832 7.33087 9.17478 7.35173 9.07591 7.35981C8.99094 7.36675 8.89478 7.36671 8.81571 7.36668C8.81039 7.36668 8.80514 7.36667 8.79998 7.36667H7.19998C7.19481 7.36667 7.18956 7.36668 7.18424 7.36668C7.10518 7.36671 7.00902 7.36675 6.92404 7.35981C6.82517 7.35173 6.68163 7.33087 6.53085 7.25405C6.33642 7.15498 6.17834 6.9969 6.07927 6.80246C6.00244 6.65168 5.98159 6.50815 5.97351 6.40928C5.96657 6.3243 5.96661 6.22814 5.96664 6.14908C5.96664 6.14375 5.96664 6.1385 5.96664 6.13334V4.53334C5.96664 4.52818 5.96664 4.52293 5.96664 4.5176C5.96661 4.43854 5.96657 4.34238 5.97351 4.25741C5.98159 4.15853 6.00244 4.015 6.07927 3.86422C6.17834 3.66978 6.33642 3.5117 6.53085 3.41263C6.68163 3.33581 6.82517 3.31495 6.92404 3.30687C7.00902 3.29993 7.10518 3.29997 7.18424 3.3ZM7.36664 4.70001V5.96667H8.63331V4.70001H7.36664ZM12.5176 5.96667C12.5229 5.96667 12.5281 5.96667 12.5333 5.96667L14.1333 5.96667C14.1385 5.96667 14.1437 5.96667 14.149 5.96667C14.2281 5.96664 14.3243 5.9666 14.4092 5.97354C14.5081 5.98162 14.6517 6.00248 14.8024 6.0793C14.9969 6.17837 15.1549 6.33645 15.254 6.53088C15.3308 6.68166 15.3517 6.8252 15.3598 6.92407C15.3667 7.00905 15.3667 7.10521 15.3666 7.18427V14.1491C15.3667 14.2281 15.3667 14.3243 15.3598 14.4093C15.3517 14.5081 15.3308 14.6517 15.254 14.8025C15.1549 14.9969 14.9969 15.155 14.8024 15.254C14.6517 15.3309 14.5081 15.3517 14.4092 15.3598C14.3243 15.3668 14.2281 15.3667 14.149 15.3667L7.18424 15.3667C7.10518 15.3667 7.00902 15.3667 6.92404 15.3598C6.82517 15.3517 6.68163 15.3309 6.53085 15.254C6.33642 15.155 6.17834 14.9969 6.07927 14.8025C6.00244 14.6517 5.98159 14.5081 5.97351 14.4093C5.96657 14.3243 5.96661 14.2281 5.96664 14.1491C5.96664 14.1438 5.96664 14.1385 5.96664 14.1333V12.5333C5.96664 12.5282 5.96664 12.5229 5.96664 12.5176C5.96661 12.4385 5.96657 12.3424 5.97351 12.2574C5.98159 12.1585 6.00244 12.015 6.07927 11.8642C6.17834 11.6698 6.33642 11.5117 6.53085 11.4126C6.68163 11.3358 6.82517 11.315 6.92404 11.3069C7.00902 11.2999 7.10518 11.3 7.18424 11.3C7.18957 11.3 7.19481 11.3 7.19998 11.3H8.63331V9.86667C8.63331 9.86151 8.63331 9.85626 8.6333 9.85094C8.63327 9.77188 8.63323 9.67571 8.64018 9.59074C8.64825 9.49187 8.66911 9.34833 8.74594 9.19755C8.84501 9.00312 9.00309 8.84504 9.19752 8.74597C9.3483 8.66914 9.49184 8.64828 9.59071 8.64021C9.67568 8.63326 9.77184 8.6333 9.85091 8.63334C9.85623 8.63334 9.86148 8.63334 9.86664 8.63334H11.3V7.20001C11.3 7.19485 11.3 7.1896 11.3 7.18427C11.2999 7.10521 11.2999 7.00905 11.3068 6.92407C11.3149 6.8252 11.3358 6.68166 11.4126 6.53088C11.5117 6.33645 11.6698 6.17837 11.8642 6.0793C12.015 6.00247 12.1585 5.98162 12.2574 5.97354C12.3424 5.9666 12.4385 5.96664 12.5176 5.96667ZM12.7 7.36667L12.7 8.81574C12.7 8.8948 12.7001 8.99097 12.6931 9.07594C12.685 9.17481 12.6642 9.31835 12.5873 9.46913C12.4883 9.66356 12.3302 9.82164 12.1358 9.92071C11.985 9.99754 11.8415 10.0184 11.7426 10.0265C11.6576 10.0334 11.5614 10.0334 11.4824 10.0333C11.4771 10.0333 11.4718 10.0333 11.4666 10.0333H10.0333V11.4667C10.0333 11.4718 10.0333 11.4771 10.0333 11.4824C10.0333 11.5615 10.0334 11.6576 10.0264 11.7426C10.0184 11.8415 9.99751 11.985 9.92068 12.1358C9.82161 12.3302 9.66353 12.4883 9.4691 12.5874C9.31832 12.6642 9.17478 12.6851 9.07591 12.6931C8.99094 12.7001 8.89477 12.7 8.81571 12.7L7.36664 12.7V13.9667L13.9666 13.9667V7.36667L12.7 7.36667ZM2.51757 7.3C2.5229 7.3 2.52815 7.30001 2.53331 7.30001H4.13331C4.13847 7.30001 4.14372 7.3 4.14905 7.3C4.22811 7.29997 4.32427 7.29993 4.40924 7.30687C4.50812 7.31495 4.65165 7.33581 4.80243 7.41263C4.99687 7.5117 5.15495 7.66978 5.25402 7.86422C5.33084 8.015 5.3517 8.15853 5.35978 8.2574C5.36672 8.34238 5.36668 8.43855 5.36665 8.51761C5.36665 8.52294 5.36664 8.52818 5.36664 8.53334V10.1333C5.36664 10.1385 5.36665 10.1437 5.36665 10.1491C5.36668 10.2281 5.36672 10.3243 5.35978 10.4093C5.3517 10.5081 5.33084 10.6517 5.25402 10.8025C5.15495 10.9969 4.99687 11.155 4.80243 11.254C4.65165 11.3309 4.50812 11.3517 4.40924 11.3598C4.32427 11.3668 4.22811 11.3667 4.14905 11.3667C4.14372 11.3667 4.13847 11.3667 4.13331 11.3667H2.53331C2.52815 11.3667 2.5229 11.3667 2.51757 11.3667C2.43851 11.3667 2.34235 11.3668 2.25737 11.3598C2.1585 11.3517 2.01497 11.3309 1.86419 11.254C1.66975 11.155 1.51167 10.9969 1.4126 10.8025C1.33578 10.6517 1.31492 10.5081 1.30684 10.4093C1.2999 10.3243 1.29994 10.2281 1.29997 10.1491C1.29997 10.1437 1.29998 10.1385 1.29998 10.1333V8.53334C1.29998 8.52818 1.29997 8.52293 1.29997 8.51761C1.29994 8.43854 1.2999 8.34238 1.30684 8.2574C1.31492 8.15853 1.33578 8.015 1.4126 7.86422C1.51167 7.66978 1.66975 7.5117 1.86419 7.41263C2.01497 7.33581 2.1585 7.31495 2.25737 7.30687C2.34235 7.29993 2.43851 7.29997 2.51757 7.3ZM2.69998 8.70001V9.96667H3.96664V8.70001H2.69998Z", + fill: "currentColor", + }), + ), + lZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M2.69999 5.07188V7.33028C2.70286 7.34397 2.7279 7.42494 2.90348 7.56407C3.11756 7.73371 3.47108 7.91724 3.97165 8.08435C4.96556 8.41617 6.38706 8.63333 7.99999 8.63333C9.61292 8.63333 11.0344 8.41617 12.0283 8.08435C12.5289 7.91724 12.8824 7.73371 13.0965 7.56407C13.2721 7.42494 13.2971 7.34397 13.3 7.33028V5.07188C13.0434 5.19956 12.7616 5.31242 12.464 5.41162C11.2894 5.80317 9.71114 6.03333 7.99999 6.03333C6.28883 6.03333 4.71062 5.80317 3.53599 5.41162C3.23838 5.31242 2.95659 5.19956 2.69999 5.07188ZM14.7 3.33333V7.33333C14.7 7.91406 14.3491 8.35776 13.966 8.66134C13.5759 8.97045 13.0544 9.21775 12.4717 9.41231C11.4599 9.75007 10.1462 9.96725 8.69999 10.0205V11.4237C9.25986 11.629 9.70433 12.0735 9.90962 12.6333H14C14.3866 12.6333 14.7 12.9467 14.7 13.3333C14.7 13.7199 14.3866 14.0333 14 14.0333H9.90962C9.62431 14.8114 8.87699 15.3667 7.99999 15.3667C7.12299 15.3667 6.37567 14.8114 6.09036 14.0333H1.99999C1.61339 14.0333 1.29999 13.7199 1.29999 13.3333C1.29999 12.9467 1.61339 12.6333 1.99999 12.6333H6.09036C6.29564 12.0735 6.74012 11.629 7.29999 11.4237V10.0205C5.85373 9.96725 4.54005 9.75007 3.52832 9.41231C2.94556 9.21775 2.42408 8.97045 2.03399 8.66134C1.65089 8.35776 1.29999 7.91406 1.29999 7.33333V3.33333C1.29999 2.75078 1.65482 2.3072 2.03822 2.00505C2.42951 1.69668 2.95233 1.44959 3.53599 1.25504C4.71062 0.863495 6.28883 0.633331 7.99999 0.633331C9.71114 0.633331 11.2894 0.863495 12.464 1.25504C13.0476 1.44959 13.5705 1.69668 13.9618 2.00505C14.3452 2.3072 14.7 2.75078 14.7 3.33333ZM13.2989 3.33333C13.2923 3.31165 13.2581 3.23298 13.0952 3.10463C12.8793 2.93445 12.5234 2.75057 12.0213 2.5832C11.0243 2.25088 9.60254 2.03333 7.99999 2.03333C6.39743 2.03333 4.97565 2.25088 3.97871 2.5832C3.47658 2.75057 3.12072 2.93445 2.90478 3.10463C2.74192 3.23298 2.70764 3.31165 2.70104 3.33333C2.70764 3.35501 2.74192 3.43369 2.90478 3.56203C3.12072 3.73222 3.47658 3.91609 3.97871 4.08347C4.97565 4.41578 6.39743 4.63333 7.99999 4.63333C9.60254 4.63333 11.0243 4.41578 12.0213 4.08347C12.5234 3.91609 12.8793 3.73222 13.0952 3.56203C13.2581 3.43369 13.2923 3.35501 13.2989 3.33333ZM13.3003 7.32819C13.3003 7.3282 13.3003 7.32869 13.3001 7.32967L13.3003 7.32819ZM2.69966 7.32819C2.69969 7.32819 2.69978 7.32866 2.69986 7.32961L2.69966 7.32819ZM7.99999 12.7C7.65021 12.7 7.36665 12.9836 7.36665 13.3333C7.36665 13.6831 7.65021 13.9667 7.99999 13.9667C8.34977 13.9667 8.63332 13.6831 8.63332 13.3333C8.63332 12.9836 8.34977 12.7 7.99999 12.7Z", + fill: "currentColor", + }), + ), + iZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M11.1616 7.16153C11.435 6.88816 11.435 6.44494 11.1616 6.17158C10.8882 5.89821 10.445 5.89821 10.1717 6.17158L7.52187 8.82137C7.26189 8.70067 6.97213 8.6333 6.66663 8.6333C5.54366 8.6333 4.6333 9.54366 4.6333 10.6666C4.6333 11.7896 5.54366 12.7 6.66663 12.7C7.78961 12.7 8.69997 11.7896 8.69997 10.6666C8.69997 10.3611 8.63258 10.0713 8.51185 9.81129L9.99993 8.3232L10.1717 8.49494C10.445 8.76831 10.8882 8.76831 11.1616 8.49494C11.435 8.22158 11.435 7.77836 11.1616 7.50499L10.9899 7.33326L11.1616 7.16153ZM6.0333 10.6666C6.0333 10.3169 6.31685 10.0333 6.66663 10.0333C7.01642 10.0333 7.29997 10.3169 7.29997 10.6666C7.29997 11.0164 7.01642 11.3 6.66663 11.3C6.31685 11.3 6.0333 11.0164 6.0333 10.6666Z", + fill: "currentColor", + }), + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M9.09926 3.96663L11.4953 3.96663C12.031 3.96662 12.4751 3.96661 12.8372 3.9962C13.214 4.02699 13.5634 4.09326 13.8924 4.26091C14.4004 4.51977 14.8135 4.93282 15.0724 5.44086C15.24 5.7699 15.3063 6.11924 15.3371 6.49603C15.3667 6.8582 15.3666 7.30228 15.3666 7.83792V10.8287C15.3666 11.3643 15.3667 11.8084 15.3371 12.1706C15.3063 12.5474 15.24 12.8967 15.0724 13.2257C14.8135 13.7338 14.4004 14.1468 13.8924 14.4057C13.5634 14.5733 13.214 14.6396 12.8372 14.6704C12.4751 14.7 12.031 14.7 11.4953 14.7H4.50464C3.96898 14.7 3.52488 14.7 3.1627 14.6704C2.78591 14.6396 2.43657 14.5733 2.10753 14.4057C1.59949 14.1468 1.18644 13.7338 0.927585 13.2257C0.759931 12.8967 0.693661 12.5474 0.662876 12.1706C0.633286 11.8084 0.633293 11.3643 0.633301 10.8287V4.10659C0.633289 3.75605 0.633278 3.45165 0.653793 3.20056C0.675496 2.93494 0.7236 2.66792 0.854923 2.41018C1.04987 2.02759 1.36093 1.71653 1.74352 1.52158C2.00126 1.39026 2.26828 1.34216 2.5339 1.32045C2.785 1.29994 3.08937 1.29995 3.43992 1.29996L6.09945 1.29988C6.49314 1.29932 6.84675 1.29882 7.17227 1.4111C7.45719 1.50937 7.7167 1.66976 7.93202 1.88065C8.17802 2.12159 8.33571 2.4381 8.51128 2.79048L9.09926 3.96663ZM6.01483 2.69996C6.54419 2.69996 6.64189 2.7091 6.71577 2.73458C6.80451 2.76519 6.88534 2.81514 6.95241 2.88083C7.00824 2.93551 7.06011 3.01883 7.29684 3.49229L7.53401 3.96663H2.03339C2.03381 3.67458 2.03618 3.47325 2.04914 3.31457C2.06377 3.13552 2.08833 3.07325 2.10233 3.04577C2.16305 2.9266 2.25994 2.82971 2.37911 2.76899C2.40659 2.75499 2.46886 2.73043 2.64791 2.7158C2.83513 2.70051 3.08172 2.69996 3.46664 2.69996H6.01483ZM8.6818 5.36663C8.67204 5.36683 8.66229 5.36683 8.65256 5.36663H2.0333V10.8C2.0333 11.3716 2.03385 11.7582 2.05823 12.0566C2.08194 12.3468 2.12466 12.4914 2.17499 12.5902C2.29963 12.8348 2.4985 13.0336 2.74312 13.1583C2.8419 13.2086 2.98649 13.2513 3.27671 13.275C3.5751 13.2994 3.9617 13.3 4.5333 13.3H11.4666C12.0382 13.3 12.4248 13.2994 12.7232 13.275C13.0134 13.2513 13.158 13.2086 13.2568 13.1583C13.5014 13.0336 13.7003 12.8348 13.8249 12.5902C13.8753 12.4914 13.918 12.3468 13.9417 12.0566C13.9661 11.7582 13.9666 11.3716 13.9666 10.8V7.86663C13.9666 7.29503 13.9661 6.90842 13.9417 6.61004C13.918 6.31982 13.8753 6.17523 13.8249 6.07644C13.7003 5.83183 13.5014 5.63296 13.2568 5.50832C13.158 5.45799 13.0134 5.41527 12.7232 5.39155C12.4248 5.36717 12.0382 5.36663 11.4666 5.36663H8.6818Z", + fill: "currentColor", + }), + ), + CZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + d: "M2.66663 6.0333C2.31685 6.0333 2.0333 6.31685 2.0333 6.66663V9.3333C2.0333 9.68308 2.31685 9.96663 2.66663 9.96663H5.99997C6.38657 9.96663 6.69997 10.28 6.69997 10.6666C6.69997 11.0532 6.38657 11.3666 5.99997 11.3666H2.66663C1.54366 11.3666 0.633301 10.4563 0.633301 9.3333V6.66663C0.633301 5.54366 1.54366 4.6333 2.66663 4.6333H13.3333C14.4563 4.6333 15.3666 5.54366 15.3666 6.66663V9.3333C15.3666 9.7199 15.0532 10.0333 14.6666 10.0333C14.28 10.0333 13.9666 9.7199 13.9666 9.3333V6.66663C13.9666 6.31685 13.6831 6.0333 13.3333 6.0333H2.66663Z", + fill: "currentColor", + }), + e.createElement("path", { + d: "M3.29996 8.00005C3.29996 7.61345 3.61336 7.30005 3.99996 7.30005H4.00662C4.39322 7.30005 4.70662 7.61345 4.70662 8.00005C4.70662 8.38665 4.39322 8.70005 4.00662 8.70005H3.99996C3.61336 8.70005 3.29996 8.38665 3.29996 8.00005Z", + fill: "currentColor", + }), + e.createElement("path", { + d: "M6.66664 7.30005C6.28005 7.30005 5.96664 7.61345 5.96664 8.00005C5.96664 8.38665 6.28005 8.70005 6.66664 8.70005H6.67331C7.05991 8.70005 7.37331 8.38665 7.37331 8.00005C7.37331 7.61345 7.05991 7.30005 6.67331 7.30005H6.66664Z", + fill: "currentColor", + }), + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M13.0059 11.3492C13.2353 10.9523 13.3666 10.4915 13.3666 10C13.3666 8.50888 12.1578 7.30005 10.6666 7.30005C9.17548 7.30005 7.96664 8.50888 7.96664 10C7.96664 11.4912 9.17548 12.7 10.6666 12.7C11.1582 12.7 11.619 12.5687 12.016 12.3392L12.8384 13.1616C13.1118 13.435 13.555 13.435 13.8283 13.1616C14.1017 12.8882 14.1017 12.445 13.8283 12.1716L13.0059 11.3492ZM10.6666 8.70005C9.94867 8.70005 9.36664 9.28208 9.36664 10C9.36664 10.718 9.94867 11.3 10.6666 11.3C10.9769 11.3 11.2617 11.1914 11.4852 11.0101C11.5101 10.973 11.5389 10.9378 11.5717 10.905C11.6045 10.8722 11.6397 10.8434 11.6767 10.8185C11.858 10.595 11.9666 10.3102 11.9666 10C11.9666 9.28208 11.3846 8.70005 10.6666 8.70005Z", + fill: "currentColor", + }), + ), + sZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M3.44011 2.6333H12.5602C12.9107 2.63329 13.2151 2.63328 13.4662 2.65379C13.7318 2.67549 13.9989 2.7236 14.2566 2.85492C14.6392 3.04986 14.9503 3.36093 15.1452 3.74352C15.2765 4.00126 15.3246 4.26828 15.3463 4.5339C15.3668 4.785 15.3668 5.08937 15.3668 5.43992V7.3333C15.3668 7.7199 15.0534 8.0333 14.6668 8.0333C14.2802 8.0333 13.9668 7.7199 13.9668 7.3333V5.46664C13.9668 5.08172 13.9663 4.83513 13.951 4.64791C13.9363 4.46886 13.9118 4.40659 13.8978 4.37911C13.8371 4.25994 13.7402 4.16305 13.621 4.10233C13.5935 4.08833 13.5313 4.06377 13.3522 4.04914C13.165 4.03385 12.9184 4.0333 12.5335 4.0333H3.46682C3.0819 4.0333 2.83531 4.03385 2.64809 4.04914C2.46904 4.06377 2.40677 4.08833 2.37929 4.10233C2.26012 4.16305 2.16323 4.25994 2.10251 4.37911C2.08851 4.40659 2.06395 4.46886 2.04933 4.64791C2.03403 4.83513 2.03349 5.08172 2.03349 5.46664V7.86664C2.03349 8.25155 2.03403 8.49814 2.04933 8.68536C2.06395 8.86441 2.08851 8.92668 2.10251 8.95416C2.16323 9.07333 2.26012 9.17022 2.37929 9.23094C2.40677 9.24494 2.46904 9.2695 2.64809 9.28413C2.83531 9.29942 3.0819 9.29997 3.46682 9.29997H7.33348C7.72008 9.29997 8.03348 9.61337 8.03348 9.99997C8.03348 10.3866 7.72008 10.7 7.33348 10.7L3.4401 10.7C3.08955 10.7 2.78518 10.7 2.53409 10.6795C2.26846 10.6578 2.00144 10.6097 1.7437 10.4783C1.36111 10.2834 1.05005 9.97235 0.855105 9.58975C0.723783 9.33201 0.675678 9.06499 0.653976 8.79937C0.63346 8.54827 0.633472 8.2439 0.633485 7.89334V5.43993C0.633472 5.08937 0.63346 4.785 0.653976 4.5339C0.675678 4.26828 0.723783 4.00126 0.855105 3.74352C1.05005 3.36093 1.36111 3.04986 1.7437 2.85492C2.00144 2.7236 2.26846 2.67549 2.53409 2.65379C2.78518 2.63328 3.08956 2.63329 3.44011 2.6333ZM3.80015 6.66664C3.80015 6.18799 4.18817 5.79997 4.66682 5.79997C5.14546 5.79997 5.53348 6.18799 5.53348 6.66664C5.53348 7.14528 5.14546 7.5333 4.66682 7.5333C4.18817 7.5333 3.80015 7.14528 3.80015 6.66664ZM7.13348 6.66664C7.13348 6.18799 7.5215 5.79997 8.00015 5.79997C8.4788 5.79997 8.86682 6.18799 8.86682 6.66664C8.86682 7.14528 8.4788 7.5333 8.00015 7.5333C7.5215 7.5333 7.13348 7.14528 7.13348 6.66664ZM10.4668 6.66664C10.4668 6.18799 10.8548 5.79997 11.3335 5.79997C11.8121 5.79997 12.2002 6.18799 12.2002 6.66664C12.2002 7.14528 11.8121 7.5333 11.3335 7.5333C10.8548 7.5333 10.4668 7.14528 10.4668 6.66664ZM9.80015 10.1666C9.80015 9.1357 10.6359 8.29997 11.6668 8.29997C12.6978 8.29997 13.5335 9.1357 13.5335 10.1666V10.6559C13.6635 10.6735 13.8082 10.708 13.9539 10.7823C14.2111 10.9133 14.4202 11.1224 14.5512 11.3795C14.6462 11.5659 14.6761 11.7506 14.6887 11.9051C14.7002 12.0453 14.7002 12.2104 14.7002 12.378V12.9552C14.7002 13.1229 14.7002 13.288 14.6887 13.4282C14.6761 13.5826 14.6462 13.7673 14.5512 13.9538C14.4202 14.2109 14.2111 14.42 13.9539 14.551C13.7675 14.646 13.5828 14.6759 13.4284 14.6886C13.2882 14.7 13.1231 14.7 12.9554 14.7H10.3782C10.2106 14.7 10.0455 14.7 9.90528 14.6886C9.75083 14.6759 9.56613 14.646 9.3797 14.551C9.12254 14.42 8.91347 14.2109 8.78244 13.9538C8.68745 13.7673 8.65751 13.5826 8.64489 13.4282C8.63344 13.288 8.63346 13.1229 8.63348 12.9552V12.378C8.63346 12.2104 8.63344 12.0453 8.64489 11.9051C8.65751 11.7506 8.68745 11.5659 8.78244 11.3795C8.91347 11.1224 9.12254 10.9133 9.3797 10.7823C9.52545 10.708 9.67014 10.6735 9.80015 10.6559V10.1666ZM10.4002 12.0333C10.2183 12.0333 10.1136 12.0338 10.0388 12.0386C10.0339 12.1134 10.0335 12.2181 10.0335 12.4V12.9333C10.0335 13.1151 10.0339 13.2199 10.0388 13.2946C10.1136 13.2995 10.2183 13.3 10.4002 13.3H12.9335C13.1153 13.3 13.22 13.2995 13.2948 13.2946C13.2997 13.2199 13.3002 13.1151 13.3002 12.9333V12.4C13.3002 12.2181 13.2997 12.1134 13.2948 12.0386C13.22 12.0338 13.1153 12.0333 12.9335 12.0333H10.4002ZM12.1335 10.6333H11.2002V10.1666C11.2002 9.9089 11.4091 9.69997 11.6668 9.69997C11.9246 9.69997 12.1335 9.9089 12.1335 10.1666V10.6333Z", + fill: "currentColor", + }), + ), + cZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + d: "M4.25238 4.25238C5.24602 3.25875 6.59356 2.7004 7.99873 2.70005C9.49307 2.70601 10.9274 3.28851 12.0027 4.326L12.3099 4.63322H11.3334C10.9468 4.63322 10.6334 4.94662 10.6334 5.33322C10.6334 5.71982 10.9468 6.03322 11.3334 6.03322H13.9849C14.1691 6.03718 14.3545 5.96889 14.495 5.82836C14.5761 5.74729 14.6331 5.6513 14.6661 5.54922C14.6881 5.48119 14.7001 5.4086 14.7001 5.33322V2.66655C14.7001 2.27995 14.3867 1.96655 14.0001 1.96655C13.6135 1.96655 13.3001 2.27995 13.3001 2.66655V3.64344L12.9884 3.33174L12.9799 3.32344C11.6441 2.03203 9.86069 1.30704 8.00268 1.30005L8.00005 1.30005C6.2231 1.30005 4.51893 2.00594 3.26243 3.26243C2.00594 4.51893 1.30005 6.2231 1.30005 8.00005C1.30005 8.38665 1.61345 8.70005 2.00005 8.70005C2.38665 8.70005 2.70005 8.38665 2.70005 8.00005C2.70005 6.5944 3.25844 5.24633 4.25238 4.25238Z", + fill: "currentColor", + }), + e.createElement("path", { + d: "M14 7.30005C13.6135 7.30005 13.3 7.61345 13.3 8.00005C13.3 9.4057 12.7417 10.7538 11.7477 11.7477C10.7541 12.7413 9.40656 13.2997 8.00141 13.3C6.50706 13.2941 5.07273 12.7116 3.99739 11.6741L3.68984 11.3666H4.66672C5.05331 11.3666 5.36672 11.0532 5.36672 10.6666C5.36672 10.28 5.05331 9.96655 4.66672 9.96655H2.00005C1.61345 9.96655 1.30005 10.28 1.30005 10.6666V13.3332C1.30005 13.7198 1.61345 14.0332 2.00005 14.0332C2.38665 14.0332 2.70005 13.7198 2.70005 13.3332V12.3567L3.01174 12.6684L3.02018 12.6767C4.35604 13.9681 6.13941 14.6931 7.99742 14.7H8.00005C9.777 14.7 11.4812 13.9942 12.7377 12.7377C13.9942 11.4812 14.7 9.777 14.7 8.00005C14.7 7.61345 14.3866 7.30005 14 7.30005Z", + fill: "currentColor", + }), + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M8.70005 5.3333C8.70005 4.9467 8.38665 4.6333 8.00005 4.6333C7.61345 4.6333 7.30005 4.9467 7.30005 5.3333V5.39167C7.07008 5.45324 6.85221 5.5444 6.65078 5.66084L6.49502 5.50507C6.22166 5.23171 5.77844 5.23171 5.50507 5.50507C5.23171 5.77844 5.23171 6.22166 5.50507 6.49502L5.66084 6.65078C5.5444 6.85221 5.45324 7.07008 5.39167 7.30005H5.33339C4.94679 7.30005 4.63339 7.61345 4.63339 8.00005C4.63339 8.38665 4.94679 8.70005 5.33339 8.70005H5.39167C5.45324 8.93002 5.5444 9.14788 5.66083 9.34931L5.50507 9.50507C5.23171 9.77844 5.23171 10.2217 5.50507 10.495C5.77844 10.7684 6.22166 10.7684 6.49502 10.495L6.65078 10.3393C6.85221 10.4557 7.07008 10.5469 7.30005 10.6084V10.6667C7.30005 11.0533 7.61345 11.3667 8.00005 11.3667C8.38665 11.3667 8.70005 11.0533 8.70005 10.6667V10.6084C8.93004 10.5469 9.14793 10.4557 9.34937 10.3392L9.50516 10.495C9.77853 10.7684 10.2217 10.7684 10.4951 10.495C10.7685 10.2217 10.7685 9.77844 10.4951 9.50507L10.3393 9.34925C10.4557 9.14784 10.5469 8.93 10.6084 8.70005H10.6667C11.0533 8.70005 11.3667 8.38665 11.3667 8.00005C11.3667 7.61345 11.0533 7.30005 10.6667 7.30005H10.6084C10.5469 7.0701 10.4557 6.85225 10.3393 6.65084L10.4951 6.49502C10.7685 6.22166 10.7685 5.77844 10.4951 5.50507C10.2217 5.23171 9.77853 5.23171 9.50516 5.50507L9.34937 5.66087C9.14793 5.54442 8.93004 5.45324 8.70005 5.39167V5.3333ZM7.08169 7.08169C7.07366 7.08972 7.06548 7.09752 7.05716 7.10508C6.83649 7.33749 6.70085 7.65141 6.70005 7.997L6.70006 8.00005L6.70005 8.0031C6.70085 8.34868 6.83648 8.66259 7.05714 8.89499C7.06546 8.90256 7.07365 8.91036 7.08169 8.9184C7.08973 8.92645 7.09754 8.93463 7.1051 8.94296C7.33819 9.16426 7.65326 9.30005 8.00005 9.30005C8.34716 9.30005 8.66249 9.16401 8.89565 8.94234C8.90304 8.93423 8.91065 8.92625 8.9185 8.9184C8.92633 8.91057 8.9343 8.90297 8.9424 8.89559C9.16403 8.66244 9.30005 8.34713 9.30005 8.00005C9.30005 7.65296 9.16402 7.33764 8.94238 7.10449C8.93428 7.09711 8.92632 7.08951 8.9185 7.08169C8.91066 7.07386 8.90305 7.06588 8.89567 7.05778C8.66251 6.8361 8.34717 6.70005 8.00005 6.70005C7.65325 6.70005 7.33817 6.83584 7.10508 7.05716C7.09752 7.06548 7.08972 7.07366 7.08169 7.08169Z", + fill: "currentColor", + }), + ), + dZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.99997 0.633301C1.24518 0.633301 0.633301 1.24518 0.633301 1.99997V4.66663C0.633301 5.42142 1.24518 6.0333 1.99997 6.0333H2.6333V9.96655H1.99997C1.24518 9.96655 0.633301 10.5784 0.633301 11.3332V13.9999C0.633301 14.7547 1.24518 15.3666 1.99997 15.3666H4.66663C5.42142 15.3666 6.0333 14.7547 6.0333 13.9999V13.3666H7.9847C7.98977 13.3667 7.99486 13.3667 7.99996 13.3667C8.00506 13.3667 8.01014 13.3667 8.01522 13.3666H9.96664V13.9999C9.96664 14.7547 10.5785 15.3666 11.3333 15.3666H14C14.7548 15.3666 15.3666 14.7547 15.3666 13.9999V11.3332C15.3666 10.5784 14.7548 9.96655 14 9.96655H13.3666V6.0333H14C14.7548 6.0333 15.3666 5.42142 15.3666 4.66663V1.99997C15.3666 1.24518 14.7548 0.633301 14 0.633301H11.3333C10.5785 0.633301 9.96664 1.24518 9.96664 1.99997V2.6333H6.0333V1.99997C6.0333 1.24518 5.42142 0.633301 4.66663 0.633301H1.99997ZM8.69996 11.9666H9.96664V11.3332C9.96664 10.5784 10.5785 9.96655 11.3333 9.96655H11.9666V6.0333H11.3333C10.5785 6.0333 9.96664 5.42142 9.96664 4.66663V4.0333H8.69996V5.30005H9.33329C10.0881 5.30005 10.7 5.91193 10.7 6.66672V9.33338C10.7 10.0882 10.0881 10.7 9.33329 10.7H8.69996V11.9666ZM9.29996 9.30005V6.70005H6.69996V9.30005H9.29996ZM7.29996 10.7V11.9666H6.0333V11.3332C6.0333 10.5784 5.42142 9.96655 4.66663 9.96655H4.0333V6.0333H4.66663C5.42142 6.0333 6.0333 5.42142 6.0333 4.66663V4.0333H7.29996V5.30005H6.66662C5.91183 5.30005 5.29996 5.91193 5.29996 6.66672V9.33338C5.29996 10.0882 5.91184 10.7 6.66662 10.7H7.29996ZM3.34413 11.3666H4.6333V13.9666H2.0333V11.3666H3.32247L3.3333 11.3666L3.34413 11.3666ZM4.6333 2.0333H2.0333V4.6333H4.6333V2.0333ZM13.9666 4.6333V2.0333H11.3666V4.6333H13.9666ZM12.6558 11.3666H11.3666V13.9666H13.9666V11.3666H12.6775L12.6666 11.3666L12.6558 11.3666Z", + fill: "currentColor", + }), + ), + uZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M1.29993 3.33322C1.29993 2.57843 1.91181 1.96655 2.66659 1.96655H5.99993C6.75472 1.96655 7.36659 2.57843 7.36659 3.33322V6.66655C7.36659 7.42134 6.75471 8.03322 5.99993 8.03322H2.66659C1.9118 8.03322 1.29993 7.42134 1.29993 6.66655V3.33322ZM2.69993 3.36655V6.63322H5.96659V3.36655H2.69993Z", + fill: "currentColor", + }), + e.createElement("path", { + d: "M8.63327 3.3333C8.63327 2.9467 8.94667 2.6333 9.33327 2.6333H13.9999C14.3865 2.6333 14.6999 2.9467 14.6999 3.3333C14.6999 3.7199 14.3865 4.0333 13.9999 4.0333H9.33327C8.94667 4.0333 8.63327 3.7199 8.63327 3.3333Z", + fill: "currentColor", + }), + e.createElement("path", { + d: "M9.33327 5.96655C8.94667 5.96655 8.63327 6.27995 8.63327 6.66655C8.63327 7.05315 8.94667 7.36655 9.33327 7.36655H13.9999C14.3865 7.36655 14.6999 7.05315 14.6999 6.66655C14.6999 6.27995 14.3865 5.96655 13.9999 5.96655H9.33327Z", + fill: "currentColor", + }), + e.createElement("path", { + d: "M1.29993 10C1.29993 9.61345 1.61333 9.30005 1.99993 9.30005L13.9999 9.30005C14.3865 9.30005 14.6999 9.61345 14.6999 10C14.6999 10.3866 14.3865 10.7001 13.9999 10.7001L1.99993 10.7C1.61333 10.7 1.29993 10.3866 1.29993 10Z", + fill: "currentColor", + }), + e.createElement("path", { + d: "M1.99993 12.6333C1.61333 12.6333 1.29993 12.9467 1.29993 13.3333C1.29993 13.7199 1.61333 14.0333 1.99993 14.0333L13.9999 14.0333C14.3865 14.0333 14.6999 13.7199 14.6999 13.3333C14.6999 12.9467 14.3865 12.6333 13.9999 12.6333L1.99993 12.6333Z", + fill: "currentColor", + }), + ), + pZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M7.30005 2.99997C7.30005 1.69289 8.35964 0.633301 9.66672 0.633301C10.9738 0.633301 12.0334 1.69289 12.0334 2.99997C12.0334 3.70236 11.7274 4.33329 11.2415 4.76672L12.0524 5.98307C12.1445 5.97216 12.2383 5.96655 12.3334 5.96655C13.6405 5.96655 14.7001 7.02615 14.7001 8.33322C14.7001 9.64029 13.6405 10.6999 12.3334 10.6999C11.0263 10.6999 9.96674 9.64029 9.96674 8.33322C9.96674 7.63082 10.2727 6.99988 10.7587 6.56645L9.94779 5.35012C9.90946 5.35465 9.87085 5.35827 9.83199 5.36095L7.80668 11.1477C8.35111 11.5813 8.70007 12.2499 8.70007 13C8.70007 14.307 7.64048 15.3666 6.3334 15.3666C5.02633 15.3666 3.96674 14.307 3.96674 13C3.96674 12.3994 4.19044 11.8511 4.55908 11.4338L3.62526 10.033C2.33731 10.0109 1.30005 8.95994 1.30005 7.66672C1.30005 6.35964 2.35964 5.30005 3.66672 5.30005C4.97379 5.30005 6.03338 6.35964 6.03338 7.66672C6.03338 8.46911 5.63407 9.17824 5.02331 9.60623L5.75542 10.7044C5.9404 10.658 6.13402 10.6333 6.3334 10.6333C6.38988 10.6333 6.4459 10.6353 6.50138 10.6392L8.46194 5.03746C7.76638 4.62529 7.30005 3.86709 7.30005 2.99997ZM9.66672 2.0333C9.13284 2.0333 8.70005 2.46609 8.70005 2.99997C8.70005 3.53384 9.13284 3.96663 9.66672 3.96663C10.2006 3.96663 10.6334 3.53384 10.6334 2.99997C10.6334 2.46609 10.2006 2.0333 9.66672 2.0333ZM3.66672 6.70005C3.13284 6.70005 2.70005 7.13284 2.70005 7.66672C2.70005 8.20059 3.13284 8.63338 3.66672 8.63338C4.20059 8.63338 4.63338 8.20059 4.63338 7.66672C4.63338 7.13284 4.20059 6.70005 3.66672 6.70005ZM6.3334 12.0333C5.79953 12.0333 5.36674 12.4661 5.36674 13C5.36674 13.5338 5.79953 13.9666 6.3334 13.9666C6.86728 13.9666 7.30007 13.5338 7.30007 13C7.30007 12.4661 6.86728 12.0333 6.3334 12.0333ZM11.3667 8.33322C11.3667 7.79934 11.7995 7.36655 12.3334 7.36655C12.8673 7.36655 13.3001 7.79934 13.3001 8.33322C13.3001 8.86709 12.8673 9.29989 12.3334 9.29989C11.7995 9.29989 11.3667 8.86709 11.3667 8.33322Z", + fill: "currentColor", + }), + ), + mZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + d: "M3.18329 3.4166H5.78769L6.97677 6.23002L1.46143 12.8484L3.30515 14.3849L8.02805 8.7174L10.3137 14.1253L14.6781 12.816L13.9885 10.5172L11.6862 11.2079L7.37889 1.0166H3.18329V3.4166Z", + fill: "currentColor", + }), + ), + gZ = (t) => + e.createElement( + "svg", + { + xmlns: "http://www.w3.org/2000/svg", + viewBox: "0 0 16 16", + fill: "none", + className: "min-icon", + ...t, + }, + e.createElement("path", { + fillRule: "evenodd", + clipRule: "evenodd", + d: "M4.09495 5.3H5.47848C5.59084 4.26732 5.90682 3.27096 6.40409 2.36747C5.21355 2.89129 4.3294 3.98323 4.09495 5.3ZM8.0001 2.44978C7.40637 3.29613 7.02485 4.27393 6.88856 5.3H9.11268C8.97619 4.27407 8.59415 3.29624 8.0001 2.44978ZM9.11268 6.7C8.97619 7.72593 8.59415 8.70375 8.0001 9.55021C7.40637 8.70387 7.02485 7.72607 6.88856 6.7H9.11268ZM5.47848 6.7H4.09495C4.3294 8.01677 5.21355 9.10871 6.40409 9.63253C5.90682 8.72903 5.59084 7.73268 5.47848 6.7ZM8.70005 11.3214C11.3332 10.9784 13.3667 8.72668 13.3667 6C13.3667 3.03607 10.964 0.633331 8.00005 0.633331C5.03612 0.633331 2.63338 3.03607 2.63338 6C2.63338 8.72668 4.66687 10.9784 7.30005 11.3214V11.4237C6.74018 11.629 6.2957 12.0735 6.09042 12.6333H2.00005C1.61345 12.6333 1.30005 12.9467 1.30005 13.3333C1.30005 13.7199 1.61345 14.0333 2.00005 14.0333H6.09042C6.37573 14.8114 7.12305 15.3667 8.00005 15.3667C8.87705 15.3667 9.62437 14.8114 9.90968 14.0333H14C14.3866 14.0333 14.7 13.7199 14.7 13.3333C14.7 12.9467 14.3866 12.6333 14 12.6333H9.90968C9.70439 12.0735 9.25992 11.629 8.70005 11.4237V11.3214ZM9.59641 9.63235C10.0939 8.72898 10.4103 7.7327 10.5228 6.7H11.9051C11.6707 8.01662 10.7867 9.10846 9.59641 9.63235ZM11.9051 5.3H10.5228C10.4103 4.26729 10.0939 3.27102 9.59641 2.36764C10.7867 2.89153 11.6707 3.98338 11.9051 5.3ZM8.00005 12.7C7.65027 12.7 7.36672 12.9836 7.36672 13.3333C7.36672 13.6831 7.65027 13.9667 8.00005 13.9667C8.34983 13.9667 8.63338 13.6831 8.63338 13.3333C8.63338 12.9836 8.34983 12.7 8.00005 12.7Z", + fill: "currentColor", + }), + ), + hZ = ({ id: e, label: n = "", required: o, @@ -43036,7 +43479,7 @@ const oC = p.div(({}) => ({ ) ); }, - KI = p.label(({ sx: e, theme: t }) => ({ + fZ = p.label(({ sx: e, theme: t }) => ({ "& input": { appearance: "none", backgroundColor: "transparent", @@ -43146,7 +43589,7 @@ const oC = p.div(({}) => ({ }, ...V(e, t), })), - XI = p.div(({ inColumn: e, theme: t }) => ({ + vZ = p.div(({ inColumn: e, theme: t }) => ({ flexGrow: 1, width: "100%", display: "flex", @@ -43178,11 +43621,11 @@ const oC = p.div(({}) => ({ }, }, })), - QI = p.div(({}) => ({ display: "flex", alignItems: "center", gap: 5 })), - JI = p.div(({ theme: e }) => ({ + EZ = p.div(({}) => ({ display: "flex", alignItems: "center", gap: 5 })), + wZ = p.div(({ theme: e }) => ({ "& .descriptionLabel": { display: "block", marginLeft: 21, marginTop: 4 }, })), - eZ = ({ + LZ = ({ tooltip: e, label: r, id: o, @@ -43227,7 +43670,7 @@ const oC = p.div(({}) => ({ ), ), t.createElement( - XI, + vZ, { inColumn: u }, s && t.createElement( @@ -43235,13 +43678,13 @@ const oC = p.div(({}) => ({ null, s.map((e) => t.createElement( - JI, + wZ, null, t.createElement( - QI, + EZ, { key: `option-${o}-${e.value}` }, t.createElement( - KI, + fZ, { htmlFor: `option-${o}-${e.value}`, sx: a }, t.createElement("input", { type: "radio", @@ -43284,7 +43727,7 @@ const oC = p.div(({}) => ({ ), ), ), - tZ = p.div(({ theme: e, sx: t, label: n, multiLine: r }) => ({ + bZ = p.div(({ theme: e, sx: t, label: n, multiLine: r }) => ({ display: "flex", width: "" === n || r ? "100%" : "calc(100% - 170px)", alignItems: "center", @@ -43323,7 +43766,7 @@ const oC = p.div(({}) => ({ }, ...V(t, e), })), - nZ = ({ + MZ = ({ label: e = "", children: n, multiLine: r, @@ -43333,7 +43776,7 @@ const oC = p.div(({}) => ({ helpTipPlacement: i, }) => t.createElement( - tZ, + bZ, { className: "inputItem", label: e, multiLine: r, sx: a }, "" !== e && t.createElement( @@ -43352,7 +43795,7 @@ const oC = p.div(({}) => ({ o && t.createElement(Sr, { className: "overlayShareOption" }, o), ), ), - rZ = p.textarea(({ theme: e, error: t, originType: n }) => { + HZ = p.textarea(({ theme: e, error: t, originType: n }) => { let r = mn(e, "inputBox.border", "#E2E2E2"), o = mn(e, "inputBox.hoverBorder", "#000110"); return ( @@ -43391,7 +43834,7 @@ const oC = p.div(({}) => ({ } ); }), - oZ = p.div(({ theme: e, error: t, sx: n }) => ({ + yZ = p.div(({ theme: e, error: t, sx: n }) => ({ display: "flex", alignItems: "flex-start", flexGrow: 1, @@ -43416,7 +43859,7 @@ const oC = p.div(({}) => ({ "& .inputLabel": { marginBottom: t ? 18 : 0 }, ...V(n, e), })), - aZ = ({ + RZ = ({ id: e, tooltip: n = "", index: r, @@ -43431,7 +43874,7 @@ const oC = p.div(({}) => ({ ...u }) => t.createElement( - oZ, + yZ, { error: !!C && "" !== C, sx: s, className: `inputItem ${i}` }, "" !== a && t.createElement( @@ -43463,7 +43906,7 @@ const oC = p.div(({}) => ({ t.createElement( Sr, { className: "textBoxContainer" }, - t.createElement(rZ, { + t.createElement(HZ, { id: e, fullWidth: !0, error: C, @@ -43475,7 +43918,7 @@ const oC = p.div(({}) => ({ "" !== C && t.createElement(Sr, { className: "errorText" }, C), ), ), - lZ = p.div(({ theme: e }) => ({ + xZ = p.div(({ theme: e }) => ({ position: "fixed", top: 0, left: 0, @@ -43507,7 +43950,7 @@ const oC = p.div(({}) => ({ }, }, })), - iZ = ({ open: e, anchorEl: n, hideTriggerAction: a, children: l }) => { + TZ = ({ open: e, anchorEl: n, hideTriggerAction: a, children: l }) => { const [i, C] = r(null), s = document.documentElement.offsetWidth, c = (e) => { @@ -43535,14 +43978,14 @@ const oC = p.div(({}) => ({ }), e && n && i ? t.createElement( - lZ, + xZ, { onClick: a }, t.createElement(Sr, { className: "subItemsBox", sx: { ...i } }, l), ) : null ); }, - CZ = (e) => ({ + NZ = (e) => ({ display: "flex", justifyContent: "space-between", alignItems: "center", @@ -43566,7 +44009,7 @@ const oC = p.div(({}) => ({ }, }, }), - sZ = p.div(({ theme: e }) => ({ + SZ = p.div(({ theme: e }) => ({ display: "flex", flexDirection: "column", alignItems: "flex-start", @@ -43591,12 +44034,12 @@ const oC = p.div(({}) => ({ marginLeft: 5, }, })), - cZ = p.button(({ theme: e }) => ({ - ...CZ(e), + VZ = p.button(({ theme: e }) => ({ + ...NZ(e), "& .subOption": { padding: 0 }, })), - dZ = p.a(({ theme: e }) => ({ ...CZ(e), textDecoration: "none" })), - uZ = p.span(({ theme: e }) => ({ + _Z = p.a(({ theme: e }) => ({ ...NZ(e), textDecoration: "none" })), + AZ = p.span(({ theme: e }) => ({ display: "flex", alignItems: "center", gap: 22, @@ -43622,9 +44065,9 @@ const oC = p.div(({}) => ({ }, "& .labelContainer": { fontFamily: "'Geist', sans-serif", fontSize: 14 }, })), - pZ = ({ icon: e, name: n, badge: r }) => + kZ = ({ icon: e, name: n, badge: r }) => t.createElement( - uZ, + AZ, { className: "option" }, t.createElement( "span", @@ -43634,7 +44077,7 @@ const oC = p.div(({}) => ({ ), t.createElement("span", { className: "labelContainer" }, n), ), - mZ = ({ + IZ = ({ children: e, icon: n, id: o, @@ -43657,10 +44100,10 @@ const oC = p.div(({}) => ({ return 0 === e.filter((e) => !1 !== e.isVisible).length ? null : t.createElement( - sZ, + SZ, null, t.createElement( - cZ, + VZ, { id: o, type: "button", @@ -43669,7 +44112,7 @@ const oC = p.div(({}) => ({ }, className: "menuItemButton " + (d ? "selected" : ""), }, - t.createElement(pZ, { icon: n, name: a, badge: !!C }), + t.createElement(kZ, { icon: n, name: a, badge: !!C }), t.createElement( Sr, { className: "statusArrow" }, @@ -43679,10 +44122,10 @@ const oC = p.div(({}) => ({ d && w( t.createElement( - iZ, + TZ, { anchorEl: p, hideTriggerAction: h, open: d }, e.map((e) => - t.createElement(mZ, { + t.createElement(IZ, { key: `sub-menu-opt-${a}-${e.id || e.name}`, onClick: i, name: e.name, @@ -43707,12 +44150,12 @@ const oC = p.div(({}) => ({ ) ) return t.createElement( - dZ, + _Z, { className: "menuItemButton", id: o, href: l, target: "_blank" }, - t.createElement(pZ, { icon: n, name: a, badge: !!C }), + t.createElement(kZ, { icon: n, name: a, badge: !!C }), ); return t.createElement( - cZ, + VZ, { className: "menuItemButton " + (g ? "selected" : ""), type: "button", @@ -43721,10 +44164,10 @@ const oC = p.div(({}) => ({ i && i(l || ""); }, }, - t.createElement(pZ, { icon: n, name: a, badge: !!C }), + t.createElement(kZ, { icon: n, name: a, badge: !!C }), ); }, - gZ = p.div(({ theme: e, sx: t }) => ({ + ZZ = p.div(({ theme: e, sx: t }) => ({ "& .headerBar": { padding: 15, display: "flex", @@ -43758,7 +44201,7 @@ const oC = p.div(({}) => ({ }, ...V(t, e), })), - hZ = ({ + BZ = ({ applicationLogo: e, options: n, signOutAction: r, @@ -43772,7 +44215,7 @@ const oC = p.div(({}) => ({ return ( void 0 !== e.inverse && (s = e.inverse), t.createElement( - gZ, + ZZ, { className: "menuBox", sx: C }, t.createElement( Sr, @@ -43796,7 +44239,7 @@ const oC = p.div(({}) => ({ { className: "sections " + (n && 0 !== n.length ? "" : "compact") }, n && n.map((e) => - t.createElement(mZ, { + t.createElement(IZ, { key: `menu-section-${e.group}-${e.id}`, onClick: (t) => { e.onClick && e.onClick(t), o(t); @@ -43815,7 +44258,7 @@ const oC = p.div(({}) => ({ ) ); }, - fZ = (e) => ({ + OZ = (e) => ({ display: "flex", justifyContent: "space-between", alignItems: "center", @@ -43842,7 +44285,7 @@ const oC = p.div(({}) => ({ }, }, }), - vZ = p.div(({ theme: e }) => ({ + DZ = p.div(({ theme: e }) => ({ display: "flex", flexDirection: "column", alignItems: "flex-start", @@ -43867,12 +44310,12 @@ const oC = p.div(({}) => ({ borderRadius: 2, }, })), - EZ = p.button(({ theme: e }) => ({ - ...fZ(e), + PZ = p.button(({ theme: e }) => ({ + ...OZ(e), "& .subOption": { padding: 0 }, })), - wZ = p.a(({ theme: e }) => ({ ...fZ(e), textDecoration: "none" })), - LZ = p.span(({ theme: e }) => ({ + FZ = p.a(({ theme: e }) => ({ ...OZ(e), textDecoration: "none" })), + UZ = p.span(({ theme: e }) => ({ display: "flex", alignItems: "center", gap: 22, @@ -43898,9 +44341,9 @@ const oC = p.div(({}) => ({ }, "& .labelContainer": { fontFamily: "'Geist', sans-serif", fontSize: 14 }, })), - bZ = ({ icon: e, name: n, badge: r }) => + GZ = ({ icon: e, name: n, badge: r }) => t.createElement( - LZ, + UZ, { className: "option" }, t.createElement( "span", @@ -43910,7 +44353,7 @@ const oC = p.div(({}) => ({ ), t.createElement("span", { className: "labelContainer" }, n), ), - MZ = ({ + zZ = ({ children: e, icon: n, id: a, @@ -43937,13 +44380,13 @@ const oC = p.div(({}) => ({ return 0 === e.filter((e) => !1 !== e.isVisible).length ? null : t.createElement( - vZ, + DZ, null, t.createElement( zr, { tooltip: d ? l : "", placement: "right" }, t.createElement( - EZ, + PZ, { id: a, type: "button", @@ -43952,7 +44395,7 @@ const oC = p.div(({}) => ({ }, className: "menuItemButton", }, - t.createElement(bZ, { icon: n, name: l, badge: !!s }), + t.createElement(GZ, { icon: n, name: l, badge: !!s }), t.createElement( Sr, { className: "statusArrow" }, @@ -43968,7 +44411,7 @@ const oC = p.div(({}) => ({ t.createElement( zr, { tooltip: d ? e.name : "", placement: "right" }, - t.createElement(MZ, { + t.createElement(zZ, { onClick: C, name: e.name, badge: e.badge, @@ -43994,16 +44437,16 @@ const oC = p.div(({}) => ({ zr, { tooltip: d ? l : "", placement: "right" }, t.createElement( - wZ, + FZ, { className: "menuItemButton", id: a, href: i, target: "_blank" }, - t.createElement(bZ, { icon: n, name: l, badge: !!s }), + t.createElement(GZ, { icon: n, name: l, badge: !!s }), ), ); return t.createElement( zr, { tooltip: d ? l : "", placement: "right" }, t.createElement( - EZ, + PZ, { className: "menuItemButton " + (g ? "selected" : ""), type: "button", @@ -44012,11 +44455,11 @@ const oC = p.div(({}) => ({ C && C(i || ""); }, }, - t.createElement(bZ, { icon: n, name: l, badge: !!s }), + t.createElement(GZ, { icon: n, name: l, badge: !!s }), ), ); }, - HZ = p.div(({ theme: e }) => ({ + $Z = p.div(({ theme: e }) => ({ borderBottom: `${mn(e, "menu.vertical.sectionDividerColor", I.menuColorDivider)} 1px solid`, margin: "30px 25px 0", paddingBottom: 5, @@ -44028,13 +44471,13 @@ const oC = p.div(({}) => ({ display: "block", }, })), - yZ = ({ label: e, divider: n }) => + WZ = ({ label: e, divider: n }) => t.createElement( - HZ, + $Z, { className: "menuHeader", divider: n }, t.createElement("span", { className: "labelHeader" }, e), ), - RZ = p.div(({ theme: e, sx: t }) => ({ + jZ = p.div(({ theme: e, sx: t }) => ({ width: 250, maxWidth: 250, minWidth: 250, @@ -44133,7 +44576,7 @@ const oC = p.div(({}) => ({ }, ...V(t, e), })), - xZ = ({ + qZ = ({ applicationLogo: e, options: r, displayGroupTitles: o, @@ -44147,7 +44590,7 @@ const oC = p.div(({}) => ({ }) => { let u = ""; return t.createElement( - RZ, + jZ, { sx: d, className: "menuBox " + (i ? "" : "collapsed") }, t.createElement( Sr, @@ -44188,14 +44631,14 @@ const oC = p.div(({}) => ({ o && e.group && u !== e.group && - ((u = e.group), (r = t.createElement(yZ, { label: e.group }))); + ((u = e.group), (r = t.createElement(WZ, { label: e.group }))); return t.createElement( n, { key: `menu-section-${e.group || "common"}-${e.id || e.name}`, }, r, - t.createElement(MZ, { + t.createElement(zZ, { onClick: (t) => { e.onClick ? e.onClick(t) : l(t); }, @@ -44216,8 +44659,8 @@ const oC = p.div(({}) => ({ Sr, { sx: { marginTop: "auto" } }, c, - t.createElement(yZ, { label: "" }), - t.createElement(MZ, { + t.createElement(WZ, { label: "" }), + t.createElement(zZ, { id: "sign-out", group: "common", name: "Sign Out", @@ -44230,7 +44673,7 @@ const oC = p.div(({}) => ({ ), ); }, - TZ = p.div(({ theme: e, sx: t }) => ({ + YZ = p.div(({ theme: e, sx: t }) => ({ width: "100vw", height: "100vh", overflow: "auto", @@ -44272,7 +44715,7 @@ const oC = p.div(({}) => ({ "& .menuHeaderContainer": { cursor: "pointer" }, ...V(t, e), })), - NZ = ({ + KZ = ({ applicationLogo: e, options: r, displayGroupTitles: o, @@ -44284,7 +44727,7 @@ const oC = p.div(({}) => ({ }) => { let c = ""; return t.createElement( - TZ, + YZ, null, t.createElement( Sr, @@ -44325,12 +44768,12 @@ const oC = p.div(({}) => ({ o && e.group && c !== e.group && - ((c = e.group), (r = t.createElement(yZ, { label: e.group }))); + ((c = e.group), (r = t.createElement(WZ, { label: e.group }))); return t.createElement( n, { key: `menu-section-${e.group}-${e.id}` }, r, - t.createElement(MZ, { + t.createElement(zZ, { onClick: (t) => { if (e.onClick) return e.onClick(t), void i(); l(t), i(); @@ -44351,8 +44794,8 @@ const oC = p.div(({}) => ({ Sr, { sx: { marginTop: "auto" } }, s, - t.createElement(yZ, { label: "" }), - t.createElement(MZ, { + t.createElement(WZ, { label: "" }), + t.createElement(zZ, { group: "common", name: "Sign Out", icon: t.createElement(oH, null), @@ -44363,7 +44806,7 @@ const oC = p.div(({}) => ({ ), ); }, - SZ = p.div(({ theme: e, sx: t }) => ({ + XZ = p.div(({ theme: e, sx: t }) => ({ "& .headerBar": { padding: 15, display: "flex", @@ -44389,7 +44832,7 @@ const oC = p.div(({}) => ({ }, ...V(t, e), })), - VZ = ({ + QZ = ({ applicationLogo: e, options: o, displayGroupTitles: a, @@ -44405,7 +44848,7 @@ const oC = p.div(({}) => ({ n, null, t.createElement( - SZ, + XZ, { className: "menuBox", sx: d }, t.createElement( Sr, @@ -44427,7 +44870,7 @@ const oC = p.div(({}) => ({ ), u && w( - t.createElement(NZ, { + t.createElement(KZ, { options: o, applicationLogo: e, callPathAction: i, @@ -44444,7 +44887,7 @@ const oC = p.div(({}) => ({ ), ); }, - _Z = ({ horizontal: e = !1, mobileModeAuto: n = !0, ...a }) => { + JZ = ({ horizontal: e = !1, mobileModeAuto: n = !0, ...a }) => { const [l, i] = r(!1); return ( o(() => { @@ -44455,17 +44898,17 @@ const oC = p.div(({}) => ({ window.addEventListener("resize", e); }), l && n - ? t.createElement(VZ, { ...a }) + ? t.createElement(QZ, { ...a }) : e - ? t.createElement(hZ, { ...a }) + ? t.createElement(BZ, { ...a }) : (a.middleComponent && console.warn( "Middle component is set, this cannot be rendered in Vertical Menu", ), - t.createElement(xZ, { ...a })) + t.createElement(qZ, { ...a })) ); }, - AZ = p.button(({ sx: e, theme: t }) => ({ + eB = p.button(({ sx: e, theme: t }) => ({ display: "flex", cursor: "pointer", alignItems: "center", @@ -44496,16 +44939,16 @@ const oC = p.div(({}) => ({ }, ...V(e, t), })), - kZ = ({ open: e, label: n, sx: r, ...o }) => + tB = ({ open: e, label: n, sx: r, ...o }) => t.createElement( - AZ, + eB, { sx: r, ...o }, n, e ? t.createElement(Bi, null) : t.createElement(Oi, null), ), - IZ = ({ selectedTab: e, useRouteTabs: n, id: r, children: o }) => + nB = ({ selectedTab: e, useRouteTabs: n, id: r, children: o }) => n || e === r ? t.createElement(Sr, { id: r }, o) : null, - ZZ = p.button(({ theme: e, horizontal: t }) => ({ + rB = p.button(({ theme: e, horizontal: t }) => ({ cursor: "pointer", display: "flex", alignItems: "center", @@ -44584,7 +45027,7 @@ const oC = p.div(({}) => ({ }, }, })), - BZ = ({ + oB = ({ horizontal: e, id: n, onClick: r, @@ -44594,7 +45037,7 @@ const oC = p.div(({}) => ({ selected: i, }) => t.createElement( - ZZ, + rB, { horizontal: !!e, id: n, @@ -44605,7 +45048,7 @@ const oC = p.div(({}) => ({ l, o, ), - OZ = p.div( + aB = p.div( ({ theme: e, horizontal: t, horizontalBarBackground: n, sx: r }) => { let o = n ? mn(e, "tabs.horizontal.backgroundColor", "transparent") @@ -44649,7 +45092,7 @@ const oC = p.div(({}) => ({ }; }, ), - DZ = ({ + lB = ({ horizontal: e, options: n, currentTabOrPath: r, @@ -44663,7 +45106,7 @@ const oC = p.div(({}) => ({ ...d }) => t.createElement( - OZ, + aB, { className: "tabs", horizontal: !!e, @@ -44680,7 +45123,7 @@ const oC = p.div(({}) => ({ { className: "optionsList" }, n.map((n, a) => n - ? t.createElement(BZ, { + ? t.createElement(oB, { key: `v-tab-${a}`, id: n.tabConfig.id, onClick: () => { @@ -44702,7 +45145,7 @@ const oC = p.div(({}) => ({ { className: "tabsPanels" }, o ? t.createElement( - IZ, + nB, { id: "routes-tab-container", useRouteTabs: !!o }, a, ) @@ -44710,7 +45153,7 @@ const oC = p.div(({}) => ({ e.tabConfig.disabled ? null : t.createElement( - IZ, + nB, { key: `v-tab-p-${n}`, id: e.tabConfig.id, @@ -44722,95 +45165,95 @@ const oC = p.div(({}) => ({ ), ), ); -class PZ { +class iB { constructor(e, t, n) { (this.property = e), (this.normal = t), n && (this.space = n); } } -function FZ(e, t) { +function CB(e, t) { const n = {}, r = {}; let o = -1; for (; ++o < e.length; ) Object.assign(n, e[o].property), Object.assign(r, e[o].normal); - return new PZ(n, r, t); + return new iB(n, r, t); } -function UZ(e) { +function sB(e) { return e.toLowerCase(); } -(PZ.prototype.property = {}), - (PZ.prototype.normal = {}), - (PZ.prototype.space = null); -let GZ = class { +(iB.prototype.property = {}), + (iB.prototype.normal = {}), + (iB.prototype.space = null); +let cB = class { constructor(e, t) { (this.property = e), (this.attribute = t); } }; -(GZ.prototype.space = null), - (GZ.prototype.boolean = !1), - (GZ.prototype.booleanish = !1), - (GZ.prototype.overloadedBoolean = !1), - (GZ.prototype.number = !1), - (GZ.prototype.commaSeparated = !1), - (GZ.prototype.spaceSeparated = !1), - (GZ.prototype.commaOrSpaceSeparated = !1), - (GZ.prototype.mustUseProperty = !1), - (GZ.prototype.defined = !1); -let zZ = 0; -const $Z = QZ(), - WZ = QZ(), - jZ = QZ(), - qZ = QZ(), - YZ = QZ(), - KZ = QZ(), - XZ = QZ(); -function QZ() { - return 2 ** ++zZ; -} -var JZ = Object.freeze({ +(cB.prototype.space = null), + (cB.prototype.boolean = !1), + (cB.prototype.booleanish = !1), + (cB.prototype.overloadedBoolean = !1), + (cB.prototype.number = !1), + (cB.prototype.commaSeparated = !1), + (cB.prototype.spaceSeparated = !1), + (cB.prototype.commaOrSpaceSeparated = !1), + (cB.prototype.mustUseProperty = !1), + (cB.prototype.defined = !1); +let dB = 0; +const uB = EB(), + pB = EB(), + mB = EB(), + gB = EB(), + hB = EB(), + fB = EB(), + vB = EB(); +function EB() { + return 2 ** ++dB; +} +var wB = Object.freeze({ __proto__: null, - boolean: $Z, - booleanish: WZ, - commaOrSpaceSeparated: XZ, - commaSeparated: KZ, - number: qZ, - overloadedBoolean: jZ, - spaceSeparated: YZ, + boolean: uB, + booleanish: pB, + commaOrSpaceSeparated: vB, + commaSeparated: fB, + number: gB, + overloadedBoolean: mB, + spaceSeparated: hB, }); -const eB = Object.keys(JZ); -class tB extends GZ { +const LB = Object.keys(wB); +class bB extends cB { constructor(e, t, n, r) { let o = -1; - if ((super(e, t), nB(this, "space", r), "number" == typeof n)) - for (; ++o < eB.length; ) { - const e = eB[o]; - nB(this, eB[o], (n & JZ[e]) === JZ[e]); + if ((super(e, t), MB(this, "space", r), "number" == typeof n)) + for (; ++o < LB.length; ) { + const e = LB[o]; + MB(this, LB[o], (n & wB[e]) === wB[e]); } } } -function nB(e, t, n) { +function MB(e, t, n) { n && (e[t] = n); } -tB.prototype.defined = !0; -const rB = {}.hasOwnProperty; -function oB(e) { +bB.prototype.defined = !0; +const HB = {}.hasOwnProperty; +function yB(e) { const t = {}, n = {}; let r; for (r in e.properties) - if (rB.call(e.properties, r)) { + if (HB.call(e.properties, r)) { const o = e.properties[r], - a = new tB(r, e.transform(e.attributes || {}, r), o, e.space); + a = new bB(r, e.transform(e.attributes || {}, r), o, e.space); e.mustUseProperty && e.mustUseProperty.includes(r) && (a.mustUseProperty = !0), (t[r] = a), - (n[UZ(r)] = r), - (n[UZ(a.attribute)] = r); + (n[sB(r)] = r), + (n[sB(a.attribute)] = r); } - return new PZ(t, n, e.space); + return new iB(t, n, e.space); } -const aB = oB({ +const RB = yB({ space: "xlink", transform: (e, t) => "xlink:" + t.slice(5).toLowerCase(), properties: { @@ -44823,79 +45266,79 @@ const aB = oB({ xLinkType: null, }, }), - lB = oB({ + xB = yB({ space: "xml", transform: (e, t) => "xml:" + t.slice(3).toLowerCase(), properties: { xmlLang: null, xmlBase: null, xmlSpace: null }, }); -function iB(e, t) { +function TB(e, t) { return t in e ? e[t] : t; } -function CB(e, t) { - return iB(e, t.toLowerCase()); +function NB(e, t) { + return TB(e, t.toLowerCase()); } -const sB = oB({ +const SB = yB({ space: "xmlns", attributes: { xmlnsxlink: "xmlns:xlink" }, - transform: CB, + transform: NB, properties: { xmlns: null, xmlnsXLink: null }, }), - cB = oB({ + VB = yB({ transform: (e, t) => "role" === t ? t : "aria-" + t.slice(4).toLowerCase(), properties: { ariaActiveDescendant: null, - ariaAtomic: WZ, + ariaAtomic: pB, ariaAutoComplete: null, - ariaBusy: WZ, - ariaChecked: WZ, - ariaColCount: qZ, - ariaColIndex: qZ, - ariaColSpan: qZ, - ariaControls: YZ, + ariaBusy: pB, + ariaChecked: pB, + ariaColCount: gB, + ariaColIndex: gB, + ariaColSpan: gB, + ariaControls: hB, ariaCurrent: null, - ariaDescribedBy: YZ, + ariaDescribedBy: hB, ariaDetails: null, - ariaDisabled: WZ, - ariaDropEffect: YZ, + ariaDisabled: pB, + ariaDropEffect: hB, ariaErrorMessage: null, - ariaExpanded: WZ, - ariaFlowTo: YZ, - ariaGrabbed: WZ, + ariaExpanded: pB, + ariaFlowTo: hB, + ariaGrabbed: pB, ariaHasPopup: null, - ariaHidden: WZ, + ariaHidden: pB, ariaInvalid: null, ariaKeyShortcuts: null, ariaLabel: null, - ariaLabelledBy: YZ, - ariaLevel: qZ, + ariaLabelledBy: hB, + ariaLevel: gB, ariaLive: null, - ariaModal: WZ, - ariaMultiLine: WZ, - ariaMultiSelectable: WZ, + ariaModal: pB, + ariaMultiLine: pB, + ariaMultiSelectable: pB, ariaOrientation: null, - ariaOwns: YZ, + ariaOwns: hB, ariaPlaceholder: null, - ariaPosInSet: qZ, - ariaPressed: WZ, - ariaReadOnly: WZ, + ariaPosInSet: gB, + ariaPressed: pB, + ariaReadOnly: pB, ariaRelevant: null, - ariaRequired: WZ, - ariaRoleDescription: YZ, - ariaRowCount: qZ, - ariaRowIndex: qZ, - ariaRowSpan: qZ, - ariaSelected: WZ, - ariaSetSize: qZ, + ariaRequired: pB, + ariaRoleDescription: hB, + ariaRowCount: gB, + ariaRowIndex: gB, + ariaRowSpan: gB, + ariaSelected: pB, + ariaSetSize: gB, ariaSort: null, - ariaValueMax: qZ, - ariaValueMin: qZ, - ariaValueNow: qZ, + ariaValueMax: gB, + ariaValueMin: gB, + ariaValueNow: gB, ariaValueText: null, role: null, }, }), - dB = oB({ + _B = yB({ space: "html", attributes: { acceptcharset: "accept-charset", @@ -44903,49 +45346,49 @@ const sB = oB({ htmlfor: "for", httpequiv: "http-equiv", }, - transform: CB, + transform: NB, mustUseProperty: ["checked", "multiple", "muted", "selected"], properties: { abbr: null, - accept: KZ, - acceptCharset: YZ, - accessKey: YZ, + accept: fB, + acceptCharset: hB, + accessKey: hB, action: null, allow: null, - allowFullScreen: $Z, - allowPaymentRequest: $Z, - allowUserMedia: $Z, + allowFullScreen: uB, + allowPaymentRequest: uB, + allowUserMedia: uB, alt: null, as: null, - async: $Z, + async: uB, autoCapitalize: null, - autoComplete: YZ, - autoFocus: $Z, - autoPlay: $Z, - blocking: YZ, + autoComplete: hB, + autoFocus: uB, + autoPlay: uB, + blocking: hB, capture: null, charSet: null, - checked: $Z, + checked: uB, cite: null, - className: YZ, - cols: qZ, + className: hB, + cols: gB, colSpan: null, content: null, - contentEditable: WZ, - controls: $Z, - controlsList: YZ, - coords: qZ | KZ, + contentEditable: pB, + controls: uB, + controlsList: hB, + coords: gB | fB, crossOrigin: null, data: null, dateTime: null, decoding: null, - default: $Z, - defer: $Z, + default: uB, + defer: uB, dir: null, dirName: null, - disabled: $Z, - download: jZ, - draggable: WZ, + disabled: uB, + download: mB, + draggable: pB, encType: null, enterKeyHint: null, fetchPriority: null, @@ -44953,50 +45396,50 @@ const sB = oB({ formAction: null, formEncType: null, formMethod: null, - formNoValidate: $Z, + formNoValidate: uB, formTarget: null, - headers: YZ, - height: qZ, - hidden: $Z, - high: qZ, + headers: hB, + height: gB, + hidden: uB, + high: gB, href: null, hrefLang: null, - htmlFor: YZ, - httpEquiv: YZ, + htmlFor: hB, + httpEquiv: hB, id: null, imageSizes: null, imageSrcSet: null, - inert: $Z, + inert: uB, inputMode: null, integrity: null, is: null, - isMap: $Z, + isMap: uB, itemId: null, - itemProp: YZ, - itemRef: YZ, - itemScope: $Z, - itemType: YZ, + itemProp: hB, + itemRef: hB, + itemScope: uB, + itemType: hB, kind: null, label: null, lang: null, language: null, list: null, loading: null, - loop: $Z, - low: qZ, + loop: uB, + low: gB, manifest: null, max: null, - maxLength: qZ, + maxLength: gB, media: null, method: null, min: null, - minLength: qZ, - multiple: $Z, - muted: $Z, + minLength: gB, + multiple: uB, + muted: uB, name: null, nonce: null, - noModule: $Z, - noValidate: $Z, + noModule: uB, + noValidate: uB, onAbort: null, onAfterPrint: null, onAuxClick: null, @@ -45085,65 +45528,65 @@ const sB = oB({ onVolumeChange: null, onWaiting: null, onWheel: null, - open: $Z, - optimum: qZ, + open: uB, + optimum: gB, pattern: null, - ping: YZ, + ping: hB, placeholder: null, - playsInline: $Z, + playsInline: uB, popover: null, popoverTarget: null, popoverTargetAction: null, poster: null, preload: null, - readOnly: $Z, + readOnly: uB, referrerPolicy: null, - rel: YZ, - required: $Z, - reversed: $Z, - rows: qZ, - rowSpan: qZ, - sandbox: YZ, + rel: hB, + required: uB, + reversed: uB, + rows: gB, + rowSpan: gB, + sandbox: hB, scope: null, - scoped: $Z, - seamless: $Z, - selected: $Z, - shadowRootClonable: $Z, - shadowRootDelegatesFocus: $Z, + scoped: uB, + seamless: uB, + selected: uB, + shadowRootClonable: uB, + shadowRootDelegatesFocus: uB, shadowRootMode: null, shape: null, - size: qZ, + size: gB, sizes: null, slot: null, - span: qZ, - spellCheck: WZ, + span: gB, + spellCheck: pB, src: null, srcDoc: null, srcLang: null, srcSet: null, - start: qZ, + start: gB, step: null, style: null, - tabIndex: qZ, + tabIndex: gB, target: null, title: null, translate: null, type: null, - typeMustMatch: $Z, + typeMustMatch: uB, useMap: null, - value: WZ, - width: qZ, + value: pB, + width: gB, wrap: null, writingSuggestions: null, align: null, aLink: null, - archive: YZ, + archive: hB, axis: null, background: null, bgColor: null, - border: qZ, + border: gB, borderColor: null, - bottomMargin: qZ, + bottomMargin: gB, cellPadding: null, cellSpacing: null, char: null, @@ -45154,53 +45597,53 @@ const sB = oB({ codeBase: null, codeType: null, color: null, - compact: $Z, - declare: $Z, + compact: uB, + declare: uB, event: null, face: null, frame: null, frameBorder: null, - hSpace: qZ, - leftMargin: qZ, + hSpace: gB, + leftMargin: gB, link: null, longDesc: null, lowSrc: null, - marginHeight: qZ, - marginWidth: qZ, - noResize: $Z, - noHref: $Z, - noShade: $Z, - noWrap: $Z, + marginHeight: gB, + marginWidth: gB, + noResize: uB, + noHref: uB, + noShade: uB, + noWrap: uB, object: null, profile: null, prompt: null, rev: null, - rightMargin: qZ, + rightMargin: gB, rules: null, scheme: null, - scrolling: WZ, + scrolling: pB, standby: null, summary: null, text: null, - topMargin: qZ, + topMargin: gB, valueType: null, version: null, vAlign: null, vLink: null, - vSpace: qZ, + vSpace: gB, allowTransparency: null, autoCorrect: null, autoSave: null, - disablePictureInPicture: $Z, - disableRemotePlayback: $Z, + disablePictureInPicture: uB, + disableRemotePlayback: uB, prefix: null, property: null, - results: qZ, + results: gB, security: null, unselectable: null, }, }), - uB = oB({ + AB = yB({ space: "svg", attributes: { accentHeight: "accent-height", @@ -45376,31 +45819,31 @@ const sB = oB({ playbackOrder: "playbackorder", timelineBegin: "timelinebegin", }, - transform: iB, + transform: TB, properties: { - about: XZ, - accentHeight: qZ, + about: vB, + accentHeight: gB, accumulate: null, additive: null, alignmentBaseline: null, - alphabetic: qZ, - amplitude: qZ, + alphabetic: gB, + amplitude: gB, arabicForm: null, - ascent: qZ, + ascent: gB, attributeName: null, attributeType: null, - azimuth: qZ, + azimuth: gB, bandwidth: null, baselineShift: null, baseFrequency: null, baseProfile: null, bbox: null, begin: null, - bias: qZ, + bias: gB, by: null, calcMode: null, - capHeight: qZ, - className: YZ, + capHeight: gB, + className: hB, clip: null, clipPath: null, clipPathUnits: null, @@ -45420,26 +45863,26 @@ const sB = oB({ d: null, dataType: null, defaultAction: null, - descent: qZ, - diffuseConstant: qZ, + descent: gB, + diffuseConstant: gB, direction: null, display: null, dur: null, - divisor: qZ, + divisor: gB, dominantBaseline: null, - download: $Z, + download: uB, dx: null, dy: null, edgeMode: null, editable: null, - elevation: qZ, + elevation: gB, enableBackground: null, end: null, event: null, - exponent: qZ, + exponent: gB, externalResourcesRequired: null, fill: null, - fillOpacity: qZ, + fillOpacity: gB, fillRule: null, filter: null, filterRes: null, @@ -45460,37 +45903,37 @@ const sB = oB({ from: null, fx: null, fy: null, - g1: KZ, - g2: KZ, - glyphName: KZ, + g1: fB, + g2: fB, + glyphName: fB, glyphOrientationHorizontal: null, glyphOrientationVertical: null, glyphRef: null, gradientTransform: null, gradientUnits: null, handler: null, - hanging: qZ, + hanging: gB, hatchContentUnits: null, hatchUnits: null, height: null, href: null, hrefLang: null, - horizAdvX: qZ, - horizOriginX: qZ, - horizOriginY: qZ, + horizAdvX: gB, + horizOriginX: gB, + horizOriginY: gB, id: null, - ideographic: qZ, + ideographic: gB, imageRendering: null, initialVisibility: null, in: null, in2: null, - intercept: qZ, - k: qZ, - k1: qZ, - k2: qZ, - k3: qZ, - k4: qZ, - kernelMatrix: XZ, + intercept: gB, + k: gB, + k1: gB, + k2: gB, + k3: gB, + k4: gB, + kernelMatrix: vB, kernelUnitLength: null, keyPoints: null, keySplines: null, @@ -45500,7 +45943,7 @@ const sB = oB({ lengthAdjust: null, letterSpacing: null, lightingColor: null, - limitingConeAngle: qZ, + limitingConeAngle: gB, local: null, markerEnd: null, markerMid: null, @@ -45516,7 +45959,7 @@ const sB = oB({ media: null, mediaCharacterEncoding: null, mediaContentEncodings: null, - mediaSize: qZ, + mediaSize: gB, mediaTime: null, method: null, min: null, @@ -45622,43 +46065,43 @@ const sB = oB({ origin: null, overflow: null, overlay: null, - overlinePosition: qZ, - overlineThickness: qZ, + overlinePosition: gB, + overlineThickness: gB, paintOrder: null, panose1: null, path: null, - pathLength: qZ, + pathLength: gB, patternContentUnits: null, patternTransform: null, patternUnits: null, phase: null, - ping: YZ, + ping: hB, pitch: null, playbackOrder: null, pointerEvents: null, points: null, - pointsAtX: qZ, - pointsAtY: qZ, - pointsAtZ: qZ, + pointsAtX: gB, + pointsAtY: gB, + pointsAtZ: gB, preserveAlpha: null, preserveAspectRatio: null, primitiveUnits: null, propagate: null, - property: XZ, + property: vB, r: null, radius: null, referrerPolicy: null, refX: null, refY: null, - rel: XZ, - rev: XZ, + rel: vB, + rev: vB, renderingIntent: null, repeatCount: null, repeatDur: null, - requiredExtensions: XZ, - requiredFeatures: XZ, - requiredFonts: XZ, - requiredFormats: XZ, + requiredExtensions: vB, + requiredFeatures: vB, + requiredFonts: vB, + requiredFormats: vB, resource: null, restart: null, result: null, @@ -45671,8 +46114,8 @@ const sB = oB({ side: null, slope: null, snapshotTime: null, - specularConstant: qZ, - specularExponent: qZ, + specularConstant: gB, + specularExponent: gB, spreadMethod: null, spacing: null, startOffset: null, @@ -45682,30 +46125,30 @@ const sB = oB({ stitchTiles: null, stopColor: null, stopOpacity: null, - strikethroughPosition: qZ, - strikethroughThickness: qZ, + strikethroughPosition: gB, + strikethroughThickness: gB, string: null, stroke: null, - strokeDashArray: XZ, + strokeDashArray: vB, strokeDashOffset: null, strokeLineCap: null, strokeLineJoin: null, - strokeMiterLimit: qZ, - strokeOpacity: qZ, + strokeMiterLimit: gB, + strokeOpacity: gB, strokeWidth: null, style: null, - surfaceScale: qZ, + surfaceScale: gB, syncBehavior: null, syncBehaviorDefault: null, syncMaster: null, syncTolerance: null, syncToleranceDefault: null, - systemLanguage: XZ, - tabIndex: qZ, + systemLanguage: vB, + tabIndex: gB, tableValues: null, target: null, - targetX: qZ, - targetY: qZ, + targetX: gB, + targetY: gB, textAnchor: null, textDecoration: null, textRendering: null, @@ -45714,28 +46157,28 @@ const sB = oB({ title: null, transformBehavior: null, type: null, - typeOf: XZ, + typeOf: vB, to: null, transform: null, transformOrigin: null, u1: null, u2: null, - underlinePosition: qZ, - underlineThickness: qZ, + underlinePosition: gB, + underlineThickness: gB, unicode: null, unicodeBidi: null, unicodeRange: null, - unitsPerEm: qZ, + unitsPerEm: gB, values: null, - vAlphabetic: qZ, - vMathematical: qZ, + vAlphabetic: gB, + vMathematical: gB, vectorEffect: null, - vHanging: qZ, - vIdeographic: qZ, + vHanging: gB, + vIdeographic: gB, version: null, - vertAdvY: qZ, - vertOriginX: qZ, - vertOriginY: qZ, + vertAdvY: gB, + vertOriginX: gB, + vertOriginY: gB, viewBox: null, viewTarget: null, visibility: null, @@ -45747,7 +46190,7 @@ const sB = oB({ x1: null, x2: null, xChannelSelector: null, - xHeight: qZ, + xHeight: gB, y: null, y1: null, y2: null, @@ -45756,38 +46199,38 @@ const sB = oB({ zoomAndPan: null, }, }), - pB = /^data[-\w.:]+$/i, - mB = /-[a-z]/g, - gB = /[A-Z]/g; -function hB(e, t) { - const n = UZ(t); + kB = /^data[-\w.:]+$/i, + IB = /-[a-z]/g, + ZB = /[A-Z]/g; +function BB(e, t) { + const n = sB(t); let r = t, - o = GZ; + o = cB; if (n in e.normal) return e.property[e.normal[n]]; - if (n.length > 4 && "data" === n.slice(0, 4) && pB.test(t)) { + if (n.length > 4 && "data" === n.slice(0, 4) && kB.test(t)) { if ("-" === t.charAt(4)) { - const e = t.slice(5).replace(mB, vB); + const e = t.slice(5).replace(IB, DB); r = "data" + e.charAt(0).toUpperCase() + e.slice(1); } else { const e = t.slice(4); - if (!mB.test(e)) { - let n = e.replace(gB, fB); + if (!IB.test(e)) { + let n = e.replace(ZB, OB); "-" !== n.charAt(0) && (n = "-" + n), (t = "data" + n); } } - o = tB; + o = bB; } return new o(r, t); } -function fB(e) { +function OB(e) { return "-" + e.toLowerCase(); } -function vB(e) { +function DB(e) { return e.charAt(1).toUpperCase(); } -const EB = FZ([lB, aB, sB, cB, dB], "html"), - wB = FZ([lB, aB, sB, cB, uB], "svg"); -function LB(e) { +const PB = CB([xB, RB, SB, VB, _B], "html"), + FB = CB([xB, RB, SB, VB, AB], "svg"); +function UB(e) { const t = [], n = String(e || ""); let r = n.indexOf(","), @@ -45800,23 +46243,23 @@ function LB(e) { } return t; } -function bB(e, t) { +function GB(e, t) { const n = t || {}; return ("" === e[e.length - 1] ? [...e, ""] : e) .join((n.padRight ? " " : "") + "," + (!1 === n.padLeft ? "" : " ")) .trim(); } -const MB = /[#.]/g; -function HB(e) { +const zB = /[#.]/g; +function $B(e) { const t = String(e || "").trim(); return t ? t.split(/[ \t\n\r\f]+/g) : []; } -function yB(e) { +function WB(e) { return e.join(" ").trim(); } -const RB = new Set(["button", "menu", "reset", "submit"]), - xB = {}.hasOwnProperty; -function TB(e, t, n) { +const jB = new Set(["button", "menu", "reset", "submit"]), + qB = {}.hasOwnProperty; +function YB(e, t, n) { const r = n && (function (e) { @@ -45840,8 +46283,8 @@ function TB(e, t, n) { a, l = 0; for (; l < n.length; ) { - MB.lastIndex = l; - const e = MB.exec(n), + zB.lastIndex = l; + const e = zB.exec(n), t = n.slice(l, e ? e.index : n.length); t && (o @@ -45862,19 +46305,19 @@ function TB(e, t, n) { }; })(n, t)), (l.tagName = l.tagName.toLowerCase()), - r && xB.call(r, l.tagName) && (l.tagName = r[l.tagName]), + r && qB.call(r, l.tagName) && (l.tagName = r[l.tagName]), (function (e, t) { if (null == e || "object" != typeof e || Array.isArray(e)) return !1; if ("input" === t || !e.type || "string" != typeof e.type) return !0; if ("children" in e && Array.isArray(e.children)) return !1; - if ("button" === t) return RB.has(e.type.toLowerCase()); + if ("button" === t) return jB.has(e.type.toLowerCase()); return !("value" in e); })(o, l.tagName)) ) { let t; - for (t in o) xB.call(o, t) && NB(e, l.properties, t, o[t]); + for (t in o) qB.call(o, t) && KB(e, l.properties, t, o[t]); } else a.unshift(o); - for (; ++i < a.length; ) SB(l.children, a[i]); + for (; ++i < a.length; ) XB(l.children, a[i]); return ( "element" === l.type && "template" === l.tagName && @@ -45884,8 +46327,8 @@ function TB(e, t, n) { ); }; } -function NB(e, t, n, r) { - const o = hB(e, n); +function KB(e, t, n, r) { + const o = BB(e, n); let a, l = -1; if (null != r) { @@ -45898,26 +46341,26 @@ function NB(e, t, n, r) { ? r : "string" == typeof r ? o.spaceSeparated - ? HB(r) + ? $B(r) : o.commaSeparated - ? LB(r) + ? UB(r) : o.commaOrSpaceSeparated - ? HB(LB(r).join(" ")) - : VB(o, o.property, r) + ? $B(UB(r).join(" ")) + : QB(o, o.property, r) : Array.isArray(r) ? r.concat() : "style" === o.property ? (function (e) { const t = []; let n; - for (n in e) xB.call(e, n) && t.push([n, e[n]].join(": ")); + for (n in e) qB.call(e, n) && t.push([n, e[n]].join(": ")); return t.join("; "); })(r) : String(r); if (Array.isArray(a)) { const e = []; for (; ++l < a.length; ) { - const t = VB(o, o.property, a[l]); + const t = QB(o, o.property, a[l]); e[l] = t; } a = e; @@ -45929,28 +46372,28 @@ function NB(e, t, n, r) { t[o.property] = a; } } -function SB(e, t) { +function XB(e, t) { let n = -1; if (null == t); else if ("string" == typeof t || "number" == typeof t) e.push({ type: "text", value: String(t) }); - else if (Array.isArray(t)) for (; ++n < t.length; ) SB(e, t[n]); + else if (Array.isArray(t)) for (; ++n < t.length; ) XB(e, t[n]); else { if ("object" != typeof t || !("type" in t)) throw new Error("Expected node, nodes, or string, got `" + t + "`"); - "root" === t.type ? SB(e, t.children) : e.push(t); + "root" === t.type ? XB(e, t.children) : e.push(t); } } -function VB(e, t, n) { +function QB(e, t, n) { if ("string" == typeof n) { if (e.number && n && !Number.isNaN(Number(n))) return Number(n); - if ((e.boolean || e.overloadedBoolean) && ("" === n || UZ(n) === UZ(t))) + if ((e.boolean || e.overloadedBoolean) && ("" === n || sB(n) === sB(t))) return !0; } return n; } -const _B = TB(EB, "div"), - AB = TB(wB, "g", [ +const JB = YB(PB, "div"), + eO = YB(FB, "g", [ "altGlyph", "altGlyphDef", "altGlyphItem", @@ -45991,12 +46434,12 @@ const _B = TB(EB, "div"), "textArea", "textPath", ]); -function kB(e, t) { +function tO(e, t) { const n = e.indexOf("\r", t), r = e.indexOf("\n", t); return -1 === r ? n : -1 === n || n + 1 === r ? r : n < r ? n : r; } -const IB = { +const nO = { html: "http://www.w3.org/1999/xhtml", mathml: "http://www.w3.org/1998/Math/MathML", svg: "http://www.w3.org/2000/svg", @@ -46004,14 +46447,14 @@ const IB = { xml: "http://www.w3.org/XML/1998/namespace", xmlns: "http://www.w3.org/2000/xmlns/", }, - ZB = {}.hasOwnProperty, - BB = Object.prototype; -function OB(e, t) { + rO = {}.hasOwnProperty, + oO = Object.prototype; +function aO(e, t) { let n; switch (t.nodeName) { case "#comment": { const r = t; - return (n = { type: "comment", value: r.data }), PB(e, r, n), n; + return (n = { type: "comment", value: r.data }), iO(e, r, n), n; } case "#document": case "#document-fragment": { @@ -46020,7 +46463,7 @@ function OB(e, t) { if ( ((n = { type: "root", - children: DB(e, t.childNodes), + children: lO(e, t.childNodes), data: { quirksMode: o }, }), e.file && e.location) @@ -46040,7 +46483,7 @@ function OB(e, t) { ) { for (; n.length < e.line; ) { const e = n[n.length - 1], - r = kB(t, e), + r = tO(t, e), o = -1 === r ? t.length + 1 : r + 1; if (e === o) break; n.push(o); @@ -46055,7 +46498,7 @@ function OB(e, t) { for (;;) { let o = n[r]; if (void 0 === o) { - const e = kB(t, n[r - 1]); + const e = tO(t, n[r - 1]); (o = -1 === e ? t.length + 1 : e + 1), (n[r] = o); } if (o > e) @@ -46077,31 +46520,31 @@ function OB(e, t) { return n; } case "#documentType": - return (n = { type: "doctype" }), PB(e, t, n), n; + return (n = { type: "doctype" }), iO(e, t, n), n; case "#text": { const r = t; - return (n = { type: "text", value: r.value }), PB(e, r, n), n; + return (n = { type: "text", value: r.value }), iO(e, r, n), n; } default: return ( (n = (function (e, t) { const n = e.schema; - e.schema = t.namespaceURI === IB.svg ? wB : EB; + e.schema = t.namespaceURI === nO.svg ? FB : PB; let r = -1; const o = {}; for (; ++r < t.attrs.length; ) { const e = t.attrs[r], n = (e.prefix ? e.prefix + ":" : "") + e.name; - ZB.call(BB, n) || (o[n] = e.value); + rO.call(oO, n) || (o[n] = e.value); } - const a = "svg" === e.schema.space ? AB : _B, - l = a(t.tagName, o, DB(e, t.childNodes)); - if ((PB(e, t, l), "template" === l.tagName)) { + const a = "svg" === e.schema.space ? eO : JB, + l = a(t.tagName, o, lO(e, t.childNodes)); + if ((iO(e, t, l), "template" === l.tagName)) { const n = t, r = n.sourceCodeLocation, - o = r && r.startTag && FB(r.startTag), - a = r && r.endTag && FB(r.endTag), - i = OB(e, n.content); + o = r && r.startTag && CO(r.startTag), + a = r && r.endTag && CO(r.endTag), + i = aO(e, n.content); o && a && e.file && (i.position = { start: o.end, end: a.start }), (l.content = i); } @@ -46111,19 +46554,19 @@ function OB(e, t) { ); } } -function DB(e, t) { +function lO(e, t) { let n = -1; const r = []; for (; ++n < t.length; ) { - const o = OB(e, t[n]); + const o = aO(e, t[n]); r.push(o); } return r; } -function PB(e, t, n) { +function iO(e, t, n) { if ("sourceCodeLocation" in t && t.sourceCodeLocation && e.file) { const r = (function (e, t, n) { - const r = FB(n); + const r = CO(n); if ("element" === t.type) { const o = t.children[t.children.length - 1]; if ( @@ -46139,11 +46582,11 @@ function PB(e, t, n) { let o; if (n.attrs) for (o in n.attrs) - ZB.call(n.attrs, o) && - (r[hB(e.schema, o).property] = FB(n.attrs[o])); + rO.call(n.attrs, o) && + (r[BB(e.schema, o).property] = CO(n.attrs[o])); n.startTag; - const a = FB(n.startTag), - l = n.endTag ? FB(n.endTag) : void 0, + const a = CO(n.startTag), + l = n.endTag ? CO(n.endTag) : void 0, i = { opening: a }; l && (i.closing = l), (i.properties = r), (t.data = { position: i }); } @@ -46153,26 +46596,26 @@ function PB(e, t, n) { r && ((e.location = !0), (n.position = r)); } } -function FB(e) { - const t = UB({ +function CO(e) { + const t = sO({ line: e.startLine, column: e.startCol, offset: e.startOffset, }), - n = UB({ line: e.endLine, column: e.endCol, offset: e.endOffset }); + n = sO({ line: e.endLine, column: e.endCol, offset: e.endOffset }); return t || n ? { start: t, end: n } : void 0; } -function UB(e) { +function sO(e) { return e.line && e.column ? e : void 0; } -const GB = new Set([ +const cO = new Set([ 65534, 65535, 131070, 131071, 196606, 196607, 262142, 262143, 327678, 327679, 393214, 393215, 458750, 458751, 524286, 524287, 589822, 589823, 655358, 655359, 720894, 720895, 786430, 786431, 851966, 851967, 917502, 917503, 983038, 983039, 1048574, 1048575, 1114110, 1114111, ]), - zB = "�"; -var $B; + dO = "�"; +var uO; !(function (e) { (e[(e.EOF = -1)] = "EOF"), (e[(e.NULL = 0)] = "NULL"), @@ -46206,17 +46649,17 @@ var $B; (e[(e.LATIN_SMALL_X = 120)] = "LATIN_SMALL_X"), (e[(e.LATIN_SMALL_Z = 122)] = "LATIN_SMALL_Z"), (e[(e.REPLACEMENT_CHARACTER = 65533)] = "REPLACEMENT_CHARACTER"); -})(($B = $B || ($B = {}))); -const WB = "--", - jB = "[CDATA[", - qB = "doctype", - YB = "script", - KB = "public", - XB = "system"; -function QB(e) { +})((uO = uO || (uO = {}))); +const pO = "--", + mO = "[CDATA[", + gO = "doctype", + hO = "script", + fO = "public", + vO = "system"; +function EO(e) { return e >= 55296 && e <= 57343; } -function JB(e) { +function wO(e) { return ( (32 !== e && 10 !== e && @@ -46228,10 +46671,10 @@ function JB(e) { (e >= 127 && e <= 159) ); } -function eO(e) { - return (e >= 64976 && e <= 65007) || GB.has(e); +function LO(e) { + return (e >= 64976 && e <= 65007) || cO.has(e); } -var tO; +var bO; !(function (e) { (e.controlCharacterInInputStream = "control-character-in-input-stream"), (e.noncharacterInInputStream = "noncharacter-in-input-stream"), @@ -46315,8 +46758,8 @@ var tO; (e.nestedNoscriptInHead = "nested-noscript-in-head"), (e.eofInElementThatCanContainOnlyText = "eof-in-element-that-can-contain-only-text"); -})((tO = tO || (tO = {}))); -class nO { +})((bO = bO || (bO = {}))); +class MO { constructor(e) { (this.handler = e), (this.html = ""), @@ -46369,8 +46812,8 @@ class nO { })(t) ) return this.pos++, this._addGap(), 1024 * (e - 55296) + 9216 + t; - } else if (!this.lastChunkWritten) return (this.endOfChunkHit = !0), $B.EOF; - return this._err(tO.surrogateInInputStream), e; + } else if (!this.lastChunkWritten) return (this.endOfChunkHit = !0), uO.EOF; + return this._err(bO.surrogateInInputStream), e; } willDropParsedChunk() { return this.pos > this.bufferWaterline; @@ -46409,9 +46852,9 @@ class nO { peek(e) { const t = this.pos + e; if (t >= this.html.length) - return (this.endOfChunkHit = !this.lastChunkWritten), $B.EOF; + return (this.endOfChunkHit = !this.lastChunkWritten), uO.EOF; const n = this.html.charCodeAt(t); - return n === $B.CARRIAGE_RETURN ? $B.LINE_FEED : n; + return n === uO.CARRIAGE_RETURN ? uO.LINE_FEED : n; } advance() { if ( @@ -46420,29 +46863,29 @@ class nO { ((this.isEol = !1), this.line++, (this.lineStartPos = this.pos)), this.pos >= this.html.length) ) - return (this.endOfChunkHit = !this.lastChunkWritten), $B.EOF; + return (this.endOfChunkHit = !this.lastChunkWritten), uO.EOF; let e = this.html.charCodeAt(this.pos); - if (e === $B.CARRIAGE_RETURN) - return (this.isEol = !0), (this.skipNextNewLine = !0), $B.LINE_FEED; - if (e === $B.LINE_FEED && ((this.isEol = !0), this.skipNextNewLine)) + if (e === uO.CARRIAGE_RETURN) + return (this.isEol = !0), (this.skipNextNewLine = !0), uO.LINE_FEED; + if (e === uO.LINE_FEED && ((this.isEol = !0), this.skipNextNewLine)) return ( this.line--, (this.skipNextNewLine = !1), this._addGap(), this.advance() ); - (this.skipNextNewLine = !1), QB(e) && (e = this._processSurrogate(e)); + (this.skipNextNewLine = !1), EO(e) && (e = this._processSurrogate(e)); return ( null === this.handler.onParseError || (e > 31 && e < 127) || - e === $B.LINE_FEED || - e === $B.CARRIAGE_RETURN || + e === uO.LINE_FEED || + e === uO.CARRIAGE_RETURN || (e > 159 && e < 64976) || this._checkForProblematicCharacters(e), e ); } _checkForProblematicCharacters(e) { - JB(e) - ? this._err(tO.controlCharacterInInputStream) - : eO(e) && this._err(tO.noncharacterInInputStream); + wO(e) + ? this._err(bO.controlCharacterInInputStream) + : LO(e) && this._err(bO.noncharacterInInputStream); } retreat(e) { for (this.pos -= e; this.pos < this.lastGapPos; ) @@ -46450,8 +46893,8 @@ class nO { this.isEol = !1; } } -var rO; -function oO(e, t) { +var HO; +function yO(e, t) { for (let n = e.attrs.length - 1; n >= 0; n--) if (e.attrs[n].name === t) return e.attrs[n].value; return null; @@ -46466,17 +46909,17 @@ function oO(e, t) { (e[(e.DOCTYPE = 6)] = "DOCTYPE"), (e[(e.EOF = 7)] = "EOF"), (e[(e.HIBERNATION = 8)] = "HIBERNATION"); -})((rO = rO || (rO = {}))); -var aO, - lO = new Uint16Array( +})((HO = HO || (HO = {}))); +var RO, + xO = new Uint16Array( 'ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌' .split("") .map((e) => e.charCodeAt(0)), ), - iO = new Uint16Array( + TO = new Uint16Array( "Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e) => e.charCodeAt(0)), ); -const CO = new Map([ +const NO = new Map([ [0, 65533], [128, 8364], [130, 8218], @@ -46506,9 +46949,9 @@ const CO = new Map([ [158, 382], [159, 376], ]), - sO = - null !== (aO = String.fromCodePoint) && void 0 !== aO - ? aO + SO = + null !== (RO = String.fromCodePoint) && void 0 !== RO + ? RO : function (e) { let t = ""; return ( @@ -46520,7 +46963,7 @@ const CO = new Map([ t ); }; -var cO; +var VO; !(function (e) { (e[(e.NUM = 35)] = "NUM"), (e[(e.SEMI = 59)] = "SEMI"), @@ -46534,19 +46977,19 @@ var cO; (e[(e.UPPER_A = 65)] = "UPPER_A"), (e[(e.UPPER_F = 70)] = "UPPER_F"), (e[(e.UPPER_Z = 90)] = "UPPER_Z"); -})(cO || (cO = {})); -var dO, uO, pO, mO, gO, hO, fO, vO; -function EO(e) { - return e >= cO.ZERO && e <= cO.NINE; +})(VO || (VO = {})); +var _O, AO, kO, IO, ZO, BO, OO, DO; +function PO(e) { + return e >= VO.ZERO && e <= VO.NINE; } -function wO(e) { +function FO(e) { return ( - e === cO.EQUALS || + e === VO.EQUALS || (function (e) { return ( - (e >= cO.UPPER_A && e <= cO.UPPER_Z) || - (e >= cO.LOWER_A && e <= cO.LOWER_Z) || - EO(e) + (e >= VO.UPPER_A && e <= VO.UPPER_Z) || + (e >= VO.LOWER_A && e <= VO.LOWER_Z) || + PO(e) ); })(e) ); @@ -46555,34 +46998,34 @@ function wO(e) { (e[(e.VALUE_LENGTH = 49152)] = "VALUE_LENGTH"), (e[(e.BRANCH_LENGTH = 16256)] = "BRANCH_LENGTH"), (e[(e.JUMP_TABLE = 127)] = "JUMP_TABLE"); -})(dO || (dO = {})), +})(_O || (_O = {})), (function (e) { (e[(e.EntityStart = 0)] = "EntityStart"), (e[(e.NumericStart = 1)] = "NumericStart"), (e[(e.NumericDecimal = 2)] = "NumericDecimal"), (e[(e.NumericHex = 3)] = "NumericHex"), (e[(e.NamedEntity = 4)] = "NamedEntity"); - })(uO || (uO = {})), + })(AO || (AO = {})), (function (e) { (e[(e.Legacy = 0)] = "Legacy"), (e[(e.Strict = 1)] = "Strict"), (e[(e.Attribute = 2)] = "Attribute"); - })(pO || (pO = {})); -class LO { + })(kO || (kO = {})); +class UO { constructor(e, t, n) { (this.decodeTree = e), (this.emitCodePoint = t), (this.errors = n), - (this.state = uO.EntityStart), + (this.state = AO.EntityStart), (this.consumed = 1), (this.result = 0), (this.treeIndex = 0), (this.excess = 1), - (this.decodeMode = pO.Strict); + (this.decodeMode = kO.Strict); } startEntity(e) { (this.decodeMode = e), - (this.state = uO.EntityStart), + (this.state = AO.EntityStart), (this.result = 0), (this.treeIndex = 0), (this.excess = 1), @@ -46590,30 +47033,30 @@ class LO { } write(e, t) { switch (this.state) { - case uO.EntityStart: - return e.charCodeAt(t) === cO.NUM - ? ((this.state = uO.NumericStart), + case AO.EntityStart: + return e.charCodeAt(t) === VO.NUM + ? ((this.state = AO.NumericStart), (this.consumed += 1), this.stateNumericStart(e, t + 1)) - : ((this.state = uO.NamedEntity), this.stateNamedEntity(e, t)); - case uO.NumericStart: + : ((this.state = AO.NamedEntity), this.stateNamedEntity(e, t)); + case AO.NumericStart: return this.stateNumericStart(e, t); - case uO.NumericDecimal: + case AO.NumericDecimal: return this.stateNumericDecimal(e, t); - case uO.NumericHex: + case AO.NumericHex: return this.stateNumericHex(e, t); - case uO.NamedEntity: + case AO.NamedEntity: return this.stateNamedEntity(e, t); } } stateNumericStart(e, t) { return t >= e.length ? -1 - : (32 | e.charCodeAt(t)) === cO.LOWER_X - ? ((this.state = uO.NumericHex), + : (32 | e.charCodeAt(t)) === VO.LOWER_X + ? ((this.state = AO.NumericHex), (this.consumed += 1), this.stateNumericHex(e, t + 1)) - : ((this.state = uO.NumericDecimal), this.stateNumericDecimal(e, t)); + : ((this.state = AO.NumericDecimal), this.stateNumericDecimal(e, t)); } addToNumericResult(e, t, n, r) { if (t !== n) { @@ -46629,10 +47072,10 @@ class LO { const o = e.charCodeAt(t); if ( !( - EO(o) || + PO(o) || ((r = o), - (r >= cO.UPPER_A && r <= cO.UPPER_F) || - (r >= cO.LOWER_A && r <= cO.LOWER_F)) + (r >= VO.UPPER_A && r <= VO.UPPER_F) || + (r >= VO.LOWER_A && r <= VO.LOWER_F)) ) ) return ( @@ -46647,7 +47090,7 @@ class LO { const n = t; for (; t < e.length; ) { const r = e.charCodeAt(t); - if (!EO(r)) + if (!PO(r)) return ( this.addToNumericResult(e, n, t, 10), this.emitNumericEntity(r, 2) ); @@ -46664,22 +47107,22 @@ class LO { n.absenceOfDigitsInNumericCharacterReference(this.consumed), 0 ); - if (e === cO.SEMI) this.consumed += 1; - else if (this.decodeMode === pO.Strict) return 0; + if (e === VO.SEMI) this.consumed += 1; + else if (this.decodeMode === kO.Strict) return 0; return ( this.emitCodePoint( (function (e) { var t; return (e >= 55296 && e <= 57343) || e > 1114111 ? 65533 - : null !== (t = CO.get(e)) && void 0 !== t + : null !== (t = NO.get(e)) && void 0 !== t ? t : e; })(this.result), this.consumed, ), this.errors && - (e !== cO.SEMI && this.errors.missingSemicolonAfterCharacterReference(), + (e !== VO.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed ); @@ -46687,27 +47130,27 @@ class LO { stateNamedEntity(e, t) { const { decodeTree: n } = this; let r = n[this.treeIndex], - o = (r & dO.VALUE_LENGTH) >> 14; + o = (r & _O.VALUE_LENGTH) >> 14; for (; t < e.length; t++, this.excess++) { const a = e.charCodeAt(t); if ( - ((this.treeIndex = MO(n, r, this.treeIndex + Math.max(1, o), a)), + ((this.treeIndex = zO(n, r, this.treeIndex + Math.max(1, o), a)), this.treeIndex < 0) ) return 0 === this.result || - (this.decodeMode === pO.Attribute && (0 === o || wO(a))) + (this.decodeMode === kO.Attribute && (0 === o || FO(a))) ? 0 : this.emitNotTerminatedNamedEntity(); if ( - ((r = n[this.treeIndex]), (o = (r & dO.VALUE_LENGTH) >> 14), 0 !== o) + ((r = n[this.treeIndex]), (o = (r & _O.VALUE_LENGTH) >> 14), 0 !== o) ) { - if (a === cO.SEMI) + if (a === VO.SEMI) return this.emitNamedEntityData( this.treeIndex, o, this.consumed + this.excess, ); - this.decodeMode !== pO.Strict && + this.decodeMode !== kO.Strict && ((this.result = this.treeIndex), (this.consumed += this.excess), (this.excess = 0)); @@ -46718,7 +47161,7 @@ class LO { emitNotTerminatedNamedEntity() { var e; const { result: t, decodeTree: n } = this, - r = (n[t] & dO.VALUE_LENGTH) >> 14; + r = (n[t] & _O.VALUE_LENGTH) >> 14; return ( this.emitNamedEntityData(t, r, this.consumed), null === (e = this.errors) || @@ -46730,7 +47173,7 @@ class LO { emitNamedEntityData(e, t, n) { const { decodeTree: r } = this; return ( - this.emitCodePoint(1 === t ? r[e] & ~dO.VALUE_LENGTH : r[e + 1], n), + this.emitCodePoint(1 === t ? r[e] & ~_O.VALUE_LENGTH : r[e + 1], n), 3 === t && this.emitCodePoint(r[e + 2], n), n ); @@ -46738,30 +47181,30 @@ class LO { end() { var e; switch (this.state) { - case uO.NamedEntity: + case AO.NamedEntity: return 0 === this.result || - (this.decodeMode === pO.Attribute && this.result !== this.treeIndex) + (this.decodeMode === kO.Attribute && this.result !== this.treeIndex) ? 0 : this.emitNotTerminatedNamedEntity(); - case uO.NumericDecimal: + case AO.NumericDecimal: return this.emitNumericEntity(0, 2); - case uO.NumericHex: + case AO.NumericHex: return this.emitNumericEntity(0, 3); - case uO.NumericStart: + case AO.NumericStart: return ( null === (e = this.errors) || void 0 === e || e.absenceOfDigitsInNumericCharacterReference(this.consumed), 0 ); - case uO.EntityStart: + case AO.EntityStart: return 0; } } } -function bO(e) { +function GO(e) { let t = ""; - const n = new LO(e, (e) => (t += sO(e))); + const n = new UO(e, (e) => (t += SO(e))); return function (e, r) { let o = 0, a = 0; @@ -46778,9 +47221,9 @@ function bO(e) { return (t = ""), l; }; } -function MO(e, t, n, r) { - const o = (t & dO.BRANCH_LENGTH) >> 7, - a = t & dO.JUMP_TABLE; +function zO(e, t, n, r) { + const o = (t & _O.BRANCH_LENGTH) >> 7, + a = t & _O.JUMP_TABLE; if (0 === o) return 0 !== a && r === a ? n : -1; if (a) { const t = r - a; @@ -46799,8 +47242,8 @@ function MO(e, t, n, r) { } return -1; } -bO(lO), - bO(iO), +GO(xO), + GO(TO), (function (e) { (e.HTML = "http://www.w3.org/1999/xhtml"), (e.MATHML = "http://www.w3.org/1998/Math/MathML"), @@ -46808,7 +47251,7 @@ bO(lO), (e.XLINK = "http://www.w3.org/1999/xlink"), (e.XML = "http://www.w3.org/XML/1998/namespace"), (e.XMLNS = "http://www.w3.org/2000/xmlns/"); - })((mO = mO || (mO = {}))), + })((IO = IO || (IO = {}))), (function (e) { (e.TYPE = "type"), (e.ACTION = "action"), @@ -46818,12 +47261,12 @@ bO(lO), (e.COLOR = "color"), (e.FACE = "face"), (e.SIZE = "size"); - })((gO = gO || (gO = {}))), + })((ZO = ZO || (ZO = {}))), (function (e) { (e.NO_QUIRKS = "no-quirks"), (e.QUIRKS = "quirks"), (e.LIMITED_QUIRKS = "limited-quirks"); - })((hO = hO || (hO = {}))), + })((BO = BO || (BO = {}))), (function (e) { (e.A = "a"), (e.ADDRESS = "address"), @@ -46947,7 +47390,7 @@ bO(lO), (e.VAR = "var"), (e.WBR = "wbr"), (e.XMP = "xmp"); - })((fO = fO || (fO = {}))), + })((OO = OO || (OO = {}))), (function (e) { (e[(e.UNKNOWN = 0)] = "UNKNOWN"), (e[(e.A = 1)] = "A"), @@ -47072,253 +47515,253 @@ bO(lO), (e[(e.VAR = 120)] = "VAR"), (e[(e.WBR = 121)] = "WBR"), (e[(e.XMP = 122)] = "XMP"); - })((vO = vO || (vO = {}))); -const HO = new Map([ - [fO.A, vO.A], - [fO.ADDRESS, vO.ADDRESS], - [fO.ANNOTATION_XML, vO.ANNOTATION_XML], - [fO.APPLET, vO.APPLET], - [fO.AREA, vO.AREA], - [fO.ARTICLE, vO.ARTICLE], - [fO.ASIDE, vO.ASIDE], - [fO.B, vO.B], - [fO.BASE, vO.BASE], - [fO.BASEFONT, vO.BASEFONT], - [fO.BGSOUND, vO.BGSOUND], - [fO.BIG, vO.BIG], - [fO.BLOCKQUOTE, vO.BLOCKQUOTE], - [fO.BODY, vO.BODY], - [fO.BR, vO.BR], - [fO.BUTTON, vO.BUTTON], - [fO.CAPTION, vO.CAPTION], - [fO.CENTER, vO.CENTER], - [fO.CODE, vO.CODE], - [fO.COL, vO.COL], - [fO.COLGROUP, vO.COLGROUP], - [fO.DD, vO.DD], - [fO.DESC, vO.DESC], - [fO.DETAILS, vO.DETAILS], - [fO.DIALOG, vO.DIALOG], - [fO.DIR, vO.DIR], - [fO.DIV, vO.DIV], - [fO.DL, vO.DL], - [fO.DT, vO.DT], - [fO.EM, vO.EM], - [fO.EMBED, vO.EMBED], - [fO.FIELDSET, vO.FIELDSET], - [fO.FIGCAPTION, vO.FIGCAPTION], - [fO.FIGURE, vO.FIGURE], - [fO.FONT, vO.FONT], - [fO.FOOTER, vO.FOOTER], - [fO.FOREIGN_OBJECT, vO.FOREIGN_OBJECT], - [fO.FORM, vO.FORM], - [fO.FRAME, vO.FRAME], - [fO.FRAMESET, vO.FRAMESET], - [fO.H1, vO.H1], - [fO.H2, vO.H2], - [fO.H3, vO.H3], - [fO.H4, vO.H4], - [fO.H5, vO.H5], - [fO.H6, vO.H6], - [fO.HEAD, vO.HEAD], - [fO.HEADER, vO.HEADER], - [fO.HGROUP, vO.HGROUP], - [fO.HR, vO.HR], - [fO.HTML, vO.HTML], - [fO.I, vO.I], - [fO.IMG, vO.IMG], - [fO.IMAGE, vO.IMAGE], - [fO.INPUT, vO.INPUT], - [fO.IFRAME, vO.IFRAME], - [fO.KEYGEN, vO.KEYGEN], - [fO.LABEL, vO.LABEL], - [fO.LI, vO.LI], - [fO.LINK, vO.LINK], - [fO.LISTING, vO.LISTING], - [fO.MAIN, vO.MAIN], - [fO.MALIGNMARK, vO.MALIGNMARK], - [fO.MARQUEE, vO.MARQUEE], - [fO.MATH, vO.MATH], - [fO.MENU, vO.MENU], - [fO.META, vO.META], - [fO.MGLYPH, vO.MGLYPH], - [fO.MI, vO.MI], - [fO.MO, vO.MO], - [fO.MN, vO.MN], - [fO.MS, vO.MS], - [fO.MTEXT, vO.MTEXT], - [fO.NAV, vO.NAV], - [fO.NOBR, vO.NOBR], - [fO.NOFRAMES, vO.NOFRAMES], - [fO.NOEMBED, vO.NOEMBED], - [fO.NOSCRIPT, vO.NOSCRIPT], - [fO.OBJECT, vO.OBJECT], - [fO.OL, vO.OL], - [fO.OPTGROUP, vO.OPTGROUP], - [fO.OPTION, vO.OPTION], - [fO.P, vO.P], - [fO.PARAM, vO.PARAM], - [fO.PLAINTEXT, vO.PLAINTEXT], - [fO.PRE, vO.PRE], - [fO.RB, vO.RB], - [fO.RP, vO.RP], - [fO.RT, vO.RT], - [fO.RTC, vO.RTC], - [fO.RUBY, vO.RUBY], - [fO.S, vO.S], - [fO.SCRIPT, vO.SCRIPT], - [fO.SECTION, vO.SECTION], - [fO.SELECT, vO.SELECT], - [fO.SOURCE, vO.SOURCE], - [fO.SMALL, vO.SMALL], - [fO.SPAN, vO.SPAN], - [fO.STRIKE, vO.STRIKE], - [fO.STRONG, vO.STRONG], - [fO.STYLE, vO.STYLE], - [fO.SUB, vO.SUB], - [fO.SUMMARY, vO.SUMMARY], - [fO.SUP, vO.SUP], - [fO.TABLE, vO.TABLE], - [fO.TBODY, vO.TBODY], - [fO.TEMPLATE, vO.TEMPLATE], - [fO.TEXTAREA, vO.TEXTAREA], - [fO.TFOOT, vO.TFOOT], - [fO.TD, vO.TD], - [fO.TH, vO.TH], - [fO.THEAD, vO.THEAD], - [fO.TITLE, vO.TITLE], - [fO.TR, vO.TR], - [fO.TRACK, vO.TRACK], - [fO.TT, vO.TT], - [fO.U, vO.U], - [fO.UL, vO.UL], - [fO.SVG, vO.SVG], - [fO.VAR, vO.VAR], - [fO.WBR, vO.WBR], - [fO.XMP, vO.XMP], + })((DO = DO || (DO = {}))); +const $O = new Map([ + [OO.A, DO.A], + [OO.ADDRESS, DO.ADDRESS], + [OO.ANNOTATION_XML, DO.ANNOTATION_XML], + [OO.APPLET, DO.APPLET], + [OO.AREA, DO.AREA], + [OO.ARTICLE, DO.ARTICLE], + [OO.ASIDE, DO.ASIDE], + [OO.B, DO.B], + [OO.BASE, DO.BASE], + [OO.BASEFONT, DO.BASEFONT], + [OO.BGSOUND, DO.BGSOUND], + [OO.BIG, DO.BIG], + [OO.BLOCKQUOTE, DO.BLOCKQUOTE], + [OO.BODY, DO.BODY], + [OO.BR, DO.BR], + [OO.BUTTON, DO.BUTTON], + [OO.CAPTION, DO.CAPTION], + [OO.CENTER, DO.CENTER], + [OO.CODE, DO.CODE], + [OO.COL, DO.COL], + [OO.COLGROUP, DO.COLGROUP], + [OO.DD, DO.DD], + [OO.DESC, DO.DESC], + [OO.DETAILS, DO.DETAILS], + [OO.DIALOG, DO.DIALOG], + [OO.DIR, DO.DIR], + [OO.DIV, DO.DIV], + [OO.DL, DO.DL], + [OO.DT, DO.DT], + [OO.EM, DO.EM], + [OO.EMBED, DO.EMBED], + [OO.FIELDSET, DO.FIELDSET], + [OO.FIGCAPTION, DO.FIGCAPTION], + [OO.FIGURE, DO.FIGURE], + [OO.FONT, DO.FONT], + [OO.FOOTER, DO.FOOTER], + [OO.FOREIGN_OBJECT, DO.FOREIGN_OBJECT], + [OO.FORM, DO.FORM], + [OO.FRAME, DO.FRAME], + [OO.FRAMESET, DO.FRAMESET], + [OO.H1, DO.H1], + [OO.H2, DO.H2], + [OO.H3, DO.H3], + [OO.H4, DO.H4], + [OO.H5, DO.H5], + [OO.H6, DO.H6], + [OO.HEAD, DO.HEAD], + [OO.HEADER, DO.HEADER], + [OO.HGROUP, DO.HGROUP], + [OO.HR, DO.HR], + [OO.HTML, DO.HTML], + [OO.I, DO.I], + [OO.IMG, DO.IMG], + [OO.IMAGE, DO.IMAGE], + [OO.INPUT, DO.INPUT], + [OO.IFRAME, DO.IFRAME], + [OO.KEYGEN, DO.KEYGEN], + [OO.LABEL, DO.LABEL], + [OO.LI, DO.LI], + [OO.LINK, DO.LINK], + [OO.LISTING, DO.LISTING], + [OO.MAIN, DO.MAIN], + [OO.MALIGNMARK, DO.MALIGNMARK], + [OO.MARQUEE, DO.MARQUEE], + [OO.MATH, DO.MATH], + [OO.MENU, DO.MENU], + [OO.META, DO.META], + [OO.MGLYPH, DO.MGLYPH], + [OO.MI, DO.MI], + [OO.MO, DO.MO], + [OO.MN, DO.MN], + [OO.MS, DO.MS], + [OO.MTEXT, DO.MTEXT], + [OO.NAV, DO.NAV], + [OO.NOBR, DO.NOBR], + [OO.NOFRAMES, DO.NOFRAMES], + [OO.NOEMBED, DO.NOEMBED], + [OO.NOSCRIPT, DO.NOSCRIPT], + [OO.OBJECT, DO.OBJECT], + [OO.OL, DO.OL], + [OO.OPTGROUP, DO.OPTGROUP], + [OO.OPTION, DO.OPTION], + [OO.P, DO.P], + [OO.PARAM, DO.PARAM], + [OO.PLAINTEXT, DO.PLAINTEXT], + [OO.PRE, DO.PRE], + [OO.RB, DO.RB], + [OO.RP, DO.RP], + [OO.RT, DO.RT], + [OO.RTC, DO.RTC], + [OO.RUBY, DO.RUBY], + [OO.S, DO.S], + [OO.SCRIPT, DO.SCRIPT], + [OO.SECTION, DO.SECTION], + [OO.SELECT, DO.SELECT], + [OO.SOURCE, DO.SOURCE], + [OO.SMALL, DO.SMALL], + [OO.SPAN, DO.SPAN], + [OO.STRIKE, DO.STRIKE], + [OO.STRONG, DO.STRONG], + [OO.STYLE, DO.STYLE], + [OO.SUB, DO.SUB], + [OO.SUMMARY, DO.SUMMARY], + [OO.SUP, DO.SUP], + [OO.TABLE, DO.TABLE], + [OO.TBODY, DO.TBODY], + [OO.TEMPLATE, DO.TEMPLATE], + [OO.TEXTAREA, DO.TEXTAREA], + [OO.TFOOT, DO.TFOOT], + [OO.TD, DO.TD], + [OO.TH, DO.TH], + [OO.THEAD, DO.THEAD], + [OO.TITLE, DO.TITLE], + [OO.TR, DO.TR], + [OO.TRACK, DO.TRACK], + [OO.TT, DO.TT], + [OO.U, DO.U], + [OO.UL, DO.UL], + [OO.SVG, DO.SVG], + [OO.VAR, DO.VAR], + [OO.WBR, DO.WBR], + [OO.XMP, DO.XMP], ]); -function yO(e) { +function WO(e) { var t; - return null !== (t = HO.get(e)) && void 0 !== t ? t : vO.UNKNOWN; -} -const RO = vO, - xO = { - [mO.HTML]: new Set([ - RO.ADDRESS, - RO.APPLET, - RO.AREA, - RO.ARTICLE, - RO.ASIDE, - RO.BASE, - RO.BASEFONT, - RO.BGSOUND, - RO.BLOCKQUOTE, - RO.BODY, - RO.BR, - RO.BUTTON, - RO.CAPTION, - RO.CENTER, - RO.COL, - RO.COLGROUP, - RO.DD, - RO.DETAILS, - RO.DIR, - RO.DIV, - RO.DL, - RO.DT, - RO.EMBED, - RO.FIELDSET, - RO.FIGCAPTION, - RO.FIGURE, - RO.FOOTER, - RO.FORM, - RO.FRAME, - RO.FRAMESET, - RO.H1, - RO.H2, - RO.H3, - RO.H4, - RO.H5, - RO.H6, - RO.HEAD, - RO.HEADER, - RO.HGROUP, - RO.HR, - RO.HTML, - RO.IFRAME, - RO.IMG, - RO.INPUT, - RO.LI, - RO.LINK, - RO.LISTING, - RO.MAIN, - RO.MARQUEE, - RO.MENU, - RO.META, - RO.NAV, - RO.NOEMBED, - RO.NOFRAMES, - RO.NOSCRIPT, - RO.OBJECT, - RO.OL, - RO.P, - RO.PARAM, - RO.PLAINTEXT, - RO.PRE, - RO.SCRIPT, - RO.SECTION, - RO.SELECT, - RO.SOURCE, - RO.STYLE, - RO.SUMMARY, - RO.TABLE, - RO.TBODY, - RO.TD, - RO.TEMPLATE, - RO.TEXTAREA, - RO.TFOOT, - RO.TH, - RO.THEAD, - RO.TITLE, - RO.TR, - RO.TRACK, - RO.UL, - RO.WBR, - RO.XMP, + return null !== (t = $O.get(e)) && void 0 !== t ? t : DO.UNKNOWN; +} +const jO = DO, + qO = { + [IO.HTML]: new Set([ + jO.ADDRESS, + jO.APPLET, + jO.AREA, + jO.ARTICLE, + jO.ASIDE, + jO.BASE, + jO.BASEFONT, + jO.BGSOUND, + jO.BLOCKQUOTE, + jO.BODY, + jO.BR, + jO.BUTTON, + jO.CAPTION, + jO.CENTER, + jO.COL, + jO.COLGROUP, + jO.DD, + jO.DETAILS, + jO.DIR, + jO.DIV, + jO.DL, + jO.DT, + jO.EMBED, + jO.FIELDSET, + jO.FIGCAPTION, + jO.FIGURE, + jO.FOOTER, + jO.FORM, + jO.FRAME, + jO.FRAMESET, + jO.H1, + jO.H2, + jO.H3, + jO.H4, + jO.H5, + jO.H6, + jO.HEAD, + jO.HEADER, + jO.HGROUP, + jO.HR, + jO.HTML, + jO.IFRAME, + jO.IMG, + jO.INPUT, + jO.LI, + jO.LINK, + jO.LISTING, + jO.MAIN, + jO.MARQUEE, + jO.MENU, + jO.META, + jO.NAV, + jO.NOEMBED, + jO.NOFRAMES, + jO.NOSCRIPT, + jO.OBJECT, + jO.OL, + jO.P, + jO.PARAM, + jO.PLAINTEXT, + jO.PRE, + jO.SCRIPT, + jO.SECTION, + jO.SELECT, + jO.SOURCE, + jO.STYLE, + jO.SUMMARY, + jO.TABLE, + jO.TBODY, + jO.TD, + jO.TEMPLATE, + jO.TEXTAREA, + jO.TFOOT, + jO.TH, + jO.THEAD, + jO.TITLE, + jO.TR, + jO.TRACK, + jO.UL, + jO.WBR, + jO.XMP, ]), - [mO.MATHML]: new Set([ - RO.MI, - RO.MO, - RO.MN, - RO.MS, - RO.MTEXT, - RO.ANNOTATION_XML, + [IO.MATHML]: new Set([ + jO.MI, + jO.MO, + jO.MN, + jO.MS, + jO.MTEXT, + jO.ANNOTATION_XML, ]), - [mO.SVG]: new Set([RO.TITLE, RO.FOREIGN_OBJECT, RO.DESC]), - [mO.XLINK]: new Set(), - [mO.XML]: new Set(), - [mO.XMLNS]: new Set(), + [IO.SVG]: new Set([jO.TITLE, jO.FOREIGN_OBJECT, jO.DESC]), + [IO.XLINK]: new Set(), + [IO.XML]: new Set(), + [IO.XMLNS]: new Set(), }; -function TO(e) { +function YO(e) { return ( - e === RO.H1 || - e === RO.H2 || - e === RO.H3 || - e === RO.H4 || - e === RO.H5 || - e === RO.H6 + e === jO.H1 || + e === jO.H2 || + e === jO.H3 || + e === jO.H4 || + e === jO.H5 || + e === jO.H6 ); } new Set([ - fO.STYLE, - fO.SCRIPT, - fO.XMP, - fO.IFRAME, - fO.NOEMBED, - fO.NOFRAMES, - fO.PLAINTEXT, + OO.STYLE, + OO.SCRIPT, + OO.XMP, + OO.IFRAME, + OO.NOEMBED, + OO.NOFRAMES, + OO.PLAINTEXT, ]); -const NO = new Map([ +const KO = new Map([ [128, 8364], [130, 8218], [131, 402], @@ -47347,7 +47790,7 @@ const NO = new Map([ [158, 382], [159, 376], ]); -var SO; +var XO; !(function (e) { (e[(e.DATA = 0)] = "DATA"), (e[(e.RCDATA = 1)] = "RCDATA"), @@ -47454,52 +47897,52 @@ var SO; (e[(e.DECIMAL_CHARACTER_REFERENCE = 77)] = "DECIMAL_CHARACTER_REFERENCE"), (e[(e.NUMERIC_CHARACTER_REFERENCE_END = 78)] = "NUMERIC_CHARACTER_REFERENCE_END"); -})(SO || (SO = {})); -const VO = { - DATA: SO.DATA, - RCDATA: SO.RCDATA, - RAWTEXT: SO.RAWTEXT, - SCRIPT_DATA: SO.SCRIPT_DATA, - PLAINTEXT: SO.PLAINTEXT, - CDATA_SECTION: SO.CDATA_SECTION, +})(XO || (XO = {})); +const QO = { + DATA: XO.DATA, + RCDATA: XO.RCDATA, + RAWTEXT: XO.RAWTEXT, + SCRIPT_DATA: XO.SCRIPT_DATA, + PLAINTEXT: XO.PLAINTEXT, + CDATA_SECTION: XO.CDATA_SECTION, }; -function _O(e) { - return e >= $B.DIGIT_0 && e <= $B.DIGIT_9; +function JO(e) { + return e >= uO.DIGIT_0 && e <= uO.DIGIT_9; } -function AO(e) { - return e >= $B.LATIN_CAPITAL_A && e <= $B.LATIN_CAPITAL_Z; +function eD(e) { + return e >= uO.LATIN_CAPITAL_A && e <= uO.LATIN_CAPITAL_Z; } -function kO(e) { +function tD(e) { return ( (function (e) { - return e >= $B.LATIN_SMALL_A && e <= $B.LATIN_SMALL_Z; - })(e) || AO(e) + return e >= uO.LATIN_SMALL_A && e <= uO.LATIN_SMALL_Z; + })(e) || eD(e) ); } -function IO(e) { - return kO(e) || _O(e); +function nD(e) { + return tD(e) || JO(e); } -function ZO(e) { - return e >= $B.LATIN_CAPITAL_A && e <= $B.LATIN_CAPITAL_F; +function rD(e) { + return e >= uO.LATIN_CAPITAL_A && e <= uO.LATIN_CAPITAL_F; } -function BO(e) { - return e >= $B.LATIN_SMALL_A && e <= $B.LATIN_SMALL_F; +function oD(e) { + return e >= uO.LATIN_SMALL_A && e <= uO.LATIN_SMALL_F; } -function OO(e) { +function aD(e) { return e + 32; } -function DO(e) { +function lD(e) { return ( - e === $B.SPACE || - e === $B.LINE_FEED || - e === $B.TABULATION || - e === $B.FORM_FEED + e === uO.SPACE || + e === uO.LINE_FEED || + e === uO.TABULATION || + e === uO.FORM_FEED ); } -function PO(e) { - return DO(e) || e === $B.SOLIDUS || e === $B.GREATER_THAN_SIGN; +function iD(e) { + return lD(e) || e === uO.SOLIDUS || e === uO.GREATER_THAN_SIGN; } -class FO { +class CD { constructor(e, t) { (this.options = e), (this.handler = t), @@ -47508,14 +47951,14 @@ class FO { (this.inForeignNode = !1), (this.lastStartTagName = ""), (this.active = !1), - (this.state = SO.DATA), - (this.returnState = SO.DATA), + (this.state = XO.DATA), + (this.returnState = XO.DATA), (this.charRefCode = -1), (this.consumedAfterSnapshot = -1), (this.currentCharacterToken = null), (this.currentToken = null), (this.currentAttr = { name: "", value: "" }), - (this.preprocessor = new nO(t)), + (this.preprocessor = new MO(t)), (this.currentLocation = this.getCurrentLocation(-1)); } _err(e) { @@ -47592,9 +48035,9 @@ class FO { } _createStartTagToken() { this.currentToken = { - type: rO.START_TAG, + type: HO.START_TAG, tagName: "", - tagID: vO.UNKNOWN, + tagID: DO.UNKNOWN, selfClosing: !1, ackSelfClosing: !1, attrs: [], @@ -47603,9 +48046,9 @@ class FO { } _createEndTagToken() { this.currentToken = { - type: rO.END_TAG, + type: HO.END_TAG, tagName: "", - tagID: vO.UNKNOWN, + tagID: DO.UNKNOWN, selfClosing: !1, ackSelfClosing: !1, attrs: [], @@ -47614,14 +48057,14 @@ class FO { } _createCommentToken(e) { this.currentToken = { - type: rO.COMMENT, + type: HO.COMMENT, data: "", location: this.getCurrentLocation(e), }; } _createDoctypeToken(e) { this.currentToken = { - type: rO.DOCTYPE, + type: HO.DOCTYPE, name: e, forceQuirks: !1, publicId: null, @@ -47643,7 +48086,7 @@ class FO { _leaveAttrName() { var e, t; const n = this.currentToken; - if (null === oO(n, this.currentAttr.name)) { + if (null === yO(n, this.currentAttr.name)) { if ( (n.attrs.push(this.currentAttr), n.location && this.currentLocation) ) { @@ -47653,7 +48096,7 @@ class FO { this.currentLocation), this._leaveAttrValue(); } - } else this._err(tO.duplicateAttribute); + } else this._err(bO.duplicateAttribute); } _leaveAttrValue() { this.currentLocation && @@ -47673,11 +48116,11 @@ class FO { emitCurrentTagToken() { const e = this.currentToken; this.prepareToken(e), - (e.tagID = yO(e.tagName)), - e.type === rO.START_TAG + (e.tagID = WO(e.tagName)), + e.type === HO.START_TAG ? ((this.lastStartTagName = e.tagName), this.handler.onStartTag(e)) - : (e.attrs.length > 0 && this._err(tO.endTagWithAttributes), - e.selfClosing && this._err(tO.endTagWithTrailingSolidus), + : (e.attrs.length > 0 && this._err(bO.endTagWithAttributes), + e.selfClosing && this._err(bO.endTagWithTrailingSolidus), this.handler.onEndTag(e)), this.preprocessor.dropParsedChunk(); } @@ -47701,13 +48144,13 @@ class FO { (this.currentCharacterToken.location.endOffset = e.startOffset)), this.currentCharacterToken.type) ) { - case rO.CHARACTER: + case HO.CHARACTER: this.handler.onCharacter(this.currentCharacterToken); break; - case rO.NULL_CHARACTER: + case HO.NULL_CHARACTER: this.handler.onNullCharacter(this.currentCharacterToken); break; - case rO.WHITESPACE_CHARACTER: + case HO.WHITESPACE_CHARACTER: this.handler.onWhitespaceCharacter(this.currentCharacterToken); } this.currentCharacterToken = null; @@ -47720,7 +48163,7 @@ class FO { (e.endCol = e.startCol), (e.endOffset = e.startOffset)), this._emitCurrentCharacterToken(e), - this.handler.onEof({ type: rO.EOF, location: e }), + this.handler.onEof({ type: HO.EOF, location: e }), (this.active = !1); } _appendCharToCurrentCharacterToken(e, t) { @@ -47734,42 +48177,42 @@ class FO { this._createCharacterToken(e, t); } _emitCodePoint(e) { - const t = DO(e) - ? rO.WHITESPACE_CHARACTER - : e === $B.NULL - ? rO.NULL_CHARACTER - : rO.CHARACTER; + const t = lD(e) + ? HO.WHITESPACE_CHARACTER + : e === uO.NULL + ? HO.NULL_CHARACTER + : HO.CHARACTER; this._appendCharToCurrentCharacterToken(t, String.fromCodePoint(e)); } _emitChars(e) { - this._appendCharToCurrentCharacterToken(rO.CHARACTER, e); + this._appendCharToCurrentCharacterToken(HO.CHARACTER, e); } _matchNamedCharacterReference(e) { let t = null, n = 0, r = !1; for ( - let a = 0, l = lO[0]; - a >= 0 && ((a = MO(lO, l, a + 1, e)), !(a < 0)); + let a = 0, l = xO[0]; + a >= 0 && ((a = zO(xO, l, a + 1, e)), !(a < 0)); e = this._consume() ) { - (n += 1), (l = lO[a]); - const i = l & dO.VALUE_LENGTH; + (n += 1), (l = xO[a]); + const i = l & _O.VALUE_LENGTH; if (i) { const l = (i >> 14) - 1; if ( - (e !== $B.SEMICOLON && + (e !== uO.SEMICOLON && this._isCharacterReferenceInAttribute() && - ((o = this.preprocessor.peek(1)) === $B.EQUALS_SIGN || IO(o)) - ? ((t = [$B.AMPERSAND]), (a += l)) + ((o = this.preprocessor.peek(1)) === uO.EQUALS_SIGN || nD(o)) + ? ((t = [uO.AMPERSAND]), (a += l)) : ((t = 0 === l - ? [lO[a] & ~dO.VALUE_LENGTH] + ? [xO[a] & ~_O.VALUE_LENGTH] : 1 === l - ? [lO[++a]] - : [lO[++a], lO[++a]]), + ? [xO[++a]] + : [xO[++a], xO[++a]]), (n = 0), - (r = e !== $B.SEMICOLON)), + (r = e !== uO.SEMICOLON)), 0 === l) ) { this._consume(); @@ -47782,16 +48225,16 @@ class FO { this._unconsume(n), r && !this.preprocessor.endOfChunkHit && - this._err(tO.missingSemicolonAfterCharacterReference), + this._err(bO.missingSemicolonAfterCharacterReference), this._unconsume(1), t ); } _isCharacterReferenceInAttribute() { return ( - this.returnState === SO.ATTRIBUTE_VALUE_DOUBLE_QUOTED || - this.returnState === SO.ATTRIBUTE_VALUE_SINGLE_QUOTED || - this.returnState === SO.ATTRIBUTE_VALUE_UNQUOTED + this.returnState === XO.ATTRIBUTE_VALUE_DOUBLE_QUOTED || + this.returnState === XO.ATTRIBUTE_VALUE_SINGLE_QUOTED || + this.returnState === XO.ATTRIBUTE_VALUE_UNQUOTED ); } _flushCodePointConsumedAsCharacterReference(e) { @@ -47801,241 +48244,241 @@ class FO { } _callState(e) { switch (this.state) { - case SO.DATA: + case XO.DATA: this._stateData(e); break; - case SO.RCDATA: + case XO.RCDATA: this._stateRcdata(e); break; - case SO.RAWTEXT: + case XO.RAWTEXT: this._stateRawtext(e); break; - case SO.SCRIPT_DATA: + case XO.SCRIPT_DATA: this._stateScriptData(e); break; - case SO.PLAINTEXT: + case XO.PLAINTEXT: this._statePlaintext(e); break; - case SO.TAG_OPEN: + case XO.TAG_OPEN: this._stateTagOpen(e); break; - case SO.END_TAG_OPEN: + case XO.END_TAG_OPEN: this._stateEndTagOpen(e); break; - case SO.TAG_NAME: + case XO.TAG_NAME: this._stateTagName(e); break; - case SO.RCDATA_LESS_THAN_SIGN: + case XO.RCDATA_LESS_THAN_SIGN: this._stateRcdataLessThanSign(e); break; - case SO.RCDATA_END_TAG_OPEN: + case XO.RCDATA_END_TAG_OPEN: this._stateRcdataEndTagOpen(e); break; - case SO.RCDATA_END_TAG_NAME: + case XO.RCDATA_END_TAG_NAME: this._stateRcdataEndTagName(e); break; - case SO.RAWTEXT_LESS_THAN_SIGN: + case XO.RAWTEXT_LESS_THAN_SIGN: this._stateRawtextLessThanSign(e); break; - case SO.RAWTEXT_END_TAG_OPEN: + case XO.RAWTEXT_END_TAG_OPEN: this._stateRawtextEndTagOpen(e); break; - case SO.RAWTEXT_END_TAG_NAME: + case XO.RAWTEXT_END_TAG_NAME: this._stateRawtextEndTagName(e); break; - case SO.SCRIPT_DATA_LESS_THAN_SIGN: + case XO.SCRIPT_DATA_LESS_THAN_SIGN: this._stateScriptDataLessThanSign(e); break; - case SO.SCRIPT_DATA_END_TAG_OPEN: + case XO.SCRIPT_DATA_END_TAG_OPEN: this._stateScriptDataEndTagOpen(e); break; - case SO.SCRIPT_DATA_END_TAG_NAME: + case XO.SCRIPT_DATA_END_TAG_NAME: this._stateScriptDataEndTagName(e); break; - case SO.SCRIPT_DATA_ESCAPE_START: + case XO.SCRIPT_DATA_ESCAPE_START: this._stateScriptDataEscapeStart(e); break; - case SO.SCRIPT_DATA_ESCAPE_START_DASH: + case XO.SCRIPT_DATA_ESCAPE_START_DASH: this._stateScriptDataEscapeStartDash(e); break; - case SO.SCRIPT_DATA_ESCAPED: + case XO.SCRIPT_DATA_ESCAPED: this._stateScriptDataEscaped(e); break; - case SO.SCRIPT_DATA_ESCAPED_DASH: + case XO.SCRIPT_DATA_ESCAPED_DASH: this._stateScriptDataEscapedDash(e); break; - case SO.SCRIPT_DATA_ESCAPED_DASH_DASH: + case XO.SCRIPT_DATA_ESCAPED_DASH_DASH: this._stateScriptDataEscapedDashDash(e); break; - case SO.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN: + case XO.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN: this._stateScriptDataEscapedLessThanSign(e); break; - case SO.SCRIPT_DATA_ESCAPED_END_TAG_OPEN: + case XO.SCRIPT_DATA_ESCAPED_END_TAG_OPEN: this._stateScriptDataEscapedEndTagOpen(e); break; - case SO.SCRIPT_DATA_ESCAPED_END_TAG_NAME: + case XO.SCRIPT_DATA_ESCAPED_END_TAG_NAME: this._stateScriptDataEscapedEndTagName(e); break; - case SO.SCRIPT_DATA_DOUBLE_ESCAPE_START: + case XO.SCRIPT_DATA_DOUBLE_ESCAPE_START: this._stateScriptDataDoubleEscapeStart(e); break; - case SO.SCRIPT_DATA_DOUBLE_ESCAPED: + case XO.SCRIPT_DATA_DOUBLE_ESCAPED: this._stateScriptDataDoubleEscaped(e); break; - case SO.SCRIPT_DATA_DOUBLE_ESCAPED_DASH: + case XO.SCRIPT_DATA_DOUBLE_ESCAPED_DASH: this._stateScriptDataDoubleEscapedDash(e); break; - case SO.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH: + case XO.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH: this._stateScriptDataDoubleEscapedDashDash(e); break; - case SO.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN: + case XO.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN: this._stateScriptDataDoubleEscapedLessThanSign(e); break; - case SO.SCRIPT_DATA_DOUBLE_ESCAPE_END: + case XO.SCRIPT_DATA_DOUBLE_ESCAPE_END: this._stateScriptDataDoubleEscapeEnd(e); break; - case SO.BEFORE_ATTRIBUTE_NAME: + case XO.BEFORE_ATTRIBUTE_NAME: this._stateBeforeAttributeName(e); break; - case SO.ATTRIBUTE_NAME: + case XO.ATTRIBUTE_NAME: this._stateAttributeName(e); break; - case SO.AFTER_ATTRIBUTE_NAME: + case XO.AFTER_ATTRIBUTE_NAME: this._stateAfterAttributeName(e); break; - case SO.BEFORE_ATTRIBUTE_VALUE: + case XO.BEFORE_ATTRIBUTE_VALUE: this._stateBeforeAttributeValue(e); break; - case SO.ATTRIBUTE_VALUE_DOUBLE_QUOTED: + case XO.ATTRIBUTE_VALUE_DOUBLE_QUOTED: this._stateAttributeValueDoubleQuoted(e); break; - case SO.ATTRIBUTE_VALUE_SINGLE_QUOTED: + case XO.ATTRIBUTE_VALUE_SINGLE_QUOTED: this._stateAttributeValueSingleQuoted(e); break; - case SO.ATTRIBUTE_VALUE_UNQUOTED: + case XO.ATTRIBUTE_VALUE_UNQUOTED: this._stateAttributeValueUnquoted(e); break; - case SO.AFTER_ATTRIBUTE_VALUE_QUOTED: + case XO.AFTER_ATTRIBUTE_VALUE_QUOTED: this._stateAfterAttributeValueQuoted(e); break; - case SO.SELF_CLOSING_START_TAG: + case XO.SELF_CLOSING_START_TAG: this._stateSelfClosingStartTag(e); break; - case SO.BOGUS_COMMENT: + case XO.BOGUS_COMMENT: this._stateBogusComment(e); break; - case SO.MARKUP_DECLARATION_OPEN: + case XO.MARKUP_DECLARATION_OPEN: this._stateMarkupDeclarationOpen(e); break; - case SO.COMMENT_START: + case XO.COMMENT_START: this._stateCommentStart(e); break; - case SO.COMMENT_START_DASH: + case XO.COMMENT_START_DASH: this._stateCommentStartDash(e); break; - case SO.COMMENT: + case XO.COMMENT: this._stateComment(e); break; - case SO.COMMENT_LESS_THAN_SIGN: + case XO.COMMENT_LESS_THAN_SIGN: this._stateCommentLessThanSign(e); break; - case SO.COMMENT_LESS_THAN_SIGN_BANG: + case XO.COMMENT_LESS_THAN_SIGN_BANG: this._stateCommentLessThanSignBang(e); break; - case SO.COMMENT_LESS_THAN_SIGN_BANG_DASH: + case XO.COMMENT_LESS_THAN_SIGN_BANG_DASH: this._stateCommentLessThanSignBangDash(e); break; - case SO.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH: + case XO.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH: this._stateCommentLessThanSignBangDashDash(e); break; - case SO.COMMENT_END_DASH: + case XO.COMMENT_END_DASH: this._stateCommentEndDash(e); break; - case SO.COMMENT_END: + case XO.COMMENT_END: this._stateCommentEnd(e); break; - case SO.COMMENT_END_BANG: + case XO.COMMENT_END_BANG: this._stateCommentEndBang(e); break; - case SO.DOCTYPE: + case XO.DOCTYPE: this._stateDoctype(e); break; - case SO.BEFORE_DOCTYPE_NAME: + case XO.BEFORE_DOCTYPE_NAME: this._stateBeforeDoctypeName(e); break; - case SO.DOCTYPE_NAME: + case XO.DOCTYPE_NAME: this._stateDoctypeName(e); break; - case SO.AFTER_DOCTYPE_NAME: + case XO.AFTER_DOCTYPE_NAME: this._stateAfterDoctypeName(e); break; - case SO.AFTER_DOCTYPE_PUBLIC_KEYWORD: + case XO.AFTER_DOCTYPE_PUBLIC_KEYWORD: this._stateAfterDoctypePublicKeyword(e); break; - case SO.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER: + case XO.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER: this._stateBeforeDoctypePublicIdentifier(e); break; - case SO.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED: + case XO.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED: this._stateDoctypePublicIdentifierDoubleQuoted(e); break; - case SO.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED: + case XO.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED: this._stateDoctypePublicIdentifierSingleQuoted(e); break; - case SO.AFTER_DOCTYPE_PUBLIC_IDENTIFIER: + case XO.AFTER_DOCTYPE_PUBLIC_IDENTIFIER: this._stateAfterDoctypePublicIdentifier(e); break; - case SO.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS: + case XO.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS: this._stateBetweenDoctypePublicAndSystemIdentifiers(e); break; - case SO.AFTER_DOCTYPE_SYSTEM_KEYWORD: + case XO.AFTER_DOCTYPE_SYSTEM_KEYWORD: this._stateAfterDoctypeSystemKeyword(e); break; - case SO.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER: + case XO.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER: this._stateBeforeDoctypeSystemIdentifier(e); break; - case SO.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED: + case XO.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED: this._stateDoctypeSystemIdentifierDoubleQuoted(e); break; - case SO.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED: + case XO.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED: this._stateDoctypeSystemIdentifierSingleQuoted(e); break; - case SO.AFTER_DOCTYPE_SYSTEM_IDENTIFIER: + case XO.AFTER_DOCTYPE_SYSTEM_IDENTIFIER: this._stateAfterDoctypeSystemIdentifier(e); break; - case SO.BOGUS_DOCTYPE: + case XO.BOGUS_DOCTYPE: this._stateBogusDoctype(e); break; - case SO.CDATA_SECTION: + case XO.CDATA_SECTION: this._stateCdataSection(e); break; - case SO.CDATA_SECTION_BRACKET: + case XO.CDATA_SECTION_BRACKET: this._stateCdataSectionBracket(e); break; - case SO.CDATA_SECTION_END: + case XO.CDATA_SECTION_END: this._stateCdataSectionEnd(e); break; - case SO.CHARACTER_REFERENCE: + case XO.CHARACTER_REFERENCE: this._stateCharacterReference(e); break; - case SO.NAMED_CHARACTER_REFERENCE: + case XO.NAMED_CHARACTER_REFERENCE: this._stateNamedCharacterReference(e); break; - case SO.AMBIGUOUS_AMPERSAND: + case XO.AMBIGUOUS_AMPERSAND: this._stateAmbiguousAmpersand(e); break; - case SO.NUMERIC_CHARACTER_REFERENCE: + case XO.NUMERIC_CHARACTER_REFERENCE: this._stateNumericCharacterReference(e); break; - case SO.HEXADEMICAL_CHARACTER_REFERENCE_START: + case XO.HEXADEMICAL_CHARACTER_REFERENCE_START: this._stateHexademicalCharacterReferenceStart(e); break; - case SO.HEXADEMICAL_CHARACTER_REFERENCE: + case XO.HEXADEMICAL_CHARACTER_REFERENCE: this._stateHexademicalCharacterReference(e); break; - case SO.DECIMAL_CHARACTER_REFERENCE: + case XO.DECIMAL_CHARACTER_REFERENCE: this._stateDecimalCharacterReference(e); break; - case SO.NUMERIC_CHARACTER_REFERENCE_END: + case XO.NUMERIC_CHARACTER_REFERENCE_END: this._stateNumericCharacterReferenceEnd(e); break; default: @@ -48044,16 +48487,16 @@ class FO { } _stateData(e) { switch (e) { - case $B.LESS_THAN_SIGN: - this.state = SO.TAG_OPEN; + case uO.LESS_THAN_SIGN: + this.state = XO.TAG_OPEN; break; - case $B.AMPERSAND: - (this.returnState = SO.DATA), (this.state = SO.CHARACTER_REFERENCE); + case uO.AMPERSAND: + (this.returnState = XO.DATA), (this.state = XO.CHARACTER_REFERENCE); break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), this._emitCodePoint(e); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), this._emitCodePoint(e); break; - case $B.EOF: + case uO.EOF: this._emitEOFToken(); break; default: @@ -48062,16 +48505,16 @@ class FO { } _stateRcdata(e) { switch (e) { - case $B.AMPERSAND: - (this.returnState = SO.RCDATA), (this.state = SO.CHARACTER_REFERENCE); + case uO.AMPERSAND: + (this.returnState = XO.RCDATA), (this.state = XO.CHARACTER_REFERENCE); break; - case $B.LESS_THAN_SIGN: - this.state = SO.RCDATA_LESS_THAN_SIGN; + case uO.LESS_THAN_SIGN: + this.state = XO.RCDATA_LESS_THAN_SIGN; break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), this._emitChars(zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), this._emitChars(dO); break; - case $B.EOF: + case uO.EOF: this._emitEOFToken(); break; default: @@ -48080,13 +48523,13 @@ class FO { } _stateRawtext(e) { switch (e) { - case $B.LESS_THAN_SIGN: - this.state = SO.RAWTEXT_LESS_THAN_SIGN; + case uO.LESS_THAN_SIGN: + this.state = XO.RAWTEXT_LESS_THAN_SIGN; break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), this._emitChars(zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), this._emitChars(dO); break; - case $B.EOF: + case uO.EOF: this._emitEOFToken(); break; default: @@ -48095,13 +48538,13 @@ class FO { } _stateScriptData(e) { switch (e) { - case $B.LESS_THAN_SIGN: - this.state = SO.SCRIPT_DATA_LESS_THAN_SIGN; + case uO.LESS_THAN_SIGN: + this.state = XO.SCRIPT_DATA_LESS_THAN_SIGN; break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), this._emitChars(zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), this._emitChars(dO); break; - case $B.EOF: + case uO.EOF: this._emitEOFToken(); break; default: @@ -48110,10 +48553,10 @@ class FO { } _statePlaintext(e) { switch (e) { - case $B.NULL: - this._err(tO.unexpectedNullCharacter), this._emitChars(zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), this._emitChars(dO); break; - case $B.EOF: + case uO.EOF: this._emitEOFToken(); break; default: @@ -48121,92 +48564,92 @@ class FO { } } _stateTagOpen(e) { - if (kO(e)) + if (tD(e)) this._createStartTagToken(), - (this.state = SO.TAG_NAME), + (this.state = XO.TAG_NAME), this._stateTagName(e); else switch (e) { - case $B.EXCLAMATION_MARK: - this.state = SO.MARKUP_DECLARATION_OPEN; + case uO.EXCLAMATION_MARK: + this.state = XO.MARKUP_DECLARATION_OPEN; break; - case $B.SOLIDUS: - this.state = SO.END_TAG_OPEN; + case uO.SOLIDUS: + this.state = XO.END_TAG_OPEN; break; - case $B.QUESTION_MARK: - this._err(tO.unexpectedQuestionMarkInsteadOfTagName), + case uO.QUESTION_MARK: + this._err(bO.unexpectedQuestionMarkInsteadOfTagName), this._createCommentToken(1), - (this.state = SO.BOGUS_COMMENT), + (this.state = XO.BOGUS_COMMENT), this._stateBogusComment(e); break; - case $B.EOF: - this._err(tO.eofBeforeTagName), + case uO.EOF: + this._err(bO.eofBeforeTagName), this._emitChars("<"), this._emitEOFToken(); break; default: - this._err(tO.invalidFirstCharacterOfTagName), + this._err(bO.invalidFirstCharacterOfTagName), this._emitChars("<"), - (this.state = SO.DATA), + (this.state = XO.DATA), this._stateData(e); } } _stateEndTagOpen(e) { - if (kO(e)) + if (tD(e)) this._createEndTagToken(), - (this.state = SO.TAG_NAME), + (this.state = XO.TAG_NAME), this._stateTagName(e); else switch (e) { - case $B.GREATER_THAN_SIGN: - this._err(tO.missingEndTagName), (this.state = SO.DATA); + case uO.GREATER_THAN_SIGN: + this._err(bO.missingEndTagName), (this.state = XO.DATA); break; - case $B.EOF: - this._err(tO.eofBeforeTagName), + case uO.EOF: + this._err(bO.eofBeforeTagName), this._emitChars(""); + case uO.GREATER_THAN_SIGN: + (this.state = XO.SCRIPT_DATA), this._emitChars(">"); break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), - (this.state = SO.SCRIPT_DATA_ESCAPED), - this._emitChars(zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), + (this.state = XO.SCRIPT_DATA_ESCAPED), + this._emitChars(dO); break; - case $B.EOF: - this._err(tO.eofInScriptHtmlCommentLikeText), this._emitEOFToken(); + case uO.EOF: + this._err(bO.eofInScriptHtmlCommentLikeText), this._emitEOFToken(); break; default: - (this.state = SO.SCRIPT_DATA_ESCAPED), this._emitCodePoint(e); + (this.state = XO.SCRIPT_DATA_ESCAPED), this._emitCodePoint(e); } } _stateScriptDataEscapedLessThanSign(e) { - e === $B.SOLIDUS - ? (this.state = SO.SCRIPT_DATA_ESCAPED_END_TAG_OPEN) - : kO(e) + e === uO.SOLIDUS + ? (this.state = XO.SCRIPT_DATA_ESCAPED_END_TAG_OPEN) + : tD(e) ? (this._emitChars("<"), - (this.state = SO.SCRIPT_DATA_DOUBLE_ESCAPE_START), + (this.state = XO.SCRIPT_DATA_DOUBLE_ESCAPE_START), this._stateScriptDataDoubleEscapeStart(e)) : (this._emitChars("<"), - (this.state = SO.SCRIPT_DATA_ESCAPED), + (this.state = XO.SCRIPT_DATA_ESCAPED), this._stateScriptDataEscaped(e)); } _stateScriptDataEscapedEndTagOpen(e) { - kO(e) - ? ((this.state = SO.SCRIPT_DATA_ESCAPED_END_TAG_NAME), + tD(e) + ? ((this.state = XO.SCRIPT_DATA_ESCAPED_END_TAG_NAME), this._stateScriptDataEscapedEndTagName(e)) : (this._emitChars(""); + case uO.GREATER_THAN_SIGN: + (this.state = XO.SCRIPT_DATA), this._emitChars(">"); break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), - (this.state = SO.SCRIPT_DATA_DOUBLE_ESCAPED), - this._emitChars(zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), + (this.state = XO.SCRIPT_DATA_DOUBLE_ESCAPED), + this._emitChars(dO); break; - case $B.EOF: - this._err(tO.eofInScriptHtmlCommentLikeText), this._emitEOFToken(); + case uO.EOF: + this._err(bO.eofInScriptHtmlCommentLikeText), this._emitEOFToken(); break; default: - (this.state = SO.SCRIPT_DATA_DOUBLE_ESCAPED), this._emitCodePoint(e); + (this.state = XO.SCRIPT_DATA_DOUBLE_ESCAPED), this._emitCodePoint(e); } } _stateScriptDataDoubleEscapedLessThanSign(e) { - e === $B.SOLIDUS - ? ((this.state = SO.SCRIPT_DATA_DOUBLE_ESCAPE_END), this._emitChars("/")) - : ((this.state = SO.SCRIPT_DATA_DOUBLE_ESCAPED), + e === uO.SOLIDUS + ? ((this.state = XO.SCRIPT_DATA_DOUBLE_ESCAPE_END), this._emitChars("/")) + : ((this.state = XO.SCRIPT_DATA_DOUBLE_ESCAPED), this._stateScriptDataDoubleEscaped(e)); } _stateScriptDataDoubleEscapeEnd(e) { if ( - this.preprocessor.startsWith(YB, !1) && - PO(this.preprocessor.peek(YB.length)) + this.preprocessor.startsWith(hO, !1) && + iD(this.preprocessor.peek(hO.length)) ) { this._emitCodePoint(e); - for (let e = 0; e < YB.length; e++) this._emitCodePoint(this._consume()); - this.state = SO.SCRIPT_DATA_ESCAPED; + for (let e = 0; e < hO.length; e++) this._emitCodePoint(this._consume()); + this.state = XO.SCRIPT_DATA_ESCAPED; } else this._ensureHibernation() || - ((this.state = SO.SCRIPT_DATA_DOUBLE_ESCAPED), + ((this.state = XO.SCRIPT_DATA_DOUBLE_ESCAPED), this._stateScriptDataDoubleEscaped(e)); } _stateBeforeAttributeName(e) { switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: break; - case $B.SOLIDUS: - case $B.GREATER_THAN_SIGN: - case $B.EOF: - (this.state = SO.AFTER_ATTRIBUTE_NAME), + case uO.SOLIDUS: + case uO.GREATER_THAN_SIGN: + case uO.EOF: + (this.state = XO.AFTER_ATTRIBUTE_NAME), this._stateAfterAttributeName(e); break; - case $B.EQUALS_SIGN: - this._err(tO.unexpectedEqualsSignBeforeAttributeName), + case uO.EQUALS_SIGN: + this._err(bO.unexpectedEqualsSignBeforeAttributeName), this._createAttr("="), - (this.state = SO.ATTRIBUTE_NAME); + (this.state = XO.ATTRIBUTE_NAME); break; default: this._createAttr(""), - (this.state = SO.ATTRIBUTE_NAME), + (this.state = XO.ATTRIBUTE_NAME), this._stateAttributeName(e); } } _stateAttributeName(e) { switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: - case $B.SOLIDUS: - case $B.GREATER_THAN_SIGN: - case $B.EOF: + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: + case uO.SOLIDUS: + case uO.GREATER_THAN_SIGN: + case uO.EOF: this._leaveAttrName(), - (this.state = SO.AFTER_ATTRIBUTE_NAME), + (this.state = XO.AFTER_ATTRIBUTE_NAME), this._stateAfterAttributeName(e); break; - case $B.EQUALS_SIGN: - this._leaveAttrName(), (this.state = SO.BEFORE_ATTRIBUTE_VALUE); + case uO.EQUALS_SIGN: + this._leaveAttrName(), (this.state = XO.BEFORE_ATTRIBUTE_VALUE); break; - case $B.QUOTATION_MARK: - case $B.APOSTROPHE: - case $B.LESS_THAN_SIGN: - this._err(tO.unexpectedCharacterInAttributeName), + case uO.QUOTATION_MARK: + case uO.APOSTROPHE: + case uO.LESS_THAN_SIGN: + this._err(bO.unexpectedCharacterInAttributeName), (this.currentAttr.name += String.fromCodePoint(e)); break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), (this.currentAttr.name += zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), (this.currentAttr.name += dO); break; default: - this.currentAttr.name += String.fromCodePoint(AO(e) ? OO(e) : e); + this.currentAttr.name += String.fromCodePoint(eD(e) ? aD(e) : e); } } _stateAfterAttributeName(e) { switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: break; - case $B.SOLIDUS: - this.state = SO.SELF_CLOSING_START_TAG; + case uO.SOLIDUS: + this.state = XO.SELF_CLOSING_START_TAG; break; - case $B.EQUALS_SIGN: - this.state = SO.BEFORE_ATTRIBUTE_VALUE; + case uO.EQUALS_SIGN: + this.state = XO.BEFORE_ATTRIBUTE_VALUE; break; - case $B.GREATER_THAN_SIGN: - (this.state = SO.DATA), this.emitCurrentTagToken(); + case uO.GREATER_THAN_SIGN: + (this.state = XO.DATA), this.emitCurrentTagToken(); break; - case $B.EOF: - this._err(tO.eofInTag), this._emitEOFToken(); + case uO.EOF: + this._err(bO.eofInTag), this._emitEOFToken(); break; default: this._createAttr(""), - (this.state = SO.ATTRIBUTE_NAME), + (this.state = XO.ATTRIBUTE_NAME), this._stateAttributeName(e); } } _stateBeforeAttributeValue(e) { switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: break; - case $B.QUOTATION_MARK: - this.state = SO.ATTRIBUTE_VALUE_DOUBLE_QUOTED; + case uO.QUOTATION_MARK: + this.state = XO.ATTRIBUTE_VALUE_DOUBLE_QUOTED; break; - case $B.APOSTROPHE: - this.state = SO.ATTRIBUTE_VALUE_SINGLE_QUOTED; + case uO.APOSTROPHE: + this.state = XO.ATTRIBUTE_VALUE_SINGLE_QUOTED; break; - case $B.GREATER_THAN_SIGN: - this._err(tO.missingAttributeValue), - (this.state = SO.DATA), + case uO.GREATER_THAN_SIGN: + this._err(bO.missingAttributeValue), + (this.state = XO.DATA), this.emitCurrentTagToken(); break; default: - (this.state = SO.ATTRIBUTE_VALUE_UNQUOTED), + (this.state = XO.ATTRIBUTE_VALUE_UNQUOTED), this._stateAttributeValueUnquoted(e); } } _stateAttributeValueDoubleQuoted(e) { switch (e) { - case $B.QUOTATION_MARK: - this.state = SO.AFTER_ATTRIBUTE_VALUE_QUOTED; + case uO.QUOTATION_MARK: + this.state = XO.AFTER_ATTRIBUTE_VALUE_QUOTED; break; - case $B.AMPERSAND: - (this.returnState = SO.ATTRIBUTE_VALUE_DOUBLE_QUOTED), - (this.state = SO.CHARACTER_REFERENCE); + case uO.AMPERSAND: + (this.returnState = XO.ATTRIBUTE_VALUE_DOUBLE_QUOTED), + (this.state = XO.CHARACTER_REFERENCE); break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), (this.currentAttr.value += zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), (this.currentAttr.value += dO); break; - case $B.EOF: - this._err(tO.eofInTag), this._emitEOFToken(); + case uO.EOF: + this._err(bO.eofInTag), this._emitEOFToken(); break; default: this.currentAttr.value += String.fromCodePoint(e); @@ -48606,18 +49049,18 @@ class FO { } _stateAttributeValueSingleQuoted(e) { switch (e) { - case $B.APOSTROPHE: - this.state = SO.AFTER_ATTRIBUTE_VALUE_QUOTED; + case uO.APOSTROPHE: + this.state = XO.AFTER_ATTRIBUTE_VALUE_QUOTED; break; - case $B.AMPERSAND: - (this.returnState = SO.ATTRIBUTE_VALUE_SINGLE_QUOTED), - (this.state = SO.CHARACTER_REFERENCE); + case uO.AMPERSAND: + (this.returnState = XO.ATTRIBUTE_VALUE_SINGLE_QUOTED), + (this.state = XO.CHARACTER_REFERENCE); break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), (this.currentAttr.value += zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), (this.currentAttr.value += dO); break; - case $B.EOF: - this._err(tO.eofInTag), this._emitEOFToken(); + case uO.EOF: + this._err(bO.eofInTag), this._emitEOFToken(); break; default: this.currentAttr.value += String.fromCodePoint(e); @@ -48625,34 +49068,34 @@ class FO { } _stateAttributeValueUnquoted(e) { switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: - this._leaveAttrValue(), (this.state = SO.BEFORE_ATTRIBUTE_NAME); + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: + this._leaveAttrValue(), (this.state = XO.BEFORE_ATTRIBUTE_NAME); break; - case $B.AMPERSAND: - (this.returnState = SO.ATTRIBUTE_VALUE_UNQUOTED), - (this.state = SO.CHARACTER_REFERENCE); + case uO.AMPERSAND: + (this.returnState = XO.ATTRIBUTE_VALUE_UNQUOTED), + (this.state = XO.CHARACTER_REFERENCE); break; - case $B.GREATER_THAN_SIGN: + case uO.GREATER_THAN_SIGN: this._leaveAttrValue(), - (this.state = SO.DATA), + (this.state = XO.DATA), this.emitCurrentTagToken(); break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), (this.currentAttr.value += zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), (this.currentAttr.value += dO); break; - case $B.QUOTATION_MARK: - case $B.APOSTROPHE: - case $B.LESS_THAN_SIGN: - case $B.EQUALS_SIGN: - case $B.GRAVE_ACCENT: - this._err(tO.unexpectedCharacterInUnquotedAttributeValue), + case uO.QUOTATION_MARK: + case uO.APOSTROPHE: + case uO.LESS_THAN_SIGN: + case uO.EQUALS_SIGN: + case uO.GRAVE_ACCENT: + this._err(bO.unexpectedCharacterInUnquotedAttributeValue), (this.currentAttr.value += String.fromCodePoint(e)); break; - case $B.EOF: - this._err(tO.eofInTag), this._emitEOFToken(); + case uO.EOF: + this._err(bO.eofInTag), this._emitEOFToken(); break; default: this.currentAttr.value += String.fromCodePoint(e); @@ -48660,130 +49103,130 @@ class FO { } _stateAfterAttributeValueQuoted(e) { switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: - this._leaveAttrValue(), (this.state = SO.BEFORE_ATTRIBUTE_NAME); + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: + this._leaveAttrValue(), (this.state = XO.BEFORE_ATTRIBUTE_NAME); break; - case $B.SOLIDUS: - this._leaveAttrValue(), (this.state = SO.SELF_CLOSING_START_TAG); + case uO.SOLIDUS: + this._leaveAttrValue(), (this.state = XO.SELF_CLOSING_START_TAG); break; - case $B.GREATER_THAN_SIGN: + case uO.GREATER_THAN_SIGN: this._leaveAttrValue(), - (this.state = SO.DATA), + (this.state = XO.DATA), this.emitCurrentTagToken(); break; - case $B.EOF: - this._err(tO.eofInTag), this._emitEOFToken(); + case uO.EOF: + this._err(bO.eofInTag), this._emitEOFToken(); break; default: - this._err(tO.missingWhitespaceBetweenAttributes), - (this.state = SO.BEFORE_ATTRIBUTE_NAME), + this._err(bO.missingWhitespaceBetweenAttributes), + (this.state = XO.BEFORE_ATTRIBUTE_NAME), this._stateBeforeAttributeName(e); } } _stateSelfClosingStartTag(e) { switch (e) { - case $B.GREATER_THAN_SIGN: + case uO.GREATER_THAN_SIGN: (this.currentToken.selfClosing = !0), - (this.state = SO.DATA), + (this.state = XO.DATA), this.emitCurrentTagToken(); break; - case $B.EOF: - this._err(tO.eofInTag), this._emitEOFToken(); + case uO.EOF: + this._err(bO.eofInTag), this._emitEOFToken(); break; default: - this._err(tO.unexpectedSolidusInTag), - (this.state = SO.BEFORE_ATTRIBUTE_NAME), + this._err(bO.unexpectedSolidusInTag), + (this.state = XO.BEFORE_ATTRIBUTE_NAME), this._stateBeforeAttributeName(e); } } _stateBogusComment(e) { const t = this.currentToken; switch (e) { - case $B.GREATER_THAN_SIGN: - (this.state = SO.DATA), this.emitCurrentComment(t); + case uO.GREATER_THAN_SIGN: + (this.state = XO.DATA), this.emitCurrentComment(t); break; - case $B.EOF: + case uO.EOF: this.emitCurrentComment(t), this._emitEOFToken(); break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), (t.data += zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), (t.data += dO); break; default: t.data += String.fromCodePoint(e); } } _stateMarkupDeclarationOpen(e) { - this._consumeSequenceIfMatch(WB, !0) - ? (this._createCommentToken(WB.length + 1), - (this.state = SO.COMMENT_START)) - : this._consumeSequenceIfMatch(qB, !1) - ? ((this.currentLocation = this.getCurrentLocation(qB.length + 1)), - (this.state = SO.DOCTYPE)) - : this._consumeSequenceIfMatch(jB, !0) + this._consumeSequenceIfMatch(pO, !0) + ? (this._createCommentToken(pO.length + 1), + (this.state = XO.COMMENT_START)) + : this._consumeSequenceIfMatch(gO, !1) + ? ((this.currentLocation = this.getCurrentLocation(gO.length + 1)), + (this.state = XO.DOCTYPE)) + : this._consumeSequenceIfMatch(mO, !0) ? this.inForeignNode - ? (this.state = SO.CDATA_SECTION) - : (this._err(tO.cdataInHtmlContent), - this._createCommentToken(jB.length + 1), + ? (this.state = XO.CDATA_SECTION) + : (this._err(bO.cdataInHtmlContent), + this._createCommentToken(mO.length + 1), (this.currentToken.data = "[CDATA["), - (this.state = SO.BOGUS_COMMENT)) + (this.state = XO.BOGUS_COMMENT)) : this._ensureHibernation() || - (this._err(tO.incorrectlyOpenedComment), + (this._err(bO.incorrectlyOpenedComment), this._createCommentToken(2), - (this.state = SO.BOGUS_COMMENT), + (this.state = XO.BOGUS_COMMENT), this._stateBogusComment(e)); } _stateCommentStart(e) { switch (e) { - case $B.HYPHEN_MINUS: - this.state = SO.COMMENT_START_DASH; + case uO.HYPHEN_MINUS: + this.state = XO.COMMENT_START_DASH; break; - case $B.GREATER_THAN_SIGN: { - this._err(tO.abruptClosingOfEmptyComment), (this.state = SO.DATA); + case uO.GREATER_THAN_SIGN: { + this._err(bO.abruptClosingOfEmptyComment), (this.state = XO.DATA); const e = this.currentToken; this.emitCurrentComment(e); break; } default: - (this.state = SO.COMMENT), this._stateComment(e); + (this.state = XO.COMMENT), this._stateComment(e); } } _stateCommentStartDash(e) { const t = this.currentToken; switch (e) { - case $B.HYPHEN_MINUS: - this.state = SO.COMMENT_END; + case uO.HYPHEN_MINUS: + this.state = XO.COMMENT_END; break; - case $B.GREATER_THAN_SIGN: - this._err(tO.abruptClosingOfEmptyComment), - (this.state = SO.DATA), + case uO.GREATER_THAN_SIGN: + this._err(bO.abruptClosingOfEmptyComment), + (this.state = XO.DATA), this.emitCurrentComment(t); break; - case $B.EOF: - this._err(tO.eofInComment), + case uO.EOF: + this._err(bO.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; default: - (t.data += "-"), (this.state = SO.COMMENT), this._stateComment(e); + (t.data += "-"), (this.state = XO.COMMENT), this._stateComment(e); } } _stateComment(e) { const t = this.currentToken; switch (e) { - case $B.HYPHEN_MINUS: - this.state = SO.COMMENT_END_DASH; + case uO.HYPHEN_MINUS: + this.state = XO.COMMENT_END_DASH; break; - case $B.LESS_THAN_SIGN: - (t.data += "<"), (this.state = SO.COMMENT_LESS_THAN_SIGN); + case uO.LESS_THAN_SIGN: + (t.data += "<"), (this.state = XO.COMMENT_LESS_THAN_SIGN); break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), (t.data += zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), (t.data += dO); break; - case $B.EOF: - this._err(tO.eofInComment), + case uO.EOF: + this._err(bO.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; @@ -48794,136 +49237,136 @@ class FO { _stateCommentLessThanSign(e) { const t = this.currentToken; switch (e) { - case $B.EXCLAMATION_MARK: - (t.data += "!"), (this.state = SO.COMMENT_LESS_THAN_SIGN_BANG); + case uO.EXCLAMATION_MARK: + (t.data += "!"), (this.state = XO.COMMENT_LESS_THAN_SIGN_BANG); break; - case $B.LESS_THAN_SIGN: + case uO.LESS_THAN_SIGN: t.data += "<"; break; default: - (this.state = SO.COMMENT), this._stateComment(e); + (this.state = XO.COMMENT), this._stateComment(e); } } _stateCommentLessThanSignBang(e) { - e === $B.HYPHEN_MINUS - ? (this.state = SO.COMMENT_LESS_THAN_SIGN_BANG_DASH) - : ((this.state = SO.COMMENT), this._stateComment(e)); + e === uO.HYPHEN_MINUS + ? (this.state = XO.COMMENT_LESS_THAN_SIGN_BANG_DASH) + : ((this.state = XO.COMMENT), this._stateComment(e)); } _stateCommentLessThanSignBangDash(e) { - e === $B.HYPHEN_MINUS - ? (this.state = SO.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH) - : ((this.state = SO.COMMENT_END_DASH), this._stateCommentEndDash(e)); + e === uO.HYPHEN_MINUS + ? (this.state = XO.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH) + : ((this.state = XO.COMMENT_END_DASH), this._stateCommentEndDash(e)); } _stateCommentLessThanSignBangDashDash(e) { - e !== $B.GREATER_THAN_SIGN && e !== $B.EOF && this._err(tO.nestedComment), - (this.state = SO.COMMENT_END), + e !== uO.GREATER_THAN_SIGN && e !== uO.EOF && this._err(bO.nestedComment), + (this.state = XO.COMMENT_END), this._stateCommentEnd(e); } _stateCommentEndDash(e) { const t = this.currentToken; switch (e) { - case $B.HYPHEN_MINUS: - this.state = SO.COMMENT_END; + case uO.HYPHEN_MINUS: + this.state = XO.COMMENT_END; break; - case $B.EOF: - this._err(tO.eofInComment), + case uO.EOF: + this._err(bO.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; default: - (t.data += "-"), (this.state = SO.COMMENT), this._stateComment(e); + (t.data += "-"), (this.state = XO.COMMENT), this._stateComment(e); } } _stateCommentEnd(e) { const t = this.currentToken; switch (e) { - case $B.GREATER_THAN_SIGN: - (this.state = SO.DATA), this.emitCurrentComment(t); + case uO.GREATER_THAN_SIGN: + (this.state = XO.DATA), this.emitCurrentComment(t); break; - case $B.EXCLAMATION_MARK: - this.state = SO.COMMENT_END_BANG; + case uO.EXCLAMATION_MARK: + this.state = XO.COMMENT_END_BANG; break; - case $B.HYPHEN_MINUS: + case uO.HYPHEN_MINUS: t.data += "-"; break; - case $B.EOF: - this._err(tO.eofInComment), + case uO.EOF: + this._err(bO.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; default: - (t.data += "--"), (this.state = SO.COMMENT), this._stateComment(e); + (t.data += "--"), (this.state = XO.COMMENT), this._stateComment(e); } } _stateCommentEndBang(e) { const t = this.currentToken; switch (e) { - case $B.HYPHEN_MINUS: - (t.data += "--!"), (this.state = SO.COMMENT_END_DASH); + case uO.HYPHEN_MINUS: + (t.data += "--!"), (this.state = XO.COMMENT_END_DASH); break; - case $B.GREATER_THAN_SIGN: - this._err(tO.incorrectlyClosedComment), - (this.state = SO.DATA), + case uO.GREATER_THAN_SIGN: + this._err(bO.incorrectlyClosedComment), + (this.state = XO.DATA), this.emitCurrentComment(t); break; - case $B.EOF: - this._err(tO.eofInComment), + case uO.EOF: + this._err(bO.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; default: - (t.data += "--!"), (this.state = SO.COMMENT), this._stateComment(e); + (t.data += "--!"), (this.state = XO.COMMENT), this._stateComment(e); } } _stateDoctype(e) { switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: - this.state = SO.BEFORE_DOCTYPE_NAME; + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: + this.state = XO.BEFORE_DOCTYPE_NAME; break; - case $B.GREATER_THAN_SIGN: - (this.state = SO.BEFORE_DOCTYPE_NAME), this._stateBeforeDoctypeName(e); + case uO.GREATER_THAN_SIGN: + (this.state = XO.BEFORE_DOCTYPE_NAME), this._stateBeforeDoctypeName(e); break; - case $B.EOF: { - this._err(tO.eofInDoctype), this._createDoctypeToken(null); + case uO.EOF: { + this._err(bO.eofInDoctype), this._createDoctypeToken(null); const e = this.currentToken; (e.forceQuirks = !0), this.emitCurrentDoctype(e), this._emitEOFToken(); break; } default: - this._err(tO.missingWhitespaceBeforeDoctypeName), - (this.state = SO.BEFORE_DOCTYPE_NAME), + this._err(bO.missingWhitespaceBeforeDoctypeName), + (this.state = XO.BEFORE_DOCTYPE_NAME), this._stateBeforeDoctypeName(e); } } _stateBeforeDoctypeName(e) { - if (AO(e)) - this._createDoctypeToken(String.fromCharCode(OO(e))), - (this.state = SO.DOCTYPE_NAME); + if (eD(e)) + this._createDoctypeToken(String.fromCharCode(aD(e))), + (this.state = XO.DOCTYPE_NAME); else switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), - this._createDoctypeToken(zB), - (this.state = SO.DOCTYPE_NAME); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), + this._createDoctypeToken(dO), + (this.state = XO.DOCTYPE_NAME); break; - case $B.GREATER_THAN_SIGN: { - this._err(tO.missingDoctypeName), this._createDoctypeToken(null); + case uO.GREATER_THAN_SIGN: { + this._err(bO.missingDoctypeName), this._createDoctypeToken(null); const e = this.currentToken; (e.forceQuirks = !0), this.emitCurrentDoctype(e), - (this.state = SO.DATA); + (this.state = XO.DATA); break; } - case $B.EOF: { - this._err(tO.eofInDoctype), this._createDoctypeToken(null); + case uO.EOF: { + this._err(bO.eofInDoctype), this._createDoctypeToken(null); const e = this.currentToken; (e.forceQuirks = !0), this.emitCurrentDoctype(e), @@ -48932,153 +49375,153 @@ class FO { } default: this._createDoctypeToken(String.fromCodePoint(e)), - (this.state = SO.DOCTYPE_NAME); + (this.state = XO.DOCTYPE_NAME); } } _stateDoctypeName(e) { const t = this.currentToken; switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: - this.state = SO.AFTER_DOCTYPE_NAME; + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: + this.state = XO.AFTER_DOCTYPE_NAME; break; - case $B.GREATER_THAN_SIGN: - (this.state = SO.DATA), this.emitCurrentDoctype(t); + case uO.GREATER_THAN_SIGN: + (this.state = XO.DATA), this.emitCurrentDoctype(t); break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), (t.name += zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), (t.name += dO); break; - case $B.EOF: - this._err(tO.eofInDoctype), + case uO.EOF: + this._err(bO.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - t.name += String.fromCodePoint(AO(e) ? OO(e) : e); + t.name += String.fromCodePoint(eD(e) ? aD(e) : e); } } _stateAfterDoctypeName(e) { const t = this.currentToken; switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: break; - case $B.GREATER_THAN_SIGN: - (this.state = SO.DATA), this.emitCurrentDoctype(t); + case uO.GREATER_THAN_SIGN: + (this.state = XO.DATA), this.emitCurrentDoctype(t); break; - case $B.EOF: - this._err(tO.eofInDoctype), + case uO.EOF: + this._err(bO.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._consumeSequenceIfMatch(KB, !1) - ? (this.state = SO.AFTER_DOCTYPE_PUBLIC_KEYWORD) - : this._consumeSequenceIfMatch(XB, !1) - ? (this.state = SO.AFTER_DOCTYPE_SYSTEM_KEYWORD) + this._consumeSequenceIfMatch(fO, !1) + ? (this.state = XO.AFTER_DOCTYPE_PUBLIC_KEYWORD) + : this._consumeSequenceIfMatch(vO, !1) + ? (this.state = XO.AFTER_DOCTYPE_SYSTEM_KEYWORD) : this._ensureHibernation() || - (this._err(tO.invalidCharacterSequenceAfterDoctypeName), + (this._err(bO.invalidCharacterSequenceAfterDoctypeName), (t.forceQuirks = !0), - (this.state = SO.BOGUS_DOCTYPE), + (this.state = XO.BOGUS_DOCTYPE), this._stateBogusDoctype(e)); } } _stateAfterDoctypePublicKeyword(e) { const t = this.currentToken; switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: - this.state = SO.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER; + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: + this.state = XO.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER; break; - case $B.QUOTATION_MARK: - this._err(tO.missingWhitespaceAfterDoctypePublicKeyword), + case uO.QUOTATION_MARK: + this._err(bO.missingWhitespaceAfterDoctypePublicKeyword), (t.publicId = ""), - (this.state = SO.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED); + (this.state = XO.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED); break; - case $B.APOSTROPHE: - this._err(tO.missingWhitespaceAfterDoctypePublicKeyword), + case uO.APOSTROPHE: + this._err(bO.missingWhitespaceAfterDoctypePublicKeyword), (t.publicId = ""), - (this.state = SO.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED); + (this.state = XO.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED); break; - case $B.GREATER_THAN_SIGN: - this._err(tO.missingDoctypePublicIdentifier), + case uO.GREATER_THAN_SIGN: + this._err(bO.missingDoctypePublicIdentifier), (t.forceQuirks = !0), - (this.state = SO.DATA), + (this.state = XO.DATA), this.emitCurrentDoctype(t); break; - case $B.EOF: - this._err(tO.eofInDoctype), + case uO.EOF: + this._err(bO.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(tO.missingQuoteBeforeDoctypePublicIdentifier), + this._err(bO.missingQuoteBeforeDoctypePublicIdentifier), (t.forceQuirks = !0), - (this.state = SO.BOGUS_DOCTYPE), + (this.state = XO.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateBeforeDoctypePublicIdentifier(e) { const t = this.currentToken; switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: break; - case $B.QUOTATION_MARK: + case uO.QUOTATION_MARK: (t.publicId = ""), - (this.state = SO.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED); + (this.state = XO.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED); break; - case $B.APOSTROPHE: + case uO.APOSTROPHE: (t.publicId = ""), - (this.state = SO.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED); + (this.state = XO.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED); break; - case $B.GREATER_THAN_SIGN: - this._err(tO.missingDoctypePublicIdentifier), + case uO.GREATER_THAN_SIGN: + this._err(bO.missingDoctypePublicIdentifier), (t.forceQuirks = !0), - (this.state = SO.DATA), + (this.state = XO.DATA), this.emitCurrentDoctype(t); break; - case $B.EOF: - this._err(tO.eofInDoctype), + case uO.EOF: + this._err(bO.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(tO.missingQuoteBeforeDoctypePublicIdentifier), + this._err(bO.missingQuoteBeforeDoctypePublicIdentifier), (t.forceQuirks = !0), - (this.state = SO.BOGUS_DOCTYPE), + (this.state = XO.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateDoctypePublicIdentifierDoubleQuoted(e) { const t = this.currentToken; switch (e) { - case $B.QUOTATION_MARK: - this.state = SO.AFTER_DOCTYPE_PUBLIC_IDENTIFIER; + case uO.QUOTATION_MARK: + this.state = XO.AFTER_DOCTYPE_PUBLIC_IDENTIFIER; break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), (t.publicId += zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), (t.publicId += dO); break; - case $B.GREATER_THAN_SIGN: - this._err(tO.abruptDoctypePublicIdentifier), + case uO.GREATER_THAN_SIGN: + this._err(bO.abruptDoctypePublicIdentifier), (t.forceQuirks = !0), this.emitCurrentDoctype(t), - (this.state = SO.DATA); + (this.state = XO.DATA); break; - case $B.EOF: - this._err(tO.eofInDoctype), + case uO.EOF: + this._err(bO.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); @@ -49090,20 +49533,20 @@ class FO { _stateDoctypePublicIdentifierSingleQuoted(e) { const t = this.currentToken; switch (e) { - case $B.APOSTROPHE: - this.state = SO.AFTER_DOCTYPE_PUBLIC_IDENTIFIER; + case uO.APOSTROPHE: + this.state = XO.AFTER_DOCTYPE_PUBLIC_IDENTIFIER; break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), (t.publicId += zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), (t.publicId += dO); break; - case $B.GREATER_THAN_SIGN: - this._err(tO.abruptDoctypePublicIdentifier), + case uO.GREATER_THAN_SIGN: + this._err(bO.abruptDoctypePublicIdentifier), (t.forceQuirks = !0), this.emitCurrentDoctype(t), - (this.state = SO.DATA); + (this.state = XO.DATA); break; - case $B.EOF: - this._err(tO.eofInDoctype), + case uO.EOF: + this._err(bO.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); @@ -49115,160 +49558,160 @@ class FO { _stateAfterDoctypePublicIdentifier(e) { const t = this.currentToken; switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: - this.state = SO.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS; + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: + this.state = XO.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS; break; - case $B.GREATER_THAN_SIGN: - (this.state = SO.DATA), this.emitCurrentDoctype(t); + case uO.GREATER_THAN_SIGN: + (this.state = XO.DATA), this.emitCurrentDoctype(t); break; - case $B.QUOTATION_MARK: - this._err(tO.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers), + case uO.QUOTATION_MARK: + this._err(bO.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers), (t.systemId = ""), - (this.state = SO.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); + (this.state = XO.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); break; - case $B.APOSTROPHE: - this._err(tO.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers), + case uO.APOSTROPHE: + this._err(bO.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers), (t.systemId = ""), - (this.state = SO.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); + (this.state = XO.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); break; - case $B.EOF: - this._err(tO.eofInDoctype), + case uO.EOF: + this._err(bO.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(tO.missingQuoteBeforeDoctypeSystemIdentifier), + this._err(bO.missingQuoteBeforeDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = SO.BOGUS_DOCTYPE), + (this.state = XO.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateBetweenDoctypePublicAndSystemIdentifiers(e) { const t = this.currentToken; switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: break; - case $B.GREATER_THAN_SIGN: - this.emitCurrentDoctype(t), (this.state = SO.DATA); + case uO.GREATER_THAN_SIGN: + this.emitCurrentDoctype(t), (this.state = XO.DATA); break; - case $B.QUOTATION_MARK: + case uO.QUOTATION_MARK: (t.systemId = ""), - (this.state = SO.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); + (this.state = XO.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); break; - case $B.APOSTROPHE: + case uO.APOSTROPHE: (t.systemId = ""), - (this.state = SO.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); + (this.state = XO.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); break; - case $B.EOF: - this._err(tO.eofInDoctype), + case uO.EOF: + this._err(bO.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(tO.missingQuoteBeforeDoctypeSystemIdentifier), + this._err(bO.missingQuoteBeforeDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = SO.BOGUS_DOCTYPE), + (this.state = XO.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateAfterDoctypeSystemKeyword(e) { const t = this.currentToken; switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: - this.state = SO.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER; + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: + this.state = XO.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER; break; - case $B.QUOTATION_MARK: - this._err(tO.missingWhitespaceAfterDoctypeSystemKeyword), + case uO.QUOTATION_MARK: + this._err(bO.missingWhitespaceAfterDoctypeSystemKeyword), (t.systemId = ""), - (this.state = SO.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); + (this.state = XO.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); break; - case $B.APOSTROPHE: - this._err(tO.missingWhitespaceAfterDoctypeSystemKeyword), + case uO.APOSTROPHE: + this._err(bO.missingWhitespaceAfterDoctypeSystemKeyword), (t.systemId = ""), - (this.state = SO.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); + (this.state = XO.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); break; - case $B.GREATER_THAN_SIGN: - this._err(tO.missingDoctypeSystemIdentifier), + case uO.GREATER_THAN_SIGN: + this._err(bO.missingDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = SO.DATA), + (this.state = XO.DATA), this.emitCurrentDoctype(t); break; - case $B.EOF: - this._err(tO.eofInDoctype), + case uO.EOF: + this._err(bO.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(tO.missingQuoteBeforeDoctypeSystemIdentifier), + this._err(bO.missingQuoteBeforeDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = SO.BOGUS_DOCTYPE), + (this.state = XO.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateBeforeDoctypeSystemIdentifier(e) { const t = this.currentToken; switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: break; - case $B.QUOTATION_MARK: + case uO.QUOTATION_MARK: (t.systemId = ""), - (this.state = SO.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); + (this.state = XO.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); break; - case $B.APOSTROPHE: + case uO.APOSTROPHE: (t.systemId = ""), - (this.state = SO.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); + (this.state = XO.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); break; - case $B.GREATER_THAN_SIGN: - this._err(tO.missingDoctypeSystemIdentifier), + case uO.GREATER_THAN_SIGN: + this._err(bO.missingDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = SO.DATA), + (this.state = XO.DATA), this.emitCurrentDoctype(t); break; - case $B.EOF: - this._err(tO.eofInDoctype), + case uO.EOF: + this._err(bO.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(tO.missingQuoteBeforeDoctypeSystemIdentifier), + this._err(bO.missingQuoteBeforeDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = SO.BOGUS_DOCTYPE), + (this.state = XO.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateDoctypeSystemIdentifierDoubleQuoted(e) { const t = this.currentToken; switch (e) { - case $B.QUOTATION_MARK: - this.state = SO.AFTER_DOCTYPE_SYSTEM_IDENTIFIER; + case uO.QUOTATION_MARK: + this.state = XO.AFTER_DOCTYPE_SYSTEM_IDENTIFIER; break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), (t.systemId += zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), (t.systemId += dO); break; - case $B.GREATER_THAN_SIGN: - this._err(tO.abruptDoctypeSystemIdentifier), + case uO.GREATER_THAN_SIGN: + this._err(bO.abruptDoctypeSystemIdentifier), (t.forceQuirks = !0), this.emitCurrentDoctype(t), - (this.state = SO.DATA); + (this.state = XO.DATA); break; - case $B.EOF: - this._err(tO.eofInDoctype), + case uO.EOF: + this._err(bO.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); @@ -49280,20 +49723,20 @@ class FO { _stateDoctypeSystemIdentifierSingleQuoted(e) { const t = this.currentToken; switch (e) { - case $B.APOSTROPHE: - this.state = SO.AFTER_DOCTYPE_SYSTEM_IDENTIFIER; + case uO.APOSTROPHE: + this.state = XO.AFTER_DOCTYPE_SYSTEM_IDENTIFIER; break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter), (t.systemId += zB); + case uO.NULL: + this._err(bO.unexpectedNullCharacter), (t.systemId += dO); break; - case $B.GREATER_THAN_SIGN: - this._err(tO.abruptDoctypeSystemIdentifier), + case uO.GREATER_THAN_SIGN: + this._err(bO.abruptDoctypeSystemIdentifier), (t.forceQuirks = !0), this.emitCurrentDoctype(t), - (this.state = SO.DATA); + (this.state = XO.DATA); break; - case $B.EOF: - this._err(tO.eofInDoctype), + case uO.EOF: + this._err(bO.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); @@ -49305,79 +49748,79 @@ class FO { _stateAfterDoctypeSystemIdentifier(e) { const t = this.currentToken; switch (e) { - case $B.SPACE: - case $B.LINE_FEED: - case $B.TABULATION: - case $B.FORM_FEED: + case uO.SPACE: + case uO.LINE_FEED: + case uO.TABULATION: + case uO.FORM_FEED: break; - case $B.GREATER_THAN_SIGN: - this.emitCurrentDoctype(t), (this.state = SO.DATA); + case uO.GREATER_THAN_SIGN: + this.emitCurrentDoctype(t), (this.state = XO.DATA); break; - case $B.EOF: - this._err(tO.eofInDoctype), + case uO.EOF: + this._err(bO.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(tO.unexpectedCharacterAfterDoctypeSystemIdentifier), - (this.state = SO.BOGUS_DOCTYPE), + this._err(bO.unexpectedCharacterAfterDoctypeSystemIdentifier), + (this.state = XO.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateBogusDoctype(e) { const t = this.currentToken; switch (e) { - case $B.GREATER_THAN_SIGN: - this.emitCurrentDoctype(t), (this.state = SO.DATA); + case uO.GREATER_THAN_SIGN: + this.emitCurrentDoctype(t), (this.state = XO.DATA); break; - case $B.NULL: - this._err(tO.unexpectedNullCharacter); + case uO.NULL: + this._err(bO.unexpectedNullCharacter); break; - case $B.EOF: + case uO.EOF: this.emitCurrentDoctype(t), this._emitEOFToken(); } } _stateCdataSection(e) { switch (e) { - case $B.RIGHT_SQUARE_BRACKET: - this.state = SO.CDATA_SECTION_BRACKET; + case uO.RIGHT_SQUARE_BRACKET: + this.state = XO.CDATA_SECTION_BRACKET; break; - case $B.EOF: - this._err(tO.eofInCdata), this._emitEOFToken(); + case uO.EOF: + this._err(bO.eofInCdata), this._emitEOFToken(); break; default: this._emitCodePoint(e); } } _stateCdataSectionBracket(e) { - e === $B.RIGHT_SQUARE_BRACKET - ? (this.state = SO.CDATA_SECTION_END) + e === uO.RIGHT_SQUARE_BRACKET + ? (this.state = XO.CDATA_SECTION_END) : (this._emitChars("]"), - (this.state = SO.CDATA_SECTION), + (this.state = XO.CDATA_SECTION), this._stateCdataSection(e)); } _stateCdataSectionEnd(e) { switch (e) { - case $B.GREATER_THAN_SIGN: - this.state = SO.DATA; + case uO.GREATER_THAN_SIGN: + this.state = XO.DATA; break; - case $B.RIGHT_SQUARE_BRACKET: + case uO.RIGHT_SQUARE_BRACKET: this._emitChars("]"); break; default: this._emitChars("]]"), - (this.state = SO.CDATA_SECTION), + (this.state = XO.CDATA_SECTION), this._stateCdataSection(e); } } _stateCharacterReference(e) { - e === $B.NUMBER_SIGN - ? (this.state = SO.NUMERIC_CHARACTER_REFERENCE) - : IO(e) - ? ((this.state = SO.NAMED_CHARACTER_REFERENCE), + e === uO.NUMBER_SIGN + ? (this.state = XO.NUMERIC_CHARACTER_REFERENCE) + : nD(e) + ? ((this.state = XO.NAMED_CHARACTER_REFERENCE), this._stateNamedCharacterReference(e)) - : (this._flushCodePointConsumedAsCharacterReference($B.AMPERSAND), + : (this._flushCodePointConsumedAsCharacterReference(uO.AMPERSAND), this._reconsumeInState(this.returnState, e)); } _stateNamedCharacterReference(e) { @@ -49388,130 +49831,130 @@ class FO { this._flushCodePointConsumedAsCharacterReference(t[e]); this.state = this.returnState; } else - this._flushCodePointConsumedAsCharacterReference($B.AMPERSAND), - (this.state = SO.AMBIGUOUS_AMPERSAND); + this._flushCodePointConsumedAsCharacterReference(uO.AMPERSAND), + (this.state = XO.AMBIGUOUS_AMPERSAND); } _stateAmbiguousAmpersand(e) { - IO(e) + nD(e) ? this._flushCodePointConsumedAsCharacterReference(e) - : (e === $B.SEMICOLON && this._err(tO.unknownNamedCharacterReference), + : (e === uO.SEMICOLON && this._err(bO.unknownNamedCharacterReference), this._reconsumeInState(this.returnState, e)); } _stateNumericCharacterReference(e) { (this.charRefCode = 0), - e === $B.LATIN_SMALL_X || e === $B.LATIN_CAPITAL_X - ? (this.state = SO.HEXADEMICAL_CHARACTER_REFERENCE_START) - : _O(e) - ? ((this.state = SO.DECIMAL_CHARACTER_REFERENCE), + e === uO.LATIN_SMALL_X || e === uO.LATIN_CAPITAL_X + ? (this.state = XO.HEXADEMICAL_CHARACTER_REFERENCE_START) + : JO(e) + ? ((this.state = XO.DECIMAL_CHARACTER_REFERENCE), this._stateDecimalCharacterReference(e)) - : (this._err(tO.absenceOfDigitsInNumericCharacterReference), - this._flushCodePointConsumedAsCharacterReference($B.AMPERSAND), - this._flushCodePointConsumedAsCharacterReference($B.NUMBER_SIGN), + : (this._err(bO.absenceOfDigitsInNumericCharacterReference), + this._flushCodePointConsumedAsCharacterReference(uO.AMPERSAND), + this._flushCodePointConsumedAsCharacterReference(uO.NUMBER_SIGN), this._reconsumeInState(this.returnState, e)); } _stateHexademicalCharacterReferenceStart(e) { !(function (e) { - return _O(e) || ZO(e) || BO(e); + return JO(e) || rD(e) || oD(e); })(e) - ? (this._err(tO.absenceOfDigitsInNumericCharacterReference), - this._flushCodePointConsumedAsCharacterReference($B.AMPERSAND), - this._flushCodePointConsumedAsCharacterReference($B.NUMBER_SIGN), + ? (this._err(bO.absenceOfDigitsInNumericCharacterReference), + this._flushCodePointConsumedAsCharacterReference(uO.AMPERSAND), + this._flushCodePointConsumedAsCharacterReference(uO.NUMBER_SIGN), this._unconsume(2), (this.state = this.returnState)) - : ((this.state = SO.HEXADEMICAL_CHARACTER_REFERENCE), + : ((this.state = XO.HEXADEMICAL_CHARACTER_REFERENCE), this._stateHexademicalCharacterReference(e)); } _stateHexademicalCharacterReference(e) { - ZO(e) + rD(e) ? (this.charRefCode = 16 * this.charRefCode + e - 55) - : BO(e) + : oD(e) ? (this.charRefCode = 16 * this.charRefCode + e - 87) - : _O(e) + : JO(e) ? (this.charRefCode = 16 * this.charRefCode + e - 48) - : e === $B.SEMICOLON - ? (this.state = SO.NUMERIC_CHARACTER_REFERENCE_END) - : (this._err(tO.missingSemicolonAfterCharacterReference), - (this.state = SO.NUMERIC_CHARACTER_REFERENCE_END), + : e === uO.SEMICOLON + ? (this.state = XO.NUMERIC_CHARACTER_REFERENCE_END) + : (this._err(bO.missingSemicolonAfterCharacterReference), + (this.state = XO.NUMERIC_CHARACTER_REFERENCE_END), this._stateNumericCharacterReferenceEnd(e)); } _stateDecimalCharacterReference(e) { - _O(e) + JO(e) ? (this.charRefCode = 10 * this.charRefCode + e - 48) - : e === $B.SEMICOLON - ? (this.state = SO.NUMERIC_CHARACTER_REFERENCE_END) - : (this._err(tO.missingSemicolonAfterCharacterReference), - (this.state = SO.NUMERIC_CHARACTER_REFERENCE_END), + : e === uO.SEMICOLON + ? (this.state = XO.NUMERIC_CHARACTER_REFERENCE_END) + : (this._err(bO.missingSemicolonAfterCharacterReference), + (this.state = XO.NUMERIC_CHARACTER_REFERENCE_END), this._stateNumericCharacterReferenceEnd(e)); } _stateNumericCharacterReferenceEnd(e) { - if (this.charRefCode === $B.NULL) - this._err(tO.nullCharacterReference), - (this.charRefCode = $B.REPLACEMENT_CHARACTER); + if (this.charRefCode === uO.NULL) + this._err(bO.nullCharacterReference), + (this.charRefCode = uO.REPLACEMENT_CHARACTER); else if (this.charRefCode > 1114111) - this._err(tO.characterReferenceOutsideUnicodeRange), - (this.charRefCode = $B.REPLACEMENT_CHARACTER); - else if (QB(this.charRefCode)) - this._err(tO.surrogateCharacterReference), - (this.charRefCode = $B.REPLACEMENT_CHARACTER); - else if (eO(this.charRefCode)) this._err(tO.noncharacterCharacterReference); - else if (JB(this.charRefCode) || this.charRefCode === $B.CARRIAGE_RETURN) { - this._err(tO.controlCharacterReference); - const e = NO.get(this.charRefCode); + this._err(bO.characterReferenceOutsideUnicodeRange), + (this.charRefCode = uO.REPLACEMENT_CHARACTER); + else if (EO(this.charRefCode)) + this._err(bO.surrogateCharacterReference), + (this.charRefCode = uO.REPLACEMENT_CHARACTER); + else if (LO(this.charRefCode)) this._err(bO.noncharacterCharacterReference); + else if (wO(this.charRefCode) || this.charRefCode === uO.CARRIAGE_RETURN) { + this._err(bO.controlCharacterReference); + const e = KO.get(this.charRefCode); void 0 !== e && (this.charRefCode = e); } this._flushCodePointConsumedAsCharacterReference(this.charRefCode), this._reconsumeInState(this.returnState, e); } } -const UO = new Set([ - vO.DD, - vO.DT, - vO.LI, - vO.OPTGROUP, - vO.OPTION, - vO.P, - vO.RB, - vO.RP, - vO.RT, - vO.RTC, +const sD = new Set([ + DO.DD, + DO.DT, + DO.LI, + DO.OPTGROUP, + DO.OPTION, + DO.P, + DO.RB, + DO.RP, + DO.RT, + DO.RTC, ]), - GO = new Set([ - ...UO, - vO.CAPTION, - vO.COLGROUP, - vO.TBODY, - vO.TD, - vO.TFOOT, - vO.TH, - vO.THEAD, - vO.TR, + cD = new Set([ + ...sD, + DO.CAPTION, + DO.COLGROUP, + DO.TBODY, + DO.TD, + DO.TFOOT, + DO.TH, + DO.THEAD, + DO.TR, ]), - zO = new Map([ - [vO.APPLET, mO.HTML], - [vO.CAPTION, mO.HTML], - [vO.HTML, mO.HTML], - [vO.MARQUEE, mO.HTML], - [vO.OBJECT, mO.HTML], - [vO.TABLE, mO.HTML], - [vO.TD, mO.HTML], - [vO.TEMPLATE, mO.HTML], - [vO.TH, mO.HTML], - [vO.ANNOTATION_XML, mO.MATHML], - [vO.MI, mO.MATHML], - [vO.MN, mO.MATHML], - [vO.MO, mO.MATHML], - [vO.MS, mO.MATHML], - [vO.MTEXT, mO.MATHML], - [vO.DESC, mO.SVG], - [vO.FOREIGN_OBJECT, mO.SVG], - [vO.TITLE, mO.SVG], + dD = new Map([ + [DO.APPLET, IO.HTML], + [DO.CAPTION, IO.HTML], + [DO.HTML, IO.HTML], + [DO.MARQUEE, IO.HTML], + [DO.OBJECT, IO.HTML], + [DO.TABLE, IO.HTML], + [DO.TD, IO.HTML], + [DO.TEMPLATE, IO.HTML], + [DO.TH, IO.HTML], + [DO.ANNOTATION_XML, IO.MATHML], + [DO.MI, IO.MATHML], + [DO.MN, IO.MATHML], + [DO.MO, IO.MATHML], + [DO.MS, IO.MATHML], + [DO.MTEXT, IO.MATHML], + [DO.DESC, IO.SVG], + [DO.FOREIGN_OBJECT, IO.SVG], + [DO.TITLE, IO.SVG], ]), - $O = [vO.H1, vO.H2, vO.H3, vO.H4, vO.H5, vO.H6], - WO = [vO.TR, vO.TEMPLATE, vO.HTML], - jO = [vO.TBODY, vO.TFOOT, vO.THEAD, vO.TEMPLATE, vO.HTML], - qO = [vO.TABLE, vO.TEMPLATE, vO.HTML], - YO = [vO.TD, vO.TH]; -class KO { + uD = [DO.H1, DO.H2, DO.H3, DO.H4, DO.H5, DO.H6], + pD = [DO.TR, DO.TEMPLATE, DO.HTML], + mD = [DO.TBODY, DO.TFOOT, DO.THEAD, DO.TEMPLATE, DO.HTML], + gD = [DO.TABLE, DO.TEMPLATE, DO.HTML], + hD = [DO.TD, DO.TH]; +class fD { get currentTmplContentOrNode() { return this._isInTemplate() ? this.treeAdapter.getTemplateContent(this.current) @@ -49524,7 +49967,7 @@ class KO { (this.tagIDs = []), (this.stackTop = -1), (this.tmplCount = 0), - (this.currentTagId = vO.UNKNOWN), + (this.currentTagId = DO.UNKNOWN), (this.current = e); } _indexOf(e) { @@ -49532,8 +49975,8 @@ class KO { } _isInTemplate() { return ( - this.currentTagId === vO.TEMPLATE && - this.treeAdapter.getNamespaceURI(this.current) === mO.HTML + this.currentTagId === DO.TEMPLATE && + this.treeAdapter.getNamespaceURI(this.current) === IO.HTML ); } _updateCurrentElement() { @@ -49578,7 +50021,7 @@ class KO { t = this.tagIDs.lastIndexOf(e, t - 1); } while ( t > 0 && - this.treeAdapter.getNamespaceURI(this.items[t]) !== mO.HTML + this.treeAdapter.getNamespaceURI(this.items[t]) !== IO.HTML ); this.shortenToLength(t < 0 ? 0 : t); } @@ -49600,10 +50043,10 @@ class KO { this.shortenToLength(n < 0 ? 0 : n); } popUntilNumberedHeaderPopped() { - this.popUntilPopped($O, mO.HTML); + this.popUntilPopped(uD, IO.HTML); } popUntilTableCellPopped() { - this.popUntilPopped(YO, mO.HTML); + this.popUntilPopped(hD, IO.HTML); } popAllUpToHtmlElement() { (this.tmplCount = 0), this.shortenToLength(1); @@ -49622,13 +50065,13 @@ class KO { this.shortenToLength(n + 1); } clearBackToTableContext() { - this.clearBackTo(qO, mO.HTML); + this.clearBackTo(gD, IO.HTML); } clearBackToTableBodyContext() { - this.clearBackTo(jO, mO.HTML); + this.clearBackTo(mD, IO.HTML); } clearBackToTableRowContext() { - this.clearBackTo(WO, mO.HTML); + this.clearBackTo(pD, IO.HTML); } remove(e) { const t = this._indexOf(e); @@ -49642,7 +50085,7 @@ class KO { this.handler.onItemPop(e, !1))); } tryPeekProperlyNestedBodyElement() { - return this.stackTop >= 1 && this.tagIDs[1] === vO.BODY + return this.stackTop >= 1 && this.tagIDs[1] === DO.BODY ? this.items[1] : null; } @@ -49654,14 +50097,14 @@ class KO { return t >= 0 ? this.items[t] : null; } isRootHtmlElementCurrent() { - return 0 === this.stackTop && this.tagIDs[0] === vO.HTML; + return 0 === this.stackTop && this.tagIDs[0] === DO.HTML; } hasInScope(e) { for (let t = this.stackTop; t >= 0; t--) { const n = this.tagIDs[t], r = this.treeAdapter.getNamespaceURI(this.items[t]); - if (n === e && r === mO.HTML) return !0; - if (zO.get(n) === r) return !1; + if (n === e && r === IO.HTML) return !0; + if (dD.get(n) === r) return !1; } return !0; } @@ -49669,8 +50112,8 @@ class KO { for (let e = this.stackTop; e >= 0; e--) { const t = this.tagIDs[e], n = this.treeAdapter.getNamespaceURI(this.items[e]); - if (TO(t) && n === mO.HTML) return !0; - if (zO.get(t) === n) return !1; + if (YO(t) && n === IO.HTML) return !0; + if (dD.get(t) === n) return !1; } return !0; } @@ -49678,8 +50121,8 @@ class KO { for (let t = this.stackTop; t >= 0; t--) { const n = this.tagIDs[t], r = this.treeAdapter.getNamespaceURI(this.items[t]); - if (n === e && r === mO.HTML) return !0; - if (((n === vO.UL || n === vO.OL) && r === mO.HTML) || zO.get(n) === r) + if (n === e && r === IO.HTML) return !0; + if (((n === DO.UL || n === DO.OL) && r === IO.HTML) || dD.get(n) === r) return !1; } return !0; @@ -49688,17 +50131,17 @@ class KO { for (let t = this.stackTop; t >= 0; t--) { const n = this.tagIDs[t], r = this.treeAdapter.getNamespaceURI(this.items[t]); - if (n === e && r === mO.HTML) return !0; - if ((n === vO.BUTTON && r === mO.HTML) || zO.get(n) === r) return !1; + if (n === e && r === IO.HTML) return !0; + if ((n === DO.BUTTON && r === IO.HTML) || dD.get(n) === r) return !1; } return !0; } hasInTableScope(e) { for (let t = this.stackTop; t >= 0; t--) { const n = this.tagIDs[t]; - if (this.treeAdapter.getNamespaceURI(this.items[t]) === mO.HTML) { + if (this.treeAdapter.getNamespaceURI(this.items[t]) === IO.HTML) { if (n === e) return !0; - if (n === vO.TABLE || n === vO.TEMPLATE || n === vO.HTML) return !1; + if (n === DO.TABLE || n === DO.TEMPLATE || n === DO.HTML) return !1; } } return !0; @@ -49706,9 +50149,9 @@ class KO { hasTableBodyContextInTableScope() { for (let e = this.stackTop; e >= 0; e--) { const t = this.tagIDs[e]; - if (this.treeAdapter.getNamespaceURI(this.items[e]) === mO.HTML) { - if (t === vO.TBODY || t === vO.THEAD || t === vO.TFOOT) return !0; - if (t === vO.TABLE || t === vO.HTML) return !1; + if (this.treeAdapter.getNamespaceURI(this.items[e]) === IO.HTML) { + if (t === DO.TBODY || t === DO.THEAD || t === DO.TFOOT) return !0; + if (t === DO.TABLE || t === DO.HTML) return !1; } } return !0; @@ -49716,29 +50159,29 @@ class KO { hasInSelectScope(e) { for (let t = this.stackTop; t >= 0; t--) { const n = this.tagIDs[t]; - if (this.treeAdapter.getNamespaceURI(this.items[t]) === mO.HTML) { + if (this.treeAdapter.getNamespaceURI(this.items[t]) === IO.HTML) { if (n === e) return !0; - if (n !== vO.OPTION && n !== vO.OPTGROUP) return !1; + if (n !== DO.OPTION && n !== DO.OPTGROUP) return !1; } } return !0; } generateImpliedEndTags() { - for (; UO.has(this.currentTagId); ) this.pop(); + for (; sD.has(this.currentTagId); ) this.pop(); } generateImpliedEndTagsThoroughly() { - for (; GO.has(this.currentTagId); ) this.pop(); + for (; cD.has(this.currentTagId); ) this.pop(); } generateImpliedEndTagsWithExclusion(e) { - for (; this.currentTagId !== e && GO.has(this.currentTagId); ) this.pop(); + for (; this.currentTagId !== e && cD.has(this.currentTagId); ) this.pop(); } } -var XO; +var vD; !(function (e) { (e[(e.Marker = 0)] = "Marker"), (e[(e.Element = 1)] = "Element"); -})((XO = XO || (XO = {}))); -const QO = { type: XO.Marker }; -class JO { +})((vD = vD || (vD = {}))); +const ED = { type: vD.Marker }; +class wD { constructor(e) { (this.treeAdapter = e), (this.entries = []), (this.bookmark = null); } @@ -49749,7 +50192,7 @@ class JO { a = this.treeAdapter.getNamespaceURI(e); for (let e = 0; e < this.entries.length; e++) { const t = this.entries[e]; - if (t.type === XO.Marker) break; + if (t.type === vD.Marker) break; const { element: l } = t; if ( this.treeAdapter.getTagName(l) === o && @@ -49775,42 +50218,42 @@ class JO { } } insertMarker() { - this.entries.unshift(QO); + this.entries.unshift(ED); } pushElement(e, t) { this._ensureNoahArkCondition(e), - this.entries.unshift({ type: XO.Element, element: e, token: t }); + this.entries.unshift({ type: vD.Element, element: e, token: t }); } insertElementAfterBookmark(e, t) { const n = this.entries.indexOf(this.bookmark); - this.entries.splice(n, 0, { type: XO.Element, element: e, token: t }); + this.entries.splice(n, 0, { type: vD.Element, element: e, token: t }); } removeEntry(e) { const t = this.entries.indexOf(e); t >= 0 && this.entries.splice(t, 1); } clearToLastMarker() { - const e = this.entries.indexOf(QO); + const e = this.entries.indexOf(ED); e >= 0 ? this.entries.splice(0, e + 1) : (this.entries.length = 0); } getElementEntryInScopeWithTagName(e) { const t = this.entries.find( (t) => - t.type === XO.Marker || this.treeAdapter.getTagName(t.element) === e, + t.type === vD.Marker || this.treeAdapter.getTagName(t.element) === e, ); - return t && t.type === XO.Element ? t : null; + return t && t.type === vD.Element ? t : null; } getElementEntry(e) { - return this.entries.find((t) => t.type === XO.Element && t.element === e); + return this.entries.find((t) => t.type === vD.Element && t.element === e); } } -function eD(e) { +function LD(e) { return { nodeName: "#text", value: e, parentNode: null }; } -const tD = { +const bD = { createDocument: () => ({ nodeName: "#document", - mode: hO.NO_QUIRKS, + mode: BO.NO_QUIRKS, childNodes: [], }), createDocumentFragment: () => ({ @@ -49852,7 +50295,7 @@ const tD = { systemId: r, parentNode: null, }; - tD.appendChild(e, o); + bD.appendChild(e, o); } }, setDocumentMode(e, t) { @@ -49868,13 +50311,13 @@ const tD = { insertText(e, t) { if (e.childNodes.length > 0) { const n = e.childNodes[e.childNodes.length - 1]; - if (tD.isTextNode(n)) return void (n.value += t); + if (bD.isTextNode(n)) return void (n.value += t); } - tD.appendChild(e, eD(t)); + bD.appendChild(e, LD(t)); }, insertTextBefore(e, t, n) { const r = e.childNodes[e.childNodes.indexOf(n) - 1]; - r && tD.isTextNode(r) ? (r.value += t) : tD.insertBefore(e, eD(t), n); + r && bD.isTextNode(r) ? (r.value += t) : bD.insertBefore(e, LD(t), n); }, adoptAttributes(e, t) { const n = new Set(e.attrs.map((e) => e.name)); @@ -49903,10 +50346,10 @@ const tD = { e.sourceCodeLocation = { ...e.sourceCodeLocation, ...t }; }, }, - nD = "html", - rD = "about:legacy-compat", - oD = "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd", - aD = [ + MD = "html", + HD = "about:legacy-compat", + yD = "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd", + RD = [ "+//silmaril//dtd html pro v0r11 19970101//", "-//as//dtd html 3.0 aswedit + extensions//", "-//advasoft ltd//dtd html 3.0 aswedit + extensions//", @@ -49963,32 +50406,32 @@ const tD = { "-//webtechs//dtd mozilla html 2.0//", "-//webtechs//dtd mozilla html//", ], - lD = [ - ...aD, + xD = [ + ...RD, "-//w3c//dtd html 4.01 frameset//", "-//w3c//dtd html 4.01 transitional//", ], - iD = new Set([ + TD = new Set([ "-//w3o//dtd w3 html strict 3.0//en//", "-/w3c/dtd html 4.0 transitional/en", "html", ]), - CD = [ + ND = [ "-//w3c//dtd xhtml 1.0 frameset//", "-//w3c//dtd xhtml 1.0 transitional//", ], - sD = [ - ...CD, + SD = [ + ...ND, "-//w3c//dtd html 4.01 frameset//", "-//w3c//dtd html 4.01 transitional//", ]; -function cD(e, t) { +function VD(e, t) { return t.some((t) => e.startsWith(t)); } -const dD = { TEXT_HTML: "text/html", APPLICATION_XML: "application/xhtml+xml" }, - uD = "definitionurl", - pD = "definitionURL", - mD = new Map( +const _D = { TEXT_HTML: "text/html", APPLICATION_XML: "application/xhtml+xml" }, + AD = "definitionurl", + kD = "definitionURL", + ID = new Map( [ "attributeName", "attributeType", @@ -50050,27 +50493,27 @@ const dD = { TEXT_HTML: "text/html", APPLICATION_XML: "application/xhtml+xml" }, "zoomAndPan", ].map((e) => [e.toLowerCase(), e]), ), - gD = new Map([ + ZD = new Map([ [ "xlink:actuate", - { prefix: "xlink", name: "actuate", namespace: mO.XLINK }, + { prefix: "xlink", name: "actuate", namespace: IO.XLINK }, ], [ "xlink:arcrole", - { prefix: "xlink", name: "arcrole", namespace: mO.XLINK }, + { prefix: "xlink", name: "arcrole", namespace: IO.XLINK }, ], - ["xlink:href", { prefix: "xlink", name: "href", namespace: mO.XLINK }], - ["xlink:role", { prefix: "xlink", name: "role", namespace: mO.XLINK }], - ["xlink:show", { prefix: "xlink", name: "show", namespace: mO.XLINK }], - ["xlink:title", { prefix: "xlink", name: "title", namespace: mO.XLINK }], - ["xlink:type", { prefix: "xlink", name: "type", namespace: mO.XLINK }], - ["xml:base", { prefix: "xml", name: "base", namespace: mO.XML }], - ["xml:lang", { prefix: "xml", name: "lang", namespace: mO.XML }], - ["xml:space", { prefix: "xml", name: "space", namespace: mO.XML }], - ["xmlns", { prefix: "", name: "xmlns", namespace: mO.XMLNS }], - ["xmlns:xlink", { prefix: "xmlns", name: "xlink", namespace: mO.XMLNS }], + ["xlink:href", { prefix: "xlink", name: "href", namespace: IO.XLINK }], + ["xlink:role", { prefix: "xlink", name: "role", namespace: IO.XLINK }], + ["xlink:show", { prefix: "xlink", name: "show", namespace: IO.XLINK }], + ["xlink:title", { prefix: "xlink", name: "title", namespace: IO.XLINK }], + ["xlink:type", { prefix: "xlink", name: "type", namespace: IO.XLINK }], + ["xml:base", { prefix: "xml", name: "base", namespace: IO.XML }], + ["xml:lang", { prefix: "xml", name: "lang", namespace: IO.XML }], + ["xml:space", { prefix: "xml", name: "space", namespace: IO.XML }], + ["xmlns", { prefix: "", name: "xmlns", namespace: IO.XMLNS }], + ["xmlns:xlink", { prefix: "xmlns", name: "xlink", namespace: IO.XMLNS }], ]), - hD = new Map( + BD = new Map( [ "altGlyph", "altGlyphDef", @@ -50110,106 +50553,106 @@ const dD = { TEXT_HTML: "text/html", APPLICATION_XML: "application/xhtml+xml" }, "textPath", ].map((e) => [e.toLowerCase(), e]), ), - fD = new Set([ - vO.B, - vO.BIG, - vO.BLOCKQUOTE, - vO.BODY, - vO.BR, - vO.CENTER, - vO.CODE, - vO.DD, - vO.DIV, - vO.DL, - vO.DT, - vO.EM, - vO.EMBED, - vO.H1, - vO.H2, - vO.H3, - vO.H4, - vO.H5, - vO.H6, - vO.HEAD, - vO.HR, - vO.I, - vO.IMG, - vO.LI, - vO.LISTING, - vO.MENU, - vO.META, - vO.NOBR, - vO.OL, - vO.P, - vO.PRE, - vO.RUBY, - vO.S, - vO.SMALL, - vO.SPAN, - vO.STRONG, - vO.STRIKE, - vO.SUB, - vO.SUP, - vO.TABLE, - vO.TT, - vO.U, - vO.UL, - vO.VAR, + OD = new Set([ + DO.B, + DO.BIG, + DO.BLOCKQUOTE, + DO.BODY, + DO.BR, + DO.CENTER, + DO.CODE, + DO.DD, + DO.DIV, + DO.DL, + DO.DT, + DO.EM, + DO.EMBED, + DO.H1, + DO.H2, + DO.H3, + DO.H4, + DO.H5, + DO.H6, + DO.HEAD, + DO.HR, + DO.I, + DO.IMG, + DO.LI, + DO.LISTING, + DO.MENU, + DO.META, + DO.NOBR, + DO.OL, + DO.P, + DO.PRE, + DO.RUBY, + DO.S, + DO.SMALL, + DO.SPAN, + DO.STRONG, + DO.STRIKE, + DO.SUB, + DO.SUP, + DO.TABLE, + DO.TT, + DO.U, + DO.UL, + DO.VAR, ]); -function vD(e) { +function DD(e) { for (let t = 0; t < e.attrs.length; t++) - if (e.attrs[t].name === uD) { - e.attrs[t].name = pD; + if (e.attrs[t].name === AD) { + e.attrs[t].name = kD; break; } } -function ED(e) { +function PD(e) { for (let t = 0; t < e.attrs.length; t++) { - const n = mD.get(e.attrs[t].name); + const n = ID.get(e.attrs[t].name); null != n && (e.attrs[t].name = n); } } -function wD(e) { +function FD(e) { for (let t = 0; t < e.attrs.length; t++) { - const n = gD.get(e.attrs[t].name); + const n = ZD.get(e.attrs[t].name); n && ((e.attrs[t].prefix = n.prefix), (e.attrs[t].name = n.name), (e.attrs[t].namespace = n.namespace)); } } -function LD(e, t, n, r) { +function UD(e, t, n, r) { return ( - ((!r || r === mO.HTML) && + ((!r || r === IO.HTML) && (function (e, t, n) { - if (t === mO.MATHML && e === vO.ANNOTATION_XML) + if (t === IO.MATHML && e === DO.ANNOTATION_XML) for (let e = 0; e < n.length; e++) - if (n[e].name === gO.ENCODING) { + if (n[e].name === ZO.ENCODING) { const t = n[e].value.toLowerCase(); - return t === dD.TEXT_HTML || t === dD.APPLICATION_XML; + return t === _D.TEXT_HTML || t === _D.APPLICATION_XML; } return ( - t === mO.SVG && - (e === vO.FOREIGN_OBJECT || e === vO.DESC || e === vO.TITLE) + t === IO.SVG && + (e === DO.FOREIGN_OBJECT || e === DO.DESC || e === DO.TITLE) ); })(e, t, n)) || - ((!r || r === mO.MATHML) && + ((!r || r === IO.MATHML) && (function (e, t) { return ( - t === mO.MATHML && - (e === vO.MI || - e === vO.MO || - e === vO.MN || - e === vO.MS || - e === vO.MTEXT) + t === IO.MATHML && + (e === DO.MI || + e === DO.MO || + e === DO.MN || + e === DO.MS || + e === DO.MTEXT) ); })(e, t)) ); } -const bD = "hidden", - MD = 8, - HD = 3; -var yD; +const GD = "hidden", + zD = 8, + $D = 3; +var WD; !(function (e) { (e[(e.INITIAL = 0)] = "INITIAL"), (e[(e.BEFORE_HTML = 1)] = "BEFORE_HTML"), @@ -50234,8 +50677,8 @@ var yD; (e[(e.AFTER_FRAMESET = 20)] = "AFTER_FRAMESET"), (e[(e.AFTER_AFTER_BODY = 21)] = "AFTER_AFTER_BODY"), (e[(e.AFTER_AFTER_FRAMESET = 22)] = "AFTER_AFTER_FRAMESET"); -})(yD || (yD = {})); -const RD = { +})(WD || (WD = {})); +const jD = { startLine: -1, startCol: -1, startOffset: -1, @@ -50243,21 +50686,21 @@ const RD = { endCol: -1, endOffset: -1, }, - xD = new Set([vO.TABLE, vO.TBODY, vO.TFOOT, vO.THEAD, vO.TR]), - TD = { + qD = new Set([DO.TABLE, DO.TBODY, DO.TFOOT, DO.THEAD, DO.TR]), + YD = { scriptingEnabled: !0, sourceCodeLocationInfo: !1, - treeAdapter: tD, + treeAdapter: bD, onParseError: null, }; -class ND { +class KD { constructor(e, t, n = null, r = null) { (this.fragmentContext = n), (this.scriptHandler = r), (this.currentToken = null), (this.stopped = !1), - (this.insertionMode = yD.INITIAL), - (this.originalInsertionMode = yD.INITIAL), + (this.insertionMode = WD.INITIAL), + (this.originalInsertionMode = WD.INITIAL), (this.headElement = null), (this.formElement = null), (this.currentNotInHTML = !1), @@ -50267,34 +50710,34 @@ class ND { (this.framesetOk = !0), (this.skipNextNewLine = !1), (this.fosterParentingEnabled = !1), - (this.options = { ...TD, ...e }), + (this.options = { ...YD, ...e }), (this.treeAdapter = this.options.treeAdapter), (this.onParseError = this.options.onParseError), this.onParseError && (this.options.sourceCodeLocationInfo = !0), (this.document = null != t ? t : this.treeAdapter.createDocument()), - (this.tokenizer = new FO(this.options, this)), - (this.activeFormattingElements = new JO(this.treeAdapter)), + (this.tokenizer = new CD(this.options, this)), + (this.activeFormattingElements = new wD(this.treeAdapter)), (this.fragmentContextID = n - ? yO(this.treeAdapter.getTagName(n)) - : vO.UNKNOWN), + ? WO(this.treeAdapter.getTagName(n)) + : DO.UNKNOWN), this._setContextModes( null != n ? n : this.document, this.fragmentContextID, ), - (this.openElements = new KO(this.document, this.treeAdapter, this)); + (this.openElements = new fD(this.document, this.treeAdapter, this)); } static parse(e, t) { const n = new this(t); return n.tokenizer.write(e, !0), n.document; } static getFragmentParser(e, t) { - const n = { ...TD, ...t }; - null != e || (e = n.treeAdapter.createElement(fO.TEMPLATE, mO.HTML, [])); - const r = n.treeAdapter.createElement("documentmock", mO.HTML, []), + const n = { ...YD, ...t }; + null != e || (e = n.treeAdapter.createElement(OO.TEMPLATE, IO.HTML, [])); + const r = n.treeAdapter.createElement("documentmock", IO.HTML, []), o = new this(n, r, e); return ( - o.fragmentContextID === vO.TEMPLATE && - o.tmplInsertionModeStack.unshift(yD.IN_TEMPLATE), + o.fragmentContextID === DO.TEMPLATE && + o.tmplInsertionModeStack.unshift(WD.IN_TEMPLATE), o._initTokenizerForFragmentParsing(), o._insertFakeRootElement(), o._resetInsertionMode(), @@ -50310,7 +50753,7 @@ class ND { _err(e, t, n) { var r; if (!this.onParseError) return; - const o = null !== (r = e.location) && void 0 !== r ? r : RD, + const o = null !== (r = e.location) && void 0 !== r ? r : jD, a = { code: t, startLine: o.startLine, @@ -50348,20 +50791,20 @@ class ND { } _setContextModes(e, t) { const n = - e === this.document || this.treeAdapter.getNamespaceURI(e) === mO.HTML; + e === this.document || this.treeAdapter.getNamespaceURI(e) === IO.HTML; (this.currentNotInHTML = !n), (this.tokenizer.inForeignNode = !n && !this._isIntegrationPoint(t, e)); } _switchToTextParsing(e, t) { - this._insertElement(e, mO.HTML), + this._insertElement(e, IO.HTML), (this.tokenizer.state = t), (this.originalInsertionMode = this.insertionMode), - (this.insertionMode = yD.TEXT); + (this.insertionMode = WD.TEXT); } switchToPlaintextParsing() { - (this.insertionMode = yD.TEXT), - (this.originalInsertionMode = yD.IN_BODY), - (this.tokenizer.state = VO.PLAINTEXT); + (this.insertionMode = WD.TEXT), + (this.originalInsertionMode = WD.IN_BODY), + (this.tokenizer.state = QO.PLAINTEXT); } _getAdjustedCurrentElement() { return 0 === this.openElements.stackTop && this.fragmentContext @@ -50371,7 +50814,7 @@ class ND { _findFormInFragmentContext() { let e = this.fragmentContext; for (; e; ) { - if (this.treeAdapter.getTagName(e) === fO.FORM) { + if (this.treeAdapter.getTagName(e) === OO.FORM) { this.formElement = e; break; } @@ -50381,26 +50824,26 @@ class ND { _initTokenizerForFragmentParsing() { if ( this.fragmentContext && - this.treeAdapter.getNamespaceURI(this.fragmentContext) === mO.HTML + this.treeAdapter.getNamespaceURI(this.fragmentContext) === IO.HTML ) switch (this.fragmentContextID) { - case vO.TITLE: - case vO.TEXTAREA: - this.tokenizer.state = VO.RCDATA; + case DO.TITLE: + case DO.TEXTAREA: + this.tokenizer.state = QO.RCDATA; break; - case vO.STYLE: - case vO.XMP: - case vO.IFRAME: - case vO.NOEMBED: - case vO.NOFRAMES: - case vO.NOSCRIPT: - this.tokenizer.state = VO.RAWTEXT; + case DO.STYLE: + case DO.XMP: + case DO.IFRAME: + case DO.NOEMBED: + case DO.NOFRAMES: + case DO.NOSCRIPT: + this.tokenizer.state = QO.RAWTEXT; break; - case vO.SCRIPT: - this.tokenizer.state = VO.SCRIPT_DATA; + case DO.SCRIPT: + this.tokenizer.state = QO.SCRIPT_DATA; break; - case vO.PLAINTEXT: - this.tokenizer.state = VO.PLAINTEXT; + case DO.PLAINTEXT: + this.tokenizer.state = QO.PLAINTEXT; } } _setDocumentType(e) { @@ -50437,11 +50880,11 @@ class ND { this.openElements.push(n, e.tagID); } _insertFakeElement(e, t) { - const n = this.treeAdapter.createElement(e, mO.HTML, []); + const n = this.treeAdapter.createElement(e, IO.HTML, []); this._attachElementToTree(n, null), this.openElements.push(n, t); } _insertTemplate(e) { - const t = this.treeAdapter.createElement(e.tagName, mO.HTML, e.attrs), + const t = this.treeAdapter.createElement(e.tagName, IO.HTML, e.attrs), n = this.treeAdapter.createDocumentFragment(); this.treeAdapter.setTemplateContent(t, n), this._attachElementToTree(t, e.location), @@ -50450,11 +50893,11 @@ class ND { this.treeAdapter.setNodeSourceCodeLocation(n, null); } _insertFakeRootElement() { - const e = this.treeAdapter.createElement(fO.HTML, mO.HTML, []); + const e = this.treeAdapter.createElement(OO.HTML, IO.HTML, []); this.options.sourceCodeLocationInfo && this.treeAdapter.setNodeSourceCodeLocation(e, null), this.treeAdapter.appendChild(this.openElements.current, e), - this.openElements.push(e, vO.HTML); + this.openElements.push(e, DO.HTML); } _appendCommentNode(e, t) { const n = this.treeAdapter.createCommentNode(e.data); @@ -50503,7 +50946,7 @@ class ND { const n = t.location, r = this.treeAdapter.getTagName(e), o = - t.type === rO.END_TAG && r === t.tagName + t.type === HO.END_TAG && r === t.tagName ? { endTag: { ...n }, endLine: n.endLine, @@ -50525,43 +50968,43 @@ class ND { 0 === this.openElements.stackTop && this.fragmentContext ? ((t = this.fragmentContext), (n = this.fragmentContextID)) : ({ current: t, currentTagId: n } = this.openElements), - (e.tagID !== vO.SVG || - this.treeAdapter.getTagName(t) !== fO.ANNOTATION_XML || - this.treeAdapter.getNamespaceURI(t) !== mO.MATHML) && + (e.tagID !== DO.SVG || + this.treeAdapter.getTagName(t) !== OO.ANNOTATION_XML || + this.treeAdapter.getNamespaceURI(t) !== IO.MATHML) && (this.tokenizer.inForeignNode || - ((e.tagID === vO.MGLYPH || e.tagID === vO.MALIGNMARK) && - !this._isIntegrationPoint(n, t, mO.HTML))) + ((e.tagID === DO.MGLYPH || e.tagID === DO.MALIGNMARK) && + !this._isIntegrationPoint(n, t, IO.HTML))) ); } _processToken(e) { switch (e.type) { - case rO.CHARACTER: + case HO.CHARACTER: this.onCharacter(e); break; - case rO.NULL_CHARACTER: + case HO.NULL_CHARACTER: this.onNullCharacter(e); break; - case rO.COMMENT: + case HO.COMMENT: this.onComment(e); break; - case rO.DOCTYPE: + case HO.DOCTYPE: this.onDoctype(e); break; - case rO.START_TAG: + case HO.START_TAG: this._processStartTag(e); break; - case rO.END_TAG: + case HO.END_TAG: this.onEndTag(e); break; - case rO.EOF: + case HO.EOF: this.onEof(e); break; - case rO.WHITESPACE_CHARACTER: + case HO.WHITESPACE_CHARACTER: this.onWhitespaceCharacter(e); } } _isIntegrationPoint(e, t, n) { - return LD( + return UD( e, this.treeAdapter.getNamespaceURI(t), this.treeAdapter.getAttrList(t), @@ -50572,7 +51015,7 @@ class ND { const e = this.activeFormattingElements.entries.length; if (e) { const t = this.activeFormattingElements.entries.findIndex( - (e) => e.type === XO.Marker || this.openElements.contains(e.element), + (e) => e.type === vD.Marker || this.openElements.contains(e.element), ); for (let n = t < 0 ? e - 1 : t - 1; n >= 0; n--) { const e = this.activeFormattingElements.entries[n]; @@ -50588,11 +51031,11 @@ class ND { this.openElements.generateImpliedEndTags(), this.openElements.popUntilTableCellPopped(), this.activeFormattingElements.clearToLastMarker(), - (this.insertionMode = yD.IN_ROW); + (this.insertionMode = WD.IN_ROW); } _closePElement() { - this.openElements.generateImpliedEndTagsWithExclusion(vO.P), - this.openElements.popUntilTagNamePopped(vO.P); + this.openElements.generateImpliedEndTagsWithExclusion(DO.P), + this.openElements.popUntilTagNamePopped(DO.P); } _resetInsertionMode() { for (let e = this.openElements.stackTop; e >= 0; e--) @@ -50601,51 +51044,51 @@ class ND { ? this.fragmentContextID : this.openElements.tagIDs[e] ) { - case vO.TR: - return void (this.insertionMode = yD.IN_ROW); - case vO.TBODY: - case vO.THEAD: - case vO.TFOOT: - return void (this.insertionMode = yD.IN_TABLE_BODY); - case vO.CAPTION: - return void (this.insertionMode = yD.IN_CAPTION); - case vO.COLGROUP: - return void (this.insertionMode = yD.IN_COLUMN_GROUP); - case vO.TABLE: - return void (this.insertionMode = yD.IN_TABLE); - case vO.BODY: - return void (this.insertionMode = yD.IN_BODY); - case vO.FRAMESET: - return void (this.insertionMode = yD.IN_FRAMESET); - case vO.SELECT: + case DO.TR: + return void (this.insertionMode = WD.IN_ROW); + case DO.TBODY: + case DO.THEAD: + case DO.TFOOT: + return void (this.insertionMode = WD.IN_TABLE_BODY); + case DO.CAPTION: + return void (this.insertionMode = WD.IN_CAPTION); + case DO.COLGROUP: + return void (this.insertionMode = WD.IN_COLUMN_GROUP); + case DO.TABLE: + return void (this.insertionMode = WD.IN_TABLE); + case DO.BODY: + return void (this.insertionMode = WD.IN_BODY); + case DO.FRAMESET: + return void (this.insertionMode = WD.IN_FRAMESET); + case DO.SELECT: return void this._resetInsertionModeForSelect(e); - case vO.TEMPLATE: + case DO.TEMPLATE: return void (this.insertionMode = this.tmplInsertionModeStack[0]); - case vO.HTML: + case DO.HTML: return void (this.insertionMode = this.headElement - ? yD.AFTER_HEAD - : yD.BEFORE_HEAD); - case vO.TD: - case vO.TH: - if (e > 0) return void (this.insertionMode = yD.IN_CELL); + ? WD.AFTER_HEAD + : WD.BEFORE_HEAD); + case DO.TD: + case DO.TH: + if (e > 0) return void (this.insertionMode = WD.IN_CELL); break; - case vO.HEAD: - if (e > 0) return void (this.insertionMode = yD.IN_HEAD); + case DO.HEAD: + if (e > 0) return void (this.insertionMode = WD.IN_HEAD); } - this.insertionMode = yD.IN_BODY; + this.insertionMode = WD.IN_BODY; } _resetInsertionModeForSelect(e) { if (e > 0) for (let t = e - 1; t > 0; t--) { const e = this.openElements.tagIDs[t]; - if (e === vO.TEMPLATE) break; - if (e === vO.TABLE) - return void (this.insertionMode = yD.IN_SELECT_IN_TABLE); + if (e === DO.TEMPLATE) break; + if (e === DO.TABLE) + return void (this.insertionMode = WD.IN_SELECT_IN_TABLE); } - this.insertionMode = yD.IN_SELECT; + this.insertionMode = WD.IN_SELECT; } _isElementCausesFosterParenting(e) { - return xD.has(e); + return qD.has(e); } _shouldFosterParentOnInsertion() { return ( @@ -50657,14 +51100,14 @@ class ND { for (let e = this.openElements.stackTop; e >= 0; e--) { const t = this.openElements.items[e]; switch (this.openElements.tagIDs[e]) { - case vO.TEMPLATE: - if (this.treeAdapter.getNamespaceURI(t) === mO.HTML) + case DO.TEMPLATE: + if (this.treeAdapter.getNamespaceURI(t) === IO.HTML) return { parent: this.treeAdapter.getTemplateContent(t), beforeElement: null, }; break; - case vO.TABLE: { + case DO.TABLE: { const n = this.treeAdapter.getParentNode(t); return n ? { parent: n, beforeElement: t } @@ -50682,7 +51125,7 @@ class ND { } _isSpecialElement(e, t) { const n = this.treeAdapter.getNamespaceURI(e); - return xO[n].has(t); + return qO[n].has(t); } onCharacter(e) { if (((this.skipNextNewLine = !1), this.tokenizer.inForeignNode)) @@ -50691,130 +51134,130 @@ class ND { })(this, e); else switch (this.insertionMode) { - case yD.INITIAL: - DD(this, e); + case WD.INITIAL: + lP(this, e); break; - case yD.BEFORE_HTML: - PD(this, e); + case WD.BEFORE_HTML: + iP(this, e); break; - case yD.BEFORE_HEAD: - FD(this, e); + case WD.BEFORE_HEAD: + CP(this, e); break; - case yD.IN_HEAD: - zD(this, e); + case WD.IN_HEAD: + dP(this, e); break; - case yD.IN_HEAD_NO_SCRIPT: - $D(this, e); + case WD.IN_HEAD_NO_SCRIPT: + uP(this, e); break; - case yD.AFTER_HEAD: - WD(this, e); + case WD.AFTER_HEAD: + pP(this, e); break; - case yD.IN_BODY: - case yD.IN_CAPTION: - case yD.IN_CELL: - case yD.IN_TEMPLATE: - YD(this, e); + case WD.IN_BODY: + case WD.IN_CAPTION: + case WD.IN_CELL: + case WD.IN_TEMPLATE: + hP(this, e); break; - case yD.TEXT: - case yD.IN_SELECT: - case yD.IN_SELECT_IN_TABLE: + case WD.TEXT: + case WD.IN_SELECT: + case WD.IN_SELECT_IN_TABLE: this._insertCharacters(e); break; - case yD.IN_TABLE: - case yD.IN_TABLE_BODY: - case yD.IN_ROW: - oP(this, e); + case WD.IN_TABLE: + case WD.IN_TABLE_BODY: + case WD.IN_ROW: + yP(this, e); break; - case yD.IN_TABLE_TEXT: - sP(this, e); + case WD.IN_TABLE_TEXT: + SP(this, e); break; - case yD.IN_COLUMN_GROUP: - pP(this, e); + case WD.IN_COLUMN_GROUP: + kP(this, e); break; - case yD.AFTER_BODY: - bP(this, e); + case WD.AFTER_BODY: + GP(this, e); break; - case yD.AFTER_AFTER_BODY: - MP(this, e); + case WD.AFTER_AFTER_BODY: + zP(this, e); } } onNullCharacter(e) { if (((this.skipNextNewLine = !1), this.tokenizer.inForeignNode)) !(function (e, t) { - (t.chars = zB), e._insertCharacters(t); + (t.chars = dO), e._insertCharacters(t); })(this, e); else switch (this.insertionMode) { - case yD.INITIAL: - DD(this, e); + case WD.INITIAL: + lP(this, e); break; - case yD.BEFORE_HTML: - PD(this, e); + case WD.BEFORE_HTML: + iP(this, e); break; - case yD.BEFORE_HEAD: - FD(this, e); + case WD.BEFORE_HEAD: + CP(this, e); break; - case yD.IN_HEAD: - zD(this, e); + case WD.IN_HEAD: + dP(this, e); break; - case yD.IN_HEAD_NO_SCRIPT: - $D(this, e); + case WD.IN_HEAD_NO_SCRIPT: + uP(this, e); break; - case yD.AFTER_HEAD: - WD(this, e); + case WD.AFTER_HEAD: + pP(this, e); break; - case yD.TEXT: + case WD.TEXT: this._insertCharacters(e); break; - case yD.IN_TABLE: - case yD.IN_TABLE_BODY: - case yD.IN_ROW: - oP(this, e); + case WD.IN_TABLE: + case WD.IN_TABLE_BODY: + case WD.IN_ROW: + yP(this, e); break; - case yD.IN_COLUMN_GROUP: - pP(this, e); + case WD.IN_COLUMN_GROUP: + kP(this, e); break; - case yD.AFTER_BODY: - bP(this, e); + case WD.AFTER_BODY: + GP(this, e); break; - case yD.AFTER_AFTER_BODY: - MP(this, e); + case WD.AFTER_AFTER_BODY: + zP(this, e); } } onComment(e) { - if (((this.skipNextNewLine = !1), this.currentNotInHTML)) BD(this, e); + if (((this.skipNextNewLine = !1), this.currentNotInHTML)) oP(this, e); else switch (this.insertionMode) { - case yD.INITIAL: - case yD.BEFORE_HTML: - case yD.BEFORE_HEAD: - case yD.IN_HEAD: - case yD.IN_HEAD_NO_SCRIPT: - case yD.AFTER_HEAD: - case yD.IN_BODY: - case yD.IN_TABLE: - case yD.IN_CAPTION: - case yD.IN_COLUMN_GROUP: - case yD.IN_TABLE_BODY: - case yD.IN_ROW: - case yD.IN_CELL: - case yD.IN_SELECT: - case yD.IN_SELECT_IN_TABLE: - case yD.IN_TEMPLATE: - case yD.IN_FRAMESET: - case yD.AFTER_FRAMESET: - BD(this, e); + case WD.INITIAL: + case WD.BEFORE_HTML: + case WD.BEFORE_HEAD: + case WD.IN_HEAD: + case WD.IN_HEAD_NO_SCRIPT: + case WD.AFTER_HEAD: + case WD.IN_BODY: + case WD.IN_TABLE: + case WD.IN_CAPTION: + case WD.IN_COLUMN_GROUP: + case WD.IN_TABLE_BODY: + case WD.IN_ROW: + case WD.IN_CELL: + case WD.IN_SELECT: + case WD.IN_SELECT_IN_TABLE: + case WD.IN_TEMPLATE: + case WD.IN_FRAMESET: + case WD.AFTER_FRAMESET: + oP(this, e); break; - case yD.IN_TABLE_TEXT: - cP(this, e); + case WD.IN_TABLE_TEXT: + VP(this, e); break; - case yD.AFTER_BODY: + case WD.AFTER_BODY: !(function (e, t) { e._appendCommentNode(t, e.openElements.items[0]); })(this, e); break; - case yD.AFTER_AFTER_BODY: - case yD.AFTER_AFTER_FRAMESET: + case WD.AFTER_AFTER_BODY: + case WD.AFTER_AFTER_FRAMESET: !(function (e, t) { e._appendCommentNode(t, e.document); })(this, e); @@ -50822,44 +51265,44 @@ class ND { } onDoctype(e) { switch (((this.skipNextNewLine = !1), this.insertionMode)) { - case yD.INITIAL: + case WD.INITIAL: !(function (e, t) { e._setDocumentType(t); const n = t.forceQuirks - ? hO.QUIRKS + ? BO.QUIRKS : (function (e) { - if (e.name !== nD) return hO.QUIRKS; + if (e.name !== MD) return BO.QUIRKS; const { systemId: t } = e; - if (t && t.toLowerCase() === oD) return hO.QUIRKS; + if (t && t.toLowerCase() === yD) return BO.QUIRKS; let { publicId: n } = e; if (null !== n) { - if (((n = n.toLowerCase()), iD.has(n))) return hO.QUIRKS; - let e = null === t ? lD : aD; - if (cD(n, e)) return hO.QUIRKS; - if (((e = null === t ? CD : sD), cD(n, e))) - return hO.LIMITED_QUIRKS; + if (((n = n.toLowerCase()), TD.has(n))) return BO.QUIRKS; + let e = null === t ? xD : RD; + if (VD(n, e)) return BO.QUIRKS; + if (((e = null === t ? ND : SD), VD(n, e))) + return BO.LIMITED_QUIRKS; } - return hO.NO_QUIRKS; + return BO.NO_QUIRKS; })(t); (function (e) { return ( - e.name === nD && + e.name === MD && null === e.publicId && - (null === e.systemId || e.systemId === rD) + (null === e.systemId || e.systemId === HD) ); - })(t) || e._err(t, tO.nonConformingDoctype); + })(t) || e._err(t, bO.nonConformingDoctype); e.treeAdapter.setDocumentMode(e.document, n), - (e.insertionMode = yD.BEFORE_HTML); + (e.insertionMode = WD.BEFORE_HTML); })(this, e); break; - case yD.BEFORE_HEAD: - case yD.IN_HEAD: - case yD.IN_HEAD_NO_SCRIPT: - case yD.AFTER_HEAD: - this._err(e, tO.misplacedDoctype); + case WD.BEFORE_HEAD: + case WD.IN_HEAD: + case WD.IN_HEAD_NO_SCRIPT: + case WD.AFTER_HEAD: + this._err(e, bO.misplacedDoctype); break; - case yD.IN_TABLE_TEXT: - cP(this, e); + case WD.IN_TABLE_TEXT: + VP(this, e); } } onStartTag(e) { @@ -50868,7 +51311,7 @@ class ND { this._processStartTag(e), e.selfClosing && !e.ackSelfClosing && - this._err(e, tO.nonVoidHtmlElementStartTagWithTrailingSolidus); + this._err(e, bO.nonVoidHtmlElementStartTagWithTrailingSolidus); } _processStartTag(e) { this.shouldProcessStartTagTokenInForeignContent(e) @@ -50877,28 +51320,28 @@ class ND { (function (e) { const t = e.tagID; return ( - (t === vO.FONT && + (t === DO.FONT && e.attrs.some( ({ name: e }) => - e === gO.COLOR || e === gO.SIZE || e === gO.FACE, + e === ZO.COLOR || e === ZO.SIZE || e === ZO.FACE, )) || - fD.has(t) + OD.has(t) ); })(t) ) - HP(e), e._startTagOutsideForeignContent(t); + $P(e), e._startTagOutsideForeignContent(t); else { const n = e._getAdjustedCurrentElement(), r = e.treeAdapter.getNamespaceURI(n); - r === mO.MATHML - ? vD(t) - : r === mO.SVG && + r === IO.MATHML + ? DD(t) + : r === IO.SVG && (!(function (e) { - const t = hD.get(e.tagName); - null != t && ((e.tagName = t), (e.tagID = yO(e.tagName))); + const t = BD.get(e.tagName); + null != t && ((e.tagName = t), (e.tagID = WO(e.tagName))); })(t), - ED(t)), - wD(t), + PD(t)), + FD(t), t.selfClosing ? e._appendElement(t, r) : e._insertElement(t, r), (t.ackSelfClosing = !0); } @@ -50907,249 +51350,249 @@ class ND { } _startTagOutsideForeignContent(e) { switch (this.insertionMode) { - case yD.INITIAL: - DD(this, e); + case WD.INITIAL: + lP(this, e); break; - case yD.BEFORE_HTML: + case WD.BEFORE_HTML: !(function (e, t) { - t.tagID === vO.HTML - ? (e._insertElement(t, mO.HTML), (e.insertionMode = yD.BEFORE_HEAD)) - : PD(e, t); + t.tagID === DO.HTML + ? (e._insertElement(t, IO.HTML), (e.insertionMode = WD.BEFORE_HEAD)) + : iP(e, t); })(this, e); break; - case yD.BEFORE_HEAD: + case WD.BEFORE_HEAD: !(function (e, t) { switch (t.tagID) { - case vO.HTML: - eP(e, t); + case DO.HTML: + LP(e, t); break; - case vO.HEAD: - e._insertElement(t, mO.HTML), + case DO.HEAD: + e._insertElement(t, IO.HTML), (e.headElement = e.openElements.current), - (e.insertionMode = yD.IN_HEAD); + (e.insertionMode = WD.IN_HEAD); break; default: - FD(e, t); + CP(e, t); } })(this, e); break; - case yD.IN_HEAD: - UD(this, e); + case WD.IN_HEAD: + sP(this, e); break; - case yD.IN_HEAD_NO_SCRIPT: + case WD.IN_HEAD_NO_SCRIPT: !(function (e, t) { switch (t.tagID) { - case vO.HTML: - eP(e, t); + case DO.HTML: + LP(e, t); break; - case vO.BASEFONT: - case vO.BGSOUND: - case vO.HEAD: - case vO.LINK: - case vO.META: - case vO.NOFRAMES: - case vO.STYLE: - UD(e, t); + case DO.BASEFONT: + case DO.BGSOUND: + case DO.HEAD: + case DO.LINK: + case DO.META: + case DO.NOFRAMES: + case DO.STYLE: + sP(e, t); break; - case vO.NOSCRIPT: - e._err(t, tO.nestedNoscriptInHead); + case DO.NOSCRIPT: + e._err(t, bO.nestedNoscriptInHead); break; default: - $D(e, t); + uP(e, t); } })(this, e); break; - case yD.AFTER_HEAD: + case WD.AFTER_HEAD: !(function (e, t) { switch (t.tagID) { - case vO.HTML: - eP(e, t); + case DO.HTML: + LP(e, t); break; - case vO.BODY: - e._insertElement(t, mO.HTML), + case DO.BODY: + e._insertElement(t, IO.HTML), (e.framesetOk = !1), - (e.insertionMode = yD.IN_BODY); + (e.insertionMode = WD.IN_BODY); break; - case vO.FRAMESET: - e._insertElement(t, mO.HTML), (e.insertionMode = yD.IN_FRAMESET); + case DO.FRAMESET: + e._insertElement(t, IO.HTML), (e.insertionMode = WD.IN_FRAMESET); break; - case vO.BASE: - case vO.BASEFONT: - case vO.BGSOUND: - case vO.LINK: - case vO.META: - case vO.NOFRAMES: - case vO.SCRIPT: - case vO.STYLE: - case vO.TEMPLATE: - case vO.TITLE: - e._err(t, tO.abandonedHeadElementChild), - e.openElements.push(e.headElement, vO.HEAD), - UD(e, t), + case DO.BASE: + case DO.BASEFONT: + case DO.BGSOUND: + case DO.LINK: + case DO.META: + case DO.NOFRAMES: + case DO.SCRIPT: + case DO.STYLE: + case DO.TEMPLATE: + case DO.TITLE: + e._err(t, bO.abandonedHeadElementChild), + e.openElements.push(e.headElement, DO.HEAD), + sP(e, t), e.openElements.remove(e.headElement); break; - case vO.HEAD: - e._err(t, tO.misplacedStartTagForHeadElement); + case DO.HEAD: + e._err(t, bO.misplacedStartTagForHeadElement); break; default: - WD(e, t); + pP(e, t); } })(this, e); break; - case yD.IN_BODY: - eP(this, e); + case WD.IN_BODY: + LP(this, e); break; - case yD.IN_TABLE: - aP(this, e); + case WD.IN_TABLE: + RP(this, e); break; - case yD.IN_TABLE_TEXT: - cP(this, e); + case WD.IN_TABLE_TEXT: + VP(this, e); break; - case yD.IN_CAPTION: + case WD.IN_CAPTION: !(function (e, t) { const n = t.tagID; - dP.has(n) - ? e.openElements.hasInTableScope(vO.CAPTION) && + _P.has(n) + ? e.openElements.hasInTableScope(DO.CAPTION) && (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(vO.CAPTION), + e.openElements.popUntilTagNamePopped(DO.CAPTION), e.activeFormattingElements.clearToLastMarker(), - (e.insertionMode = yD.IN_TABLE), - aP(e, t)) - : eP(e, t); + (e.insertionMode = WD.IN_TABLE), + RP(e, t)) + : LP(e, t); })(this, e); break; - case yD.IN_COLUMN_GROUP: - uP(this, e); + case WD.IN_COLUMN_GROUP: + AP(this, e); break; - case yD.IN_TABLE_BODY: - mP(this, e); + case WD.IN_TABLE_BODY: + IP(this, e); break; - case yD.IN_ROW: - hP(this, e); + case WD.IN_ROW: + BP(this, e); break; - case yD.IN_CELL: + case WD.IN_CELL: !(function (e, t) { const n = t.tagID; - dP.has(n) - ? (e.openElements.hasInTableScope(vO.TD) || - e.openElements.hasInTableScope(vO.TH)) && - (e._closeTableCell(), hP(e, t)) - : eP(e, t); + _P.has(n) + ? (e.openElements.hasInTableScope(DO.TD) || + e.openElements.hasInTableScope(DO.TH)) && + (e._closeTableCell(), BP(e, t)) + : LP(e, t); })(this, e); break; - case yD.IN_SELECT: - vP(this, e); + case WD.IN_SELECT: + DP(this, e); break; - case yD.IN_SELECT_IN_TABLE: + case WD.IN_SELECT_IN_TABLE: !(function (e, t) { const n = t.tagID; - n === vO.CAPTION || - n === vO.TABLE || - n === vO.TBODY || - n === vO.TFOOT || - n === vO.THEAD || - n === vO.TR || - n === vO.TD || - n === vO.TH - ? (e.openElements.popUntilTagNamePopped(vO.SELECT), + n === DO.CAPTION || + n === DO.TABLE || + n === DO.TBODY || + n === DO.TFOOT || + n === DO.THEAD || + n === DO.TR || + n === DO.TD || + n === DO.TH + ? (e.openElements.popUntilTagNamePopped(DO.SELECT), e._resetInsertionMode(), e._processStartTag(t)) - : vP(e, t); + : DP(e, t); })(this, e); break; - case yD.IN_TEMPLATE: + case WD.IN_TEMPLATE: !(function (e, t) { switch (t.tagID) { - case vO.BASE: - case vO.BASEFONT: - case vO.BGSOUND: - case vO.LINK: - case vO.META: - case vO.NOFRAMES: - case vO.SCRIPT: - case vO.STYLE: - case vO.TEMPLATE: - case vO.TITLE: - UD(e, t); + case DO.BASE: + case DO.BASEFONT: + case DO.BGSOUND: + case DO.LINK: + case DO.META: + case DO.NOFRAMES: + case DO.SCRIPT: + case DO.STYLE: + case DO.TEMPLATE: + case DO.TITLE: + sP(e, t); break; - case vO.CAPTION: - case vO.COLGROUP: - case vO.TBODY: - case vO.TFOOT: - case vO.THEAD: - (e.tmplInsertionModeStack[0] = yD.IN_TABLE), - (e.insertionMode = yD.IN_TABLE), - aP(e, t); + case DO.CAPTION: + case DO.COLGROUP: + case DO.TBODY: + case DO.TFOOT: + case DO.THEAD: + (e.tmplInsertionModeStack[0] = WD.IN_TABLE), + (e.insertionMode = WD.IN_TABLE), + RP(e, t); break; - case vO.COL: - (e.tmplInsertionModeStack[0] = yD.IN_COLUMN_GROUP), - (e.insertionMode = yD.IN_COLUMN_GROUP), - uP(e, t); + case DO.COL: + (e.tmplInsertionModeStack[0] = WD.IN_COLUMN_GROUP), + (e.insertionMode = WD.IN_COLUMN_GROUP), + AP(e, t); break; - case vO.TR: - (e.tmplInsertionModeStack[0] = yD.IN_TABLE_BODY), - (e.insertionMode = yD.IN_TABLE_BODY), - mP(e, t); + case DO.TR: + (e.tmplInsertionModeStack[0] = WD.IN_TABLE_BODY), + (e.insertionMode = WD.IN_TABLE_BODY), + IP(e, t); break; - case vO.TD: - case vO.TH: - (e.tmplInsertionModeStack[0] = yD.IN_ROW), - (e.insertionMode = yD.IN_ROW), - hP(e, t); + case DO.TD: + case DO.TH: + (e.tmplInsertionModeStack[0] = WD.IN_ROW), + (e.insertionMode = WD.IN_ROW), + BP(e, t); break; default: - (e.tmplInsertionModeStack[0] = yD.IN_BODY), - (e.insertionMode = yD.IN_BODY), - eP(e, t); + (e.tmplInsertionModeStack[0] = WD.IN_BODY), + (e.insertionMode = WD.IN_BODY), + LP(e, t); } })(this, e); break; - case yD.AFTER_BODY: + case WD.AFTER_BODY: !(function (e, t) { - t.tagID === vO.HTML ? eP(e, t) : bP(e, t); + t.tagID === DO.HTML ? LP(e, t) : GP(e, t); })(this, e); break; - case yD.IN_FRAMESET: + case WD.IN_FRAMESET: !(function (e, t) { switch (t.tagID) { - case vO.HTML: - eP(e, t); + case DO.HTML: + LP(e, t); break; - case vO.FRAMESET: - e._insertElement(t, mO.HTML); + case DO.FRAMESET: + e._insertElement(t, IO.HTML); break; - case vO.FRAME: - e._appendElement(t, mO.HTML), (t.ackSelfClosing = !0); + case DO.FRAME: + e._appendElement(t, IO.HTML), (t.ackSelfClosing = !0); break; - case vO.NOFRAMES: - UD(e, t); + case DO.NOFRAMES: + sP(e, t); } })(this, e); break; - case yD.AFTER_FRAMESET: + case WD.AFTER_FRAMESET: !(function (e, t) { switch (t.tagID) { - case vO.HTML: - eP(e, t); + case DO.HTML: + LP(e, t); break; - case vO.NOFRAMES: - UD(e, t); + case DO.NOFRAMES: + sP(e, t); } })(this, e); break; - case yD.AFTER_AFTER_BODY: + case WD.AFTER_AFTER_BODY: !(function (e, t) { - t.tagID === vO.HTML ? eP(e, t) : MP(e, t); + t.tagID === DO.HTML ? LP(e, t) : zP(e, t); })(this, e); break; - case yD.AFTER_AFTER_FRAMESET: + case WD.AFTER_AFTER_FRAMESET: !(function (e, t) { switch (t.tagID) { - case vO.HTML: - eP(e, t); + case DO.HTML: + LP(e, t); break; - case vO.NOFRAMES: - UD(e, t); + case DO.NOFRAMES: + sP(e, t); } })(this, e); } @@ -51159,11 +51602,11 @@ class ND { (this.currentToken = e), this.currentNotInHTML ? (function (e, t) { - if (t.tagID === vO.P || t.tagID === vO.BR) - return HP(e), void e._endTagOutsideForeignContent(t); + if (t.tagID === DO.P || t.tagID === DO.BR) + return $P(e), void e._endTagOutsideForeignContent(t); for (let n = e.openElements.stackTop; n > 0; n--) { const r = e.openElements.items[n]; - if (e.treeAdapter.getNamespaceURI(r) === mO.HTML) { + if (e.treeAdapter.getNamespaceURI(r) === IO.HTML) { e._endTagOutsideForeignContent(t); break; } @@ -51178,280 +51621,280 @@ class ND { } _endTagOutsideForeignContent(e) { switch (this.insertionMode) { - case yD.INITIAL: - DD(this, e); + case WD.INITIAL: + lP(this, e); break; - case yD.BEFORE_HTML: + case WD.BEFORE_HTML: !(function (e, t) { const n = t.tagID; - (n !== vO.HTML && n !== vO.HEAD && n !== vO.BODY && n !== vO.BR) || - PD(e, t); + (n !== DO.HTML && n !== DO.HEAD && n !== DO.BODY && n !== DO.BR) || + iP(e, t); })(this, e); break; - case yD.BEFORE_HEAD: + case WD.BEFORE_HEAD: !(function (e, t) { const n = t.tagID; - n === vO.HEAD || n === vO.BODY || n === vO.HTML || n === vO.BR - ? FD(e, t) - : e._err(t, tO.endTagWithoutMatchingOpenElement); + n === DO.HEAD || n === DO.BODY || n === DO.HTML || n === DO.BR + ? CP(e, t) + : e._err(t, bO.endTagWithoutMatchingOpenElement); })(this, e); break; - case yD.IN_HEAD: + case WD.IN_HEAD: !(function (e, t) { switch (t.tagID) { - case vO.HEAD: - e.openElements.pop(), (e.insertionMode = yD.AFTER_HEAD); + case DO.HEAD: + e.openElements.pop(), (e.insertionMode = WD.AFTER_HEAD); break; - case vO.BODY: - case vO.BR: - case vO.HTML: - zD(e, t); + case DO.BODY: + case DO.BR: + case DO.HTML: + dP(e, t); break; - case vO.TEMPLATE: - GD(e, t); + case DO.TEMPLATE: + cP(e, t); break; default: - e._err(t, tO.endTagWithoutMatchingOpenElement); + e._err(t, bO.endTagWithoutMatchingOpenElement); } })(this, e); break; - case yD.IN_HEAD_NO_SCRIPT: + case WD.IN_HEAD_NO_SCRIPT: !(function (e, t) { switch (t.tagID) { - case vO.NOSCRIPT: - e.openElements.pop(), (e.insertionMode = yD.IN_HEAD); + case DO.NOSCRIPT: + e.openElements.pop(), (e.insertionMode = WD.IN_HEAD); break; - case vO.BR: - $D(e, t); + case DO.BR: + uP(e, t); break; default: - e._err(t, tO.endTagWithoutMatchingOpenElement); + e._err(t, bO.endTagWithoutMatchingOpenElement); } })(this, e); break; - case yD.AFTER_HEAD: + case WD.AFTER_HEAD: !(function (e, t) { switch (t.tagID) { - case vO.BODY: - case vO.HTML: - case vO.BR: - WD(e, t); + case DO.BODY: + case DO.HTML: + case DO.BR: + pP(e, t); break; - case vO.TEMPLATE: - GD(e, t); + case DO.TEMPLATE: + cP(e, t); break; default: - e._err(t, tO.endTagWithoutMatchingOpenElement); + e._err(t, bO.endTagWithoutMatchingOpenElement); } })(this, e); break; - case yD.IN_BODY: - nP(this, e); + case WD.IN_BODY: + MP(this, e); break; - case yD.TEXT: + case WD.TEXT: !(function (e, t) { var n; - t.tagID === vO.SCRIPT && + t.tagID === DO.SCRIPT && (null === (n = e.scriptHandler) || void 0 === n || n.call(e, e.openElements.current)); e.openElements.pop(), (e.insertionMode = e.originalInsertionMode); })(this, e); break; - case yD.IN_TABLE: - lP(this, e); + case WD.IN_TABLE: + xP(this, e); break; - case yD.IN_TABLE_TEXT: - cP(this, e); + case WD.IN_TABLE_TEXT: + VP(this, e); break; - case yD.IN_CAPTION: + case WD.IN_CAPTION: !(function (e, t) { const n = t.tagID; switch (n) { - case vO.CAPTION: - case vO.TABLE: - e.openElements.hasInTableScope(vO.CAPTION) && + case DO.CAPTION: + case DO.TABLE: + e.openElements.hasInTableScope(DO.CAPTION) && (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(vO.CAPTION), + e.openElements.popUntilTagNamePopped(DO.CAPTION), e.activeFormattingElements.clearToLastMarker(), - (e.insertionMode = yD.IN_TABLE), - n === vO.TABLE && lP(e, t)); + (e.insertionMode = WD.IN_TABLE), + n === DO.TABLE && xP(e, t)); break; - case vO.BODY: - case vO.COL: - case vO.COLGROUP: - case vO.HTML: - case vO.TBODY: - case vO.TD: - case vO.TFOOT: - case vO.TH: - case vO.THEAD: - case vO.TR: + case DO.BODY: + case DO.COL: + case DO.COLGROUP: + case DO.HTML: + case DO.TBODY: + case DO.TD: + case DO.TFOOT: + case DO.TH: + case DO.THEAD: + case DO.TR: break; default: - nP(e, t); + MP(e, t); } })(this, e); break; - case yD.IN_COLUMN_GROUP: + case WD.IN_COLUMN_GROUP: !(function (e, t) { switch (t.tagID) { - case vO.COLGROUP: - e.openElements.currentTagId === vO.COLGROUP && - (e.openElements.pop(), (e.insertionMode = yD.IN_TABLE)); + case DO.COLGROUP: + e.openElements.currentTagId === DO.COLGROUP && + (e.openElements.pop(), (e.insertionMode = WD.IN_TABLE)); break; - case vO.TEMPLATE: - GD(e, t); + case DO.TEMPLATE: + cP(e, t); break; - case vO.COL: + case DO.COL: break; default: - pP(e, t); + kP(e, t); } })(this, e); break; - case yD.IN_TABLE_BODY: - gP(this, e); + case WD.IN_TABLE_BODY: + ZP(this, e); break; - case yD.IN_ROW: - fP(this, e); + case WD.IN_ROW: + OP(this, e); break; - case yD.IN_CELL: + case WD.IN_CELL: !(function (e, t) { const n = t.tagID; switch (n) { - case vO.TD: - case vO.TH: + case DO.TD: + case DO.TH: e.openElements.hasInTableScope(n) && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilTagNamePopped(n), e.activeFormattingElements.clearToLastMarker(), - (e.insertionMode = yD.IN_ROW)); + (e.insertionMode = WD.IN_ROW)); break; - case vO.TABLE: - case vO.TBODY: - case vO.TFOOT: - case vO.THEAD: - case vO.TR: + case DO.TABLE: + case DO.TBODY: + case DO.TFOOT: + case DO.THEAD: + case DO.TR: e.openElements.hasInTableScope(n) && - (e._closeTableCell(), fP(e, t)); + (e._closeTableCell(), OP(e, t)); break; - case vO.BODY: - case vO.CAPTION: - case vO.COL: - case vO.COLGROUP: - case vO.HTML: + case DO.BODY: + case DO.CAPTION: + case DO.COL: + case DO.COLGROUP: + case DO.HTML: break; default: - nP(e, t); + MP(e, t); } })(this, e); break; - case yD.IN_SELECT: - EP(this, e); + case WD.IN_SELECT: + PP(this, e); break; - case yD.IN_SELECT_IN_TABLE: + case WD.IN_SELECT_IN_TABLE: !(function (e, t) { const n = t.tagID; - n === vO.CAPTION || - n === vO.TABLE || - n === vO.TBODY || - n === vO.TFOOT || - n === vO.THEAD || - n === vO.TR || - n === vO.TD || - n === vO.TH + n === DO.CAPTION || + n === DO.TABLE || + n === DO.TBODY || + n === DO.TFOOT || + n === DO.THEAD || + n === DO.TR || + n === DO.TD || + n === DO.TH ? e.openElements.hasInTableScope(n) && - (e.openElements.popUntilTagNamePopped(vO.SELECT), + (e.openElements.popUntilTagNamePopped(DO.SELECT), e._resetInsertionMode(), e.onEndTag(t)) - : EP(e, t); + : PP(e, t); })(this, e); break; - case yD.IN_TEMPLATE: + case WD.IN_TEMPLATE: !(function (e, t) { - t.tagID === vO.TEMPLATE && GD(e, t); + t.tagID === DO.TEMPLATE && cP(e, t); })(this, e); break; - case yD.AFTER_BODY: - LP(this, e); + case WD.AFTER_BODY: + UP(this, e); break; - case yD.IN_FRAMESET: + case WD.IN_FRAMESET: !(function (e, t) { - t.tagID !== vO.FRAMESET || + t.tagID !== DO.FRAMESET || e.openElements.isRootHtmlElementCurrent() || (e.openElements.pop(), e.fragmentContext || - e.openElements.currentTagId === vO.FRAMESET || - (e.insertionMode = yD.AFTER_FRAMESET)); + e.openElements.currentTagId === DO.FRAMESET || + (e.insertionMode = WD.AFTER_FRAMESET)); })(this, e); break; - case yD.AFTER_FRAMESET: + case WD.AFTER_FRAMESET: !(function (e, t) { - t.tagID === vO.HTML && (e.insertionMode = yD.AFTER_AFTER_FRAMESET); + t.tagID === DO.HTML && (e.insertionMode = WD.AFTER_AFTER_FRAMESET); })(this, e); break; - case yD.AFTER_AFTER_BODY: - MP(this, e); + case WD.AFTER_AFTER_BODY: + zP(this, e); } } onEof(e) { switch (this.insertionMode) { - case yD.INITIAL: - DD(this, e); + case WD.INITIAL: + lP(this, e); break; - case yD.BEFORE_HTML: - PD(this, e); + case WD.BEFORE_HTML: + iP(this, e); break; - case yD.BEFORE_HEAD: - FD(this, e); + case WD.BEFORE_HEAD: + CP(this, e); break; - case yD.IN_HEAD: - zD(this, e); + case WD.IN_HEAD: + dP(this, e); break; - case yD.IN_HEAD_NO_SCRIPT: - $D(this, e); + case WD.IN_HEAD_NO_SCRIPT: + uP(this, e); break; - case yD.AFTER_HEAD: - WD(this, e); + case WD.AFTER_HEAD: + pP(this, e); break; - case yD.IN_BODY: - case yD.IN_TABLE: - case yD.IN_CAPTION: - case yD.IN_COLUMN_GROUP: - case yD.IN_TABLE_BODY: - case yD.IN_ROW: - case yD.IN_CELL: - case yD.IN_SELECT: - case yD.IN_SELECT_IN_TABLE: - rP(this, e); + case WD.IN_BODY: + case WD.IN_TABLE: + case WD.IN_CAPTION: + case WD.IN_COLUMN_GROUP: + case WD.IN_TABLE_BODY: + case WD.IN_ROW: + case WD.IN_CELL: + case WD.IN_SELECT: + case WD.IN_SELECT_IN_TABLE: + HP(this, e); break; - case yD.TEXT: + case WD.TEXT: !(function (e, t) { - e._err(t, tO.eofInElementThatCanContainOnlyText), + e._err(t, bO.eofInElementThatCanContainOnlyText), e.openElements.pop(), (e.insertionMode = e.originalInsertionMode), e.onEof(t); })(this, e); break; - case yD.IN_TABLE_TEXT: - cP(this, e); + case WD.IN_TABLE_TEXT: + VP(this, e); break; - case yD.IN_TEMPLATE: - wP(this, e); + case WD.IN_TEMPLATE: + FP(this, e); break; - case yD.AFTER_BODY: - case yD.IN_FRAMESET: - case yD.AFTER_FRAMESET: - case yD.AFTER_AFTER_BODY: - case yD.AFTER_AFTER_FRAMESET: - OD(this, e); + case WD.AFTER_BODY: + case WD.IN_FRAMESET: + case WD.AFTER_FRAMESET: + case WD.AFTER_AFTER_BODY: + case WD.AFTER_AFTER_FRAMESET: + aP(this, e); } } onWhitespaceCharacter(e) { if ( this.skipNextNewLine && - ((this.skipNextNewLine = !1), e.chars.charCodeAt(0) === $B.LINE_FEED) + ((this.skipNextNewLine = !1), e.chars.charCodeAt(0) === uO.LINE_FEED) ) { if (1 === e.chars.length) return; e.chars = e.chars.substr(1); @@ -51459,37 +51902,37 @@ class ND { if (this.tokenizer.inForeignNode) this._insertCharacters(e); else switch (this.insertionMode) { - case yD.IN_HEAD: - case yD.IN_HEAD_NO_SCRIPT: - case yD.AFTER_HEAD: - case yD.TEXT: - case yD.IN_COLUMN_GROUP: - case yD.IN_SELECT: - case yD.IN_SELECT_IN_TABLE: - case yD.IN_FRAMESET: - case yD.AFTER_FRAMESET: + case WD.IN_HEAD: + case WD.IN_HEAD_NO_SCRIPT: + case WD.AFTER_HEAD: + case WD.TEXT: + case WD.IN_COLUMN_GROUP: + case WD.IN_SELECT: + case WD.IN_SELECT_IN_TABLE: + case WD.IN_FRAMESET: + case WD.AFTER_FRAMESET: this._insertCharacters(e); break; - case yD.IN_BODY: - case yD.IN_CAPTION: - case yD.IN_CELL: - case yD.IN_TEMPLATE: - case yD.AFTER_BODY: - case yD.AFTER_AFTER_BODY: - case yD.AFTER_AFTER_FRAMESET: - qD(this, e); + case WD.IN_BODY: + case WD.IN_CAPTION: + case WD.IN_CELL: + case WD.IN_TEMPLATE: + case WD.AFTER_BODY: + case WD.AFTER_AFTER_BODY: + case WD.AFTER_AFTER_FRAMESET: + gP(this, e); break; - case yD.IN_TABLE: - case yD.IN_TABLE_BODY: - case yD.IN_ROW: - oP(this, e); + case WD.IN_TABLE: + case WD.IN_TABLE_BODY: + case WD.IN_ROW: + yP(this, e); break; - case yD.IN_TABLE_TEXT: - CP(this, e); + case WD.IN_TABLE_TEXT: + NP(this, e); } } } -function SD(e, t) { +function XD(e, t) { let n = e.activeFormattingElements.getElementEntryInScopeWithTagName( t.tagName, ); @@ -51498,11 +51941,11 @@ function SD(e, t) { ? e.openElements.contains(n.element) ? e.openElements.hasInScope(t.tagID) || (n = null) : (e.activeFormattingElements.removeEntry(n), (n = null)) - : tP(e, t), + : bP(e, t), n ); } -function VD(e, t) { +function QD(e, t) { let n = null, r = e.openElements.stackTop; for (; r >= 0; r--) { @@ -51517,17 +51960,17 @@ function VD(e, t) { n ); } -function _D(e, t, n) { +function JD(e, t, n) { let r = t, o = e.openElements.getCommonAncestor(t); for (let a = 0, l = o; l !== n; a++, l = o) { o = e.openElements.getCommonAncestor(l); const n = e.activeFormattingElements.getElementEntry(l), - i = n && a >= HD; + i = n && a >= $D; !n || i ? (i && e.activeFormattingElements.removeEntry(n), e.openElements.remove(l)) - : ((l = AD(e, n)), + : ((l = eP(e, n)), r === t && (e.activeFormattingElements.bookmark = n), e.treeAdapter.detachNode(r), e.treeAdapter.appendChild(l, r), @@ -51535,23 +51978,23 @@ function _D(e, t, n) { } return r; } -function AD(e, t) { +function eP(e, t) { const n = e.treeAdapter.getNamespaceURI(t.element), r = e.treeAdapter.createElement(t.token.tagName, n, t.token.attrs); return e.openElements.replace(t.element, r), (t.element = r), r; } -function kD(e, t, n) { - const r = yO(e.treeAdapter.getTagName(t)); +function tP(e, t, n) { + const r = WO(e.treeAdapter.getTagName(t)); if (e._isElementCausesFosterParenting(r)) e._fosterParentElement(n); else { const o = e.treeAdapter.getNamespaceURI(t); - r === vO.TEMPLATE && - o === mO.HTML && + r === DO.TEMPLATE && + o === IO.HTML && (t = e.treeAdapter.getTemplateContent(t)), e.treeAdapter.appendChild(t, n); } } -function ID(e, t, n) { +function nP(e, t, n) { const r = e.treeAdapter.getNamespaceURI(n.element), { token: o } = n, a = e.treeAdapter.createElement(o.tagName, r, o.attrs); @@ -51562,22 +52005,22 @@ function ID(e, t, n) { e.openElements.remove(n.element), e.openElements.insertAfter(t, a, o.tagID); } -function ZD(e, t) { - for (let n = 0; n < MD; n++) { - const n = SD(e, t); +function rP(e, t) { + for (let n = 0; n < zD; n++) { + const n = XD(e, t); if (!n) break; - const r = VD(e, n); + const r = QD(e, n); if (!r) break; e.activeFormattingElements.bookmark = n; - const o = _D(e, r, n.element), + const o = JD(e, r, n.element), a = e.openElements.getCommonAncestor(n.element); - e.treeAdapter.detachNode(o), a && kD(e, a, o), ID(e, r, n); + e.treeAdapter.detachNode(o), a && tP(e, a, o), nP(e, r, n); } } -function BD(e, t) { +function oP(e, t) { e._appendCommentNode(t, e.openElements.currentTmplContentOrNode); } -function OD(e, t) { +function aP(e, t) { if (((e.stopped = !0), t.location)) { const n = e.fragmentContext ? 0 : 2; for (let r = e.openElements.stackTop; r >= n; r--) @@ -51597,320 +52040,320 @@ function OD(e, t) { } } } -function DD(e, t) { - e._err(t, tO.missingDoctype, !0), - e.treeAdapter.setDocumentMode(e.document, hO.QUIRKS), - (e.insertionMode = yD.BEFORE_HTML), +function lP(e, t) { + e._err(t, bO.missingDoctype, !0), + e.treeAdapter.setDocumentMode(e.document, BO.QUIRKS), + (e.insertionMode = WD.BEFORE_HTML), e._processToken(t); } -function PD(e, t) { +function iP(e, t) { e._insertFakeRootElement(), - (e.insertionMode = yD.BEFORE_HEAD), + (e.insertionMode = WD.BEFORE_HEAD), e._processToken(t); } -function FD(e, t) { - e._insertFakeElement(fO.HEAD, vO.HEAD), +function CP(e, t) { + e._insertFakeElement(OO.HEAD, DO.HEAD), (e.headElement = e.openElements.current), - (e.insertionMode = yD.IN_HEAD), + (e.insertionMode = WD.IN_HEAD), e._processToken(t); } -function UD(e, t) { +function sP(e, t) { switch (t.tagID) { - case vO.HTML: - eP(e, t); + case DO.HTML: + LP(e, t); break; - case vO.BASE: - case vO.BASEFONT: - case vO.BGSOUND: - case vO.LINK: - case vO.META: - e._appendElement(t, mO.HTML), (t.ackSelfClosing = !0); + case DO.BASE: + case DO.BASEFONT: + case DO.BGSOUND: + case DO.LINK: + case DO.META: + e._appendElement(t, IO.HTML), (t.ackSelfClosing = !0); break; - case vO.TITLE: - e._switchToTextParsing(t, VO.RCDATA); + case DO.TITLE: + e._switchToTextParsing(t, QO.RCDATA); break; - case vO.NOSCRIPT: + case DO.NOSCRIPT: e.options.scriptingEnabled - ? e._switchToTextParsing(t, VO.RAWTEXT) - : (e._insertElement(t, mO.HTML), - (e.insertionMode = yD.IN_HEAD_NO_SCRIPT)); + ? e._switchToTextParsing(t, QO.RAWTEXT) + : (e._insertElement(t, IO.HTML), + (e.insertionMode = WD.IN_HEAD_NO_SCRIPT)); break; - case vO.NOFRAMES: - case vO.STYLE: - e._switchToTextParsing(t, VO.RAWTEXT); + case DO.NOFRAMES: + case DO.STYLE: + e._switchToTextParsing(t, QO.RAWTEXT); break; - case vO.SCRIPT: - e._switchToTextParsing(t, VO.SCRIPT_DATA); + case DO.SCRIPT: + e._switchToTextParsing(t, QO.SCRIPT_DATA); break; - case vO.TEMPLATE: + case DO.TEMPLATE: e._insertTemplate(t), e.activeFormattingElements.insertMarker(), (e.framesetOk = !1), - (e.insertionMode = yD.IN_TEMPLATE), - e.tmplInsertionModeStack.unshift(yD.IN_TEMPLATE); + (e.insertionMode = WD.IN_TEMPLATE), + e.tmplInsertionModeStack.unshift(WD.IN_TEMPLATE); break; - case vO.HEAD: - e._err(t, tO.misplacedStartTagForHeadElement); + case DO.HEAD: + e._err(t, bO.misplacedStartTagForHeadElement); break; default: - zD(e, t); + dP(e, t); } } -function GD(e, t) { +function cP(e, t) { e.openElements.tmplCount > 0 ? (e.openElements.generateImpliedEndTagsThoroughly(), - e.openElements.currentTagId !== vO.TEMPLATE && - e._err(t, tO.closingOfElementWithOpenChildElements), - e.openElements.popUntilTagNamePopped(vO.TEMPLATE), + e.openElements.currentTagId !== DO.TEMPLATE && + e._err(t, bO.closingOfElementWithOpenChildElements), + e.openElements.popUntilTagNamePopped(DO.TEMPLATE), e.activeFormattingElements.clearToLastMarker(), e.tmplInsertionModeStack.shift(), e._resetInsertionMode()) - : e._err(t, tO.endTagWithoutMatchingOpenElement); + : e._err(t, bO.endTagWithoutMatchingOpenElement); } -function zD(e, t) { - e.openElements.pop(), (e.insertionMode = yD.AFTER_HEAD), e._processToken(t); +function dP(e, t) { + e.openElements.pop(), (e.insertionMode = WD.AFTER_HEAD), e._processToken(t); } -function $D(e, t) { +function uP(e, t) { const n = - t.type === rO.EOF - ? tO.openElementsLeftAfterEof - : tO.disallowedContentInNoscriptInHead; + t.type === HO.EOF + ? bO.openElementsLeftAfterEof + : bO.disallowedContentInNoscriptInHead; e._err(t, n), e.openElements.pop(), - (e.insertionMode = yD.IN_HEAD), + (e.insertionMode = WD.IN_HEAD), e._processToken(t); } -function WD(e, t) { - e._insertFakeElement(fO.BODY, vO.BODY), - (e.insertionMode = yD.IN_BODY), - jD(e, t); +function pP(e, t) { + e._insertFakeElement(OO.BODY, DO.BODY), + (e.insertionMode = WD.IN_BODY), + mP(e, t); } -function jD(e, t) { +function mP(e, t) { switch (t.type) { - case rO.CHARACTER: - YD(e, t); + case HO.CHARACTER: + hP(e, t); break; - case rO.WHITESPACE_CHARACTER: - qD(e, t); + case HO.WHITESPACE_CHARACTER: + gP(e, t); break; - case rO.COMMENT: - BD(e, t); + case HO.COMMENT: + oP(e, t); break; - case rO.START_TAG: - eP(e, t); + case HO.START_TAG: + LP(e, t); break; - case rO.END_TAG: - nP(e, t); + case HO.END_TAG: + MP(e, t); break; - case rO.EOF: - rP(e, t); + case HO.EOF: + HP(e, t); } } -function qD(e, t) { +function gP(e, t) { e._reconstructActiveFormattingElements(), e._insertCharacters(t); } -function YD(e, t) { +function hP(e, t) { e._reconstructActiveFormattingElements(), e._insertCharacters(t), (e.framesetOk = !1); } -function KD(e, t) { +function fP(e, t) { e._reconstructActiveFormattingElements(), - e._appendElement(t, mO.HTML), + e._appendElement(t, IO.HTML), (e.framesetOk = !1), (t.ackSelfClosing = !0); } -function XD(e) { - const t = oO(e, gO.TYPE); - return null != t && t.toLowerCase() === bD; +function vP(e) { + const t = yO(e, ZO.TYPE); + return null != t && t.toLowerCase() === GD; } -function QD(e, t) { - e._switchToTextParsing(t, VO.RAWTEXT); +function EP(e, t) { + e._switchToTextParsing(t, QO.RAWTEXT); } -function JD(e, t) { - e._reconstructActiveFormattingElements(), e._insertElement(t, mO.HTML); +function wP(e, t) { + e._reconstructActiveFormattingElements(), e._insertElement(t, IO.HTML); } -function eP(e, t) { +function LP(e, t) { switch (t.tagID) { - case vO.I: - case vO.S: - case vO.B: - case vO.U: - case vO.EM: - case vO.TT: - case vO.BIG: - case vO.CODE: - case vO.FONT: - case vO.SMALL: - case vO.STRIKE: - case vO.STRONG: + case DO.I: + case DO.S: + case DO.B: + case DO.U: + case DO.EM: + case DO.TT: + case DO.BIG: + case DO.CODE: + case DO.FONT: + case DO.SMALL: + case DO.STRIKE: + case DO.STRONG: !(function (e, t) { e._reconstructActiveFormattingElements(), - e._insertElement(t, mO.HTML), + e._insertElement(t, IO.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t); })(e, t); break; - case vO.A: + case DO.A: !(function (e, t) { const n = e.activeFormattingElements.getElementEntryInScopeWithTagName( - fO.A, + OO.A, ); n && - (ZD(e, t), + (rP(e, t), e.openElements.remove(n.element), e.activeFormattingElements.removeEntry(n)), e._reconstructActiveFormattingElements(), - e._insertElement(t, mO.HTML), + e._insertElement(t, IO.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t); })(e, t); break; - case vO.H1: - case vO.H2: - case vO.H3: - case vO.H4: - case vO.H5: - case vO.H6: + case DO.H1: + case DO.H2: + case DO.H3: + case DO.H4: + case DO.H5: + case DO.H6: !(function (e, t) { - e.openElements.hasInButtonScope(vO.P) && e._closePElement(), - TO(e.openElements.currentTagId) && e.openElements.pop(), - e._insertElement(t, mO.HTML); + e.openElements.hasInButtonScope(DO.P) && e._closePElement(), + YO(e.openElements.currentTagId) && e.openElements.pop(), + e._insertElement(t, IO.HTML); })(e, t); break; - case vO.P: - case vO.DL: - case vO.OL: - case vO.UL: - case vO.DIV: - case vO.DIR: - case vO.NAV: - case vO.MAIN: - case vO.MENU: - case vO.ASIDE: - case vO.CENTER: - case vO.FIGURE: - case vO.FOOTER: - case vO.HEADER: - case vO.HGROUP: - case vO.DIALOG: - case vO.DETAILS: - case vO.ADDRESS: - case vO.ARTICLE: - case vO.SECTION: - case vO.SUMMARY: - case vO.FIELDSET: - case vO.BLOCKQUOTE: - case vO.FIGCAPTION: + case DO.P: + case DO.DL: + case DO.OL: + case DO.UL: + case DO.DIV: + case DO.DIR: + case DO.NAV: + case DO.MAIN: + case DO.MENU: + case DO.ASIDE: + case DO.CENTER: + case DO.FIGURE: + case DO.FOOTER: + case DO.HEADER: + case DO.HGROUP: + case DO.DIALOG: + case DO.DETAILS: + case DO.ADDRESS: + case DO.ARTICLE: + case DO.SECTION: + case DO.SUMMARY: + case DO.FIELDSET: + case DO.BLOCKQUOTE: + case DO.FIGCAPTION: !(function (e, t) { - e.openElements.hasInButtonScope(vO.P) && e._closePElement(), - e._insertElement(t, mO.HTML); + e.openElements.hasInButtonScope(DO.P) && e._closePElement(), + e._insertElement(t, IO.HTML); })(e, t); break; - case vO.LI: - case vO.DD: - case vO.DT: + case DO.LI: + case DO.DD: + case DO.DT: !(function (e, t) { e.framesetOk = !1; const n = t.tagID; for (let t = e.openElements.stackTop; t >= 0; t--) { const r = e.openElements.tagIDs[t]; if ( - (n === vO.LI && r === vO.LI) || - ((n === vO.DD || n === vO.DT) && (r === vO.DD || r === vO.DT)) + (n === DO.LI && r === DO.LI) || + ((n === DO.DD || n === DO.DT) && (r === DO.DD || r === DO.DT)) ) { e.openElements.generateImpliedEndTagsWithExclusion(r), e.openElements.popUntilTagNamePopped(r); break; } if ( - r !== vO.ADDRESS && - r !== vO.DIV && - r !== vO.P && + r !== DO.ADDRESS && + r !== DO.DIV && + r !== DO.P && e._isSpecialElement(e.openElements.items[t], r) ) break; } - e.openElements.hasInButtonScope(vO.P) && e._closePElement(), - e._insertElement(t, mO.HTML); + e.openElements.hasInButtonScope(DO.P) && e._closePElement(), + e._insertElement(t, IO.HTML); })(e, t); break; - case vO.BR: - case vO.IMG: - case vO.WBR: - case vO.AREA: - case vO.EMBED: - case vO.KEYGEN: - KD(e, t); + case DO.BR: + case DO.IMG: + case DO.WBR: + case DO.AREA: + case DO.EMBED: + case DO.KEYGEN: + fP(e, t); break; - case vO.HR: + case DO.HR: !(function (e, t) { - e.openElements.hasInButtonScope(vO.P) && e._closePElement(), - e._appendElement(t, mO.HTML), + e.openElements.hasInButtonScope(DO.P) && e._closePElement(), + e._appendElement(t, IO.HTML), (e.framesetOk = !1), (t.ackSelfClosing = !0); })(e, t); break; - case vO.RB: - case vO.RTC: + case DO.RB: + case DO.RTC: !(function (e, t) { - e.openElements.hasInScope(vO.RUBY) && + e.openElements.hasInScope(DO.RUBY) && e.openElements.generateImpliedEndTags(), - e._insertElement(t, mO.HTML); + e._insertElement(t, IO.HTML); })(e, t); break; - case vO.RT: - case vO.RP: + case DO.RT: + case DO.RP: !(function (e, t) { - e.openElements.hasInScope(vO.RUBY) && - e.openElements.generateImpliedEndTagsWithExclusion(vO.RTC), - e._insertElement(t, mO.HTML); + e.openElements.hasInScope(DO.RUBY) && + e.openElements.generateImpliedEndTagsWithExclusion(DO.RTC), + e._insertElement(t, IO.HTML); })(e, t); break; - case vO.PRE: - case vO.LISTING: + case DO.PRE: + case DO.LISTING: !(function (e, t) { - e.openElements.hasInButtonScope(vO.P) && e._closePElement(), - e._insertElement(t, mO.HTML), + e.openElements.hasInButtonScope(DO.P) && e._closePElement(), + e._insertElement(t, IO.HTML), (e.skipNextNewLine = !0), (e.framesetOk = !1); })(e, t); break; - case vO.XMP: + case DO.XMP: !(function (e, t) { - e.openElements.hasInButtonScope(vO.P) && e._closePElement(), + e.openElements.hasInButtonScope(DO.P) && e._closePElement(), e._reconstructActiveFormattingElements(), (e.framesetOk = !1), - e._switchToTextParsing(t, VO.RAWTEXT); + e._switchToTextParsing(t, QO.RAWTEXT); })(e, t); break; - case vO.SVG: + case DO.SVG: !(function (e, t) { e._reconstructActiveFormattingElements(), - ED(t), - wD(t), + PD(t), + FD(t), t.selfClosing - ? e._appendElement(t, mO.SVG) - : e._insertElement(t, mO.SVG), + ? e._appendElement(t, IO.SVG) + : e._insertElement(t, IO.SVG), (t.ackSelfClosing = !0); })(e, t); break; - case vO.HTML: + case DO.HTML: !(function (e, t) { 0 === e.openElements.tmplCount && e.treeAdapter.adoptAttributes(e.openElements.items[0], t.attrs); })(e, t); break; - case vO.BASE: - case vO.LINK: - case vO.META: - case vO.STYLE: - case vO.TITLE: - case vO.SCRIPT: - case vO.BGSOUND: - case vO.BASEFONT: - case vO.TEMPLATE: - UD(e, t); + case DO.BASE: + case DO.LINK: + case DO.META: + case DO.STYLE: + case DO.TITLE: + case DO.SCRIPT: + case DO.BGSOUND: + case DO.BASEFONT: + case DO.TEMPLATE: + sP(e, t); break; - case vO.BODY: + case DO.BODY: !(function (e, t) { const n = e.openElements.tryPeekProperlyNestedBodyElement(); n && @@ -51918,170 +52361,170 @@ function eP(e, t) { ((e.framesetOk = !1), e.treeAdapter.adoptAttributes(n, t.attrs)); })(e, t); break; - case vO.FORM: + case DO.FORM: !(function (e, t) { const n = e.openElements.tmplCount > 0; (e.formElement && !n) || - (e.openElements.hasInButtonScope(vO.P) && e._closePElement(), - e._insertElement(t, mO.HTML), + (e.openElements.hasInButtonScope(DO.P) && e._closePElement(), + e._insertElement(t, IO.HTML), n || (e.formElement = e.openElements.current)); })(e, t); break; - case vO.NOBR: + case DO.NOBR: !(function (e, t) { e._reconstructActiveFormattingElements(), - e.openElements.hasInScope(vO.NOBR) && - (ZD(e, t), e._reconstructActiveFormattingElements()), - e._insertElement(t, mO.HTML), + e.openElements.hasInScope(DO.NOBR) && + (rP(e, t), e._reconstructActiveFormattingElements()), + e._insertElement(t, IO.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t); })(e, t); break; - case vO.MATH: + case DO.MATH: !(function (e, t) { e._reconstructActiveFormattingElements(), - vD(t), - wD(t), + DD(t), + FD(t), t.selfClosing - ? e._appendElement(t, mO.MATHML) - : e._insertElement(t, mO.MATHML), + ? e._appendElement(t, IO.MATHML) + : e._insertElement(t, IO.MATHML), (t.ackSelfClosing = !0); })(e, t); break; - case vO.TABLE: + case DO.TABLE: !(function (e, t) { - e.treeAdapter.getDocumentMode(e.document) !== hO.QUIRKS && - e.openElements.hasInButtonScope(vO.P) && + e.treeAdapter.getDocumentMode(e.document) !== BO.QUIRKS && + e.openElements.hasInButtonScope(DO.P) && e._closePElement(), - e._insertElement(t, mO.HTML), + e._insertElement(t, IO.HTML), (e.framesetOk = !1), - (e.insertionMode = yD.IN_TABLE); + (e.insertionMode = WD.IN_TABLE); })(e, t); break; - case vO.INPUT: + case DO.INPUT: !(function (e, t) { e._reconstructActiveFormattingElements(), - e._appendElement(t, mO.HTML), - XD(t) || (e.framesetOk = !1), + e._appendElement(t, IO.HTML), + vP(t) || (e.framesetOk = !1), (t.ackSelfClosing = !0); })(e, t); break; - case vO.PARAM: - case vO.TRACK: - case vO.SOURCE: + case DO.PARAM: + case DO.TRACK: + case DO.SOURCE: !(function (e, t) { - e._appendElement(t, mO.HTML), (t.ackSelfClosing = !0); + e._appendElement(t, IO.HTML), (t.ackSelfClosing = !0); })(e, t); break; - case vO.IMAGE: + case DO.IMAGE: !(function (e, t) { - (t.tagName = fO.IMG), (t.tagID = vO.IMG), KD(e, t); + (t.tagName = OO.IMG), (t.tagID = DO.IMG), fP(e, t); })(e, t); break; - case vO.BUTTON: + case DO.BUTTON: !(function (e, t) { - e.openElements.hasInScope(vO.BUTTON) && + e.openElements.hasInScope(DO.BUTTON) && (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(vO.BUTTON)), + e.openElements.popUntilTagNamePopped(DO.BUTTON)), e._reconstructActiveFormattingElements(), - e._insertElement(t, mO.HTML), + e._insertElement(t, IO.HTML), (e.framesetOk = !1); })(e, t); break; - case vO.APPLET: - case vO.OBJECT: - case vO.MARQUEE: + case DO.APPLET: + case DO.OBJECT: + case DO.MARQUEE: !(function (e, t) { e._reconstructActiveFormattingElements(), - e._insertElement(t, mO.HTML), + e._insertElement(t, IO.HTML), e.activeFormattingElements.insertMarker(), (e.framesetOk = !1); })(e, t); break; - case vO.IFRAME: + case DO.IFRAME: !(function (e, t) { - (e.framesetOk = !1), e._switchToTextParsing(t, VO.RAWTEXT); + (e.framesetOk = !1), e._switchToTextParsing(t, QO.RAWTEXT); })(e, t); break; - case vO.SELECT: + case DO.SELECT: !(function (e, t) { e._reconstructActiveFormattingElements(), - e._insertElement(t, mO.HTML), + e._insertElement(t, IO.HTML), (e.framesetOk = !1), (e.insertionMode = - e.insertionMode === yD.IN_TABLE || - e.insertionMode === yD.IN_CAPTION || - e.insertionMode === yD.IN_TABLE_BODY || - e.insertionMode === yD.IN_ROW || - e.insertionMode === yD.IN_CELL - ? yD.IN_SELECT_IN_TABLE - : yD.IN_SELECT); + e.insertionMode === WD.IN_TABLE || + e.insertionMode === WD.IN_CAPTION || + e.insertionMode === WD.IN_TABLE_BODY || + e.insertionMode === WD.IN_ROW || + e.insertionMode === WD.IN_CELL + ? WD.IN_SELECT_IN_TABLE + : WD.IN_SELECT); })(e, t); break; - case vO.OPTION: - case vO.OPTGROUP: + case DO.OPTION: + case DO.OPTGROUP: !(function (e, t) { - e.openElements.currentTagId === vO.OPTION && e.openElements.pop(), + e.openElements.currentTagId === DO.OPTION && e.openElements.pop(), e._reconstructActiveFormattingElements(), - e._insertElement(t, mO.HTML); + e._insertElement(t, IO.HTML); })(e, t); break; - case vO.NOEMBED: - QD(e, t); + case DO.NOEMBED: + EP(e, t); break; - case vO.FRAMESET: + case DO.FRAMESET: !(function (e, t) { const n = e.openElements.tryPeekProperlyNestedBodyElement(); e.framesetOk && n && (e.treeAdapter.detachNode(n), e.openElements.popAllUpToHtmlElement(), - e._insertElement(t, mO.HTML), - (e.insertionMode = yD.IN_FRAMESET)); + e._insertElement(t, IO.HTML), + (e.insertionMode = WD.IN_FRAMESET)); })(e, t); break; - case vO.TEXTAREA: + case DO.TEXTAREA: !(function (e, t) { - e._insertElement(t, mO.HTML), + e._insertElement(t, IO.HTML), (e.skipNextNewLine = !0), - (e.tokenizer.state = VO.RCDATA), + (e.tokenizer.state = QO.RCDATA), (e.originalInsertionMode = e.insertionMode), (e.framesetOk = !1), - (e.insertionMode = yD.TEXT); + (e.insertionMode = WD.TEXT); })(e, t); break; - case vO.NOSCRIPT: - e.options.scriptingEnabled ? QD(e, t) : JD(e, t); + case DO.NOSCRIPT: + e.options.scriptingEnabled ? EP(e, t) : wP(e, t); break; - case vO.PLAINTEXT: + case DO.PLAINTEXT: !(function (e, t) { - e.openElements.hasInButtonScope(vO.P) && e._closePElement(), - e._insertElement(t, mO.HTML), - (e.tokenizer.state = VO.PLAINTEXT); + e.openElements.hasInButtonScope(DO.P) && e._closePElement(), + e._insertElement(t, IO.HTML), + (e.tokenizer.state = QO.PLAINTEXT); })(e, t); break; - case vO.COL: - case vO.TH: - case vO.TD: - case vO.TR: - case vO.HEAD: - case vO.FRAME: - case vO.TBODY: - case vO.TFOOT: - case vO.THEAD: - case vO.CAPTION: - case vO.COLGROUP: + case DO.COL: + case DO.TH: + case DO.TD: + case DO.TR: + case DO.HEAD: + case DO.FRAME: + case DO.TBODY: + case DO.TFOOT: + case DO.THEAD: + case DO.CAPTION: + case DO.COLGROUP: break; default: - JD(e, t); + wP(e, t); } } -function tP(e, t) { +function bP(e, t) { const n = t.tagName, r = t.tagID; for (let t = e.openElements.stackTop; t > 0; t--) { const o = e.openElements.items[t], a = e.openElements.tagIDs[t]; - if (r === a && (r !== vO.UNKNOWN || e.treeAdapter.getTagName(o) === n)) { + if (r === a && (r !== DO.UNKNOWN || e.treeAdapter.getTagName(o) === n)) { e.openElements.generateImpliedEndTagsWithExclusion(r), e.openElements.stackTop >= t && e.openElements.shortenToLength(t); break; @@ -52089,57 +52532,57 @@ function tP(e, t) { if (e._isSpecialElement(o, a)) break; } } -function nP(e, t) { +function MP(e, t) { switch (t.tagID) { - case vO.A: - case vO.B: - case vO.I: - case vO.S: - case vO.U: - case vO.EM: - case vO.TT: - case vO.BIG: - case vO.CODE: - case vO.FONT: - case vO.NOBR: - case vO.SMALL: - case vO.STRIKE: - case vO.STRONG: - ZD(e, t); + case DO.A: + case DO.B: + case DO.I: + case DO.S: + case DO.U: + case DO.EM: + case DO.TT: + case DO.BIG: + case DO.CODE: + case DO.FONT: + case DO.NOBR: + case DO.SMALL: + case DO.STRIKE: + case DO.STRONG: + rP(e, t); break; - case vO.P: + case DO.P: !(function (e) { - e.openElements.hasInButtonScope(vO.P) || - e._insertFakeElement(fO.P, vO.P), + e.openElements.hasInButtonScope(DO.P) || + e._insertFakeElement(OO.P, DO.P), e._closePElement(); })(e); break; - case vO.DL: - case vO.UL: - case vO.OL: - case vO.DIR: - case vO.DIV: - case vO.NAV: - case vO.PRE: - case vO.MAIN: - case vO.MENU: - case vO.ASIDE: - case vO.BUTTON: - case vO.CENTER: - case vO.FIGURE: - case vO.FOOTER: - case vO.HEADER: - case vO.HGROUP: - case vO.DIALOG: - case vO.ADDRESS: - case vO.ARTICLE: - case vO.DETAILS: - case vO.SECTION: - case vO.SUMMARY: - case vO.LISTING: - case vO.FIELDSET: - case vO.BLOCKQUOTE: - case vO.FIGCAPTION: + case DO.DL: + case DO.UL: + case DO.OL: + case DO.DIR: + case DO.DIV: + case DO.NAV: + case DO.PRE: + case DO.MAIN: + case DO.MENU: + case DO.ASIDE: + case DO.BUTTON: + case DO.CENTER: + case DO.FIGURE: + case DO.FOOTER: + case DO.HEADER: + case DO.HGROUP: + case DO.DIALOG: + case DO.ADDRESS: + case DO.ARTICLE: + case DO.DETAILS: + case DO.SECTION: + case DO.SUMMARY: + case DO.LISTING: + case DO.FIELDSET: + case DO.BLOCKQUOTE: + case DO.FIGCAPTION: !(function (e, t) { const n = t.tagID; e.openElements.hasInScope(n) && @@ -52147,15 +52590,15 @@ function nP(e, t) { e.openElements.popUntilTagNamePopped(n)); })(e, t); break; - case vO.LI: + case DO.LI: !(function (e) { - e.openElements.hasInListItemScope(vO.LI) && - (e.openElements.generateImpliedEndTagsWithExclusion(vO.LI), - e.openElements.popUntilTagNamePopped(vO.LI)); + e.openElements.hasInListItemScope(DO.LI) && + (e.openElements.generateImpliedEndTagsWithExclusion(DO.LI), + e.openElements.popUntilTagNamePopped(DO.LI)); })(e); break; - case vO.DD: - case vO.DT: + case DO.DD: + case DO.DT: !(function (e, t) { const n = t.tagID; e.openElements.hasInScope(n) && @@ -52163,59 +52606,59 @@ function nP(e, t) { e.openElements.popUntilTagNamePopped(n)); })(e, t); break; - case vO.H1: - case vO.H2: - case vO.H3: - case vO.H4: - case vO.H5: - case vO.H6: + case DO.H1: + case DO.H2: + case DO.H3: + case DO.H4: + case DO.H5: + case DO.H6: !(function (e) { e.openElements.hasNumberedHeaderInScope() && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilNumberedHeaderPopped()); })(e); break; - case vO.BR: + case DO.BR: !(function (e) { e._reconstructActiveFormattingElements(), - e._insertFakeElement(fO.BR, vO.BR), + e._insertFakeElement(OO.BR, DO.BR), e.openElements.pop(), (e.framesetOk = !1); })(e); break; - case vO.BODY: + case DO.BODY: !(function (e, t) { if ( - e.openElements.hasInScope(vO.BODY) && - ((e.insertionMode = yD.AFTER_BODY), e.options.sourceCodeLocationInfo) + e.openElements.hasInScope(DO.BODY) && + ((e.insertionMode = WD.AFTER_BODY), e.options.sourceCodeLocationInfo) ) { const n = e.openElements.tryPeekProperlyNestedBodyElement(); n && e._setEndLocation(n, t); } })(e, t); break; - case vO.HTML: + case DO.HTML: !(function (e, t) { - e.openElements.hasInScope(vO.BODY) && - ((e.insertionMode = yD.AFTER_BODY), LP(e, t)); + e.openElements.hasInScope(DO.BODY) && + ((e.insertionMode = WD.AFTER_BODY), UP(e, t)); })(e, t); break; - case vO.FORM: + case DO.FORM: !(function (e) { const t = e.openElements.tmplCount > 0, { formElement: n } = e; t || (e.formElement = null), (n || t) && - e.openElements.hasInScope(vO.FORM) && + e.openElements.hasInScope(DO.FORM) && (e.openElements.generateImpliedEndTags(), t - ? e.openElements.popUntilTagNamePopped(vO.FORM) + ? e.openElements.popUntilTagNamePopped(DO.FORM) : n && e.openElements.remove(n)); })(e); break; - case vO.APPLET: - case vO.OBJECT: - case vO.MARQUEE: + case DO.APPLET: + case DO.OBJECT: + case DO.MARQUEE: !(function (e, t) { const n = t.tagID; e.openElements.hasInScope(n) && @@ -52224,374 +52667,374 @@ function nP(e, t) { e.activeFormattingElements.clearToLastMarker()); })(e, t); break; - case vO.TEMPLATE: - GD(e, t); + case DO.TEMPLATE: + cP(e, t); break; default: - tP(e, t); + bP(e, t); } } -function rP(e, t) { - e.tmplInsertionModeStack.length > 0 ? wP(e, t) : OD(e, t); +function HP(e, t) { + e.tmplInsertionModeStack.length > 0 ? FP(e, t) : aP(e, t); } -function oP(e, t) { - if (xD.has(e.openElements.currentTagId)) +function yP(e, t) { + if (qD.has(e.openElements.currentTagId)) switch ( ((e.pendingCharacterTokens.length = 0), (e.hasNonWhitespacePendingCharacterToken = !1), (e.originalInsertionMode = e.insertionMode), - (e.insertionMode = yD.IN_TABLE_TEXT), + (e.insertionMode = WD.IN_TABLE_TEXT), t.type) ) { - case rO.CHARACTER: - sP(e, t); + case HO.CHARACTER: + SP(e, t); break; - case rO.WHITESPACE_CHARACTER: - CP(e, t); + case HO.WHITESPACE_CHARACTER: + NP(e, t); } - else iP(e, t); + else TP(e, t); } -function aP(e, t) { +function RP(e, t) { switch (t.tagID) { - case vO.TD: - case vO.TH: - case vO.TR: + case DO.TD: + case DO.TH: + case DO.TR: !(function (e, t) { e.openElements.clearBackToTableContext(), - e._insertFakeElement(fO.TBODY, vO.TBODY), - (e.insertionMode = yD.IN_TABLE_BODY), - mP(e, t); + e._insertFakeElement(OO.TBODY, DO.TBODY), + (e.insertionMode = WD.IN_TABLE_BODY), + IP(e, t); })(e, t); break; - case vO.STYLE: - case vO.SCRIPT: - case vO.TEMPLATE: - UD(e, t); + case DO.STYLE: + case DO.SCRIPT: + case DO.TEMPLATE: + sP(e, t); break; - case vO.COL: + case DO.COL: !(function (e, t) { e.openElements.clearBackToTableContext(), - e._insertFakeElement(fO.COLGROUP, vO.COLGROUP), - (e.insertionMode = yD.IN_COLUMN_GROUP), - uP(e, t); + e._insertFakeElement(OO.COLGROUP, DO.COLGROUP), + (e.insertionMode = WD.IN_COLUMN_GROUP), + AP(e, t); })(e, t); break; - case vO.FORM: + case DO.FORM: !(function (e, t) { e.formElement || 0 !== e.openElements.tmplCount || - (e._insertElement(t, mO.HTML), + (e._insertElement(t, IO.HTML), (e.formElement = e.openElements.current), e.openElements.pop()); })(e, t); break; - case vO.TABLE: + case DO.TABLE: !(function (e, t) { - e.openElements.hasInTableScope(vO.TABLE) && - (e.openElements.popUntilTagNamePopped(vO.TABLE), + e.openElements.hasInTableScope(DO.TABLE) && + (e.openElements.popUntilTagNamePopped(DO.TABLE), e._resetInsertionMode(), e._processStartTag(t)); })(e, t); break; - case vO.TBODY: - case vO.TFOOT: - case vO.THEAD: + case DO.TBODY: + case DO.TFOOT: + case DO.THEAD: !(function (e, t) { e.openElements.clearBackToTableContext(), - e._insertElement(t, mO.HTML), - (e.insertionMode = yD.IN_TABLE_BODY); + e._insertElement(t, IO.HTML), + (e.insertionMode = WD.IN_TABLE_BODY); })(e, t); break; - case vO.INPUT: + case DO.INPUT: !(function (e, t) { - XD(t) ? e._appendElement(t, mO.HTML) : iP(e, t), + vP(t) ? e._appendElement(t, IO.HTML) : TP(e, t), (t.ackSelfClosing = !0); })(e, t); break; - case vO.CAPTION: + case DO.CAPTION: !(function (e, t) { e.openElements.clearBackToTableContext(), e.activeFormattingElements.insertMarker(), - e._insertElement(t, mO.HTML), - (e.insertionMode = yD.IN_CAPTION); + e._insertElement(t, IO.HTML), + (e.insertionMode = WD.IN_CAPTION); })(e, t); break; - case vO.COLGROUP: + case DO.COLGROUP: !(function (e, t) { e.openElements.clearBackToTableContext(), - e._insertElement(t, mO.HTML), - (e.insertionMode = yD.IN_COLUMN_GROUP); + e._insertElement(t, IO.HTML), + (e.insertionMode = WD.IN_COLUMN_GROUP); })(e, t); break; default: - iP(e, t); + TP(e, t); } } -function lP(e, t) { +function xP(e, t) { switch (t.tagID) { - case vO.TABLE: - e.openElements.hasInTableScope(vO.TABLE) && - (e.openElements.popUntilTagNamePopped(vO.TABLE), + case DO.TABLE: + e.openElements.hasInTableScope(DO.TABLE) && + (e.openElements.popUntilTagNamePopped(DO.TABLE), e._resetInsertionMode()); break; - case vO.TEMPLATE: - GD(e, t); + case DO.TEMPLATE: + cP(e, t); break; - case vO.BODY: - case vO.CAPTION: - case vO.COL: - case vO.COLGROUP: - case vO.HTML: - case vO.TBODY: - case vO.TD: - case vO.TFOOT: - case vO.TH: - case vO.THEAD: - case vO.TR: + case DO.BODY: + case DO.CAPTION: + case DO.COL: + case DO.COLGROUP: + case DO.HTML: + case DO.TBODY: + case DO.TD: + case DO.TFOOT: + case DO.TH: + case DO.THEAD: + case DO.TR: break; default: - iP(e, t); + TP(e, t); } } -function iP(e, t) { +function TP(e, t) { const n = e.fosterParentingEnabled; - (e.fosterParentingEnabled = !0), jD(e, t), (e.fosterParentingEnabled = n); + (e.fosterParentingEnabled = !0), mP(e, t), (e.fosterParentingEnabled = n); } -function CP(e, t) { +function NP(e, t) { e.pendingCharacterTokens.push(t); } -function sP(e, t) { +function SP(e, t) { e.pendingCharacterTokens.push(t), (e.hasNonWhitespacePendingCharacterToken = !0); } -function cP(e, t) { +function VP(e, t) { let n = 0; if (e.hasNonWhitespacePendingCharacterToken) for (; n < e.pendingCharacterTokens.length; n++) - iP(e, e.pendingCharacterTokens[n]); + TP(e, e.pendingCharacterTokens[n]); else for (; n < e.pendingCharacterTokens.length; n++) e._insertCharacters(e.pendingCharacterTokens[n]); (e.insertionMode = e.originalInsertionMode), e._processToken(t); } -const dP = new Set([ - vO.CAPTION, - vO.COL, - vO.COLGROUP, - vO.TBODY, - vO.TD, - vO.TFOOT, - vO.TH, - vO.THEAD, - vO.TR, +const _P = new Set([ + DO.CAPTION, + DO.COL, + DO.COLGROUP, + DO.TBODY, + DO.TD, + DO.TFOOT, + DO.TH, + DO.THEAD, + DO.TR, ]); -function uP(e, t) { +function AP(e, t) { switch (t.tagID) { - case vO.HTML: - eP(e, t); + case DO.HTML: + LP(e, t); break; - case vO.COL: - e._appendElement(t, mO.HTML), (t.ackSelfClosing = !0); + case DO.COL: + e._appendElement(t, IO.HTML), (t.ackSelfClosing = !0); break; - case vO.TEMPLATE: - UD(e, t); + case DO.TEMPLATE: + sP(e, t); break; default: - pP(e, t); + kP(e, t); } } -function pP(e, t) { - e.openElements.currentTagId === vO.COLGROUP && - (e.openElements.pop(), (e.insertionMode = yD.IN_TABLE), e._processToken(t)); +function kP(e, t) { + e.openElements.currentTagId === DO.COLGROUP && + (e.openElements.pop(), (e.insertionMode = WD.IN_TABLE), e._processToken(t)); } -function mP(e, t) { +function IP(e, t) { switch (t.tagID) { - case vO.TR: + case DO.TR: e.openElements.clearBackToTableBodyContext(), - e._insertElement(t, mO.HTML), - (e.insertionMode = yD.IN_ROW); + e._insertElement(t, IO.HTML), + (e.insertionMode = WD.IN_ROW); break; - case vO.TH: - case vO.TD: + case DO.TH: + case DO.TD: e.openElements.clearBackToTableBodyContext(), - e._insertFakeElement(fO.TR, vO.TR), - (e.insertionMode = yD.IN_ROW), - hP(e, t); + e._insertFakeElement(OO.TR, DO.TR), + (e.insertionMode = WD.IN_ROW), + BP(e, t); break; - case vO.CAPTION: - case vO.COL: - case vO.COLGROUP: - case vO.TBODY: - case vO.TFOOT: - case vO.THEAD: + case DO.CAPTION: + case DO.COL: + case DO.COLGROUP: + case DO.TBODY: + case DO.TFOOT: + case DO.THEAD: e.openElements.hasTableBodyContextInTableScope() && (e.openElements.clearBackToTableBodyContext(), e.openElements.pop(), - (e.insertionMode = yD.IN_TABLE), - aP(e, t)); + (e.insertionMode = WD.IN_TABLE), + RP(e, t)); break; default: - aP(e, t); + RP(e, t); } } -function gP(e, t) { +function ZP(e, t) { const n = t.tagID; switch (t.tagID) { - case vO.TBODY: - case vO.TFOOT: - case vO.THEAD: + case DO.TBODY: + case DO.TFOOT: + case DO.THEAD: e.openElements.hasInTableScope(n) && (e.openElements.clearBackToTableBodyContext(), e.openElements.pop(), - (e.insertionMode = yD.IN_TABLE)); + (e.insertionMode = WD.IN_TABLE)); break; - case vO.TABLE: + case DO.TABLE: e.openElements.hasTableBodyContextInTableScope() && (e.openElements.clearBackToTableBodyContext(), e.openElements.pop(), - (e.insertionMode = yD.IN_TABLE), - lP(e, t)); + (e.insertionMode = WD.IN_TABLE), + xP(e, t)); break; - case vO.BODY: - case vO.CAPTION: - case vO.COL: - case vO.COLGROUP: - case vO.HTML: - case vO.TD: - case vO.TH: - case vO.TR: + case DO.BODY: + case DO.CAPTION: + case DO.COL: + case DO.COLGROUP: + case DO.HTML: + case DO.TD: + case DO.TH: + case DO.TR: break; default: - lP(e, t); + xP(e, t); } } -function hP(e, t) { +function BP(e, t) { switch (t.tagID) { - case vO.TH: - case vO.TD: + case DO.TH: + case DO.TD: e.openElements.clearBackToTableRowContext(), - e._insertElement(t, mO.HTML), - (e.insertionMode = yD.IN_CELL), + e._insertElement(t, IO.HTML), + (e.insertionMode = WD.IN_CELL), e.activeFormattingElements.insertMarker(); break; - case vO.CAPTION: - case vO.COL: - case vO.COLGROUP: - case vO.TBODY: - case vO.TFOOT: - case vO.THEAD: - case vO.TR: - e.openElements.hasInTableScope(vO.TR) && + case DO.CAPTION: + case DO.COL: + case DO.COLGROUP: + case DO.TBODY: + case DO.TFOOT: + case DO.THEAD: + case DO.TR: + e.openElements.hasInTableScope(DO.TR) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), - (e.insertionMode = yD.IN_TABLE_BODY), - mP(e, t)); + (e.insertionMode = WD.IN_TABLE_BODY), + IP(e, t)); break; default: - aP(e, t); + RP(e, t); } } -function fP(e, t) { +function OP(e, t) { switch (t.tagID) { - case vO.TR: - e.openElements.hasInTableScope(vO.TR) && + case DO.TR: + e.openElements.hasInTableScope(DO.TR) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), - (e.insertionMode = yD.IN_TABLE_BODY)); + (e.insertionMode = WD.IN_TABLE_BODY)); break; - case vO.TABLE: - e.openElements.hasInTableScope(vO.TR) && + case DO.TABLE: + e.openElements.hasInTableScope(DO.TR) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), - (e.insertionMode = yD.IN_TABLE_BODY), - gP(e, t)); + (e.insertionMode = WD.IN_TABLE_BODY), + ZP(e, t)); break; - case vO.TBODY: - case vO.TFOOT: - case vO.THEAD: + case DO.TBODY: + case DO.TFOOT: + case DO.THEAD: (e.openElements.hasInTableScope(t.tagID) || - e.openElements.hasInTableScope(vO.TR)) && + e.openElements.hasInTableScope(DO.TR)) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), - (e.insertionMode = yD.IN_TABLE_BODY), - gP(e, t)); + (e.insertionMode = WD.IN_TABLE_BODY), + ZP(e, t)); break; - case vO.BODY: - case vO.CAPTION: - case vO.COL: - case vO.COLGROUP: - case vO.HTML: - case vO.TD: - case vO.TH: + case DO.BODY: + case DO.CAPTION: + case DO.COL: + case DO.COLGROUP: + case DO.HTML: + case DO.TD: + case DO.TH: break; default: - lP(e, t); + xP(e, t); } } -function vP(e, t) { +function DP(e, t) { switch (t.tagID) { - case vO.HTML: - eP(e, t); + case DO.HTML: + LP(e, t); break; - case vO.OPTION: - e.openElements.currentTagId === vO.OPTION && e.openElements.pop(), - e._insertElement(t, mO.HTML); + case DO.OPTION: + e.openElements.currentTagId === DO.OPTION && e.openElements.pop(), + e._insertElement(t, IO.HTML); break; - case vO.OPTGROUP: - e.openElements.currentTagId === vO.OPTION && e.openElements.pop(), - e.openElements.currentTagId === vO.OPTGROUP && e.openElements.pop(), - e._insertElement(t, mO.HTML); + case DO.OPTGROUP: + e.openElements.currentTagId === DO.OPTION && e.openElements.pop(), + e.openElements.currentTagId === DO.OPTGROUP && e.openElements.pop(), + e._insertElement(t, IO.HTML); break; - case vO.INPUT: - case vO.KEYGEN: - case vO.TEXTAREA: - case vO.SELECT: - e.openElements.hasInSelectScope(vO.SELECT) && - (e.openElements.popUntilTagNamePopped(vO.SELECT), + case DO.INPUT: + case DO.KEYGEN: + case DO.TEXTAREA: + case DO.SELECT: + e.openElements.hasInSelectScope(DO.SELECT) && + (e.openElements.popUntilTagNamePopped(DO.SELECT), e._resetInsertionMode(), - t.tagID !== vO.SELECT && e._processStartTag(t)); + t.tagID !== DO.SELECT && e._processStartTag(t)); break; - case vO.SCRIPT: - case vO.TEMPLATE: - UD(e, t); + case DO.SCRIPT: + case DO.TEMPLATE: + sP(e, t); } } -function EP(e, t) { +function PP(e, t) { switch (t.tagID) { - case vO.OPTGROUP: + case DO.OPTGROUP: e.openElements.stackTop > 0 && - e.openElements.currentTagId === vO.OPTION && - e.openElements.tagIDs[e.openElements.stackTop - 1] === vO.OPTGROUP && + e.openElements.currentTagId === DO.OPTION && + e.openElements.tagIDs[e.openElements.stackTop - 1] === DO.OPTGROUP && e.openElements.pop(), - e.openElements.currentTagId === vO.OPTGROUP && e.openElements.pop(); + e.openElements.currentTagId === DO.OPTGROUP && e.openElements.pop(); break; - case vO.OPTION: - e.openElements.currentTagId === vO.OPTION && e.openElements.pop(); + case DO.OPTION: + e.openElements.currentTagId === DO.OPTION && e.openElements.pop(); break; - case vO.SELECT: - e.openElements.hasInSelectScope(vO.SELECT) && - (e.openElements.popUntilTagNamePopped(vO.SELECT), + case DO.SELECT: + e.openElements.hasInSelectScope(DO.SELECT) && + (e.openElements.popUntilTagNamePopped(DO.SELECT), e._resetInsertionMode()); break; - case vO.TEMPLATE: - GD(e, t); + case DO.TEMPLATE: + cP(e, t); } } -function wP(e, t) { +function FP(e, t) { e.openElements.tmplCount > 0 - ? (e.openElements.popUntilTagNamePopped(vO.TEMPLATE), + ? (e.openElements.popUntilTagNamePopped(DO.TEMPLATE), e.activeFormattingElements.clearToLastMarker(), e.tmplInsertionModeStack.shift(), e._resetInsertionMode(), e.onEof(t)) - : OD(e, t); + : aP(e, t); } -function LP(e, t) { +function UP(e, t) { var n; - if (t.tagID === vO.HTML) { + if (t.tagID === DO.HTML) { if ( - (e.fragmentContext || (e.insertionMode = yD.AFTER_AFTER_BODY), - e.options.sourceCodeLocationInfo && e.openElements.tagIDs[0] === vO.HTML) + (e.fragmentContext || (e.insertionMode = WD.AFTER_AFTER_BODY), + e.options.sourceCodeLocationInfo && e.openElements.tagIDs[0] === DO.HTML) ) { e._setEndLocation(e.openElements.items[0], t); const r = e.openElements.items[1]; @@ -52602,61 +53045,61 @@ function LP(e, t) { : n.endTag) && e._setEndLocation(r, t); } - } else bP(e, t); + } else GP(e, t); } -function bP(e, t) { - (e.insertionMode = yD.IN_BODY), jD(e, t); +function GP(e, t) { + (e.insertionMode = WD.IN_BODY), mP(e, t); } -function MP(e, t) { - (e.insertionMode = yD.IN_BODY), jD(e, t); +function zP(e, t) { + (e.insertionMode = WD.IN_BODY), mP(e, t); } -function HP(e) { +function $P(e) { for ( ; - e.treeAdapter.getNamespaceURI(e.openElements.current) !== mO.HTML && + e.treeAdapter.getNamespaceURI(e.openElements.current) !== IO.HTML && !e._isIntegrationPoint(e.openElements.currentTagId, e.openElements.current); ) e.openElements.pop(); } -function yP(e, t) { - return ND.parse(e, t); +function WP(e, t) { + return KD.parse(e, t); } -function RP(e, t, n) { +function jP(e, t, n) { "string" == typeof e && ((n = t), (t = e), (e = null)); - const r = ND.getFragmentParser(e, n); + const r = KD.getFragmentParser(e, n); return r.tokenizer.write(t, !0), r.getFragment(); } -function xP(e) { - return NP(e && e.line) + ":" + NP(e && e.column); +function qP(e) { + return KP(e && e.line) + ":" + KP(e && e.column); } -function TP(e) { - return xP(e && e.start) + "-" + xP(e && e.end); +function YP(e) { + return qP(e && e.start) + "-" + qP(e && e.end); } -function NP(e) { +function KP(e) { return e && "number" == typeof e ? e : 1; } new Set([ - fO.AREA, - fO.BASE, - fO.BASEFONT, - fO.BGSOUND, - fO.BR, - fO.COL, - fO.EMBED, - fO.FRAME, - fO.HR, - fO.IMG, - fO.INPUT, - fO.KEYGEN, - fO.LINK, - fO.META, - fO.PARAM, - fO.SOURCE, - fO.TRACK, - fO.WBR, + OO.AREA, + OO.BASE, + OO.BASEFONT, + OO.BGSOUND, + OO.BR, + OO.COL, + OO.EMBED, + OO.FRAME, + OO.HR, + OO.IMG, + OO.INPUT, + OO.KEYGEN, + OO.LINK, + OO.META, + OO.PARAM, + OO.SOURCE, + OO.TRACK, + OO.WBR, ]); -class SP extends Error { +class XP extends Error { constructor(e, t, n) { super(), "string" == typeof t && ((n = t), (t = void 0)); let r = "", @@ -52696,11 +53139,11 @@ class SP extends Error { (this.name = ((i = o.place) && "object" == typeof i ? "position" in i || "type" in i - ? TP(i.position) + ? YP(i.position) : "start" in i || "end" in i - ? TP(i) + ? YP(i) : "line" in i || "column" in i - ? xP(i) + ? qP(i) : "" : "") || "1:1"), (this.place = o.place || void 0), @@ -52715,24 +53158,24 @@ class SP extends Error { this.url; } } -(SP.prototype.file = ""), - (SP.prototype.name = ""), - (SP.prototype.reason = ""), - (SP.prototype.message = ""), - (SP.prototype.stack = ""), - (SP.prototype.column = void 0), - (SP.prototype.line = void 0), - (SP.prototype.ancestors = void 0), - (SP.prototype.cause = void 0), - (SP.prototype.fatal = void 0), - (SP.prototype.place = void 0), - (SP.prototype.ruleId = void 0), - (SP.prototype.source = void 0); -const VP = { +(XP.prototype.file = ""), + (XP.prototype.name = ""), + (XP.prototype.reason = ""), + (XP.prototype.message = ""), + (XP.prototype.stack = ""), + (XP.prototype.column = void 0), + (XP.prototype.line = void 0), + (XP.prototype.ancestors = void 0), + (XP.prototype.cause = void 0), + (XP.prototype.fatal = void 0), + (XP.prototype.place = void 0), + (XP.prototype.ruleId = void 0), + (XP.prototype.source = void 0); +const QP = { basename: function (e, t) { if (void 0 !== t && "string" != typeof t) throw new TypeError('"ext" argument must be a string'); - _P(e); + JP(e); let n, r = 0, o = -1, @@ -52766,7 +53209,7 @@ const VP = { return e.slice(r, o); }, dirname: function (e) { - if ((_P(e), 0 === e.length)) return "."; + if ((JP(e), 0 === e.length)) return "."; let t, n = -1, r = e.length; @@ -52786,7 +53229,7 @@ const VP = { : e.slice(0, n); }, extname: function (e) { - _P(e); + JP(e); let t, n = e.length, r = -1, @@ -52815,11 +53258,11 @@ const VP = { let t, n = -1; for (; ++n < e.length; ) - _P(e[n]), e[n] && (t = void 0 === t ? e[n] : t + "/" + e[n]); + JP(e[n]), e[n] && (t = void 0 === t ? e[n] : t + "/" + e[n]); return void 0 === t ? "." : (function (e) { - _P(e); + JP(e); const t = 47 === e.codePointAt(0); let n = (function (e, t) { let n, @@ -52876,16 +53319,16 @@ const VP = { }, sep: "/", }; -function _P(e) { +function JP(e) { if ("string" != typeof e) throw new TypeError("Path must be a string. Received " + JSON.stringify(e)); } -const AP = { +const eF = { cwd: function () { return "/"; }, }; -function kP(e) { +function tF(e) { return Boolean( null !== e && "object" == typeof e && @@ -52896,9 +53339,9 @@ function kP(e) { void 0 === e.auth, ); } -function IP(e) { +function nF(e) { if ("string" == typeof e) e = new URL(e); - else if (!kP(e)) { + else if (!tF(e)) { const t = new TypeError( 'The "path" argument must be of type string or an instance of URL. Received `' + e + @@ -52932,12 +53375,12 @@ function IP(e) { return decodeURIComponent(t); })(e); } -const ZP = ["history", "path", "basename", "stem", "extname", "dirname"]; -class BP { +const rF = ["history", "path", "basename", "stem", "extname", "dirname"]; +class oF { constructor(e) { let t; (t = e - ? kP(e) + ? tF(e) ? { path: e } : "string" == typeof e || (function (e) { @@ -52951,7 +53394,7 @@ class BP { ? { value: e } : e : {}), - (this.cwd = AP.cwd()), + (this.cwd = eF.cwd()), (this.data = {}), (this.history = []), (this.messages = []), @@ -52961,58 +53404,58 @@ class BP { this.stored; let n, r = -1; - for (; ++r < ZP.length; ) { - const e = ZP[r]; + for (; ++r < rF.length; ) { + const e = rF[r]; e in t && void 0 !== t[e] && null !== t[e] && (this[e] = "history" === e ? [...t[e]] : t[e]); } - for (n in t) ZP.includes(n) || (this[n] = t[n]); + for (n in t) rF.includes(n) || (this[n] = t[n]); } get basename() { - return "string" == typeof this.path ? VP.basename(this.path) : void 0; + return "string" == typeof this.path ? QP.basename(this.path) : void 0; } set basename(e) { - DP(e, "basename"), - OP(e, "basename"), - (this.path = VP.join(this.dirname || "", e)); + lF(e, "basename"), + aF(e, "basename"), + (this.path = QP.join(this.dirname || "", e)); } get dirname() { - return "string" == typeof this.path ? VP.dirname(this.path) : void 0; + return "string" == typeof this.path ? QP.dirname(this.path) : void 0; } set dirname(e) { - PP(this.basename, "dirname"), (this.path = VP.join(e || "", this.basename)); + iF(this.basename, "dirname"), (this.path = QP.join(e || "", this.basename)); } get extname() { - return "string" == typeof this.path ? VP.extname(this.path) : void 0; + return "string" == typeof this.path ? QP.extname(this.path) : void 0; } set extname(e) { - if ((OP(e, "extname"), PP(this.dirname, "extname"), e)) { + if ((aF(e, "extname"), iF(this.dirname, "extname"), e)) { if (46 !== e.codePointAt(0)) throw new Error("`extname` must start with `.`"); if (e.includes(".", 1)) throw new Error("`extname` cannot contain multiple dots"); } - this.path = VP.join(this.dirname, this.stem + (e || "")); + this.path = QP.join(this.dirname, this.stem + (e || "")); } get path() { return this.history[this.history.length - 1]; } set path(e) { - kP(e) && (e = IP(e)), - DP(e, "path"), + tF(e) && (e = nF(e)), + lF(e, "path"), this.path !== e && this.history.push(e); } get stem() { return "string" == typeof this.path - ? VP.basename(this.path, this.extname) + ? QP.basename(this.path, this.extname) : void 0; } set stem(e) { - DP(e, "stem"), - OP(e, "stem"), - (this.path = VP.join(this.dirname || "", e + (this.extname || ""))); + lF(e, "stem"), + aF(e, "stem"), + (this.path = QP.join(this.dirname || "", e + (this.extname || ""))); } fail(e, t, n) { const r = this.message(e, t, n); @@ -53023,7 +53466,7 @@ class BP { return (r.fatal = void 0), r; } message(e, t, n) { - const r = new SP(e, t, n); + const r = new XP(e, t, n); return ( this.path && ((r.name = this.path + ":" + r.name), (r.file = this.path)), (r.fatal = !1), @@ -53037,19 +53480,19 @@ class BP { return new TextDecoder(e || void 0).decode(this.value); } } -function OP(e, t) { - if (e && e.includes(VP.sep)) +function aF(e, t) { + if (e && e.includes(QP.sep)) throw new Error( - "`" + t + "` cannot be a path: did not expect `" + VP.sep + "`", + "`" + t + "` cannot be a path: did not expect `" + QP.sep + "`", ); } -function DP(e, t) { +function lF(e, t) { if (!e) throw new Error("`" + t + "` cannot be empty"); } -function PP(e, t) { +function iF(e, t) { if (!e) throw new Error("Setting `" + t + "` requires `path` to be set too"); } -const FP = { +const CF = { abandonedHeadElementChild: { reason: "Unexpected metadata element after head", description: @@ -53332,17 +53775,17 @@ const FP = { "Unexpected character reference. Expected known named character references", }, }, - UP = "https://html.spec.whatwg.org/multipage/parsing.html#parse-error-", - GP = /-[a-z]/g, - zP = /%c(?:([-+])(\d+))?/g, - $P = /%x/g, - WP = { 2: !0, 1: !1, 0: null }, - jP = {}; -function qP(e, t) { - const n = t || jP, + sF = "https://html.spec.whatwg.org/multipage/parsing.html#parse-error-", + cF = /-[a-z]/g, + dF = /%c(?:([-+])(\d+))?/g, + uF = /%x/g, + pF = { 2: !0, 1: !1, 0: null }, + mF = {}; +function gF(e, t) { + const n = t || mF, r = n.onerror, - o = e instanceof BP ? e : new BP(e), - a = n.fragment ? RP : yP, + o = e instanceof oF ? e : new oF(e), + a = n.fragment ? jP : WP, l = String(o), i = a(l, { sourceCodeLocationInfo: !0, @@ -53350,14 +53793,14 @@ function qP(e, t) { ? function (e) { const t = e.code, a = (function (e) { - return e.replace(GP, YP); + return e.replace(cF, hF); })(t), i = n[a], C = null == i || i, s = "number" == typeof C ? C : C ? 1 : 0; if (s) { - const n = FP[a], - l = new SP(c(n.reason), { + const n = CF[a], + l = new XP(c(n.reason), { place: { start: { line: e.startLine, @@ -53374,14 +53817,14 @@ function qP(e, t) { source: "hast-util-from-html", }); o.path && ((l.file = o.path), (l.name = o.path + ":" + l.name)), - (l.fatal = WP[s]), + (l.fatal = pF[s]), (l.note = c(n.description)), - (l.url = !1 === n.url ? void 0 : UP + t), + (l.url = !1 === n.url ? void 0 : sF + t), r(l); } function c(t) { return t - .replace(zP, function (t, n, r) { + .replace(dF, function (t, n, r) { const o = (r ? Number.parseInt(r, 10) : 0) * ("-" === n ? -1 : 1), a = l.charAt(e.startOffset + o); @@ -53389,7 +53832,7 @@ function qP(e, t) { return "`" === e ? "` ` `" : e; })(a); }) - .replace($P, function () { + .replace(uF, function () { return ( (t = l.charCodeAt(e.startOffset)), "0x" + t.toString(16).toUpperCase() @@ -53403,21 +53846,21 @@ function qP(e, t) { }); return (function (e, t) { const n = t || {}; - return OB( + return aO( { file: n.file || void 0, location: !1, - schema: "svg" === n.space ? wB : EB, + schema: "svg" === n.space ? FB : PB, verbose: n.verbose || !1, }, e, ); })(i, { file: o, space: n.space, verbose: n.verbose }); } -function YP(e) { +function hF(e) { return e.charAt(1).toUpperCase(); } -const KP = [ +const fF = [ "area", "base", "basefont", @@ -53439,35 +53882,35 @@ const KP = [ "track", "wbr", ], - XP = {}.hasOwnProperty; -const QP = /["&'<>`]/g, - JP = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, - eF = /[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g, - tF = /[|\\{}()[\]^$+*?.]/g, - nF = new WeakMap(); -function rF(e, t) { + vF = {}.hasOwnProperty; +const EF = /["&'<>`]/g, + wF = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, + LF = /[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g, + bF = /[|\\{}()[\]^$+*?.]/g, + MF = new WeakMap(); +function HF(e, t) { return ( (e = e.replace( t.subset ? (function (e) { - let t = nF.get(e); + let t = MF.get(e); t || ((t = (function (e) { const t = []; let n = -1; - for (; ++n < e.length; ) t.push(e[n].replace(tF, "\\$&")); + for (; ++n < e.length; ) t.push(e[n].replace(bF, "\\$&")); return new RegExp("(?:" + t.join("|") + ")", "g"); })(e)), - nF.set(e, t)); + MF.set(e, t)); return t; })(t.subset) - : QP, + : EF, n, )), t.subset || t.escapeOnly ? e : e - .replace(JP, function (e, n, r) { + .replace(wF, function (e, n, r) { return t.format( 1024 * (e.charCodeAt(0) - 55296) + e.charCodeAt(1) - @@ -53477,15 +53920,15 @@ function rF(e, t) { t, ); }) - .replace(eF, n) + .replace(LF, n) ); function n(e, n, r) { return t.format(e.charCodeAt(0), r.charCodeAt(n + 1), t); } } -const oF = /[\dA-Fa-f]/; -const aF = /\d/; -const lF = [ +const yF = /[\dA-Fa-f]/; +const RF = /\d/; +const xF = [ "AElig", "AMP", "Aacute", @@ -53593,7 +54036,7 @@ const lF = [ "yen", "yuml", ], - iF = { + TF = { nbsp: " ", iexcl: "¡", cent: "¢", @@ -53847,29 +54290,29 @@ const lF = [ rsaquo: "›", euro: "€", }, - CF = ["cent", "copy", "divide", "gt", "lt", "not", "para", "times"], - sF = {}.hasOwnProperty, - cF = {}; -let dF; -for (dF in iF) sF.call(iF, dF) && (cF[iF[dF]] = dF); -const uF = /[^\dA-Za-z]/; -function pF(e, t, n) { + NF = ["cent", "copy", "divide", "gt", "lt", "not", "para", "times"], + SF = {}.hasOwnProperty, + VF = {}; +let _F; +for (_F in TF) SF.call(TF, _F) && (VF[TF[_F]] = _F); +const AF = /[^\dA-Za-z]/; +function kF(e, t, n) { let r, o = (function (e, t, n) { const r = "&#x" + e.toString(16).toUpperCase(); - return n && t && !oF.test(String.fromCharCode(t)) ? r : r + ";"; + return n && t && !yF.test(String.fromCharCode(t)) ? r : r + ";"; })(e, t, n.omitOptionalSemicolons); if ( ((n.useNamedReferences || n.useShortestReferences) && (r = (function (e, t, n, r) { const o = String.fromCharCode(e); - if (sF.call(cF, o)) { - const e = cF[o], + if (SF.call(VF, o)) { + const e = VF[o], a = "&" + e; return n && - lF.includes(e) && - !CF.includes(e) && - (!r || (t && 61 !== t && uF.test(String.fromCharCode(t)))) + xF.includes(e) && + !NF.includes(e) && + (!r || (t && 61 !== t && AF.test(String.fromCharCode(t)))) ? a : a + ";"; } @@ -53879,19 +54322,19 @@ function pF(e, t, n) { ) { const r = (function (e, t, n) { const r = "&#" + String(e); - return n && t && !aF.test(String.fromCharCode(t)) ? r : r + ";"; + return n && t && !RF.test(String.fromCharCode(t)) ? r : r + ";"; })(e, t, n.omitOptionalSemicolons); r.length < o.length && (o = r); } return r && (!n.useShortestReferences || r.length < o.length) ? r : o; } -function mF(e, t) { - return rF(e, Object.assign({ format: pF }, t)); +function IF(e, t) { + return HF(e, Object.assign({ format: kF }, t)); } -const gF = /^>|^->||--!>|"], - fF = ["<", ">"]; -function vF(e, t) { +const ZF = /^>|^->||--!>|"], + OF = ["<", ">"]; +function DF(e, t) { const n = String(e); if ("string" != typeof t) throw new TypeError("Expected character"); let r = 0, @@ -53899,65 +54342,65 @@ function vF(e, t) { for (; -1 !== o; ) r++, (o = n.indexOf(t, o + t.length)); return r; } -const EF = /[ \t\n\f\r]/g; -function wF(e) { - return "object" == typeof e ? "text" === e.type && LF(e.value) : LF(e); +const PF = /[ \t\n\f\r]/g; +function FF(e) { + return "object" == typeof e ? "text" === e.type && UF(e.value) : UF(e); } -function LF(e) { - return "" === e.replace(EF, ""); +function UF(e) { + return "" === e.replace(PF, ""); } -const bF = yF(1), - MF = yF(-1), - HF = []; -function yF(e) { +const GF = WF(1), + zF = WF(-1), + $F = []; +function WF(e) { return function (t, n, r) { - const o = t ? t.children : HF; + const o = t ? t.children : $F; let a = (n || 0) + e, l = o[a]; - if (!r) for (; l && wF(l); ) (a += e), (l = o[a]); + if (!r) for (; l && FF(l); ) (a += e), (l = o[a]); return l; }; } -const RF = {}.hasOwnProperty; -function xF(e) { +const jF = {}.hasOwnProperty; +function qF(e) { return function (t, n, r) { - return RF.call(e, t.tagName) && e[t.tagName](t, n, r); + return jF.call(e, t.tagName) && e[t.tagName](t, n, r); }; } -const TF = xF({ +const YF = qF({ body: function (e, t, n) { - const r = bF(n, t); + const r = GF(n, t); return !r || "comment" !== r.type; }, - caption: NF, - colgroup: NF, + caption: KF, + colgroup: KF, dd: function (e, t, n) { - const r = bF(n, t); + const r = GF(n, t); return ( !r || ("element" === r.type && ("dt" === r.tagName || "dd" === r.tagName)) ); }, dt: function (e, t, n) { - const r = bF(n, t); + const r = GF(n, t); return Boolean( r && "element" === r.type && ("dt" === r.tagName || "dd" === r.tagName), ); }, - head: NF, + head: KF, html: function (e, t, n) { - const r = bF(n, t); + const r = GF(n, t); return !r || "comment" !== r.type; }, li: function (e, t, n) { - const r = bF(n, t); + const r = GF(n, t); return !r || ("element" === r.type && "li" === r.tagName); }, optgroup: function (e, t, n) { - const r = bF(n, t); + const r = GF(n, t); return !r || ("element" === r.type && "optgroup" === r.tagName); }, option: function (e, t, n) { - const r = bF(n, t); + const r = GF(n, t); return ( !r || ("element" === r.type && @@ -53965,7 +54408,7 @@ const TF = xF({ ); }, p: function (e, t, n) { - const r = bF(n, t); + const r = GF(n, t); return r ? "element" === r.type && ("address" === r.tagName || @@ -54010,22 +54453,22 @@ const TF = xF({ "video" === n.tagName) ); }, - rp: SF, - rt: SF, + rp: XF, + rt: XF, tbody: function (e, t, n) { - const r = bF(n, t); + const r = GF(n, t); return ( !r || ("element" === r.type && ("tbody" === r.tagName || "tfoot" === r.tagName)) ); }, - td: VF, + td: QF, tfoot: function (e, t, n) { - return !bF(n, t); + return !GF(n, t); }, - th: VF, + th: QF, thead: function (e, t, n) { - const r = bF(n, t); + const r = GF(n, t); return Boolean( r && "element" === r.type && @@ -54033,36 +54476,36 @@ const TF = xF({ ); }, tr: function (e, t, n) { - const r = bF(n, t); + const r = GF(n, t); return !r || ("element" === r.type && "tr" === r.tagName); }, }); -function NF(e, t, n) { - const r = bF(n, t, !0); +function KF(e, t, n) { + const r = GF(n, t, !0); return ( !r || - ("comment" !== r.type && !("text" === r.type && wF(r.value.charAt(0)))) + ("comment" !== r.type && !("text" === r.type && FF(r.value.charAt(0)))) ); } -function SF(e, t, n) { - const r = bF(n, t); +function XF(e, t, n) { + const r = GF(n, t); return ( !r || ("element" === r.type && ("rp" === r.tagName || "rt" === r.tagName)) ); } -function VF(e, t, n) { - const r = bF(n, t); +function QF(e, t, n) { + const r = GF(n, t); return ( !r || ("element" === r.type && ("td" === r.tagName || "th" === r.tagName)) ); } -const _F = xF({ +const JF = qF({ body: function (e) { - const t = bF(e, -1, !0); + const t = GF(e, -1, !0); return !( t && ("comment" === t.type || - ("text" === t.type && wF(t.value.charAt(0))) || + ("text" === t.type && FF(t.value.charAt(0))) || ("element" === t.type && ("meta" === t.tagName || "link" === t.tagName || @@ -54072,14 +54515,14 @@ const _F = xF({ ); }, colgroup: function (e, t, n) { - const r = MF(n, t), - o = bF(e, -1, !0); + const r = zF(n, t), + o = GF(e, -1, !0); if ( n && r && "element" === r.type && "colgroup" === r.tagName && - TF(r, n.children.indexOf(r), n) + YF(r, n.children.indexOf(r), n) ) return !1; return Boolean(o && "element" === o.type && "col" === o.tagName); @@ -54101,24 +54544,24 @@ const _F = xF({ return t.length > 0; }, html: function (e) { - const t = bF(e, -1); + const t = GF(e, -1); return !t || "comment" !== t.type; }, tbody: function (e, t, n) { - const r = MF(n, t), - o = bF(e, -1); + const r = zF(n, t), + o = GF(e, -1); if ( n && r && "element" === r.type && ("thead" === r.tagName || "tbody" === r.tagName) && - TF(r, n.children.indexOf(r), n) + YF(r, n.children.indexOf(r), n) ) return !1; return Boolean(o && "element" === o.type && "tr" === o.tagName); }, }); -const AF = { +const eU = { name: [ ["\t\n\f\r &/=>".split(""), "\t\n\f\r \"&'/=>`".split("")], ["\0\t\n\f\r \"&'/<=>".split(""), "\0\t\n\f\r \"&'/<=>`".split("")], @@ -54136,8 +54579,8 @@ const AF = { ['\0"&'.split(""), "\0\"&'`".split("")], ], }; -function kF(e, t, n) { - const r = hB(e.schema, t), +function tU(e, t, n) { + const r = BB(e.schema, t), o = e.settings.allowParseErrors && "html" === e.schema.space ? 0 : 1, a = e.settings.allowDangerousCharacters ? 0 : 1; let l, @@ -54150,64 +54593,64 @@ function kF(e, t, n) { null == n || !1 === n || ("number" == typeof n && Number.isNaN(n))) ) return ""; - const C = mF( + const C = IF( r.attribute, Object.assign({}, e.settings.characterReferences, { - subset: AF.name[o][a], + subset: eU.name[o][a], }), ); return !0 === n ? C : ((n = Array.isArray(n) - ? (r.commaSeparated ? bB : yB)(n, { + ? (r.commaSeparated ? GB : WB)(n, { padLeft: !e.settings.tightCommaSeparatedLists, }) : String(n)), e.settings.collapseEmptyAttributes && !n ? C : (e.settings.preferUnquoted && - (l = mF( + (l = IF( n, Object.assign({}, e.settings.characterReferences, { attribute: !0, - subset: AF.unquoted[o][a], + subset: eU.unquoted[o][a], }), )), l !== n && (e.settings.quoteSmart && - vF(n, i) > vF(n, e.alternative) && + DF(n, i) > DF(n, e.alternative) && (i = e.alternative), (l = i + - mF( + IF( n, Object.assign({}, e.settings.characterReferences, { - subset: ("'" === i ? AF.single : AF.double)[o][a], + subset: ("'" === i ? eU.single : eU.double)[o][a], attribute: !0, }), ) + i)), C + (l ? "=" + l : l))); } -const IF = ["<", "&"]; -function ZF(e, t, n, r) { +const nU = ["<", "&"]; +function rU(e, t, n, r) { return !n || "element" !== n.type || ("script" !== n.tagName && "style" !== n.tagName) - ? mF( + ? IF( e.value, - Object.assign({}, r.settings.characterReferences, { subset: IF }), + Object.assign({}, r.settings.characterReferences, { subset: nU }), ) : e.value; } -const BF = (function (e, t) { +const oU = (function (e, t) { const n = t || {}; function r(t, ...n) { let o = r.invalid; const a = r.handlers; - if (t && XP.call(t, e)) { + if (t && vF.call(t, e)) { const n = String(t[e]); - o = XP.call(a, n) ? a[n] : r.unknown; + o = vF.call(a, n) ? a[n] : r.unknown; } if (o) return o.call(this, t, ...n); } @@ -54228,17 +54671,17 @@ const BF = (function (e, t) { comment: function (e, t, n, r) { return r.settings.bogusComments ? "" : "\x3c!--" + - e.value.replace(gF, function (e) { - return mF( + e.value.replace(ZF, function (e) { + return IF( e, Object.assign({}, r.settings.characterReferences, { - subset: fF, + subset: OF, }), ); }) + @@ -54261,7 +54704,7 @@ const BF = (function (e, t) { : r.settings.voids.includes(e.tagName.toLowerCase()); const i = []; let C; - "html" === o.space && "svg" === e.tagName && (r.schema = wB); + "html" === o.space && "svg" === e.tagName && (r.schema = FB); const s = (function (e, t) { const n = []; let r, @@ -54269,7 +54712,7 @@ const BF = (function (e, t) { if (t) for (r in t) if (null !== t[r] && void 0 !== t[r]) { - const o = kF(e, r, t[r]); + const o = tU(e, r, t[r]); o && n.push(o); } for (; ++o < n.length; ) { @@ -54286,7 +54729,7 @@ const BF = (function (e, t) { return ( (r.schema = o), c && (l = !1), - (!s && a && _F(e, t, n)) || + (!s && a && JF(e, t, n)) || (i.push("<", e.tagName, s ? " " + s : ""), l && ("svg" === o.space || r.settings.closeSelfClosing) && @@ -54298,59 +54741,59 @@ const BF = (function (e, t) { i.push("/")), i.push(">")), i.push(c), - l || (a && TF(e, t, n)) || i.push(""), + l || (a && YF(e, t, n)) || i.push(""), i.join("") ); }, raw: function (e, t, n, r) { - return r.settings.allowDangerousHtml ? e.value : ZF(e, 0, n, r); + return r.settings.allowDangerousHtml ? e.value : rU(e, 0, n, r); }, root: function (e, t, n, r) { return r.all(e); }, - text: ZF, + text: rU, }, }); -const OF = {}, - DF = {}, - PF = []; -function FF(e, t, n) { - return BF(e, t, n, this); +const aU = {}, + lU = {}, + iU = []; +function CU(e, t, n) { + return oU(e, t, n, this); } -function UF(e) { +function sU(e) { const t = [], - n = (e && e.children) || PF; + n = (e && e.children) || iU; let r = -1; for (; ++r < n.length; ) t[r] = this.one(n[r], r, e); return t.join(""); } -function GF(e) { +function cU(e) { if (e) throw e; } -var zF = Object.prototype.hasOwnProperty, - $F = Object.prototype.toString, - WF = Object.defineProperty, - jF = Object.getOwnPropertyDescriptor, - qF = function (e) { +var dU = Object.prototype.hasOwnProperty, + uU = Object.prototype.toString, + pU = Object.defineProperty, + mU = Object.getOwnPropertyDescriptor, + gU = function (e) { return "function" == typeof Array.isArray ? Array.isArray(e) - : "[object Array]" === $F.call(e); + : "[object Array]" === uU.call(e); }, - YF = function (e) { - if (!e || "[object Object]" !== $F.call(e)) return !1; + hU = function (e) { + if (!e || "[object Object]" !== uU.call(e)) return !1; var t, - n = zF.call(e, "constructor"), + n = dU.call(e, "constructor"), r = e.constructor && e.constructor.prototype && - zF.call(e.constructor.prototype, "isPrototypeOf"); + dU.call(e.constructor.prototype, "isPrototypeOf"); if (e.constructor && !n && !r) return !1; for (t in e); - return void 0 === t || zF.call(e, t); + return void 0 === t || dU.call(e, t); }, - KF = function (e, t) { - WF && "__proto__" === t.name - ? WF(e, t.name, { + fU = function (e, t) { + pU && "__proto__" === t.name + ? pU(e, t.name, { enumerable: !0, configurable: !0, value: t.newValue, @@ -54358,14 +54801,14 @@ var zF = Object.prototype.hasOwnProperty, }) : (e[t.name] = t.newValue); }, - XF = function (e, t) { + vU = function (e, t) { if ("__proto__" === t) { - if (!zF.call(e, t)) return; - if (jF) return jF(e, t).value; + if (!dU.call(e, t)) return; + if (mU) return mU(e, t).value; } return e[t]; }, - QF = function e() { + EU = function e() { var t, n, r, @@ -54385,18 +54828,18 @@ var zF = Object.prototype.hasOwnProperty, ) if (null != (t = arguments[C])) for (n in t) - (r = XF(i, n)), - i !== (o = XF(t, n)) && - (c && o && (YF(o) || (a = qF(o))) + (r = vU(i, n)), + i !== (o = vU(t, n)) && + (c && o && (hU(o) || (a = gU(o))) ? (a - ? ((a = !1), (l = r && qF(r) ? r : [])) - : (l = r && YF(r) ? r : {}), - KF(i, { name: n, newValue: e(c, l, o) })) - : void 0 !== o && KF(i, { name: n, newValue: o })); + ? ((a = !1), (l = r && gU(r) ? r : [])) + : (l = r && hU(r) ? r : {}), + fU(i, { name: n, newValue: e(c, l, o) })) + : void 0 !== o && fU(i, { name: n, newValue: o })); return i; }, - JF = U(QF); -function eU(e) { + wU = U(EU); +function LU(e) { if ("object" != typeof e || null === e) return !1; const t = Object.getPrototypeOf(e); return !( @@ -54407,7 +54850,7 @@ function eU(e) { Symbol.iterator in e ); } -function tU() { +function bU() { const e = [], t = { run: function (...t) { @@ -54468,7 +54911,7 @@ function tU() { }; return t; } -const nU = function (e) { +const MU = function (e) { const t = this.constructor.prototype, n = t[e], r = function () { @@ -54476,8 +54919,8 @@ const nU = function (e) { }; return Object.setPrototypeOf(r, t), r; }, - rU = {}.hasOwnProperty; -class oU extends nU { + HU = {}.hasOwnProperty; +class yU extends MU { constructor() { super("copy"), (this.Compiler = void 0), @@ -54488,24 +54931,24 @@ class oU extends nU { (this.frozen = void 0), (this.namespace = {}), (this.parser = void 0), - (this.transformers = tU()); + (this.transformers = bU()); } copy() { - const e = new oU(); + const e = new yU(); let t = -1; for (; ++t < this.attachers.length; ) { const n = this.attachers[t]; e.use(...n); } - return e.data(JF(!0, {}, this.namespace)), e; + return e.data(wU(!0, {}, this.namespace)), e; } data(e, t) { return "string" == typeof e ? 2 === arguments.length - ? (iU("data", this.frozen), (this.namespace[e] = t), this) - : (rU.call(this.namespace, e) && this.namespace[e]) || void 0 + ? (TU("data", this.frozen), (this.namespace[e] = t), this) + : (HU.call(this.namespace, e) && this.namespace[e]) || void 0 : e - ? (iU("data", this.frozen), (this.namespace = e), this) + ? (TU("data", this.frozen), (this.namespace = e), this) : this.namespace; } freeze() { @@ -54524,20 +54967,20 @@ class oU extends nU { } parse(e) { this.freeze(); - const t = cU(e), + const t = VU(e), n = this.parser || this.Parser; - return aU("parse", n), n(String(t), t); + return RU("parse", n), n(String(t), t); } process(e, t) { const n = this; return ( this.freeze(), - aU("process", this.parser || this.Parser), - lU("process", this.compiler || this.Compiler), + RU("process", this.parser || this.Parser), + xU("process", this.compiler || this.Compiler), t ? r(void 0, t) : new Promise(r) ); function r(r, o) { - const a = cU(e), + const a = VU(e), l = n.parse(a); function i(e, n) { e || !n ? o(e) : r ? r(n) : t(void 0, n); @@ -54564,24 +55007,24 @@ class oU extends nU { n = !1; return ( this.freeze(), - aU("processSync", this.parser || this.Parser), - lU("processSync", this.compiler || this.Compiler), + RU("processSync", this.parser || this.Parser), + xU("processSync", this.compiler || this.Compiler), this.process(e, function (e, r) { - (n = !0), GF(e), (t = r); + (n = !0), cU(e), (t = r); }), - sU("processSync", "process", n), + SU("processSync", "process", n), t ); } run(e, t, n) { - CU(e), this.freeze(); + NU(e), this.freeze(); const r = this.transformers; return ( n || "function" != typeof t || ((n = t), (t = void 0)), n ? o(void 0, n) : new Promise(o) ); function o(o, a) { - const l = cU(t); + const l = VU(t); r.run(e, l, function (t, r, l) { const i = r || e; t ? a(t) : o ? o(i) : n(void 0, i, l); @@ -54593,22 +55036,22 @@ class oU extends nU { r = !1; return ( this.run(e, t, function (e, t) { - GF(e), (n = t), (r = !0); + cU(e), (n = t), (r = !0); }), - sU("runSync", "run", r), + SU("runSync", "run", r), n ); } stringify(e, t) { this.freeze(); - const n = cU(t), + const n = VU(t), r = this.compiler || this.Compiler; - return lU("stringify", r), CU(e), r(e, n); + return xU("stringify", r), NU(e), r(e, n); } use(e, ...t) { const n = this.attachers, r = this.namespace; - if ((iU("use", this.frozen), null == e)); + if ((TU("use", this.frozen), null == e)); else if ("function" == typeof e) i(e, t); else { if ("object" != typeof e) @@ -54632,7 +55075,7 @@ class oU extends nU { throw new Error( "Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither", ); - l(e.plugins), e.settings && (r.settings = JF(!0, r.settings, e.settings)); + l(e.plugins), e.settings && (r.settings = wU(!0, r.settings, e.settings)); } function l(e) { let t = -1; @@ -54657,20 +55100,20 @@ class oU extends nU { else if (t.length > 0) { let [r, ...a] = t; const l = n[o][1]; - eU(l) && eU(r) && (r = JF(!0, l, r)), (n[o] = [e, r, ...a]); + LU(l) && LU(r) && (r = wU(!0, l, r)), (n[o] = [e, r, ...a]); } } } } -function aU(e, t) { +function RU(e, t) { if ("function" != typeof t) throw new TypeError("Cannot `" + e + "` without `parser`"); } -function lU(e, t) { +function xU(e, t) { if ("function" != typeof t) throw new TypeError("Cannot `" + e + "` without `compiler`"); } -function iU(e, t) { +function TU(e, t) { if (t) throw new Error( "Cannot call `" + @@ -54678,29 +55121,29 @@ function iU(e, t) { "` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.", ); } -function CU(e) { - if (!eU(e) || "string" != typeof e.type) +function NU(e) { + if (!LU(e) || "string" != typeof e.type) throw new TypeError("Expected node, got `" + e + "`"); } -function sU(e, t, n) { +function SU(e, t, n) { if (!n) throw new Error("`" + e + "` finished async. Use `" + t + "` instead"); } -function cU(e) { +function VU(e) { return (function (e) { return Boolean( e && "object" == typeof e && "message" in e && "messages" in e, ); })(e) ? e - : new BP(e); + : new oF(e); } -const dU = new oU() +const _U = new yU() .freeze()() .use(function (e) { const { emitParseErrors: t, ...n } = { ...this.data("settings"), ...e }; this.parser = function (e, r) { - return qP(e, { + return gF(e, { ...n, onerror: t ? function (e) { @@ -54715,14 +55158,14 @@ const dU = new oU() const t = { ...this.data("settings"), ...e }; this.compiler = function (e) { return (function (e, t) { - const n = t || OF, + const n = t || aU, r = n.quote || '"', o = '"' === r ? "'" : '"'; if ('"' !== r && "'" !== r) throw new Error("Invalid quote `" + r + "`, expected `'` or `\"`"); return { - one: FF, - all: UF, + one: CU, + all: sU, settings: { omitOptionalTags: n.omitOptionalTags || !1, allowParseErrors: n.allowParseErrors || !1, @@ -54737,12 +55180,12 @@ const dU = new oU() tightSelfClosing: n.tightSelfClosing || !1, collapseEmptyAttributes: n.collapseEmptyAttributes || !1, allowDangerousHtml: n.allowDangerousHtml || !1, - voids: n.voids || KP, - characterReferences: n.characterReferences || DF, + voids: n.voids || fF, + characterReferences: n.characterReferences || lU, closeSelfClosing: n.closeSelfClosing || !1, closeEmptyElements: n.closeEmptyElements || !1, }, - schema: "svg" === n.space ? wB : EB, + schema: "svg" === n.space ? FB : PB, quote: r, alternative: o, }.one( @@ -54754,10 +55197,10 @@ const dU = new oU() }; }) .freeze(); -function uU(e) { +function AU(e) { e.stopPropagation(), e.preventDefault(); } -class pU { +class kU { constructor(e) { (this.elm = void 0), (this.start = void 0), @@ -54848,15 +55291,15 @@ class pU { this.elm.dispatchEvent(e); } } -var mU, - gU = { +var IU, + ZU = { position: "relative", textAlign: "left", boxSizing: "border-box", padding: 0, overflow: "hidden", }, - hU = { + BU = { position: "absolute", top: 0, left: 0, @@ -54870,7 +55313,7 @@ var mU, WebkitFontSmoothing: "antialiased", WebkitTextFillColor: "transparent", }, - fU = { + OU = { margin: 0, border: 0, background: "none", @@ -54892,10 +55335,10 @@ var mU, overflowWrap: "break-word", outline: 0, }, - vU = { exports: {} }, - EU = {}; -var wU, - LU = {}; + DU = { exports: {} }, + PU = {}; +var FU, + UU = {}; /** * @license React * react-jsx-runtime.development.js @@ -54905,9 +55348,9 @@ var wU, * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ "production" === process.env.NODE_ENV - ? (vU.exports = (function () { - if (mU) return EU; - mU = 1; + ? (DU.exports = (function () { + if (IU) return PU; + IU = 1; var e = t, n = Symbol.for("react.element"), r = Symbol.for("react.fragment"), @@ -54937,11 +55380,11 @@ var wU, _owner: a.current, }; } - return (EU.Fragment = r), (EU.jsx = i), (EU.jsxs = i), EU; + return (PU.Fragment = r), (PU.jsx = i), (PU.jsxs = i), PU; })()) - : (vU.exports = - (wU || - ((wU = 1), + : (DU.exports = + (FU || + ((FU = 1), "production" !== process.env.NODE_ENV && (function () { var e = t, @@ -55675,11 +56118,11 @@ var wU, Ee = function (e, t, n) { return fe(e, t, n, !0); }; - (LU.Fragment = o), (LU.jsx = ve), (LU.jsxs = Ee); + (UU.Fragment = o), (UU.jsx = ve), (UU.jsxs = Ee); })()), - LU)); -var bU = vU.exports, - MU = [ + UU)); +var GU = DU.exports, + zU = [ "prefixCls", "value", "padding", @@ -55692,7 +56135,7 @@ var bU = vU.exports, "rehypePlugins", "onChange", ], - HU = t.forwardRef((e, t) => { + $U = t.forwardRef((e, t) => { var { prefixCls: n = "w-tc-editor", padding: a = 10, @@ -55705,7 +56148,7 @@ var bU = vU.exports, rehypePlugins: g, onChange: h, } = e, - f = Ro(e, MU), + f = Ro(e, zU), [v, E] = r(e.value || ""); o(() => E(e.value || ""), [e.value]); var w = l(null); @@ -55721,7 +56164,7 @@ var bU = vU.exports, (function (e, t) { return ( void 0 === t && (t = []), - dU() + _U() .data("settings", { fragment: !0 }) .use([...t]) .processSync("" + e) @@ -55760,8 +56203,8 @@ var bU = vU.exports, ), M = s( () => - bU.jsx("div", { - style: bo({}, fU, L, { minHeight: i }), + GU.jsx("div", { + style: bo({}, OU, L, { minHeight: i }), className: n + "-preview " + (d ? "language-" + d : ""), dangerouslySetInnerHTML: { __html: b }, }), @@ -55781,10 +56224,10 @@ var bU = vU.exports, f.readOnly || (f.onKeyDown && !1 === f.onKeyDown(e)) || (function (e) { - var t = new pU(e.target), + var t = new kU(e.target), n = (e.code || e.nativeEvent.code).toLocaleLowerCase(); if ("tab" === n) - uU(e), + AU(e), t.start === t.end ? e.shiftKey ? t.lineStarRemove(" ") @@ -55796,7 +56239,7 @@ var bU = vU.exports, : t.insertText(" ").position(t.start + 2, t.end), t.notifyChange(); else if ("enter" === n) { - uU(e); + AU(e); var r = "\n" + t.getIndentText(); t .insertText(r) @@ -55807,7 +56250,7 @@ var bU = vU.exports, /^(quote|backquote|bracketleft|digit9|comma)$/.test(n) && t.getSelectedValue() ) { - uU(e); + AU(e); var o = t.getSelectedValue(), a = ""; switch (n) { @@ -55832,8 +56275,8 @@ var bU = vU.exports, }, style: bo( {}, - fU, - hU, + OU, + BU, L, { minHeight: i }, c && !v ? { WebkitTextFillColor: "inherit" } : {}, @@ -55845,14 +56288,14 @@ var bU = vU.exports, value: v, }, ); - return bU.jsxs("div", { - style: bo({}, gU, m), + return GU.jsxs("div", { + style: bo({}, ZU, m), className: n + " " + (p || ""), "data-color-mode": u, - children: [bU.jsx("textarea", bo({}, H, { ref: w })), M], + children: [GU.jsx("textarea", bo({}, H, { ref: w })), M], }); }); -const yU = function (e) { +const WU = function (e) { return (function (e) { return (function (e) { return t; @@ -55870,10 +56313,10 @@ const yU = function (e) { } })(e); }; -const RU = !0, - xU = !1, - TU = function (e, t, n, r) { - const o = yU(t); +const jU = !0, + qU = !1, + YU = function (e, t, n, r) { + const o = WU(t); !(function e(t, r, a) { const l = t && "object" == typeof t ? t : {}; if ("string" == typeof l.type) { @@ -55897,38 +56340,38 @@ const RU = !0, o(t, r, a[a.length - 1] || null) && ((s = (function (e) { if (Array.isArray(e)) return e; - if ("number" == typeof e) return [RU, e]; + if ("number" == typeof e) return [jU, e]; return [e]; })(n(t, a))), - s[0] === xU) + s[0] === qU) ) return s; if (t.children && "skip" !== s[0]) for (i = 0, C = a.concat(t); i > -1 && i < t.children.length; ) { - if (((l = e(t.children[i], i, C)()), l[0] === xU)) return l; + if (((l = e(t.children[i], i, C)()), l[0] === qU)) return l; i = "number" == typeof l[1] ? l[1] : i + 1; } return s; } })(e, void 0, [])(); }; -function NU(e) { - return "children" in e ? VU(e) : "value" in e ? e.value : ""; +function KU(e) { + return "children" in e ? QU(e) : "value" in e ? e.value : ""; } -function SU(e) { - return "text" === e.type ? e.value : "children" in e ? VU(e) : ""; +function XU(e) { + return "text" === e.type ? e.value : "children" in e ? QU(e) : ""; } -function VU(e) { +function QU(e) { let t = -1; const n = []; - for (; ++t < e.children.length; ) n[t] = SU(e.children[t]); + for (; ++t < e.children.length; ) n[t] = XU(e.children[t]); return n.join(""); } -const _U = function (e) { - if (null == e) return kU; +const JU = function (e) { + if (null == e) return tG; if ("string" == typeof e) return (function (e) { - return AU(t); + return eG(t); function t(t) { return t && t.type === e; } @@ -55938,8 +56381,8 @@ const _U = function (e) { ? (function (e) { const t = []; let n = -1; - for (; ++n < e.length; ) t[n] = _U(e[n]); - return AU(r); + for (; ++n < e.length; ) t[n] = JU(e[n]); + return eG(r); function r(...e) { let n = -1; for (; ++n < t.length; ) if (t[n].call(this, ...e)) return !0; @@ -55947,17 +56390,17 @@ const _U = function (e) { } })(e) : (function (e) { - return AU(t); + return eG(t); function t(t) { let n; for (n in e) if (t[n] !== e[n]) return !1; return !0; } })(e); - if ("function" == typeof e) return AU(e); + if ("function" == typeof e) return eG(e); throw new Error("Expected function, string, or object as test"); }; -function AU(e) { +function eG(e) { return function (t, ...n) { return Boolean( t && @@ -55967,11 +56410,11 @@ function AU(e) { ); }; } -function kU() { +function tG() { return !0; } -const IU = {}.hasOwnProperty; -var ZU = { exports: {} }; +const nG = {}.hasOwnProperty; +var rG = { exports: {} }; !(function (e, t) { function n(e) { let t, @@ -55991,10 +56434,10 @@ var ZU = { exports: {} }; } return n; } - (ZU.exports.default = n), (e.exports = n); -})(ZU); -var BU = U(ZU.exports); -function OU(e) { + (rG.exports.default = n), (e.exports = n); +})(rG); +var oG = U(rG.exports); +function aG(e) { e.languages.clike = { comment: [ { @@ -56023,8 +56466,8 @@ function OU(e) { punctuation: /[{}[\];(),.:]/, }; } -function DU(e) { - e.register(OU), +function lG(e) { + e.register(aG), (e.languages.c = e.languages.extend("clike", { comment: { pattern: @@ -56086,8 +56529,8 @@ function DU(e) { }), delete e.languages.c.boolean; } -function PU(e) { - e.register(DU), +function iG(e) { + e.register(lG), (function (e) { var t = /\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/, @@ -56187,8 +56630,8 @@ function PU(e) { ); })(e); } -function FU(e) { - e.register(PU), +function CG(e) { + e.register(iG), (e.languages.arduino = e.languages.extend("cpp", { keyword: /\b(?:String|array|bool|boolean|break|byte|case|catch|continue|default|do|double|else|finally|for|function|goto|if|in|instanceof|int|integer|long|loop|new|null|return|setup|string|switch|throw|try|void|while|word)\b/, @@ -56199,7 +56642,7 @@ function FU(e) { })), (e.languages.ino = e.languages.arduino); } -function UU(e) { +function sG(e) { !(function (e) { var t = "\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b", @@ -56370,8 +56813,8 @@ function UU(e) { (e.languages.sh = e.languages.bash), (e.languages.shell = e.languages.bash); })(e); } -function GU(e) { - e.register(OU), +function cG(e) { + e.register(aG), (function (e) { function t(e, t) { return e.replace(/<<(\d+)>>/g, function (e, n) { @@ -56659,7 +57102,7 @@ function GU(e) { (e.languages.dotnet = e.languages.cs = e.languages.csharp); })(e); } -function zU(e) { +function dG(e) { (e.languages.markup = { comment: { pattern: //, greedy: !0 }, prolog: { pattern: /<\?[\s\S]+?\?>/, greedy: !0 }, @@ -56789,7 +57232,7 @@ function zU(e) { (e.languages.atom = e.languages.xml), (e.languages.rss = e.languages.xml); } -function $U(e) { +function uG(e) { !(function (e) { var t = /(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/; @@ -56857,7 +57300,7 @@ function $U(e) { n && (n.tag.addInlined("style", "css"), n.tag.addAttribute("style", "css")); })(e); } -function WU(e) { +function pG(e) { !(function (e) { e.languages.diff = { coord: [/^(?:\*{3}|-{3}|\+{3}).*$/m, /^@@.*@@$/m, /^\d.*$/m], @@ -56887,8 +57330,8 @@ function WU(e) { Object.defineProperty(e.languages.diff, "PREFIXES", { value: t }); })(e); } -function jU(e) { - e.register(OU), +function mG(e) { + e.register(aG), (e.languages.go = e.languages.extend("clike", { string: { pattern: /(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/, @@ -56913,7 +57356,7 @@ function jU(e) { }), delete e.languages.go["class-name"]; } -function qU(e) { +function gG(e) { e.languages.ini = { comment: { pattern: /(^[ \f\t\v]*)[#;][^\n\r]*/m, lookbehind: !0 }, section: { @@ -56943,8 +57386,8 @@ function qU(e) { punctuation: /=/, }; } -function YU(e) { - e.register(OU), +function hG(e) { + e.register(aG), (function (e) { var t = /\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/, @@ -57074,7 +57517,7 @@ function YU(e) { }); })(e); } -function KU(e) { +function fG(e) { !(function (e) { var t = { pattern: /\\[\\(){}[\]^$+*?|.]/, alias: "escape" }, n = @@ -57144,8 +57587,8 @@ function KU(e) { }; })(e); } -function XU(e) { - e.register(OU), +function vG(e) { + e.register(aG), (e.languages.javascript = e.languages.extend("clike", { "class-name": [ e.languages.clike["class-name"], @@ -57300,7 +57743,7 @@ function XU(e) { )), (e.languages.js = e.languages.javascript); } -function QU(e) { +function EG(e) { (e.languages.json = { property: { pattern: /(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/, @@ -57321,8 +57764,8 @@ function QU(e) { }), (e.languages.webmanifest = e.languages.json); } -function JU(e) { - e.register(OU), +function wG(e) { + e.register(aG), (function (e) { (e.languages.kotlin = e.languages.extend("clike", { keyword: { @@ -57396,8 +57839,8 @@ function JU(e) { (e.languages.kts = e.languages.kotlin); })(e); } -function eG(e) { - e.register($U), +function LG(e) { + e.register(uG), (e.languages.less = e.languages.extend("css", { comment: [ /\/\*[\s\S]*?\*\//, @@ -57428,7 +57871,7 @@ function eG(e) { }, }); } -function tG(e) { +function bG(e) { e.languages.lua = { comment: /^#!.+|--(?:\[(=*)\[[\s\S]*?\]\1\]|.*)/m, string: { @@ -57448,7 +57891,7 @@ function tG(e) { punctuation: /[\[\](){},;]|\.+|:+/, }; } -function nG(e) { +function MG(e) { e.languages.makefile = { comment: { pattern: /(^|[^\\])#(?:\\(?:\r\n|[\s\S])|[^\\\r\n])*/, @@ -57479,7 +57922,7 @@ function nG(e) { punctuation: /[:;(){}]/, }; } -function rG(e) { +function HG(e) { !(function (e) { var t = /[*&][^\s[\]{},]+/, n = @@ -57582,8 +58025,8 @@ function rG(e) { (e.languages.yml = e.languages.yaml); })(e); } -function oG(e) { - e.register(zU), +function yG(e) { + e.register(dG), (function (e) { var t = /(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source; function n(e) { @@ -57863,8 +58306,8 @@ function oG(e) { (e.languages.md = e.languages.markdown); })(e); } -function aG(e) { - e.register(DU), +function RG(e) { + e.register(lG), (e.languages.objectivec = e.languages.extend("c", { string: { pattern: /@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/, greedy: !0 }, keyword: @@ -57874,7 +58317,7 @@ function aG(e) { delete e.languages.objectivec["class-name"], (e.languages.objc = e.languages.objectivec); } -function lG(e) { +function xG(e) { !(function (e) { var t = /(?:\((?:[^()\\]|\\[\s\S])*\)|\{(?:[^{}\\]|\\[\s\S])*\}|\[(?:[^[\]\\]|\\[\s\S])*\]|<(?:[^<>\\]|\\[\s\S])*>)/ @@ -57963,8 +58406,8 @@ function lG(e) { }; })(e); } -function iG(e) { - e.register(zU), +function TG(e) { + e.register(dG), (function (e) { function t(e, t) { return "___" + e.toUpperCase() + t + "___"; @@ -58034,8 +58477,8 @@ function iG(e) { }); })(e); } -function CG(e) { - e.register(iG), +function NG(e) { + e.register(TG), (function (e) { var t = /\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/, n = [ @@ -58328,7 +58771,7 @@ function CG(e) { }); })(e); } -function sG(e) { +function SG(e) { (e.languages.python = { comment: { pattern: /(^|[^\\])#.*/, lookbehind: !0, greedy: !0 }, "string-interpolation": { @@ -58387,7 +58830,7 @@ function sG(e) { ].inside.interpolation.inside.rest = e.languages.python), (e.languages.py = e.languages.python); } -function cG(e) { +function VG(e) { e.languages.r = { comment: /#.*/, string: { pattern: /(['"])(?:\\.|(?!\1)[^\\\r\n])*\1/, greedy: !0 }, @@ -58404,8 +58847,8 @@ function cG(e) { punctuation: /[(){}\[\],;]/, }; } -function dG(e) { - e.register(OU), +function _G(e) { + e.register(aG), (function (e) { (e.languages.ruby = e.languages.extend("clike", { comment: { pattern: /#.*|^=begin\s[\s\S]*?^=end/m, greedy: !0 }, @@ -58559,7 +59002,7 @@ function dG(e) { (e.languages.rb = e.languages.ruby); })(e); } -function uG(e) { +function AG(e) { !(function (e) { for ( var t = /\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|)*\*\//.source, n = 0; @@ -58658,8 +59101,8 @@ function uG(e) { (e.languages.rust.attribute.inside.string = e.languages.rust.string); })(e); } -function pG(e) { - e.register($U), +function kG(e) { + e.register(uG), (function (e) { (e.languages.sass = e.languages.extend("css", { comment: { @@ -58714,8 +59157,8 @@ function pG(e) { }); })(e); } -function mG(e) { - e.register($U), +function IG(e) { + e.register(uG), (e.languages.scss = e.languages.extend("css", { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/, @@ -58765,7 +59208,7 @@ function mG(e) { }), (e.languages.scss.atrule.inside.rest = e.languages.scss); } -function gG(e) { +function ZG(e) { e.languages.sql = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/, @@ -58797,7 +59240,7 @@ function gG(e) { punctuation: /[;[\]()`,.]/, }; } -function hG(e) { +function BG(e) { (e.languages.swift = { comment: { pattern: @@ -58917,8 +59360,8 @@ function hG(e) { t.inside.interpolation.inside = e.languages.swift; }); } -function fG(e) { - e.register(XU), +function OG(e) { + e.register(vG), (function (e) { (e.languages.typescript = e.languages.extend("javascript", { "class-name": { @@ -58963,7 +59406,7 @@ function fG(e) { (e.languages.ts = e.languages.typescript); })(e); } -function vG(e) { +function DG(e) { e.languages.basic = { comment: { pattern: /(?:!|REM\b).+/i, inside: { keyword: /^REM/i } }, string: { pattern: /"(?:""|[!#$%&'()*,\/:;<=>?^\w +\-.])*"/, greedy: !0 }, @@ -58976,8 +59419,8 @@ function vG(e) { punctuation: /[,;:()]/, }; } -function EG(e) { - e.register(vG), +function PG(e) { + e.register(DG), (e.languages.vbnet = e.languages.extend("basic", { comment: [ { pattern: /(?:!|REM\b).+/i, inside: { keyword: /^REM/i } }, @@ -58993,83 +59436,83 @@ function EG(e) { punctuation: /[,;:(){}]/, })); } -(OU.displayName = "clike"), - (OU.aliases = []), - (DU.displayName = "c"), - (DU.aliases = []), - (PU.displayName = "cpp"), - (PU.aliases = []), - (FU.displayName = "arduino"), - (FU.aliases = ["ino"]), - (UU.displayName = "bash"), - (UU.aliases = ["sh", "shell"]), - (GU.displayName = "csharp"), - (GU.aliases = ["cs", "dotnet"]), - (zU.displayName = "markup"), - (zU.aliases = ["atom", "html", "mathml", "rss", "ssml", "svg", "xml"]), - ($U.displayName = "css"), - ($U.aliases = []), - (WU.displayName = "diff"), - (WU.aliases = []), - (jU.displayName = "go"), - (jU.aliases = []), - (qU.displayName = "ini"), - (qU.aliases = []), - (YU.displayName = "java"), - (YU.aliases = []), - (KU.displayName = "regex"), - (KU.aliases = []), - (XU.displayName = "javascript"), - (XU.aliases = ["js"]), - (QU.displayName = "json"), - (QU.aliases = ["webmanifest"]), - (JU.displayName = "kotlin"), - (JU.aliases = ["kt", "kts"]), - (eG.displayName = "less"), - (eG.aliases = []), - (tG.displayName = "lua"), - (tG.aliases = []), - (nG.displayName = "makefile"), - (nG.aliases = []), - (rG.displayName = "yaml"), - (rG.aliases = ["yml"]), - (oG.displayName = "markdown"), - (oG.aliases = ["md"]), - (aG.displayName = "objectivec"), - (aG.aliases = ["objc"]), - (lG.displayName = "perl"), +(aG.displayName = "clike"), + (aG.aliases = []), + (lG.displayName = "c"), (lG.aliases = []), - (iG.displayName = "markup-templating"), + (iG.displayName = "cpp"), (iG.aliases = []), - (CG.displayName = "php"), - (CG.aliases = []), - (sG.displayName = "python"), - (sG.aliases = ["py"]), - (cG.displayName = "r"), - (cG.aliases = []), - (dG.displayName = "ruby"), - (dG.aliases = ["rb"]), - (uG.displayName = "rust"), + (CG.displayName = "arduino"), + (CG.aliases = ["ino"]), + (sG.displayName = "bash"), + (sG.aliases = ["sh", "shell"]), + (cG.displayName = "csharp"), + (cG.aliases = ["cs", "dotnet"]), + (dG.displayName = "markup"), + (dG.aliases = ["atom", "html", "mathml", "rss", "ssml", "svg", "xml"]), + (uG.displayName = "css"), (uG.aliases = []), - (pG.displayName = "sass"), + (pG.displayName = "diff"), (pG.aliases = []), - (mG.displayName = "scss"), + (mG.displayName = "go"), (mG.aliases = []), - (gG.displayName = "sql"), + (gG.displayName = "ini"), (gG.aliases = []), - (hG.displayName = "swift"), + (hG.displayName = "java"), (hG.aliases = []), - (fG.displayName = "typescript"), - (fG.aliases = ["ts"]), - (vG.displayName = "basic"), - (vG.aliases = []), - (EG.displayName = "vbnet"), - (EG.aliases = []); -const wG = /[#.]/g; -const LG = new Set(["menu", "submit", "reset", "button"]), - bG = {}.hasOwnProperty; -function MG(e, t, n, r) { - const o = hB(e, n); + (fG.displayName = "regex"), + (fG.aliases = []), + (vG.displayName = "javascript"), + (vG.aliases = ["js"]), + (EG.displayName = "json"), + (EG.aliases = ["webmanifest"]), + (wG.displayName = "kotlin"), + (wG.aliases = ["kt", "kts"]), + (LG.displayName = "less"), + (LG.aliases = []), + (bG.displayName = "lua"), + (bG.aliases = []), + (MG.displayName = "makefile"), + (MG.aliases = []), + (HG.displayName = "yaml"), + (HG.aliases = ["yml"]), + (yG.displayName = "markdown"), + (yG.aliases = ["md"]), + (RG.displayName = "objectivec"), + (RG.aliases = ["objc"]), + (xG.displayName = "perl"), + (xG.aliases = []), + (TG.displayName = "markup-templating"), + (TG.aliases = []), + (NG.displayName = "php"), + (NG.aliases = []), + (SG.displayName = "python"), + (SG.aliases = ["py"]), + (VG.displayName = "r"), + (VG.aliases = []), + (_G.displayName = "ruby"), + (_G.aliases = ["rb"]), + (AG.displayName = "rust"), + (AG.aliases = []), + (kG.displayName = "sass"), + (kG.aliases = []), + (IG.displayName = "scss"), + (IG.aliases = []), + (ZG.displayName = "sql"), + (ZG.aliases = []), + (BG.displayName = "swift"), + (BG.aliases = []), + (OG.displayName = "typescript"), + (OG.aliases = ["ts"]), + (DG.displayName = "basic"), + (DG.aliases = []), + (PG.displayName = "vbnet"), + (PG.aliases = []); +const FG = /[#.]/g; +const UG = new Set(["menu", "submit", "reset", "button"]), + GG = {}.hasOwnProperty; +function zG(e, t, n, r) { + const o = BB(e, n); let a, l = -1; if (null != r) { @@ -59082,25 +59525,25 @@ function MG(e, t, n, r) { ? r : "string" == typeof r ? o.spaceSeparated - ? HB(r) + ? $B(r) : o.commaSeparated - ? LB(r) + ? UB(r) : o.commaOrSpaceSeparated - ? HB(LB(r).join(" ")) - : yG(o, o.property, r) + ? $B(UB(r).join(" ")) + : WG(o, o.property, r) : Array.isArray(r) ? r.concat() : "style" === o.property ? (function (e) { const t = []; let n; - for (n in e) bG.call(e, n) && t.push([n, e[n]].join(": ")); + for (n in e) GG.call(e, n) && t.push([n, e[n]].join(": ")); return t.join("; "); })(r) : String(r); if (Array.isArray(a)) { const e = []; - for (; ++l < a.length; ) e[l] = yG(o, o.property, a[l]); + for (; ++l < a.length; ) e[l] = WG(o, o.property, a[l]); a = e; } "className" === o.property && @@ -59109,29 +59552,29 @@ function MG(e, t, n, r) { (t[o.property] = a); } } -function HG(e, t) { +function $G(e, t) { let n = -1; if (null == t); else if ("string" == typeof t || "number" == typeof t) e.push({ type: "text", value: String(t) }); - else if (Array.isArray(t)) for (; ++n < t.length; ) HG(e, t[n]); + else if (Array.isArray(t)) for (; ++n < t.length; ) $G(e, t[n]); else { if ("object" != typeof t || !("type" in t)) throw new Error("Expected node, nodes, or string, got `" + t + "`"); - "root" === t.type ? HG(e, t.children) : e.push(t); + "root" === t.type ? $G(e, t.children) : e.push(t); } } -function yG(e, t, n) { +function WG(e, t, n) { if ("string" == typeof n) { if (e.number && n && !Number.isNaN(Number(n))) return Number(n); - if ((e.boolean || e.overloadedBoolean) && ("" === n || UZ(n) === UZ(t))) + if ((e.boolean || e.overloadedBoolean) && ("" === n || sB(n) === sB(t))) return !0; } return n; } -const RG = - ((xG = EB), - (TG = "div"), +const jG = + ((qG = PB), + (YG = "div"), function (e, t, ...n) { let r, o = -1; @@ -59144,8 +59587,8 @@ const RG = a, l = 0; for (; l < n.length; ) { - wG.lastIndex = l; - const e = wG.exec(n), + FG.lastIndex = l; + const e = FG.exec(n), t = n.slice(l, e ? e.index : n.length); t && (o @@ -59164,7 +59607,7 @@ const RG = properties: r, children: [], }; - })(e, TG)), + })(e, YG)), (r.tagName = r.tagName.toLowerCase()), (a = t), (l = r.tagName), @@ -59175,14 +59618,14 @@ const RG = a.type && "string" == typeof a.type && (("children" in a && Array.isArray(a.children)) || - ("button" === l ? !LG.has(a.type.toLowerCase()) : "value" in a)))) + ("button" === l ? !UG.has(a.type.toLowerCase()) : "value" in a)))) ) n.unshift(t); else { let e; - for (e in t) bG.call(t, e) && MG(xG, r.properties, e, t[e]); + for (e in t) GG.call(t, e) && zG(qG, r.properties, e, t[e]); } - for (var a, l; ++o < n.length; ) HG(r.children, n[o]); + for (var a, l; ++o < n.length; ) $G(r.children, n[o]); return ( "element" === r.type && "template" === r.tagName && @@ -59191,8 +59634,8 @@ const RG = r ); }); -var xG, TG; -const NG = { +var qG, YG; +const KG = { 0: "�", 128: "€", 130: "‚", @@ -59222,31 +59665,31 @@ const NG = { 158: "ž", 159: "Ÿ", }; -function SG(e) { +function XG(e) { const t = "string" == typeof e ? e.charCodeAt(0) : e; return t >= 48 && t <= 57; } -function VG(e) { +function QG(e) { const t = "string" == typeof e ? e.charCodeAt(0) : e; return (t >= 97 && t <= 102) || (t >= 65 && t <= 70) || (t >= 48 && t <= 57); } -function _G(e) { +function JG(e) { return ( (function (e) { const t = "string" == typeof e ? e.charCodeAt(0) : e; return (t >= 97 && t <= 122) || (t >= 65 && t <= 90); - })(e) || SG(e) + })(e) || XG(e) ); } -const AG = document.createElement("i"); -function kG(e) { +const ez = document.createElement("i"); +function tz(e) { const t = "&" + e + ";"; - AG.innerHTML = t; - const n = AG.textContent; + ez.innerHTML = t; + const n = ez.textContent; return (59 !== n.charCodeAt(n.length - 1) || "semi" === e) && n !== t && n; } -const IG = String.fromCharCode, - ZG = [ +const nz = String.fromCharCode, + rz = [ "", "Named character references must be terminated by a semicolon", "Numeric character references must be terminated by a semicolon", @@ -59256,7 +59699,7 @@ const IG = String.fromCharCode, "Numeric character references cannot be disallowed", "Numeric character references cannot be outside the permissible Unicode range", ]; -function BG(e, t = {}) { +function oz(e, t = {}) { const n = "string" == typeof t.additional ? t.additional.charCodeAt(0) @@ -59290,7 +59733,7 @@ function BG(e, t = {}) { Number.isNaN(o) || (n && o === n) ) { - (C += IG(s)), d++; + (C += nz(s)), d++; continue; } const a = l + 1; @@ -59307,16 +59750,16 @@ function BG(e, t = {}) { let v = "", E = "", w = ""; - const L = "named" === i ? _G : "decimal" === i ? SG : VG; + const L = "named" === i ? JG : "decimal" === i ? XG : QG; for (f--; ++f <= e.length; ) { const t = e.charCodeAt(f); if (!L(t)) break; - (w += IG(t)), "named" === i && lF.includes(w) && ((v = w), (E = kG(w))); + (w += nz(t)), "named" === i && xF.includes(w) && ((v = w), (E = tz(w))); } let b = 59 === e.charCodeAt(f); if (b) { f++; - const e = "named" === i && kG(w); + const e = "named" === i && tz(w); e && ((v = w), (E = e)); } let M = 1 + f - a, @@ -59331,7 +59774,7 @@ function BG(e, t = {}) { const n = v ? 1 : 3; if (t.attribute) { const t = e.charCodeAt(f); - 61 === t ? (g(n, M), (E = "")) : _G(t) ? (E = "") : g(n, M); + 61 === t ? (g(n, M), (E = "")) : JG(t) ? (E = "") : g(n, M); } else g(n, M); } H = E; @@ -59339,16 +59782,16 @@ function BG(e, t = {}) { b || g(2, M); let e = Number.parseInt(w, "hexadecimal" === i ? 16 : 10); if (((p = e) >= 55296 && p <= 57343) || p > 1114111) - g(7, M), (H = IG(65533)); - else if (e in NG) g(6, M), (H = NG[e]); + g(7, M), (H = nz(65533)); + else if (e in KG) g(6, M), (H = KG[e]); else { let t = ""; - OG(e) && g(6, M), + az(e) && g(6, M), e > 65535 && ((e -= 65536), - (t += IG((e >>> 10) | 55296)), + (t += nz((e >>> 10) | 55296)), (e = 56320 | (1023 & e))), - (H = t + IG(e)); + (H = t + nz(e)); } } else "named" !== i && g(4, M); @@ -59368,7 +59811,7 @@ function BG(e, t = {}) { } else (w = e.slice(a - 1, f)), (C += w), (d += w.length), (l = f - 1); } else 10 === s && (c++, i++, (d = 0)), - Number.isNaN(s) ? h() : ((C += IG(s)), d++); + Number.isNaN(s) ? h() : ((C += nz(s)), d++); var p; return r.join(""); function m() { @@ -59380,7 +59823,7 @@ function BG(e, t = {}) { ((r = m()), (r.column += n), (r.offset += n), - t.warning.call(t.warningContext, ZG[e], r, e)); + t.warning.call(t.warningContext, rz[e], r, e)); } function h() { C && @@ -59389,7 +59832,7 @@ function BG(e, t = {}) { (C = "")); } } -function OG(e) { +function az(e) { return ( (e >= 1 && e <= 8) || 11 === e || @@ -59400,29 +59843,29 @@ function OG(e) { 65534 == (65535 & e) ); } -var DG = 0, - PG = {}, - FG = { +var lz = 0, + iz = {}, + Cz = { util: { type: function (e) { return Object.prototype.toString.call(e).slice(8, -1); }, objId: function (e) { return ( - e.__id || Object.defineProperty(e, "__id", { value: ++DG }), e.__id + e.__id || Object.defineProperty(e, "__id", { value: ++lz }), e.__id ); }, clone: function e(t, n) { var r, o; - switch (((n = n || {}), FG.util.type(t))) { + switch (((n = n || {}), Cz.util.type(t))) { case "Object": - if (((o = FG.util.objId(t)), n[o])) return n[o]; + if (((o = Cz.util.objId(t)), n[o])) return n[o]; for (var a in ((r = {}), (n[o] = r), t)) t.hasOwnProperty(a) && (r[a] = e(t[a], n)); return r; case "Array": return ( - (o = FG.util.objId(t)), + (o = Cz.util.objId(t)), n[o] ? n[o] : ((r = []), @@ -59438,17 +59881,17 @@ var DG = 0, }, }, languages: { - plain: PG, - plaintext: PG, - text: PG, - txt: PG, + plain: iz, + plaintext: iz, + text: iz, + txt: iz, extend: function (e, t) { - var n = FG.util.clone(FG.languages[e]); + var n = Cz.util.clone(Cz.languages[e]); for (var r in t) n[r] = t[r]; return n; }, insertBefore: function (e, t, n, r) { - var o = (r = r || FG.languages)[e], + var o = (r = r || Cz.languages)[e], a = {}; for (var l in o) if (o.hasOwnProperty(l)) { @@ -59458,7 +59901,7 @@ var DG = 0, var C = r[e]; return ( (r[e] = a), - FG.languages.DFS(FG.languages, function (t, n) { + Cz.languages.DFS(Cz.languages, function (t, n) { n === C && t != e && (this[t] = a); }), a @@ -59466,12 +59909,12 @@ var DG = 0, }, DFS: function e(t, n, r, o) { o = o || {}; - var a = FG.util.objId; + var a = Cz.util.objId; for (var l in t) if (t.hasOwnProperty(l)) { n.call(t, l, t[l], r || l); var i = t[l], - C = FG.util.type(i); + C = Cz.util.type(i); "Object" !== C || o[a(i)] ? "Array" !== C || o[a(i)] || ((o[a(i)] = !0), e(i, n, l, o)) : ((o[a(i)] = !0), e(i, n, null, o)); @@ -59481,12 +59924,12 @@ var DG = 0, plugins: {}, highlight: function (e, t, n) { var r = { code: e, grammar: t, language: n }; - if ((FG.hooks.run("before-tokenize", r), !r.grammar)) + if ((Cz.hooks.run("before-tokenize", r), !r.grammar)) throw new Error('The language "' + r.language + '" has no grammar.'); return ( - (r.tokens = FG.tokenize(r.code, r.grammar)), - FG.hooks.run("after-tokenize", r), - UG.stringify(FG.util.encode(r.tokens), r.language) + (r.tokens = Cz.tokenize(r.code, r.grammar)), + Cz.hooks.run("after-tokenize", r), + sz.stringify(Cz.util.encode(r.tokens), r.language) ); }, tokenize: function (e, t) { @@ -59495,10 +59938,10 @@ var DG = 0, for (var r in n) t[r] = n[r]; delete t.rest; } - var o = new $G(); + var o = new uz(); return ( - WG(o, o.head, e), - zG(e, o, t, o.head, 0), + pz(o, o.head, e), + dz(e, o, t, o.head, 0), (function (e) { var t = [], n = e.head.next; @@ -59510,23 +59953,23 @@ var DG = 0, hooks: { all: {}, add: function (e, t) { - var n = FG.hooks.all; + var n = Cz.hooks.all; (n[e] = n[e] || []), n[e].push(t); }, run: function (e, t) { - var n = FG.hooks.all[e]; + var n = Cz.hooks.all[e]; if (n && n.length) for (var r, o = 0; (r = n[o++]); ) r(t); }, }, - Token: UG, + Token: sz, }; -function UG(e, t, n, r) { +function sz(e, t, n, r) { (this.type = e), (this.content = t), (this.alias = n), (this.length = 0 | (r || "").length); } -function GG(e, t, n, r) { +function cz(e, t, n, r) { e.lastIndex = t; var o = e.exec(n); if (o && r && o[1]) { @@ -59535,7 +59978,7 @@ function GG(e, t, n, r) { } return o; } -function zG(e, t, n, r, o, a) { +function dz(e, t, n, r, o, a) { for (var l in n) if (n.hasOwnProperty(l) && n[l]) { var i = n[l]; @@ -59558,17 +60001,17 @@ function zG(e, t, n, r, o, a) { ) { var v = h.value; if (t.length > e.length) return; - if (!(v instanceof UG)) { + if (!(v instanceof sz)) { var E, w = 1; if (u) { - if (!(E = GG(g, f, e, d)) || E.index >= e.length) break; + if (!(E = cz(g, f, e, d)) || E.index >= e.length) break; var L = E.index, b = E.index + E[0].length, M = f; for (M += h.value.length; L >= M; ) M += (h = h.next).value.length; - if (((f = M -= h.value.length), h.value instanceof UG)) continue; + if (((f = M -= h.value.length), h.value instanceof sz)) continue; for ( var H = h; H !== t.tail && (M < b || "string" == typeof H.value); @@ -59576,7 +60019,7 @@ function zG(e, t, n, r, o, a) { ) w++, (M += H.value.length); w--, (v = e.slice(f, M)), (E.index -= f); - } else if (!(E = GG(g, 0, v, d))) continue; + } else if (!(E = cz(g, 0, v, d))) continue; L = E.index; var y = E[0], R = v.slice(0, L), @@ -59585,14 +60028,14 @@ function zG(e, t, n, r, o, a) { a && T > a.reach && (a.reach = T); var N = h.prev; if ( - (R && ((N = WG(t, N, R)), (f += R.length)), - jG(t, N, w), - (h = WG(t, N, new UG(l, c ? FG.tokenize(y, c) : y, p, y))), - x && WG(t, h, x), + (R && ((N = pz(t, N, R)), (f += R.length)), + mz(t, N, w), + (h = pz(t, N, new sz(l, c ? Cz.tokenize(y, c) : y, p, y))), + x && pz(t, h, x), w > 1) ) { var S = { cause: l + "," + C, reach: T }; - zG(e, t, n, h.prev, f, S), + dz(e, t, n, h.prev, f, S), a && S.reach > a.reach && (a.reach = S.reach); } } @@ -59600,26 +60043,26 @@ function zG(e, t, n, r, o, a) { } } } -function $G() { +function uz() { var e = { value: null, prev: null, next: null }, t = { value: null, prev: e, next: null }; (e.next = t), (this.head = e), (this.tail = t), (this.length = 0); } -function WG(e, t, n) { +function pz(e, t, n) { var r = t.next, o = { value: n, prev: t, next: r }; return (t.next = o), (r.prev = o), e.length++, o; } -function jG(e, t, n) { +function mz(e, t, n) { for (var r = t.next, o = 0; o < n && r !== e.tail; o++) r = r.next; (t.next = r), (r.prev = t), (e.length -= o); } -const qG = FG, - YG = {}.hasOwnProperty; -function KG() {} -KG.prototype = qG; -const XG = new KG(); -function QG(e) { +const gz = Cz, + hz = {}.hasOwnProperty; +function fz() {} +fz.prototype = gz; +const vz = new fz(); +function Ez(e) { e.languages.abap = { comment: /^\*.*/m, string: /(`|')(?:\\.|(?!\1)[^\\\r\n])*\1/, @@ -59655,7 +60098,7 @@ function QG(e) { punctuation: /[,.:()]/, }; } -function JG(e) { +function wz(e) { !(function (e) { var t = "(?:ALPHA|BIT|CHAR|CR|CRLF|CTL|DIGIT|DQUOTE|HEXDIG|HTAB|LF|LWSP|OCTET|SP|VCHAR|WSP)"; @@ -59702,8 +60145,8 @@ function JG(e) { }; })(e); } -function ez(e) { - e.register(XU), +function Lz(e) { + e.register(vG), (e.languages.actionscript = e.languages.extend("javascript", { keyword: /\b(?:as|break|case|catch|class|const|default|delete|do|dynamic|each|else|extends|final|finally|for|function|get|if|implements|import|in|include|instanceof|interface|internal|is|namespace|native|new|null|override|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|use|var|void|while|with)\b/, @@ -59722,7 +60165,7 @@ function ez(e) { }, }); } -function tz(e) { +function bz(e) { e.languages.ada = { comment: /--.*/, string: /"(?:""|[^"\r\f\n])*"/, @@ -59743,7 +60186,7 @@ function tz(e) { variable: /\b[a-z](?:\w)*\b/i, }; } -function nz(e) { +function Mz(e) { !(function (e) { e.languages.agda = { comment: /\{-[\s\S]*?(?:-\}|$)|--.*/, @@ -59760,7 +60203,7 @@ function nz(e) { }; })(e); } -function rz(e) { +function Hz(e) { e.languages.al = { comment: /\/\/.*|\/\*[\s\S]*?\*\//, string: { @@ -59786,7 +60229,7 @@ function rz(e) { punctuation: /[()\[\]{}:.;,]/, }; } -function oz(e) { +function yz(e) { (e.languages.antlr4 = { comment: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/, string: { pattern: /'(?:\\.|[^\\'\r\n])*'/, greedy: !0 }, @@ -59833,7 +60276,7 @@ function oz(e) { }), (e.languages.g4 = e.languages.antlr4); } -function az(e) { +function Rz(e) { e.languages.apacheconf = { comment: /#.*/, "directive-inline": { @@ -59875,9 +60318,9 @@ function az(e) { regex: /\^?.*\$|\^.*\$?/, }; } -function lz(e) { - e.register(OU), - e.register(gG), +function xz(e) { + e.register(aG), + e.register(ZG), (function (e) { var t = /\b(?:(?:after|before)(?=\s+[a-z])|abstract|activate|and|any|array|as|asc|autonomous|begin|bigdecimal|blob|boolean|break|bulk|by|byte|case|cast|catch|char|class|collect|commit|const|continue|currency|date|datetime|decimal|default|delete|desc|do|double|else|end|enum|exception|exit|export|extends|final|finally|float|for|from|get(?=\s*[{};])|global|goto|group|having|hint|if|implements|import|in|inner|insert|instanceof|int|integer|interface|into|join|like|limit|list|long|loop|map|merge|new|not|null|nulls|number|object|of|on|or|outer|override|package|parallel|pragma|private|protected|public|retrieve|return|rollback|select|set|short|sObject|sort|static|string|super|switch|synchronized|system|testmethod|then|this|throw|time|transaction|transient|trigger|try|undelete|update|upsert|using|virtual|void|webservice|when|where|while|(?:inherited|with|without)\s+sharing)\b/i, @@ -59942,7 +60385,7 @@ function lz(e) { }; })(e); } -function iz(e) { +function Tz(e) { e.languages.apl = { comment: /(?:⍝|#[! ]).*$/m, string: { pattern: /'(?:[^'\r\n]|'')*'/, greedy: !0 }, @@ -59960,7 +60403,7 @@ function iz(e) { dfn: { pattern: /[{}⍺⍵⍶⍹∇⍫:]/, alias: "builtin" }, }; } -function Cz(e) { +function Nz(e) { e.languages.applescript = { comment: [ /\(\*(?:\(\*(?:[^*]|\*(?!\)))*\*\)|(?!\(\*)[\s\S])*?\*\)/, @@ -59980,7 +60423,7 @@ function Cz(e) { punctuation: /[{}():,¬«»《》]/, }; } -function sz(e) { +function Sz(e) { e.languages.aql = { comment: /\/\/.*|\/\*[\s\S]*?\*\//, property: { @@ -60011,7 +60454,7 @@ function sz(e) { punctuation: /::|[?.:,;()[\]{}]/, }; } -function cz(e) { +function Vz(e) { e.languages.arff = { comment: /%.*/, string: { pattern: /(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/, greedy: !0 }, @@ -60020,7 +60463,7 @@ function cz(e) { punctuation: /[{},]/, }; } -function dz(e) { +function _z(e) { (e.languages.armasm = { comment: { pattern: /;.*/, greedy: !0 }, string: { @@ -60053,7 +60496,7 @@ function dz(e) { }), (e.languages["arm-asm"] = e.languages.armasm); } -function uz(e) { +function Az(e) { !(function (e) { var t = function (t, n) { return { @@ -60114,7 +60557,7 @@ function uz(e) { (e.languages.art = e.languages.arturo); })(e); } -function pz(e) { +function kz(e) { !(function (e) { var t = { pattern: @@ -60274,9 +60717,9 @@ function pz(e) { (e.languages.adoc = e.languages.asciidoc); })(e); } -function mz(e) { - e.register(GU), - e.register(zU), +function Iz(e) { + e.register(cG), + e.register(dG), (e.languages.aspnet = e.languages.extend("markup", { "page-directive": { pattern: /<%\s*@.*%>/, @@ -60324,7 +60767,7 @@ function mz(e) { }, ); } -function gz(e) { +function Zz(e) { e.languages.asm6502 = { comment: /;.*/, directive: { pattern: /\.\w+(?= )/, alias: "property" }, @@ -60341,7 +60784,7 @@ function gz(e) { punctuation: /[(),:]/, }; } -function hz(e) { +function Bz(e) { e.languages.asmatmel = { comment: { pattern: /;.*/, greedy: !0 }, string: { pattern: /(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/, greedy: !0 }, @@ -60361,7 +60804,7 @@ function hz(e) { punctuation: /[(),:]/, }; } -function fz(e) { +function Oz(e) { e.languages.autohotkey = { comment: [ { pattern: /(^|\s);.*/, lookbehind: !0 }, @@ -60397,7 +60840,7 @@ function fz(e) { punctuation: /[{}[\]():,]/, }; } -function vz(e) { +function Dz(e) { e.languages.autoit = { comment: [ /;.*/, @@ -60431,7 +60874,7 @@ function vz(e) { punctuation: /[\[\]().,:]/, }; } -function Ez(e) { +function Pz(e) { !(function (e) { function t(e, t, n) { return RegExp( @@ -60571,7 +61014,7 @@ function Ez(e) { (e.languages.avs = e.languages.avisynth); })(e); } -function wz(e) { +function Fz(e) { (e.languages["avro-idl"] = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?\*\//, greedy: !0 }, string: { @@ -60611,7 +61054,7 @@ function wz(e) { }), (e.languages.avdl = e.languages["avro-idl"]); } -function Lz(e) { +function Uz(e) { (e.languages.awk = { hashbang: { pattern: /^#!.*/, greedy: !0, alias: "comment" }, comment: { pattern: /#.*/, greedy: !0 }, @@ -60635,7 +61078,7 @@ function Lz(e) { }), (e.languages.gawk = e.languages.awk); } -function bz(e) { +function Gz(e) { !(function (e) { var t = /%%?[~:\w]+%?|!\S+!/, n = { @@ -60725,7 +61168,7 @@ function bz(e) { }; })(e); } -function Mz(e) { +function zz(e) { (e.languages.bbcode = { tag: { pattern: @@ -60748,7 +61191,7 @@ function Mz(e) { }), (e.languages.shortcode = e.languages.bbcode); } -function Hz(e) { +function $z(e) { !(function (e) { e.languages.bbj = { comment: { pattern: /(^|[^\\:])rem\s+.*/i, lookbehind: !0, greedy: !0 }, @@ -60763,7 +61206,7 @@ function Hz(e) { }; })(e); } -function yz(e) { +function Wz(e) { (e.languages.bicep = { comment: [ { @@ -60823,8 +61266,8 @@ function yz(e) { "interpolated-string" ].inside.interpolation.inside.expression.inside = e.languages.bicep); } -function Rz(e) { - e.register(OU), +function jz(e) { + e.register(aG), (e.languages.birb = e.languages.extend("clike", { string: { pattern: /r?("|')(?:\\.|(?!\1)[^\\])*\1/, greedy: !0 }, "class-name": [ @@ -60840,8 +61283,8 @@ function Rz(e) { metadata: { pattern: /<\w+>/, greedy: !0, alias: "symbol" }, }); } -function xz(e) { - e.register(DU), +function qz(e) { + e.register(lG), (e.languages.bison = e.languages.extend("c", {})), e.languages.insertBefore("bison", "comment", { bison: { @@ -60869,7 +61312,7 @@ function xz(e) { }, }); } -function Tz(e) { +function Yz(e) { (e.languages.bnf = { string: { pattern: /"[^\r\n"]*"|'[^\r\n']*'/ }, definition: { @@ -60882,7 +61325,7 @@ function Tz(e) { }), (e.languages.rbnf = e.languages.bnf); } -function Nz(e) { +function Kz(e) { e.languages.bqn = { shebang: { pattern: /^#![ \t]*\/.*/, alias: "important", greedy: !0 }, comment: { pattern: /#.*/, greedy: !0 }, @@ -60929,7 +61372,7 @@ function Nz(e) { punctuation: /[←⇐↩(){}⟨⟩[\]‿·⋄,.;:?]/, }; } -function Sz(e) { +function Xz(e) { e.languages.brainfuck = { pointer: { pattern: /<|>/, alias: "keyword" }, increment: { pattern: /\+/, alias: "inserted" }, @@ -60939,7 +61382,7 @@ function Sz(e) { comment: /\S+/, }; } -function Vz(e) { +function Qz(e) { (e.languages.brightscript = { comment: /(?:\brem|').*/i, "directive-statement": { @@ -60976,7 +61419,7 @@ function Vz(e) { (e.languages.brightscript["directive-statement"].inside.expression.inside = e.languages.brightscript); } -function _z(e) { +function Jz(e) { e.languages.bro = { comment: { pattern: /(^|[^\\$])#.*/, @@ -61002,7 +61445,7 @@ function _z(e) { punctuation: /[{}[\];(),.:]/, }; } -function Az(e) { +function e$(e) { (e.languages.bsl = { comment: /\/\/.*/, string: [ @@ -61052,8 +61495,8 @@ function Az(e) { }), (e.languages.oscript = e.languages.bsl); } -function kz(e) { - e.register(OU), +function t$(e) { + e.register(aG), (e.languages.cfscript = e.languages.extend("clike", { comment: [ { @@ -61092,9 +61535,9 @@ function kz(e) { delete e.languages.cfscript["class-name"], (e.languages.cfc = e.languages.cfscript); } -function Iz(e) { - e.register(OU), - e.register(PU), +function n$(e) { + e.register(aG), + e.register(iG), (e.languages.chaiscript = e.languages.extend("clike", { string: { pattern: /(^|[^\\])'(?:[^'\\]|\\[\s\S])*'/, @@ -61146,7 +61589,7 @@ function Iz(e) { }, }); } -function Zz(e) { +function r$(e) { e.languages.cil = { comment: /\/\/.*/, string: { @@ -61168,8 +61611,8 @@ function Zz(e) { punctuation: /[{}[\];(),:=]|IL_[0-9A-Za-z]+/, }; } -function Bz(e) { - e.register(DU), +function o$(e) { + e.register(lG), (e.languages.cilkc = e.languages.insertBefore("c", "function", { "parallel-keyword": { pattern: /\bcilk_(?:for|reducer|s(?:cope|pawn|ync))\b/, @@ -61178,8 +61621,8 @@ function Bz(e) { })), (e.languages["cilk-c"] = e.languages.cilkc); } -function Oz(e) { - e.register(PU), +function a$(e) { + e.register(iG), (e.languages.cilkcpp = e.languages.insertBefore("cpp", "function", { "parallel-keyword": { pattern: /\bcilk_(?:for|reducer|s(?:cope|pawn|ync))\b/, @@ -61189,7 +61632,7 @@ function Oz(e) { (e.languages["cilk-cpp"] = e.languages.cilkcpp), (e.languages.cilk = e.languages.cilkcpp); } -function Dz(e) { +function l$(e) { e.languages.clojure = { comment: { pattern: /;.*/, greedy: !0 }, string: { pattern: /"(?:[^"\\]|\\.)*"/, greedy: !0 }, @@ -61214,7 +61657,7 @@ function Dz(e) { punctuation: /[{}\[\](),]/, }; } -function Pz(e) { +function i$(e) { e.languages.cmake = { comment: /#.*/, string: { @@ -61244,7 +61687,7 @@ function Pz(e) { punctuation: /[()>}]|\$[<{]/, }; } -function Fz(e) { +function C$(e) { e.languages.cobol = { comment: { pattern: /\*>.*|(^[ \t]*)\*.*/m, lookbehind: !0, greedy: !0 }, string: { @@ -61287,8 +61730,8 @@ function Fz(e) { punctuation: /[.:,()]/, }; } -function Uz(e) { - e.register(XU), +function s$(e) { + e.register(vG), (function (e) { var t = /#(?!\{).+/, n = { pattern: /#\{[^}]+\}/, alias: "variable" }; @@ -61343,7 +61786,7 @@ function Uz(e) { (e.languages.coffee = e.languages.coffeescript); })(e); } -function Gz(e) { +function c$(e) { (e.languages.concurnas = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?(?:\*\/|$)|\/\/.*)/, @@ -61403,7 +61846,7 @@ function Gz(e) { }), (e.languages.conc = e.languages.concurnas); } -function zz(e) { +function d$(e) { !(function (e) { function t(e) { return RegExp( @@ -61454,7 +61897,7 @@ function zz(e) { }; })(e); } -function $z(e) { +function u$(e) { !(function (e) { var t = /(?:(?!\s)[\d$+<=a-zA-Z\x80-\uFFFF])+/.source, n = /[^{}@#]+/.source, @@ -61549,7 +61992,7 @@ function $z(e) { }; })(e); } -function Wz(e) { +function p$(e) { !(function (e) { for ( var t = /\(\*(?:[^(*]|\((?!\*)|\*(?!\))|)*\*\)/.source, n = 0; @@ -61599,8 +62042,8 @@ function Wz(e) { }); })(e); } -function jz(e) { - e.register(dG), +function m$(e) { + e.register(_G), (function (e) { (e.languages.crystal = e.languages.extend("ruby", { keyword: [ @@ -61647,8 +62090,8 @@ function jz(e) { }); })(e); } -function qz(e) { - e.register($U), +function g$(e) { + e.register(uG), (function (e) { var t, n = /("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/; @@ -61739,13 +62182,13 @@ function qz(e) { }); })(e); } -function Yz(e) { +function h$(e) { e.languages.csv = { value: /[^\r\n,"]+|"(?:[^"]|"")*"(?!")/, punctuation: /,/, }; } -function Kz(e) { +function f$(e) { !(function (e) { var t = "(?:" + @@ -61811,7 +62254,7 @@ function Kz(e) { ].inside.interpolation.inside.expression.inside = e.languages.cue); })(e); } -function Xz(e) { +function v$(e) { e.languages.cypher = { comment: /\/\/.*/, string: { @@ -61841,8 +62284,8 @@ function Xz(e) { punctuation: /[()[\]{},;.]/, }; } -function Qz(e) { - e.register(OU), +function E$(e) { + e.register(aG), (e.languages.d = e.languages.extend("clike", { comment: [ { pattern: /^\s*#!.+/, greedy: !0 }, @@ -61908,8 +62351,8 @@ function Qz(e) { }, }); } -function Jz(e) { - e.register(OU), +function w$(e) { + e.register(aG), (function (e) { var t = [ /\b(?:async|sync|yield)\*/, @@ -61976,7 +62419,7 @@ function Jz(e) { }); })(e); } -function e$(e) { +function L$(e) { !(function (e) { e.languages.dataweave = { url: /\b[A-Za-z]+:\/\/[\w/:.?=&-]+|\burn:[\w:.?=&-]+/, @@ -62007,7 +62450,7 @@ function e$(e) { }; })(e); } -function t$(e) { +function b$(e) { e.languages.dax = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/).*)/, @@ -62030,7 +62473,7 @@ function t$(e) { punctuation: /[;\[\](){}`,.]/, }; } -function n$(e) { +function M$(e) { (e.languages.dhall = { comment: /--.*|\{-(?:[^-{]|-(?!\})|\{(?!-)|\{-(?:[^-{]|-(?!\})|\{(?!-))*-\})*-\}/, @@ -62081,8 +62524,8 @@ function n$(e) { (e.languages.dhall.string.inside.interpolation.inside.expression.inside = e.languages.dhall); } -function r$(e) { - e.register(iG), +function H$(e) { + e.register(TG), (function (e) { e.languages.django = { comment: /^\{#[\s\S]*?#\}$/, @@ -62124,7 +62567,7 @@ function r$(e) { }); })(e); } -function o$(e) { +function y$(e) { (e.languages["dns-zone-file"] = { comment: /;.*/, string: { pattern: /"(?:\\.|[^"\\\r\n])*"/, greedy: !0 }, @@ -62148,7 +62591,7 @@ function o$(e) { }), (e.languages["dns-zone"] = e.languages["dns-zone-file"]); } -function a$(e) { +function R$(e) { !(function (e) { var t = /\\[\r\n](?:\s|\\[\r\n]|#.*(?!.))*(?![\s#]|\\[\r\n])/.source, n = /(?:[ \t]+(?![ \t])(?:)?|)/.source.replace( @@ -62241,7 +62684,7 @@ function a$(e) { (e.languages.dockerfile = e.languages.docker); })(e); } -function l$(e) { +function x$(e) { !(function (e) { var t = "(?:" + @@ -62308,7 +62751,7 @@ function l$(e) { (e.languages.gv = e.languages.dot); })(e); } -function i$(e) { +function T$(e) { e.languages.ebnf = { comment: /\(\*[\s\S]*?\*\)/, string: { pattern: /"[^"\r\n]*"|'[^'\r\n]*'/, greedy: !0 }, @@ -62323,7 +62766,7 @@ function i$(e) { operator: /[-=|*/!]/, }; } -function C$(e) { +function N$(e) { e.languages.editorconfig = { comment: /[;#].*/, section: { @@ -62348,7 +62791,7 @@ function C$(e) { }, }; } -function s$(e) { +function S$(e) { e.languages.eiffel = { comment: /--.*/, string: [ @@ -62369,9 +62812,9 @@ function s$(e) { operator: /\\\\|\|\.\.\||\.\.|\/[~\/=]?|[><]=?|[-+*^=~]/, }; } -function c$(e) { - e.register(XU), - e.register(iG), +function V$(e) { + e.register(vG), + e.register(TG), (function (e) { (e.languages.ejs = { delimiter: { pattern: /^<%[-_=]?|[-_]?%>$/, alias: "punctuation" }, @@ -62394,7 +62837,7 @@ function c$(e) { (e.languages.eta = e.languages.ejs); })(e); } -function d$(e) { +function _$(e) { (e.languages.elixir = { doc: { pattern: @@ -62450,7 +62893,7 @@ function d$(e) { }; }); } -function u$(e) { +function A$(e) { e.languages.elm = { comment: /--.*|\{-[\s\S]*?-\}/, char: { @@ -62479,9 +62922,9 @@ function u$(e) { punctuation: /[{}[\]|(),.:]/, }; } -function p$(e) { - e.register(tG), - e.register(iG), +function k$(e) { + e.register(bG), + e.register(TG), (function (e) { (e.languages.etlua = { delimiter: { pattern: /^<%[-=]?|-?%>$/, alias: "punctuation" }, @@ -62499,9 +62942,9 @@ function p$(e) { }); })(e); } -function m$(e) { - e.register(iG), - e.register(dG), +function I$(e) { + e.register(TG), + e.register(_G), (function (e) { (e.languages.erb = { delimiter: { @@ -62527,7 +62970,7 @@ function m$(e) { }); })(e); } -function g$(e) { +function Z$(e) { e.languages.erlang = { comment: /%.+/, string: { pattern: /"(?:\\.|[^\\"\r\n])*"/, greedy: !0 }, @@ -62554,7 +62997,7 @@ function g$(e) { punctuation: /[()[\]{}:;,.#|]|<<|>>/, }; } -function h$(e) { +function B$(e) { (e.languages["excel-formula"] = { comment: { pattern: /(\bN\(\s*)"(?:[^"]|"")*"(?=\s*\))/i, @@ -62598,8 +63041,8 @@ function h$(e) { }), (e.languages.xlsx = e.languages.xls = e.languages["excel-formula"]); } -function f$(e) { - e.register(OU), +function O$(e) { + e.register(aG), (e.languages.fsharp = e.languages.extend("clike", { comment: [ { @@ -62673,7 +63116,7 @@ function f$(e) { }, }); } -function v$(e) { +function D$(e) { !(function (e) { var t = { function: @@ -63429,7 +63872,7 @@ function v$(e) { (e.languages.factor = r); })(e); } -function E$(e) { +function P$(e) { !(function (e) { e.languages.false = { comment: { pattern: /\{[^}]*\}/ }, @@ -63444,8 +63887,8 @@ function E$(e) { }; })(e); } -function w$(e) { - e.register(OU), +function F$(e) { + e.register(aG), (e.languages["firestore-security-rules"] = e.languages.extend("clike", { comment: /\/\/.*/, keyword: @@ -63475,8 +63918,8 @@ function w$(e) { }, }); } -function L$(e) { - e.register(XU), +function U$(e) { + e.register(vG), (function (e) { (e.languages.flow = e.languages.extend("javascript", {})), e.languages.insertBefore("flow", "keyword", { @@ -63509,7 +63952,7 @@ function L$(e) { ); })(e); } -function b$(e) { +function G$(e) { e.languages.fortran = { "quoted-number": { pattern: /[BOZ](['"])[A-F0-9]+\1/i, alias: "number" }, string: { @@ -63533,8 +63976,8 @@ function b$(e) { punctuation: /\(\/|\/\)|[(),;:&]/, }; } -function M$(e) { - e.register(iG), +function z$(e) { + e.register(TG), (function (e) { for ( var t = @@ -63637,8 +64080,8 @@ function M$(e) { }); })(e); } -function H$(e) { - e.register(OU), +function $$(e) { + e.register(aG), (e.languages.gamemakerlanguage = e.languages.gml = e.languages.extend("clike", { keyword: @@ -63653,7 +64096,7 @@ function H$(e) { /\b(?:alarm|application_surface|async_load|background_(?:alpha|blend|color|colour|foreground|height|hspeed|htiled|index|showcolor|showcolour|visible|vspeed|vtiled|width|x|xscale|y|yscale)|bbox_(?:bottom|left|right|top)|browser_(?:height|width)|caption_(?:health|lives|score)|current_(?:day|hour|minute|month|second|time|weekday|year)|cursor_sprite|debug_mode|delta_time|direction|display_aa|error_(?:last|occurred)|event_(?:action|number|object|type)|fps|fps_real|friction|game_(?:display|project|save)_(?:id|name)|gamemaker_(?:pro|registered|version)|gravity|gravity_direction|(?:h|v)speed|health|iap_data|id|image_(?:alpha|angle|blend|depth|index|number|speed|xscale|yscale)|instance_(?:count|id)|keyboard_(?:key|lastchar|lastkey|string)|layer|lives|mask_index|mouse_(?:button|lastbutton|x|y)|object_index|os_(?:browser|device|type|version)|path_(?:endaction|index|orientation|position|positionprevious|scale|speed)|persistent|phy_(?:rotation|(?:col_normal|collision|com|linear_velocity|position|speed)_(?:x|y)|angular_(?:damping|velocity)|position_(?:x|y)previous|speed|linear_damping|bullet|fixed_rotation|active|mass|inertia|dynamic|kinematic|sleeping|collision_points)|pointer_(?:invalid|null)|room|room_(?:caption|first|height|last|persistent|speed|width)|score|secure_mode|show_(?:health|lives|score)|solid|speed|sprite_(?:height|index|width|xoffset|yoffset)|temp_directory|timeline_(?:index|loop|position|running|speed)|transition_(?:color|kind|steps)|undefined|view_(?:angle|current|enabled|(?:h|v)(?:border|speed)|(?:h|w|x|y)port|(?:h|w|x|y)view|object|surface_id|visible)|visible|webgl_enabled|working_directory|(?:x|y)(?:previous|start)|x|y|argument(?:_relitive|_count|\d)|argument|global|local|other|self)\b/, })); } -function y$(e) { +function W$(e) { (e.languages.gap = { shell: { pattern: /^gap>[\s\S]*?(?=^gap>|$(?![\s\S]))/m, @@ -63700,7 +64143,7 @@ function y$(e) { }), (e.languages.gap.shell.inside.gap.inside = e.languages.gap); } -function R$(e) { +function j$(e) { e.languages.gcode = { comment: /;.*|\B\(.*?\)\B/, string: { pattern: /"(?:""|[^"])*"/, greedy: !0 }, @@ -63710,7 +64153,7 @@ function R$(e) { punctuation: /[:*]/, }; } -function x$(e) { +function q$(e) { e.languages.gdscript = { comment: /#.*/, string: { @@ -63737,7 +64180,7 @@ function x$(e) { punctuation: /[.:,;()[\]{}]/, }; } -function T$(e) { +function Y$(e) { e.languages.gedcom = { "line-value": { pattern: @@ -63763,7 +64206,7 @@ function T$(e) { }, }; } -function N$(e) { +function K$(e) { (e.languages.gettext = { comment: [ { pattern: /# .*/, greedy: !0, alias: "translator-comment" }, @@ -63788,7 +64231,7 @@ function N$(e) { }), (e.languages.po = e.languages.gettext); } -function S$(e) { +function X$(e) { !(function (e) { var t = /(?:\r?\n|\r)[ \t]*\|.+\|(?:(?!\|).)*/.source; e.languages.gherkin = { @@ -63842,7 +64285,7 @@ function S$(e) { }; })(e); } -function V$(e) { +function Q$(e) { e.languages.git = { comment: /^#.*/m, deleted: /^[-–].*/m, @@ -63853,14 +64296,14 @@ function V$(e) { "commit-sha1": /^commit \w{40}$/m, }; } -function _$(e) { - e.register(DU), +function J$(e) { + e.register(lG), (e.languages.glsl = e.languages.extend("c", { keyword: /\b(?:active|asm|atomic_uint|attribute|[ibdu]?vec[234]|bool|break|buffer|case|cast|centroid|class|coherent|common|const|continue|d?mat[234](?:x[234])?|default|discard|do|double|else|enum|extern|external|false|filter|fixed|flat|float|for|fvec[234]|goto|half|highp|hvec[234]|[iu]?sampler2DMS(?:Array)?|[iu]?sampler2DRect|[iu]?samplerBuffer|[iu]?samplerCube|[iu]?samplerCubeArray|[iu]?sampler[123]D|[iu]?sampler[12]DArray|[iu]?image2DMS(?:Array)?|[iu]?image2DRect|[iu]?imageBuffer|[iu]?imageCube|[iu]?imageCubeArray|[iu]?image[123]D|[iu]?image[12]DArray|if|in|inline|inout|input|int|interface|invariant|layout|long|lowp|mediump|namespace|noinline|noperspective|out|output|partition|patch|precise|precision|public|readonly|resource|restrict|return|sample|sampler[12]DArrayShadow|sampler[12]DShadow|sampler2DRectShadow|sampler3DRect|samplerCubeArrayShadow|samplerCubeShadow|shared|short|sizeof|smooth|static|struct|subroutine|superp|switch|template|this|true|typedef|uint|uniform|union|unsigned|using|varying|void|volatile|while|writeonly)\b/, })); } -function A$(e) { +function eW(e) { (e.languages.gn = { comment: { pattern: /#.*/, greedy: !0 }, "string-literal": { @@ -63904,7 +64347,7 @@ function A$(e) { ].inside.interpolation.inside.expression.inside = e.languages.gn), (e.languages.gni = e.languages.gn); } -function k$(e) { +function tW(e) { (e.languages["linker-script"] = { comment: { pattern: /(^|\s)\/\*[\s\S]*?(?:$|\*\/)/, @@ -63921,7 +64364,7 @@ function k$(e) { }), (e.languages.ld = e.languages["linker-script"]); } -function I$(e) { +function nW(e) { e.languages["go-mod"] = e.languages["go-module"] = { comment: { pattern: /\/\/.*/, greedy: !0 }, version: { @@ -63942,8 +64385,8 @@ function I$(e) { punctuation: /[()[\],]/, }; } -function Z$(e) { - e.register(OU), +function rW(e) { + e.register(aG), (function (e) { var t = { pattern: /((?:^|[^\\$])(?:\\{2})*)\$(?:\w+|\{[^{}]*\})/, @@ -63995,7 +64438,7 @@ function Z$(e) { (t.inside.expression.inside = e.languages.gradle); })(e); } -function B$(e) { +function oW(e) { (e.languages.graphql = { comment: /#.*/, description: { @@ -64129,8 +64572,8 @@ function B$(e) { } }); } -function O$(e) { - e.register(OU), +function aW(e) { + e.register(aG), (function (e) { var t = { pattern: /((?:^|[^\\$])(?:\\{2})*)\$(?:\w+|\{[^{}]*\})/, @@ -64182,8 +64625,8 @@ function O$(e) { (t.inside.expression.inside = e.languages.groovy); })(e); } -function D$(e) { - e.register(zU), +function lW(e) { + e.register(dG), (function (e) { var t = /\([^|()\n]+\)|\[[^\]\n]+\]|\{[^}\n]+\}/.source, n = /\)|\((?![^|()\n]+\))/.source; @@ -64399,8 +64842,8 @@ function D$(e) { (s.mark = i.mark); })(e); } -function P$(e) { - e.register(dG), +function iW(e) { + e.register(_G), (function (e) { e.languages.haml = { "multiline-comment": { @@ -64526,8 +64969,8 @@ function P$(e) { e.languages.insertBefore("haml", "filter", n); })(e); } -function F$(e) { - e.register(iG), +function CW(e) { + e.register(TG), (function (e) { (e.languages.handlebars = { comment: /\{\{![\s\S]*?\}\}/, @@ -64565,7 +65008,7 @@ function F$(e) { (e.languages.mustache = e.languages.handlebars); })(e); } -function U$(e) { +function sW(e) { (e.languages.haskell = { comment: { pattern: @@ -64609,8 +65052,8 @@ function U$(e) { }), (e.languages.hs = e.languages.haskell); } -function G$(e) { - e.register(OU), +function cW(e) { + e.register(aG), (e.languages.haxe = e.languages.extend("clike", { string: { pattern: /"(?:[^"\\]|\\[\s\S])*"/, greedy: !0 }, "class-name": [ @@ -64675,7 +65118,7 @@ function G$(e) { reification: { pattern: /\$(?:\w+|(?=\{))/, alias: "important" }, }); } -function z$(e) { +function dW(e) { e.languages.hcl = { comment: /(?:\/\/|#).*|\/\*[\s\S]*?(?:\*\/|$)/, heredoc: { @@ -64739,8 +65182,8 @@ function z$(e) { punctuation: /[=\[\]{}]/, }; } -function $$(e) { - e.register(DU), +function uW(e) { + e.register(lG), (e.languages.hlsl = e.languages.extend("c", { "class-name": [ e.languages.c["class-name"], @@ -64755,7 +65198,7 @@ function $$(e) { boolean: /\b(?:false|true)\b/, })); } -function W$(e) { +function pW(e) { e.languages.hoon = { comment: { pattern: /::.*/, greedy: !0 }, string: { pattern: /"(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*'/, greedy: !0 }, @@ -64766,7 +65209,7 @@ function W$(e) { /\.[\^\+\*=\?]|![><:\.=\?!]|=[>|:,\.\-\^<+;/~\*\?]|\?[>|:\.\-\^<\+&~=@!]|\|[\$_%:\.\-\^~\*=@\?]|\+[|\$\+\*]|:[_\-\^\+~\*]|%[_:\.\-\^\+~\*=]|\^[|:\.\-\+&~\*=\?]|\$[|_%:<>\-\^&~@=\?]|;[:<\+;\/~\*=]|~[>|\$_%<\+\/&=\?!]|--|==/, }; } -function j$(e) { +function mW(e) { e.languages.hpkp = { directive: { pattern: @@ -64777,7 +65220,7 @@ function j$(e) { punctuation: /;/, }; } -function q$(e) { +function gW(e) { e.languages.hsts = { directive: { pattern: /\b(?:includeSubDomains|max-age|preload)(?=[\s;=]|$)/i, @@ -64787,7 +65230,7 @@ function q$(e) { punctuation: /;/, }; } -function Y$(e) { +function hW(e) { (e.languages.uri = { scheme: { pattern: /^[a-z][a-z0-9+.-]*:/im, @@ -64862,7 +65305,7 @@ function Y$(e) { }), (e.languages.url = e.languages.uri); } -function K$(e) { +function fW(e) { !(function (e) { function t(e) { return RegExp("(^(?:" + e + "):[ \t]*(?![ \t]))[^]+", "i"); @@ -64970,7 +65413,7 @@ function K$(e) { n && e.languages.insertBefore("http", "header", n); })(e); } -function X$(e) { +function vW(e) { e.languages.ichigojam = { comment: /(?:\B'|REM)(?:[^\n\r]*)/i, string: { pattern: /"(?:""|[!#$%&'()*,\/:;<=>?^\w +\-.])*"/, greedy: !0 }, @@ -64984,7 +65427,7 @@ function X$(e) { punctuation: /[\[,;:()\]]/, }; } -function Q$(e) { +function EW(e) { e.languages.icon = { comment: /#.*/, string: { @@ -65006,7 +65449,7 @@ function Q$(e) { punctuation: /[\[\](){},;]/, }; } -function J$(e) { +function wW(e) { !(function (e) { function t(e, n) { return n <= 0 @@ -65123,8 +65566,8 @@ function J$(e) { ].inside.rest = e.languages["icu-message-format"]); })(e); } -function eW(e) { - e.register(U$), +function LW(e) { + e.register(sW), (e.languages.idris = e.languages.extend("haskell", { comment: { pattern: /(?:(?:--|\|\|\|).*$|\{-[\s\S]*?-\})/m }, keyword: @@ -65140,7 +65583,7 @@ function eW(e) { }), (e.languages.idr = e.languages.idris); } -function tW(e) { +function bW(e) { !(function (e) { (e.languages.ignore = { comment: /^#.*/m, @@ -65159,7 +65602,7 @@ function tW(e) { (e.languages.npmignore = e.languages.ignore); })(e); } -function nW(e) { +function MW(e) { (e.languages.inform7 = { string: { pattern: /"[^"]*"/, @@ -65218,7 +65661,7 @@ function nW(e) { alias: "comment", }); } -function rW(e) { +function HW(e) { e.languages.io = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?(?:\*\/|$)|\/\/.*|#.*)/, @@ -65242,7 +65685,7 @@ function rW(e) { punctuation: /[{}[\];(),.:]/, }; } -function oW(e) { +function yW(e) { e.languages.j = { comment: { pattern: /\bNB\..*/, greedy: !0 }, string: { pattern: /'(?:''|[^'\r\n])*'/, greedy: !0 }, @@ -65264,7 +65707,7 @@ function oW(e) { punctuation: /[()]/, }; } -function aW(e) { +function RW(e) { !(function (e) { var t = (e.languages.javadoclike = { parameter: { @@ -65314,8 +65757,8 @@ function aW(e) { t.addSupport(["java", "javascript", "php"], t); })(e); } -function lW(e) { - e.register(YU), +function xW(e) { + e.register(hG), (e.languages.scala = e.languages.extend("java", { "triple-quoted-string": { pattern: /"""[\s\S]*?"""/, @@ -65355,10 +65798,10 @@ function lW(e) { delete e.languages.scala.function, delete e.languages.scala.constant; } -function iW(e) { - e.register(YU), - e.register(aW), - e.register(zU), +function TW(e) { + e.register(hG), + e.register(RW), + e.register(dG), (function (e) { var t = /(^(?:[\t ]*(?:\*\s*)*))[^*\s].*$/m, n = /#\s*\w+(?:\s*\([^()]*\))?/.source, @@ -65438,7 +65881,7 @@ function iW(e) { e.languages.javadoclike.addSupport("java", e.languages.javadoc); })(e); } -function CW(e) { +function NW(e) { e.languages.javastacktrace = { summary: { pattern: @@ -65519,7 +65962,7 @@ function CW(e) { }, }; } -function sW(e) { +function SW(e) { e.languages.jexl = { string: /(["'])(?:\\[\s\S]|(?!\1)[^\\])*\1/, transform: { @@ -65537,8 +65980,8 @@ function sW(e) { punctuation: /[{}[\](),.]/, }; } -function cW(e) { - e.register(OU), +function VW(e) { + e.register(aG), (e.languages.jolie = e.languages.extend("clike", { string: { pattern: /(^|[^\\])"(?:\\[\s\S]|[^"\\])*"/, @@ -65578,7 +66021,7 @@ function cW(e) { }, }); } -function dW(e) { +function _W(e) { !(function (e) { var t = /\\\((?:[^()]|\([^()]*\))*\)/.source, n = RegExp( @@ -65636,8 +66079,8 @@ function dW(e) { r.interpolation.inside.content.inside = o; })(e); } -function uW(e) { - e.register(XU), +function AW(e) { + e.register(vG), (function (e) { var t = e.languages.javascript["template-string"], n = t.pattern.source, @@ -65788,10 +66231,10 @@ function uW(e) { }); })(e); } -function pW(e) { - e.register(aW), - e.register(XU), - e.register(fG), +function kW(e) { + e.register(RW), + e.register(vG), + e.register(OG), (function (e) { var t = e.languages.javascript, n = /\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})+\}/.source, @@ -65868,8 +66311,8 @@ function pW(e) { e.languages.javadoclike.addSupport("javascript", e.languages.jsdoc); })(e); } -function mW(e) { - e.register(XU), +function IW(e) { + e.register(vG), (e.languages.n4js = e.languages.extend("javascript", { keyword: /\b(?:Array|any|boolean|break|case|catch|class|const|constructor|continue|debugger|declare|default|delete|do|else|enum|export|extends|false|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|module|new|null|number|package|private|protected|public|return|set|static|string|super|switch|this|throw|true|try|typeof|var|void|while|with|yield)\b/, @@ -65879,8 +66322,8 @@ function mW(e) { }), (e.languages.n4jsd = e.languages.n4js); } -function gW(e) { - e.register(XU), +function ZW(e) { + e.register(vG), (function (e) { function t(e, t) { return RegExp( @@ -65989,8 +66432,8 @@ function gW(e) { } })(e); } -function hW(e) { - e.register(QU), +function BW(e) { + e.register(EG), (function (e) { var t = /("|')(?:\\(?:\r\n?|\n|.)|(?!\1)[^\\\r\n])*\1/; e.languages.json5 = e.languages.extend("json", { @@ -66008,8 +66451,8 @@ function hW(e) { }); })(e); } -function fW(e) { - e.register(QU), +function OW(e) { + e.register(EG), (e.languages.jsonp = e.languages.extend("json", { punctuation: /[{}[\]();,.]/, })), @@ -66018,7 +66461,7 @@ function fW(e) { /(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*\()/, }); } -function vW(e) { +function DW(e) { e.languages.jsstacktrace = { "error-message": { pattern: /^\S.*/m, alias: "string" }, "stack-frame": { @@ -66056,7 +66499,7 @@ function vW(e) { }, }; } -function EW(e) { +function PW(e) { e.languages.julia = { comment: { pattern: @@ -66085,7 +66528,7 @@ function EW(e) { constant: /\b(?:(?:Inf|NaN)(?:16|32|64)?|im|pi)\b|[πℯ]/, }; } -function wW(e) { +function FW(e) { e.languages.keepalived = { comment: { pattern: /[#!].*/, greedy: !0 }, string: { @@ -66126,7 +66569,7 @@ function wW(e) { punctuation: /[\{\}]/, }; } -function LW(e) { +function UW(e) { e.languages.keyman = { comment: { pattern: /\bc .*/i, greedy: !0 }, string: { pattern: /"[^"\r\n]*"|'[^'\r\n]*'/, greedy: !0 }, @@ -66161,7 +66604,7 @@ function LW(e) { punctuation: /[()=,]/, }; } -function bW(e) { +function GW(e) { !(function (e) { var t = /\s\x00-\x1f\x22-\x2f\x3a-\x3f\x5b-\x5e\x60\x7b-\x7e/.source; function n(e, n) { @@ -66233,7 +66676,7 @@ function bW(e) { (e.languages.kum = e.languages.kumir); })(e); } -function MW(e) { +function zW(e) { e.languages.kusto = { comment: { pattern: /\/\/.*/, greedy: !0 }, string: { @@ -66267,7 +66710,7 @@ function MW(e) { punctuation: /[()\[\]{},;.:]/, }; } -function HW(e) { +function $W(e) { !(function (e) { var t = /\\(?:[^a-z()[\]]|[a-z*]+)/i, n = { "equation-command": { pattern: t, alias: "regex" } }; @@ -66312,10 +66755,10 @@ function HW(e) { (e.languages.context = e.languages.latex); })(e); } -function yW(e) { - e.register(OU), - e.register(iG), - e.register(CG), +function WW(e) { + e.register(aG), + e.register(TG), + e.register(NG), (function (e) { e.languages.latte = { comment: /^\{\*[\s\S]*/, @@ -66370,7 +66813,7 @@ function yW(e) { }); })(e); } -function RW(e) { +function jW(e) { !(function (e) { e.languages.scheme = { comment: @@ -66457,8 +66900,8 @@ function RW(e) { }; })(e); } -function xW(e) { - e.register(RW), +function qW(e) { + e.register(jW), (function (e) { for ( var t = @@ -66527,8 +66970,8 @@ function xW(e) { (e.languages.ly = r); })(e); } -function TW(e) { - e.register(iG), +function YW(e) { + e.register(TG), (e.languages.liquid = { comment: { pattern: /(^\{%\s*comment\s*%\})[\s\S]+(?=\{%\s*endcomment\s*%\}$)/, @@ -66575,7 +67018,7 @@ function TW(e) { e.languages["markup-templating"].tokenizePlaceholders(t, "liquid"); }); } -function NW(e) { +function KW(e) { !(function (e) { function t(e) { return RegExp(/(\()/.source + "(?:" + e + ")" + /(?=[\s\)])/.source); @@ -66714,7 +67157,7 @@ function NW(e) { (e.languages["emacs-lisp"] = C); })(e); } -function SW(e) { +function XW(e) { (e.languages.livescript = { comment: [ { pattern: /(^|[^\\])\/\*[\s\S]*?\*\//, lookbehind: !0 }, @@ -66790,7 +67233,7 @@ function SW(e) { "interpolated-string" ].inside.interpolation.inside.rest = e.languages.livescript); } -function VW(e) { +function QW(e) { !(function (e) { e.languages.llvm = { comment: /;.*/, @@ -66810,7 +67253,7 @@ function VW(e) { }; })(e); } -function _W(e) { +function JW(e) { e.languages.log = { string: { pattern: /"(?:[^"\\\r\n]|\\.)*"|'(?![st] | \w)(?:[^'\\\r\n]|\\.)*'/, @@ -66916,7 +67359,7 @@ function _W(e) { punctuation: /[\[\].,]/, }; } -function AW(e) { +function ej(e) { e.languages.lolcode = { comment: [/\bOBTW\s[\s\S]*?\sTLDR\b/, /\bBTW.+/], string: { @@ -66960,7 +67403,7 @@ function AW(e) { punctuation: /\.{3}|…|,|!/, }; } -function kW(e) { +function tj(e) { e.languages.magma = { output: { pattern: @@ -66988,7 +67431,7 @@ function kW(e) { punctuation: /[()[\]{}<>,;.:]/, }; } -function IW(e) { +function nj(e) { !(function (e) { var t = /\b(?:(?:col|row)?vector|matrix|scalar)\b/.source, n = @@ -67034,7 +67477,7 @@ function IW(e) { }; })(e); } -function ZW(e) { +function rj(e) { e.languages.matlab = { comment: [/%\{[\s\S]*?\}%/, /%.+/], string: { pattern: /\B'(?:''|[^'\r\n])*'/, greedy: !0 }, @@ -67046,7 +67489,7 @@ function ZW(e) { punctuation: /\.{3}|[.,;\[\](){}!]/, }; } -function BW(e) { +function oj(e) { !(function (e) { var t = /\b(?:about|and|animate|as|at|attributes|by|case|catch|collect|continue|coordsys|do|else|exit|fn|for|from|function|global|if|in|local|macroscript|mapped|max|not|of|off|on|or|parameters|persistent|plugin|rcmenu|return|rollout|set|struct|then|throw|to|tool|try|undo|utility|when|where|while|with)\b/i; @@ -67122,7 +67565,7 @@ function BW(e) { }; })(e); } -function OW(e) { +function aj(e) { (e.languages.mel = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?\*\//, greedy: !0 }, code: { @@ -67152,7 +67595,7 @@ function OW(e) { }), (e.languages.mel.code.inside.statement.inside = e.languages.mel); } -function DW(e) { +function lj(e) { e.languages.mermaid = { comment: { pattern: /%%.*/, greedy: !0 }, style: { @@ -67240,7 +67683,7 @@ function DW(e) { punctuation: /[(){};]/, }; } -function PW(e) { +function ij(e) { e.languages.metafont = { comment: { pattern: /%.*/, greedy: !0 }, string: { pattern: /"[^\r\n"]*"/, greedy: !0 }, @@ -67300,7 +67743,7 @@ function PW(e) { }, }; } -function FW(e) { +function Cj(e) { e.languages.mizar = { comment: /::.+/, keyword: @@ -67312,8 +67755,8 @@ function FW(e) { punctuation: /\(#|#\)|[,:;\[\](){}]/, }; } -function UW(e) { - e.register(XU), +function sj(e) { + e.register(vG), (function (e) { var t = [ "$eq", @@ -67606,7 +68049,7 @@ function UW(e) { }); })(e); } -function GW(e) { +function cj(e) { e.languages.monkey = { comment: { pattern: /^#Rem\s[\s\S]*?^#End|'.+/im, greedy: !0 }, string: { pattern: /"[^"\r\n]*"/, greedy: !0 }, @@ -67630,7 +68073,7 @@ function GW(e) { punctuation: /[.,:;()\[\]]/, }; } -function zW(e) { +function dj(e) { (e.languages.moonscript = { comment: /--.*/, string: [ @@ -67680,7 +68123,7 @@ function zW(e) { e.languages.moonscript), (e.languages.moon = e.languages.moonscript); } -function $W(e) { +function uj(e) { e.languages.n1ql = { comment: { pattern: /\/\*[\s\S]*?(?:$|\*\/)|--.*/, greedy: !0 }, string: { pattern: /(["'])(?:\\[\s\S]|(?!\1)[^\\]|\1\1)*\1/, greedy: !0 }, @@ -67696,7 +68139,7 @@ function $W(e) { punctuation: /[;[\](),.{}:]/, }; } -function WW(e) { +function pj(e) { e.languages["nand2tetris-hdl"] = { comment: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/, keyword: /\b(?:BUILTIN|CHIP|CLOCKED|IN|OUT|PARTS)\b/, @@ -67707,7 +68150,7 @@ function WW(e) { punctuation: /[{}[\];(),:]/, }; } -function jW(e) { +function mj(e) { !(function (e) { var t = /\{[^\r\n\[\]{}]*\}/, n = { @@ -67812,7 +68255,7 @@ function jW(e) { }); })(e); } -function qW(e) { +function gj(e) { e.languages.nasm = { comment: /;.*$/m, string: /(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/, @@ -67837,7 +68280,7 @@ function qW(e) { operator: /[\[\]*+\-\/%<>=&|$!]/, }; } -function YW(e) { +function hj(e) { e.languages.neon = { comment: { pattern: /#.*/, greedy: !0 }, datetime: { @@ -67880,7 +68323,7 @@ function YW(e) { punctuation: /[,:=[\]{}()-]/, }; } -function KW(e) { +function fj(e) { e.languages.nevod = { comment: /\/\/.*|(?:\/\*[\s\S]*?(?:\*\/|$))/, string: { @@ -67970,7 +68413,7 @@ function KW(e) { name: /[a-zA-Z0-9\-.]+/, }; } -function XW(e) { +function vj(e) { !(function (e) { var t = /\$(?:\w[a-z\d]*(?:_[^\x00-\x1F\s"'\\()$]*)?|\{[^}\s"'\\]+\})/i; e.languages.nginx = { @@ -68002,7 +68445,7 @@ function XW(e) { }; })(e); } -function QW(e) { +function Ej(e) { e.languages.nim = { comment: { pattern: /#.*/, greedy: !0 }, string: { @@ -68034,7 +68477,7 @@ function QW(e) { punctuation: /[({\[]\.|\.[)}\]]|[`(){}\[\],:]/, }; } -function JW(e) { +function wj(e) { (e.languages.nix = { comment: { pattern: /\/\*[\s\S]*?\*\/|#.*/, greedy: !0 }, string: { @@ -68067,7 +68510,7 @@ function JW(e) { }), (e.languages.nix.string.inside.interpolation.inside = e.languages.nix); } -function ej(e) { +function Lj(e) { e.languages.nsis = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|[#;].*)/, @@ -68094,7 +68537,7 @@ function ej(e) { }, }; } -function tj(e) { +function bj(e) { e.languages.ocaml = { comment: { pattern: /\(\*[\s\S]*?\*\)/, greedy: !0 }, char: { @@ -68126,7 +68569,7 @@ function tj(e) { punctuation: /;;|::|[(){}\[\].,:;#]|\b_\b/, }; } -function nj(e) { +function Mj(e) { !(function (e) { var t = /\\(?:["'\\abefnrtv]|0[0-7]{2}|U[\dA-Fa-f]{6}|u[\dA-Fa-f]{4}|x[\dA-Fa-f]{2})/; @@ -68169,8 +68612,8 @@ function nj(e) { }; })(e); } -function rj(e) { - e.register(DU), +function Hj(e) { + e.register(lG), (function (e) { (e.languages.opencl = e.languages.extend("c", { keyword: @@ -68222,7 +68665,7 @@ function rj(e) { e.languages.insertBefore("cpp", "keyword", t)); })(e); } -function oj(e) { +function yj(e) { (e.languages.openqasm = { comment: /\/\*[\s\S]*?\*\/|\/\/.*/, string: { pattern: /"[^"\r\n\t]*"|'[^'\r\n\t]*'/, greedy: !0 }, @@ -68242,7 +68685,7 @@ function oj(e) { }), (e.languages.qasm = e.languages.openqasm); } -function aj(e) { +function Rj(e) { e.languages.oz = { comment: { pattern: /\/\*[\s\S]*?\*\/|%.*/, greedy: !0 }, string: { pattern: /"(?:[^"\\]|\\[\s\S])*"/, greedy: !0 }, @@ -68262,7 +68705,7 @@ function aj(e) { punctuation: /[\[\](){}.:;?]/, }; } -function lj(e) { +function xj(e) { var t; e.languages.parigp = { comment: /\/\*[\s\S]*?\*\/|\\\\.*/, @@ -68310,8 +68753,8 @@ function lj(e) { punctuation: /[\[\]{}().,:;|]/, }; } -function ij(e) { - e.register(zU), +function Tj(e) { + e.register(dG), (function (e) { var t = (e.languages.parser = e.languages.extend("markup", { keyword: { @@ -68383,7 +68826,7 @@ function ij(e) { ); })(e); } -function Cj(e) { +function Nj(e) { (e.languages.pascal = { directive: { pattern: /\{\$[\s\S]*?\}/, @@ -68440,7 +68883,7 @@ function Cj(e) { })), (e.languages.objectpascal = e.languages.pascal); } -function sj(e) { +function Sj(e) { !(function (e) { var t = /\((?:[^()]|\((?:[^()]|\([^()]*\))*\))*\)/.source, n = /(?:\b\w+(?:)?|)/.source.replace( @@ -68518,7 +68961,7 @@ function sj(e) { }); })(e); } -function cj(e) { +function Vj(e) { e.languages.psl = { comment: { pattern: /#.*/, greedy: !0 }, string: { @@ -68554,7 +68997,7 @@ function cj(e) { punctuation: /[(){}\[\];,]/, }; } -function dj(e) { +function _j(e) { (e.languages.pcaxis = { string: /"[^"]*"/, keyword: { @@ -68598,7 +69041,7 @@ function dj(e) { }), (e.languages.px = e.languages.pcaxis); } -function uj(e) { +function Aj(e) { (e.languages.peoplecode = { comment: RegExp( [ @@ -68635,9 +69078,9 @@ function uj(e) { }), (e.languages.pcode = e.languages.peoplecode); } -function pj(e) { - e.register(aW), - e.register(CG), +function kj(e) { + e.register(RW), + e.register(NG), (function (e) { var t = /(?:\b[a-zA-Z]\w*|[|\\[\]])+/.source; (e.languages.phpdoc = e.languages.extend("javadoclike", { @@ -68669,8 +69112,8 @@ function pj(e) { e.languages.javadoclike.addSupport("php", e.languages.phpdoc); })(e); } -function mj(e) { - e.register(CG), +function Ij(e) { + e.register(NG), e.languages.insertBefore("php", "variable", { this: { pattern: /\$this\b/, alias: "keyword" }, global: @@ -68681,7 +69124,7 @@ function mj(e) { }, }); } -function gj(e) { +function Zj(e) { !(function (e) { var t = /\$\w+|%[a-z]+%/, n = /\[[^[\]]*\]/.source, @@ -68780,8 +69223,8 @@ function gj(e) { (e.languages.plantuml = e.languages["plant-uml"]); })(e); } -function hj(e) { - e.register(gG), +function Bj(e) { + e.register(ZG), (e.languages.plsql = e.languages.extend("sql", { comment: { pattern: /\/\*[\s\S]*?\*\/|--.*/, greedy: !0 }, keyword: @@ -68792,7 +69235,7 @@ function hj(e) { label: { pattern: /<<\s*\w+\s*>>/, alias: "symbol" }, }); } -function fj(e) { +function Oj(e) { (e.languages.powerquery = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/, @@ -68840,7 +69283,7 @@ function fj(e) { (e.languages.pq = e.languages.powerquery), (e.languages.mscript = e.languages.powerquery); } -function vj(e) { +function Dj(e) { !(function (e) { var t = (e.languages.powershell = { comment: [ @@ -68878,8 +69321,8 @@ function vj(e) { }; })(e); } -function Ej(e) { - e.register(OU), +function Pj(e) { + e.register(aG), (e.languages.processing = e.languages.extend("clike", { keyword: /\b(?:break|case|catch|class|continue|default|else|extends|final|for|if|implements|import|new|null|private|public|return|static|super|switch|this|try|void|while)\b/, @@ -68894,7 +69337,7 @@ function Ej(e) { }, }); } -function wj(e) { +function Fj(e) { e.languages.prolog = { comment: { pattern: /\/\*[\s\S]*?\*\/|%.*/, greedy: !0 }, string: { @@ -68908,7 +69351,7 @@ function wj(e) { punctuation: /[(){}\[\],]/, }; } -function Lj(e) { +function Uj(e) { !(function (e) { var t = ["on", "ignoring", "group_right", "group_left", "by", "without"], n = [ @@ -68981,7 +69424,7 @@ function Lj(e) { }; })(e); } -function bj(e) { +function Gj(e) { e.languages.properties = { comment: /^[ \t]*[#!].*$/m, value: { @@ -68997,8 +69440,8 @@ function bj(e) { punctuation: /[=:]/, }; } -function Mj(e) { - e.register(OU), +function zj(e) { + e.register(aG), (function (e) { var t = /\b(?:bool|bytes|double|s?fixed(?:32|64)|float|[su]?int(?:32|64)|string)\b/; @@ -69036,7 +69479,7 @@ function Mj(e) { }); })(e); } -function Hj(e) { +function $j(e) { !(function (e) { var t = { pattern: /(\b\d+)(?:%|[a-z]+)/, lookbehind: !0 }, n = { pattern: /(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/, lookbehind: !0 }, @@ -69142,8 +69585,8 @@ function Hj(e) { }); })(e); } -function yj(e) { - e.register(iG), +function Wj(e) { + e.register(TG), (e.languages.twig = { comment: /^\{#[\s\S]*?#\}$/, "tag-name": { @@ -69182,9 +69625,9 @@ function yj(e) { e.languages["markup-templating"].tokenizePlaceholders(t, "twig"); }); } -function Rj(e) { - e.register(XU), - e.register(zU), +function jj(e) { + e.register(vG), + e.register(dG), (function (e) { e.languages.pug = { comment: { @@ -69345,7 +69788,7 @@ function Rj(e) { e.languages.insertBefore("pug", "filter", r); })(e); } -function xj(e) { +function qj(e) { !(function (e) { e.languages.puppet = { heredoc: [ @@ -69445,7 +69888,7 @@ function xj(e) { t); })(e); } -function Tj(e) { +function Yj(e) { !(function (e) { e.languages.pure = { comment: [ @@ -69504,8 +69947,8 @@ function Tj(e) { )); })(e); } -function Nj(e) { - e.register(OU), +function Kj(e) { + e.register(aG), (e.languages.purebasic = e.languages.extend("clike", { comment: /;.*/, keyword: @@ -69564,8 +70007,8 @@ function Nj(e) { delete e.languages.purebasic.boolean, (e.languages.pbfasm = e.languages.purebasic); } -function Sj(e) { - e.register(U$), +function Xj(e) { + e.register(sW), (e.languages.purescript = e.languages.extend("haskell", { keyword: /\b(?:ado|case|class|data|derive|do|else|forall|if|in|infixl|infixr|instance|let|module|newtype|of|primitive|then|type|where)\b|∀/, @@ -69585,8 +70028,8 @@ function Sj(e) { })), (e.languages.purs = e.languages.purescript); } -function Vj(e) { - e.register(OU), +function Qj(e) { + e.register(aG), (function (e) { function t(e, t) { return e.replace(/<<(\d+)>>/g, function (e, n) { @@ -69672,7 +70115,7 @@ function Vj(e) { })(e), (e.languages.qs = e.languages.qsharp); } -function _j(e) { +function Jj(e) { e.languages.q = { string: /"(?:\\.|[^"\\\r\n])*"/, comment: [ @@ -69704,8 +70147,8 @@ function _j(e) { punctuation: /[(){}\[\];.]/, }; } -function Aj(e) { - e.register(XU), +function eq(e) { + e.register(vG), (function (e) { for ( var t = /"(?:\\.|[^\\"\r\n])*"|'(?:\\.|[^\\'\r\n])*'/.source, @@ -69780,8 +70223,8 @@ function Aj(e) { }); })(e); } -function kj(e) { - e.register(OU), +function tq(e) { + e.register(aG), (e.languages.qore = e.languages.extend("clike", { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:\/\/|#).*)/, @@ -69802,8 +70245,8 @@ function kj(e) { variable: /\$(?!\d)\w+\b/, })); } -function Ij(e) { - e.register(RW), +function nq(e) { + e.register(jW), (e.languages.racket = e.languages.extend("scheme", { "lambda-parameter": { pattern: /([(\[]lambda\s+[(\[])[^()\[\]'\s]+/, @@ -69815,9 +70258,9 @@ function Ij(e) { }), (e.languages.rkt = e.languages.racket); } -function Zj(e) { - e.register(GU), - e.register(zU), +function rq(e) { + e.register(cG), + e.register(dG), (function (e) { var t = /\/(?![/*])|\/\/.*[\r\n]|\/\*[^*]*(?:\*(?!\/)[^*]*)*\*\//.source, n = @@ -70002,9 +70445,9 @@ function Zj(e) { (e.languages.razor = e.languages.cshtml); })(e); } -function Bj(e) { - e.register(XU), - e.register(zU), +function oq(e) { + e.register(vG), + e.register(dG), (function (e) { var t = e.util.clone(e.languages.javascript), n = /(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source, @@ -70121,9 +70564,9 @@ function Bj(e) { }); })(e); } -function Oj(e) { - e.register(Bj), - e.register(fG), +function aq(e) { + e.register(oq), + e.register(OG), (function (e) { var t = e.util.clone(e.languages.typescript); (e.languages.tsx = e.languages.extend("jsx", t)), @@ -70137,8 +70580,8 @@ function Oj(e) { (n.lookbehind = !0); })(e); } -function Dj(e) { - e.register(OU), +function lq(e) { + e.register(aG), (e.languages.reason = e.languages.extend("clike", { string: { pattern: /"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/, greedy: !0 }, "class-name": /\b[A-Z]\w*/, @@ -70158,7 +70601,7 @@ function Dj(e) { }), delete e.languages.reason.function; } -function Pj(e) { +function iq(e) { e.languages.rego = { comment: /#.*/, property: { @@ -70184,7 +70627,7 @@ function Pj(e) { punctuation: /[,;.\[\]{}()]/, }; } -function Fj(e) { +function Cq(e) { (e.languages.renpy = { comment: { pattern: /(^|[^\\])#.+/, lookbehind: !0 }, string: { @@ -70207,7 +70650,7 @@ function Fj(e) { }), (e.languages.rpy = e.languages.renpy); } -function Uj(e) { +function sq(e) { (e.languages.rescript = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/, greedy: !0 }, char: { pattern: /'(?:[^\r\n\\]|\\(?:.|\w+))'/, greedy: !0 }, @@ -70255,7 +70698,7 @@ function Uj(e) { }), (e.languages.res = e.languages.rescript); } -function Gj(e) { +function cq(e) { e.languages.rest = { table: [ { @@ -70428,7 +70871,7 @@ function Gj(e) { }, }; } -function zj(e) { +function dq(e) { e.languages.rip = { comment: { pattern: /#.*/, greedy: !0 }, char: { pattern: /\B`[^\s`'",.:;#\/\\()<>\[\]{}]\b/, greedy: !0 }, @@ -70452,7 +70895,7 @@ function zj(e) { reference: /[^\d\s`'",.:;#\/\\()<>\[\]{}][^\s`'",.:;#\/\\()<>\[\]{}]*/, }; } -function $j(e) { +function uq(e) { e.languages.roboconf = { comment: /#.*/, keyword: { @@ -70472,7 +70915,7 @@ function $j(e) { punctuation: /[{},.;:=]/, }; } -function Wj(e) { +function pq(e) { !(function (e) { var t = { pattern: /(^[ \t]*| {2}|\t)#.*/m, lookbehind: !0, greedy: !0 }, n = { @@ -70556,7 +70999,7 @@ function Wj(e) { (e.languages.robot = e.languages.robotframework); })(e); } -function jj(e) { +function mq(e) { !(function (e) { var t = /(?:"(?:""|[^"])*"(?!")|'(?:''|[^'])*'(?!'))/.source, n = /\b(?:\d[\da-f]*x|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b/i, @@ -70864,8 +71307,8 @@ function jj(e) { }; })(e); } -function qj(e) { - e.register(UU), +function gq(e) { + e.register(sG), (function (e) { var t = [ /"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/.source, @@ -70918,7 +71361,7 @@ function qj(e) { e.languages["shell-session"]); })(e); } -function Yj(e) { +function hq(e) { e.languages.smali = { comment: /#.*/, string: { @@ -70973,7 +71416,7 @@ function Yj(e) { punctuation: /[{}(),;:]/, }; } -function Kj(e) { +function fq(e) { e.languages.smalltalk = { comment: { pattern: /"(?:""|[^"])*"/, greedy: !0 }, char: { pattern: /\$./, greedy: !0 }, @@ -70998,8 +71441,8 @@ function Kj(e) { punctuation: /[.;:?\[\](){}]/, }; } -function Xj(e) { - e.register(iG), +function vq(e) { + e.register(TG), (function (e) { (e.languages.smarty = { comment: { pattern: /^\{\*[\s\S]*?\*\}/, greedy: !0 }, @@ -71098,7 +71541,7 @@ function Xj(e) { }); })(e); } -function Qj(e) { +function Eq(e) { !(function (e) { var t = /\b(?:abstype|and|andalso|as|case|datatype|do|else|end|eqtype|exception|fn|fun|functor|handle|if|in|include|infix|infixr|let|local|nonfix|of|op|open|orelse|raise|rec|sharing|sig|signature|struct|structure|then|type|val|where|while|with|withtype)\b/i; @@ -71151,8 +71594,8 @@ function Qj(e) { (e.languages.smlnj = e.languages.sml); })(e); } -function Jj(e) { - e.register(OU), +function wq(e) { + e.register(aG), (e.languages.solidity = e.languages.extend("clike", { "class-name": { pattern: @@ -71177,7 +71620,7 @@ function Jj(e) { }), (e.languages.sol = e.languages.solidity); } -function eq(e) { +function Lq(e) { !(function (e) { var t = { pattern: /\{[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}\}/i, @@ -71212,8 +71655,8 @@ function eq(e) { (e.languages.sln = e.languages["solution-file"]); })(e); } -function tq(e) { - e.register(iG), +function bq(e) { + e.register(TG), (function (e) { var t = /(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/, n = /\b\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\b|\b0x[\dA-F]+\b/; @@ -71281,7 +71724,7 @@ function tq(e) { }); })(e); } -function nq(e) { +function Mq(e) { (e.languages.turtle = { comment: { pattern: /#.*/, greedy: !0 }, "multiline-string": { @@ -71317,8 +71760,8 @@ function nq(e) { }), (e.languages.trig = e.languages.turtle); } -function rq(e) { - e.register(nq), +function Hq(e) { + e.register(Mq), (e.languages.sparql = e.languages.extend("turtle", { boolean: /\b(?:false|true)\b/i, variable: { pattern: /[?$]\w+/, greedy: !0 }, @@ -71332,7 +71775,7 @@ function rq(e) { }), (e.languages.rq = e.languages.sparql); } -function oq(e) { +function yq(e) { e.languages["splunk-spl"] = { comment: /`comment\("(?:\\.|[^\\"])*"\)`/, string: { pattern: /"(?:\\.|[^\\"])*"/, greedy: !0 }, @@ -71354,8 +71797,8 @@ function oq(e) { punctuation: /[()[\],]/, }; } -function aq(e) { - e.register(OU), +function Rq(e) { + e.register(aG), (e.languages.sqf = e.languages.extend("clike", { string: { pattern: /"(?:(?:"")?[^"])*"(?!")|'(?:[^'])*'/, greedy: !0 }, keyword: @@ -71387,8 +71830,8 @@ function aq(e) { }), delete e.languages.sqf["class-name"]; } -function lq(e) { - e.register(OU), +function xq(e) { + e.register(aG), (e.languages.squirrel = e.languages.extend("clike", { comment: [ e.languages.clike.comment[0], @@ -71422,7 +71865,7 @@ function lq(e) { lambda: { pattern: /@(?=\()/, alias: "operator" }, }); } -function iq(e) { +function Tq(e) { !(function (e) { var t = /\b(?:algebra_solver|algebra_solver_newton|integrate_1d|integrate_ode|integrate_ode_bdf|integrate_ode_rk45|map_rect|ode_(?:adams|bdf|ckrk|rk45)(?:_tol)?|ode_adjoint_tol_ctl|reduce_sum|reduce_sum_static)\b/; @@ -71474,10 +71917,10 @@ function iq(e) { (e.languages.stan.constraint.inside.expression.inside = e.languages.stan); })(e); } -function Cq(e) { - e.register(YU), - e.register(IW), - e.register(sG), +function Nq(e) { + e.register(hG), + e.register(nj), + e.register(SG), (e.languages.stata = { comment: [ { pattern: /(^[ \t]*)\*.*/m, lookbehind: !0, greedy: !0 }, @@ -71542,7 +71985,7 @@ function Cq(e) { "string-literal" ].inside.interpolation.inside.expression.inside = e.languages.stata); } -function sq(e) { +function Sq(e) { e.languages.iecst = { comment: [ { @@ -71573,7 +72016,7 @@ function sq(e) { punctuation: /[()[\].,;]/, }; } -function cq(e) { +function Vq(e) { (e.languages.supercollider = { comment: { pattern: @@ -71603,7 +72046,7 @@ function cq(e) { }), (e.languages.sclang = e.languages.supercollider); } -function dq(e) { +function _q(e) { !(function (e) { var t = { pattern: /^[;#].*/m, greedy: !0 }, n = /"(?:[^\r\n"\\]|\\(?:[^\r]|\r\n?))*"(?!\S)/.source; @@ -71649,7 +72092,7 @@ function dq(e) { }; })(e); } -function uq(e) { +function Aq(e) { !(function (e) { function t(e, t, n) { return { @@ -71690,19 +72133,19 @@ function uq(e) { }); })(e); } -function pq(e) { - e.register(GU), - e.register(uq), +function kq(e) { + e.register(cG), + e.register(Aq), (e.languages.t4 = e.languages["t4-cs"] = e.languages["t4-templating"].createT4("csharp")); } -function mq(e) { - e.register(uq), - e.register(EG), +function Iq(e) { + e.register(Aq), + e.register(PG), (e.languages["t4-vb"] = e.languages["t4-templating"].createT4("vbnet")); } -function gq(e) { - e.register(rG), +function Zq(e) { + e.register(HG), (e.languages.tap = { fail: /not ok[^#{\n\r]*/, pass: /ok[^#{\n\r]*/, @@ -71721,7 +72164,7 @@ function gq(e) { }, }); } -function hq(e) { +function Bq(e) { e.languages.tcl = { comment: { pattern: /(^|[^\\])#.*/, lookbehind: !0 }, string: { pattern: /"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"/, greedy: !0 }, @@ -71757,9 +72200,9 @@ function hq(e) { punctuation: /[{}()\[\]]/, }; } -function fq(e) { - e.register(OU), - e.register(iG), +function Oq(e) { + e.register(aG), + e.register(TG), (function (e) { (e.languages.tt2 = e.languages.extend("clike", { comment: /#.*|\[%#[\s\S]*?%\]/, @@ -71806,7 +72249,7 @@ function fq(e) { }); })(e); } -function vq(e) { +function Dq(e) { !(function (e) { var t = /(?:[\w-]+|'[^'\n\r]*'|"(?:\\.|[^\\"\r\n])*")/.source; function n(e) { @@ -71854,7 +72297,7 @@ function vq(e) { }; })(e); } -function Eq(e) { +function Pq(e) { !(function (e) { e.languages.tremor = { comment: { @@ -71915,7 +72358,7 @@ function Eq(e) { (e.languages.trickle = e.languages.tremor); })(e); } -function wq(e) { +function Fq(e) { !(function (e) { var t = /\b(?:ACT|ACTIFSUB|CARRAY|CASE|CLEARGIF|COA|COA_INT|CONSTANTS|CONTENT|CUR|EDITPANEL|EFFECT|EXT|FILE|FLUIDTEMPLATE|FORM|FRAME|FRAMESET|GIFBUILDER|GMENU|GMENU_FOLDOUT|GMENU_LAYERS|GP|HMENU|HRULER|HTML|IENV|IFSUB|IMAGE|IMGMENU|IMGMENUITEM|IMGTEXT|IMG_RESOURCE|INCLUDE_TYPOSCRIPT|JSMENU|JSMENUITEM|LLL|LOAD_REGISTER|NO|PAGE|RECORDS|RESTORE_REGISTER|TEMPLATE|TEXT|TMENU|TMENUITEM|TMENU_LAYERS|USER|USER_INT|_GIFBUILDER|global|globalString|globalVar)\b/; @@ -71965,7 +72408,7 @@ function wq(e) { (e.languages.tsconfig = e.languages.typoscript); })(e); } -function Lq(e) { +function Uq(e) { (e.languages.unrealscript = { comment: /\/\/.*|\/\*[\s\S]*?\*\//, string: { @@ -72006,7 +72449,7 @@ function Lq(e) { }), (e.languages.uc = e.languages.uscript = e.languages.unrealscript); } -function bq(e) { +function Gq(e) { e.languages.uorazor = { "comment-hash": { pattern: /#.*/, alias: "comment", greedy: !0 }, "comment-slash": { pattern: /\/\/.*/, alias: "comment", greedy: !0 }, @@ -72044,8 +72487,8 @@ function bq(e) { punctuation: /[()\[\]{}:.,]/, }; } -function Mq(e) { - e.register(OU), +function zq(e) { + e.register(aG), (function (e) { var t = { pattern: /[\s\S]+/, inside: null }; (e.languages.v = e.languages.extend("clike", { @@ -72116,8 +72559,8 @@ function Mq(e) { }); })(e); } -function Hq(e) { - e.register(OU), +function $q(e) { + e.register(aG), (e.languages.vala = e.languages.extend("clike", { "class-name": [ { @@ -72187,8 +72630,8 @@ function Hq(e) { }, }); } -function yq(e) { - e.register(zU), +function Wq(e) { + e.register(dG), (function (e) { e.languages.velocity = e.languages.extend("markup", {}); var t = { @@ -72251,7 +72694,7 @@ function yq(e) { e.languages.velocity); })(e); } -function Rq(e) { +function jq(e) { e.languages.verilog = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?\*\//, greedy: !0 }, string: { pattern: /"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/, greedy: !0 }, @@ -72267,7 +72710,7 @@ function Rq(e) { punctuation: /[[\];(),.:]/, }; } -function xq(e) { +function qq(e) { e.languages.vhdl = { comment: /--.+/, "vhdl-vectors": { @@ -72287,7 +72730,7 @@ function xq(e) { punctuation: /[{}[\];(),.:]/, }; } -function Tq(e) { +function Yq(e) { e.languages.vim = { string: /"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\r\n]|'')*'/, comment: /".*/, @@ -72302,7 +72745,7 @@ function Tq(e) { punctuation: /[{}[\](),;:]/, }; } -function Nq(e) { +function Kq(e) { (e.languages["visual-basic"] = { comment: { pattern: /(?:['‘’]|REM\b)(?:[^\r\n_]|_(?:\r\n?|\n)?)*/i, @@ -72331,7 +72774,7 @@ function Nq(e) { (e.languages.vb = e.languages["visual-basic"]), (e.languages.vba = e.languages["visual-basic"]); } -function Sq(e) { +function Xq(e) { e.languages.warpscript = { comment: /#.*|\/\/.*|\/\*[\s\S]*?\*\//, string: { @@ -72351,7 +72794,7 @@ function Sq(e) { /==|&&?|\|\|?|\*\*?|>>>?|<<|[<>!~]=?|[-/%^]|\+!?|\b(?:AND|NOT|OR)\b/, }; } -function Vq(e) { +function Qq(e) { e.languages.wasm = { comment: [/\(;[\s\S]*?;\)/, { pattern: /;;.*/, greedy: !0 }], string: { pattern: /"(?:\\[\s\S]|[^"\\])*"/, greedy: !0 }, @@ -72370,7 +72813,7 @@ function Vq(e) { punctuation: /[()]/, }; } -function _q(e) { +function Jq(e) { !(function (e) { var t = /(?:\B-|\b_|\b)[A-Za-z][\w-]*(?![\w-])/.source, n = @@ -72464,7 +72907,7 @@ function _q(e) { e.languages.webidl = e.languages["web-idl"]; })(e); } -function Aq(e) { +function eY(e) { e.languages.wgsl = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/, greedy: !0 }, "builtin-attribute": { @@ -72525,8 +72968,8 @@ function Aq(e) { punctuation: /[@(){}[\],;<>:.]/, }; } -function kq(e) { - e.register(zU), +function tY(e) { + e.register(dG), (e.languages.wiki = e.languages.extend("markup", { "block-comment": { pattern: /(^|[^\\])\/\*[\s\S]*?\*\//, @@ -72580,7 +73023,7 @@ function kq(e) { }, }); } -function Iq(e) { +function nY(e) { (e.languages.wolfram = { comment: /\(\*(?:\(\*(?:[^*]|\*(?!\)))*\*\)|(?!\(\*)[\s\S])*?\*\)/, string: { pattern: /"(?:\\.|[^"\\\r\n])*"/, greedy: !0 }, @@ -72600,7 +73043,7 @@ function Iq(e) { (e.languages.wl = e.languages.wolfram), (e.languages.nb = e.languages.wolfram); } -function Zq(e) { +function rY(e) { (e.languages.wren = { comment: [ { @@ -72658,8 +73101,8 @@ function Zq(e) { }, }); } -function Bq(e) { - e.register(zU), +function oY(e) { + e.register(dG), (function (e) { (e.languages.xeora = e.languages.extend("markup", { constant: { @@ -72740,8 +73183,8 @@ function Bq(e) { (e.languages.xeoracube = e.languages.xeora); })(e); } -function Oq(e) { - e.register(zU), +function aY(e) { + e.register(dG), (function (e) { function t(t, n) { e.languages[t] && @@ -72763,7 +73206,7 @@ function Oq(e) { t("csharp", r), t("fsharp", r), t("vbnet", o); })(e); } -function Dq(e) { +function lY(e) { e.languages.xojo = { comment: { pattern: /(?:'|\/\/|Rem\b).+/i, greedy: !0 }, string: { pattern: /"(?:""|[^"])*"/, greedy: !0 }, @@ -72779,8 +73222,8 @@ function Dq(e) { punctuation: /[.,;:()]/, }; } -function Pq(e) { - e.register(zU), +function iY(e) { + e.register(dG), (function (e) { (e.languages.xquery = e.languages.extend("markup", { "xquery-comment": { @@ -72908,7 +73351,7 @@ function Pq(e) { }); })(e); } -function Fq(e) { +function CY(e) { e.languages.yang = { comment: /\/\*[\s\S]*?\*\/|\/\/.*/, string: { pattern: /"(?:[^\\"]|\\.)*"|'[^']*'/, greedy: !0 }, @@ -72919,7 +73362,7 @@ function Fq(e) { punctuation: /[{};:]/, }; } -function Uq(e) { +function sY(e) { !(function (e) { function t(e) { return function () { @@ -73008,15 +73451,15 @@ function Uq(e) { }); })(e); } -function Gq() { - Gq = function (e, t) { +function cY() { + cY = function (e, t) { return new n(e, void 0, t); }; var e = RegExp.prototype, t = new WeakMap(); function n(e, r, o) { var a = new RegExp(e, r); - return t.set(a, o || t.get(e)), zq(a, n.prototype); + return t.set(a, o || t.get(e)), dY(a, n.prototype); } function r(e, n) { var r = t.get(n); @@ -73040,7 +73483,7 @@ function Gq() { constructor: { value: e, writable: !0, configurable: !0 }, })), Object.defineProperty(e, "prototype", { writable: !1 }), - t && zq(e, t); + t && dY(e, t); })(n, RegExp), (n.prototype.exec = function (t) { var n = e.exec.call(this, t); @@ -73076,25 +73519,25 @@ function Gq() { } return e[Symbol.replace].call(this, n, o); }), - Gq.apply(this, arguments) + cY.apply(this, arguments) ); } -function zq(e, t) { +function dY(e, t) { return ( - (zq = Object.setPrototypeOf + (dY = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (e, t) { return (e.__proto__ = t), e; }), - zq(e, t) + dY(e, t) ); } -function $q(e, t) { +function uY(e, t) { (null == t || t > e.length) && (t = e.length); for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]; return r; } -function Wq(e, t) { +function pY(e, t) { var n = ("undefined" != typeof Symbol && e[Symbol.iterator]) || e["@@iterator"]; if (n) return (n = n.call(e)).next.bind(n); @@ -73102,7 +73545,7 @@ function Wq(e, t) { Array.isArray(e) || (n = (function (e, t) { if (e) { - if ("string" == typeof e) return $q(e, t); + if ("string" == typeof e) return uY(e, t); var n = Object.prototype.toString.call(e).slice(8, -1); return ( "Object" === n && e.constructor && (n = e.constructor.name), @@ -73110,7 +73553,7 @@ function Wq(e, t) { ? Array.from(e) : "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) - ? $q(e, t) + ? uY(e, t) : void 0 ); } @@ -73127,7 +73570,7 @@ function Wq(e, t) { "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.", ); } -(XG.highlight = function (e, t) { +(vz.highlight = function (e, t) { if ("string" != typeof e) throw new TypeError("Expected `string` for `value`, got `" + e + "`"); let n, r; @@ -73135,48 +73578,48 @@ function Wq(e, t) { else { if (((r = t), "string" != typeof r)) throw new TypeError("Expected `string` for `name`, got `" + r + "`"); - if (!YG.call(XG.languages, r)) + if (!hz.call(vz.languages, r)) throw new Error("Unknown language: `" + r + "` is not registered"); - n = XG.languages[r]; + n = vz.languages[r]; } - return { type: "root", children: qG.highlight.call(XG, e, n, r) }; + return { type: "root", children: gz.highlight.call(vz, e, n, r) }; }), - (XG.register = function (e) { + (vz.register = function (e) { if ("function" != typeof e || !e.displayName) throw new Error("Expected `function` for `syntax`, got `" + e + "`"); - YG.call(XG.languages, e.displayName) || e(XG); + hz.call(vz.languages, e.displayName) || e(vz); }), - (XG.alias = function (e, t) { - const n = XG.languages; + (vz.alias = function (e, t) { + const n = vz.languages; let r, o = {}; "string" == typeof e ? t && (o[e] = t) : (o = e); for (r in o) - if (YG.call(o, r)) { + if (hz.call(o, r)) { const e = o[r], t = "string" == typeof e ? [e] : e; let a = -1; for (; ++a < t.length; ) n[t[a]] = n[r]; } }), - (XG.registered = function (e) { + (vz.registered = function (e) { if ("string" != typeof e) throw new TypeError( "Expected `string` for `aliasOrLanguage`, got `" + e + "`", ); - return YG.call(XG.languages, e); + return hz.call(vz.languages, e); }), - (XG.listLanguages = function () { - const e = XG.languages, + (vz.listLanguages = function () { + const e = vz.languages, t = []; let n; - for (n in e) YG.call(e, n) && "object" == typeof e[n] && t.push(n); + for (n in e) hz.call(e, n) && "object" == typeof e[n] && t.push(n); return t; }), - (XG.util.encode = function (e) { + (vz.util.encode = function (e) { return e; }), - (XG.Token.stringify = function e(t, n) { + (vz.Token.stringify = function e(t, n) { if ("string" == typeof t) return { type: "text", value: t }; if (Array.isArray(t)) { const r = []; @@ -73196,874 +73639,874 @@ function Wq(e, t) { t.alias && r.classes.push(...("string" == typeof t.alias ? [t.alias] : t.alias)); return ( - XG.hooks.run("wrap", r), - RG( + vz.hooks.run("wrap", r), + jG( r.tag + "." + r.classes.join("."), (function (e) { let t; - for (t in e) YG.call(e, t) && (e[t] = BG(e[t])); + for (t in e) hz.call(e, t) && (e[t] = oz(e[t])); return e; })(r.attributes), r.content, ) ); }), - XG.register(OU), - XG.register(DU), - XG.register(PU), - XG.register(FU), - XG.register(UU), - XG.register(GU), - XG.register(zU), - XG.register($U), - XG.register(WU), - XG.register(jU), - XG.register(qU), - XG.register(YU), - XG.register(KU), - XG.register(XU), - XG.register(QU), - XG.register(JU), - XG.register(eG), - XG.register(tG), - XG.register(nG), - XG.register(rG), - XG.register(oG), - XG.register(aG), - XG.register(lG), - XG.register(iG), - XG.register(CG), - XG.register(sG), - XG.register(cG), - XG.register(dG), - XG.register(uG), - XG.register(pG), - XG.register(mG), - XG.register(gG), - XG.register(hG), - XG.register(fG), - XG.register(vG), - XG.register(EG), - (QG.displayName = "abap"), - (QG.aliases = []), - (JG.displayName = "abnf"), - (JG.aliases = []), - (ez.displayName = "actionscript"), - (ez.aliases = []), - (tz.displayName = "ada"), - (tz.aliases = []), - (nz.displayName = "agda"), - (nz.aliases = []), - (rz.displayName = "al"), - (rz.aliases = []), - (oz.displayName = "antlr4"), - (oz.aliases = ["g4"]), - (az.displayName = "apacheconf"), - (az.aliases = []), - (lz.displayName = "apex"), - (lz.aliases = []), - (iz.displayName = "apl"), - (iz.aliases = []), - (Cz.displayName = "applescript"), - (Cz.aliases = []), - (sz.displayName = "aql"), - (sz.aliases = []), - (cz.displayName = "arff"), - (cz.aliases = []), - (dz.displayName = "armasm"), - (dz.aliases = ["arm-asm"]), - (uz.displayName = "arturo"), - (uz.aliases = ["art"]), - (pz.displayName = "asciidoc"), - (pz.aliases = ["adoc"]), - (mz.displayName = "aspnet"), - (mz.aliases = []), - (gz.displayName = "asm6502"), - (gz.aliases = []), - (hz.displayName = "asmatmel"), - (hz.aliases = []), - (fz.displayName = "autohotkey"), - (fz.aliases = []), - (vz.displayName = "autoit"), - (vz.aliases = []), - (Ez.displayName = "avisynth"), - (Ez.aliases = ["avs"]), - (wz.displayName = "avro-idl"), - (wz.aliases = ["avdl"]), - (Lz.displayName = "awk"), - (Lz.aliases = ["gawk"]), - (bz.displayName = "batch"), + vz.register(aG), + vz.register(lG), + vz.register(iG), + vz.register(CG), + vz.register(sG), + vz.register(cG), + vz.register(dG), + vz.register(uG), + vz.register(pG), + vz.register(mG), + vz.register(gG), + vz.register(hG), + vz.register(fG), + vz.register(vG), + vz.register(EG), + vz.register(wG), + vz.register(LG), + vz.register(bG), + vz.register(MG), + vz.register(HG), + vz.register(yG), + vz.register(RG), + vz.register(xG), + vz.register(TG), + vz.register(NG), + vz.register(SG), + vz.register(VG), + vz.register(_G), + vz.register(AG), + vz.register(kG), + vz.register(IG), + vz.register(ZG), + vz.register(BG), + vz.register(OG), + vz.register(DG), + vz.register(PG), + (Ez.displayName = "abap"), + (Ez.aliases = []), + (wz.displayName = "abnf"), + (wz.aliases = []), + (Lz.displayName = "actionscript"), + (Lz.aliases = []), + (bz.displayName = "ada"), (bz.aliases = []), - (Mz.displayName = "bbcode"), - (Mz.aliases = ["shortcode"]), - (Hz.displayName = "bbj"), + (Mz.displayName = "agda"), + (Mz.aliases = []), + (Hz.displayName = "al"), (Hz.aliases = []), - (yz.displayName = "bicep"), - (yz.aliases = []), - (Rz.displayName = "birb"), + (yz.displayName = "antlr4"), + (yz.aliases = ["g4"]), + (Rz.displayName = "apacheconf"), (Rz.aliases = []), - (xz.displayName = "bison"), + (xz.displayName = "apex"), (xz.aliases = []), - (Tz.displayName = "bnf"), - (Tz.aliases = ["rbnf"]), - (Nz.displayName = "bqn"), + (Tz.displayName = "apl"), + (Tz.aliases = []), + (Nz.displayName = "applescript"), (Nz.aliases = []), - (Sz.displayName = "brainfuck"), + (Sz.displayName = "aql"), (Sz.aliases = []), - (Vz.displayName = "brightscript"), + (Vz.displayName = "arff"), (Vz.aliases = []), - (_z.displayName = "bro"), - (_z.aliases = []), - (Az.displayName = "bsl"), - (Az.aliases = ["oscript"]), - (kz.displayName = "cfscript"), - (kz.aliases = ["cfc"]), - (Iz.displayName = "chaiscript"), + (_z.displayName = "armasm"), + (_z.aliases = ["arm-asm"]), + (Az.displayName = "arturo"), + (Az.aliases = ["art"]), + (kz.displayName = "asciidoc"), + (kz.aliases = ["adoc"]), + (Iz.displayName = "aspnet"), (Iz.aliases = []), - (Zz.displayName = "cil"), + (Zz.displayName = "asm6502"), (Zz.aliases = []), - (Bz.displayName = "cilkc"), - (Bz.aliases = ["cilk-c"]), - (Oz.displayName = "cilkcpp"), - (Oz.aliases = ["cilk", "cilk-cpp"]), - (Dz.displayName = "clojure"), + (Bz.displayName = "asmatmel"), + (Bz.aliases = []), + (Oz.displayName = "autohotkey"), + (Oz.aliases = []), + (Dz.displayName = "autoit"), (Dz.aliases = []), - (Pz.displayName = "cmake"), - (Pz.aliases = []), - (Fz.displayName = "cobol"), - (Fz.aliases = []), - (Uz.displayName = "coffeescript"), - (Uz.aliases = ["coffee"]), - (Gz.displayName = "concurnas"), - (Gz.aliases = ["conc"]), - (zz.displayName = "csp"), - (zz.aliases = []), - ($z.displayName = "cooklang"), + (Pz.displayName = "avisynth"), + (Pz.aliases = ["avs"]), + (Fz.displayName = "avro-idl"), + (Fz.aliases = ["avdl"]), + (Uz.displayName = "awk"), + (Uz.aliases = ["gawk"]), + (Gz.displayName = "batch"), + (Gz.aliases = []), + (zz.displayName = "bbcode"), + (zz.aliases = ["shortcode"]), + ($z.displayName = "bbj"), ($z.aliases = []), - (Wz.displayName = "coq"), + (Wz.displayName = "bicep"), (Wz.aliases = []), - (jz.displayName = "crystal"), + (jz.displayName = "birb"), (jz.aliases = []), - (qz.displayName = "css-extras"), + (qz.displayName = "bison"), (qz.aliases = []), - (Yz.displayName = "csv"), - (Yz.aliases = []), - (Kz.displayName = "cue"), + (Yz.displayName = "bnf"), + (Yz.aliases = ["rbnf"]), + (Kz.displayName = "bqn"), (Kz.aliases = []), - (Xz.displayName = "cypher"), + (Xz.displayName = "brainfuck"), (Xz.aliases = []), - (Qz.displayName = "d"), + (Qz.displayName = "brightscript"), (Qz.aliases = []), - (Jz.displayName = "dart"), + (Jz.displayName = "bro"), (Jz.aliases = []), - (e$.displayName = "dataweave"), - (e$.aliases = []), - (t$.displayName = "dax"), - (t$.aliases = []), - (n$.displayName = "dhall"), + (e$.displayName = "bsl"), + (e$.aliases = ["oscript"]), + (t$.displayName = "cfscript"), + (t$.aliases = ["cfc"]), + (n$.displayName = "chaiscript"), (n$.aliases = []), - (r$.displayName = "django"), - (r$.aliases = ["jinja2"]), - (o$.displayName = "dns-zone-file"), - (o$.aliases = ["dns-zone"]), - (a$.displayName = "docker"), - (a$.aliases = ["dockerfile"]), - (l$.displayName = "dot"), - (l$.aliases = ["gv"]), - (i$.displayName = "ebnf"), + (r$.displayName = "cil"), + (r$.aliases = []), + (o$.displayName = "cilkc"), + (o$.aliases = ["cilk-c"]), + (a$.displayName = "cilkcpp"), + (a$.aliases = ["cilk", "cilk-cpp"]), + (l$.displayName = "clojure"), + (l$.aliases = []), + (i$.displayName = "cmake"), (i$.aliases = []), - (C$.displayName = "editorconfig"), + (C$.displayName = "cobol"), (C$.aliases = []), - (s$.displayName = "eiffel"), - (s$.aliases = []), - (c$.displayName = "ejs"), - (c$.aliases = ["eta"]), - (d$.displayName = "elixir"), + (s$.displayName = "coffeescript"), + (s$.aliases = ["coffee"]), + (c$.displayName = "concurnas"), + (c$.aliases = ["conc"]), + (d$.displayName = "csp"), (d$.aliases = []), - (u$.displayName = "elm"), + (u$.displayName = "cooklang"), (u$.aliases = []), - (p$.displayName = "etlua"), + (p$.displayName = "coq"), (p$.aliases = []), - (m$.displayName = "erb"), + (m$.displayName = "crystal"), (m$.aliases = []), - (g$.displayName = "erlang"), + (g$.displayName = "css-extras"), (g$.aliases = []), - (h$.displayName = "excel-formula"), - (h$.aliases = ["xls", "xlsx"]), - (f$.displayName = "fsharp"), + (h$.displayName = "csv"), + (h$.aliases = []), + (f$.displayName = "cue"), (f$.aliases = []), - (v$.displayName = "factor"), + (v$.displayName = "cypher"), (v$.aliases = []), - (E$.displayName = "false"), + (E$.displayName = "d"), (E$.aliases = []), - (w$.displayName = "firestore-security-rules"), + (w$.displayName = "dart"), (w$.aliases = []), - (L$.displayName = "flow"), + (L$.displayName = "dataweave"), (L$.aliases = []), - (b$.displayName = "fortran"), + (b$.displayName = "dax"), (b$.aliases = []), - (M$.displayName = "ftl"), + (M$.displayName = "dhall"), (M$.aliases = []), - (H$.displayName = "gml"), - (H$.aliases = ["gamemakerlanguage"]), - (y$.displayName = "gap"), - (y$.aliases = []), - (R$.displayName = "gcode"), - (R$.aliases = []), - (x$.displayName = "gdscript"), - (x$.aliases = []), - (T$.displayName = "gedcom"), + (H$.displayName = "django"), + (H$.aliases = ["jinja2"]), + (y$.displayName = "dns-zone-file"), + (y$.aliases = ["dns-zone"]), + (R$.displayName = "docker"), + (R$.aliases = ["dockerfile"]), + (x$.displayName = "dot"), + (x$.aliases = ["gv"]), + (T$.displayName = "ebnf"), (T$.aliases = []), - (N$.displayName = "gettext"), - (N$.aliases = ["po"]), - (S$.displayName = "gherkin"), + (N$.displayName = "editorconfig"), + (N$.aliases = []), + (S$.displayName = "eiffel"), (S$.aliases = []), - (V$.displayName = "git"), - (V$.aliases = []), - (_$.displayName = "glsl"), + (V$.displayName = "ejs"), + (V$.aliases = ["eta"]), + (_$.displayName = "elixir"), (_$.aliases = []), - (A$.displayName = "gn"), - (A$.aliases = ["gni"]), - (k$.displayName = "linker-script"), - (k$.aliases = ["ld"]), - (I$.displayName = "go-module"), - (I$.aliases = ["go-mod"]), - (Z$.displayName = "gradle"), + (A$.displayName = "elm"), + (A$.aliases = []), + (k$.displayName = "etlua"), + (k$.aliases = []), + (I$.displayName = "erb"), + (I$.aliases = []), + (Z$.displayName = "erlang"), (Z$.aliases = []), - (B$.displayName = "graphql"), - (B$.aliases = []), - (O$.displayName = "groovy"), + (B$.displayName = "excel-formula"), + (B$.aliases = ["xls", "xlsx"]), + (O$.displayName = "fsharp"), (O$.aliases = []), - (D$.displayName = "textile"), + (D$.displayName = "factor"), (D$.aliases = []), - (P$.displayName = "haml"), + (P$.displayName = "false"), (P$.aliases = []), - (F$.displayName = "handlebars"), - (F$.aliases = ["hbs", "mustache"]), - (U$.displayName = "haskell"), - (U$.aliases = ["hs"]), - (G$.displayName = "haxe"), + (F$.displayName = "firestore-security-rules"), + (F$.aliases = []), + (U$.displayName = "flow"), + (U$.aliases = []), + (G$.displayName = "fortran"), (G$.aliases = []), - (z$.displayName = "hcl"), + (z$.displayName = "ftl"), (z$.aliases = []), - ($$.displayName = "hlsl"), - ($$.aliases = []), - (W$.displayName = "hoon"), + ($$.displayName = "gml"), + ($$.aliases = ["gamemakerlanguage"]), + (W$.displayName = "gap"), (W$.aliases = []), - (j$.displayName = "hpkp"), + (j$.displayName = "gcode"), (j$.aliases = []), - (q$.displayName = "hsts"), + (q$.displayName = "gdscript"), (q$.aliases = []), - (Y$.displayName = "uri"), - (Y$.aliases = ["url"]), - (K$.displayName = "http"), - (K$.aliases = []), - (X$.displayName = "ichigojam"), + (Y$.displayName = "gedcom"), + (Y$.aliases = []), + (K$.displayName = "gettext"), + (K$.aliases = ["po"]), + (X$.displayName = "gherkin"), (X$.aliases = []), - (Q$.displayName = "icon"), + (Q$.displayName = "git"), (Q$.aliases = []), - (J$.displayName = "icu-message-format"), + (J$.displayName = "glsl"), (J$.aliases = []), - (eW.displayName = "idris"), - (eW.aliases = ["idr"]), - (tW.displayName = "ignore"), - (tW.aliases = ["gitignore", "hgignore", "npmignore"]), - (nW.displayName = "inform7"), - (nW.aliases = []), - (rW.displayName = "io"), + (eW.displayName = "gn"), + (eW.aliases = ["gni"]), + (tW.displayName = "linker-script"), + (tW.aliases = ["ld"]), + (nW.displayName = "go-module"), + (nW.aliases = ["go-mod"]), + (rW.displayName = "gradle"), (rW.aliases = []), - (oW.displayName = "j"), + (oW.displayName = "graphql"), (oW.aliases = []), - (aW.displayName = "javadoclike"), + (aW.displayName = "groovy"), (aW.aliases = []), - (lW.displayName = "scala"), + (lW.displayName = "textile"), (lW.aliases = []), - (iW.displayName = "javadoc"), + (iW.displayName = "haml"), (iW.aliases = []), - (CW.displayName = "javastacktrace"), - (CW.aliases = []), - (sW.displayName = "jexl"), - (sW.aliases = []), - (cW.displayName = "jolie"), + (CW.displayName = "handlebars"), + (CW.aliases = ["hbs", "mustache"]), + (sW.displayName = "haskell"), + (sW.aliases = ["hs"]), + (cW.displayName = "haxe"), (cW.aliases = []), - (dW.displayName = "jq"), + (dW.displayName = "hcl"), (dW.aliases = []), - (uW.displayName = "js-templates"), + (uW.displayName = "hlsl"), (uW.aliases = []), - (pW.displayName = "jsdoc"), + (pW.displayName = "hoon"), (pW.aliases = []), - (mW.displayName = "n4js"), - (mW.aliases = ["n4jsd"]), - (gW.displayName = "js-extras"), + (mW.displayName = "hpkp"), + (mW.aliases = []), + (gW.displayName = "hsts"), (gW.aliases = []), - (hW.displayName = "json5"), - (hW.aliases = []), - (fW.displayName = "jsonp"), + (hW.displayName = "uri"), + (hW.aliases = ["url"]), + (fW.displayName = "http"), (fW.aliases = []), - (vW.displayName = "jsstacktrace"), + (vW.displayName = "ichigojam"), (vW.aliases = []), - (EW.displayName = "julia"), + (EW.displayName = "icon"), (EW.aliases = []), - (wW.displayName = "keepalived"), + (wW.displayName = "icu-message-format"), (wW.aliases = []), - (LW.displayName = "keyman"), - (LW.aliases = []), - (bW.displayName = "kumir"), - (bW.aliases = ["kum"]), - (MW.displayName = "kusto"), + (LW.displayName = "idris"), + (LW.aliases = ["idr"]), + (bW.displayName = "ignore"), + (bW.aliases = ["gitignore", "hgignore", "npmignore"]), + (MW.displayName = "inform7"), (MW.aliases = []), - (HW.displayName = "latex"), - (HW.aliases = ["context", "tex"]), - (yW.displayName = "latte"), + (HW.displayName = "io"), + (HW.aliases = []), + (yW.displayName = "j"), (yW.aliases = []), - (RW.displayName = "scheme"), + (RW.displayName = "javadoclike"), (RW.aliases = []), - (xW.displayName = "lilypond"), - (xW.aliases = ["ly"]), - (TW.displayName = "liquid"), + (xW.displayName = "scala"), + (xW.aliases = []), + (TW.displayName = "javadoc"), (TW.aliases = []), - (NW.displayName = "lisp"), - (NW.aliases = ["elisp", "emacs", "emacs-lisp"]), - (SW.displayName = "livescript"), + (NW.displayName = "javastacktrace"), + (NW.aliases = []), + (SW.displayName = "jexl"), (SW.aliases = []), - (VW.displayName = "llvm"), + (VW.displayName = "jolie"), (VW.aliases = []), - (_W.displayName = "log"), + (_W.displayName = "jq"), (_W.aliases = []), - (AW.displayName = "lolcode"), + (AW.displayName = "js-templates"), (AW.aliases = []), - (kW.displayName = "magma"), + (kW.displayName = "jsdoc"), (kW.aliases = []), - (IW.displayName = "mata"), - (IW.aliases = []), - (ZW.displayName = "matlab"), + (IW.displayName = "n4js"), + (IW.aliases = ["n4jsd"]), + (ZW.displayName = "js-extras"), (ZW.aliases = []), - (BW.displayName = "maxscript"), + (BW.displayName = "json5"), (BW.aliases = []), - (OW.displayName = "mel"), + (OW.displayName = "jsonp"), (OW.aliases = []), - (DW.displayName = "mermaid"), + (DW.displayName = "jsstacktrace"), (DW.aliases = []), - (PW.displayName = "metafont"), + (PW.displayName = "julia"), (PW.aliases = []), - (FW.displayName = "mizar"), + (FW.displayName = "keepalived"), (FW.aliases = []), - (UW.displayName = "mongodb"), + (UW.displayName = "keyman"), (UW.aliases = []), - (GW.displayName = "monkey"), - (GW.aliases = []), - (zW.displayName = "moonscript"), - (zW.aliases = ["moon"]), - ($W.displayName = "n1ql"), - ($W.aliases = []), - (WW.displayName = "nand2tetris-hdl"), + (GW.displayName = "kumir"), + (GW.aliases = ["kum"]), + (zW.displayName = "kusto"), + (zW.aliases = []), + ($W.displayName = "latex"), + ($W.aliases = ["context", "tex"]), + (WW.displayName = "latte"), (WW.aliases = []), - (jW.displayName = "naniscript"), - (jW.aliases = ["nani"]), - (qW.displayName = "nasm"), - (qW.aliases = []), - (YW.displayName = "neon"), + (jW.displayName = "scheme"), + (jW.aliases = []), + (qW.displayName = "lilypond"), + (qW.aliases = ["ly"]), + (YW.displayName = "liquid"), (YW.aliases = []), - (KW.displayName = "nevod"), - (KW.aliases = []), - (XW.displayName = "nginx"), + (KW.displayName = "lisp"), + (KW.aliases = ["elisp", "emacs", "emacs-lisp"]), + (XW.displayName = "livescript"), (XW.aliases = []), - (QW.displayName = "nim"), + (QW.displayName = "llvm"), (QW.aliases = []), - (JW.displayName = "nix"), + (JW.displayName = "log"), (JW.aliases = []), - (ej.displayName = "nsis"), + (ej.displayName = "lolcode"), (ej.aliases = []), - (tj.displayName = "ocaml"), + (tj.displayName = "magma"), (tj.aliases = []), - (nj.displayName = "odin"), + (nj.displayName = "mata"), (nj.aliases = []), - (rj.displayName = "opencl"), + (rj.displayName = "matlab"), (rj.aliases = []), - (oj.displayName = "openqasm"), - (oj.aliases = ["qasm"]), - (aj.displayName = "oz"), + (oj.displayName = "maxscript"), + (oj.aliases = []), + (aj.displayName = "mel"), (aj.aliases = []), - (lj.displayName = "parigp"), + (lj.displayName = "mermaid"), (lj.aliases = []), - (ij.displayName = "parser"), + (ij.displayName = "metafont"), (ij.aliases = []), - (Cj.displayName = "pascal"), - (Cj.aliases = ["objectpascal"]), - (sj.displayName = "pascaligo"), + (Cj.displayName = "mizar"), + (Cj.aliases = []), + (sj.displayName = "mongodb"), (sj.aliases = []), - (cj.displayName = "psl"), + (cj.displayName = "monkey"), (cj.aliases = []), - (dj.displayName = "pcaxis"), - (dj.aliases = ["px"]), - (uj.displayName = "peoplecode"), - (uj.aliases = ["pcode"]), - (pj.displayName = "phpdoc"), + (dj.displayName = "moonscript"), + (dj.aliases = ["moon"]), + (uj.displayName = "n1ql"), + (uj.aliases = []), + (pj.displayName = "nand2tetris-hdl"), (pj.aliases = []), - (mj.displayName = "php-extras"), - (mj.aliases = []), - (gj.displayName = "plant-uml"), - (gj.aliases = ["plantuml"]), - (hj.displayName = "plsql"), + (mj.displayName = "naniscript"), + (mj.aliases = ["nani"]), + (gj.displayName = "nasm"), + (gj.aliases = []), + (hj.displayName = "neon"), (hj.aliases = []), - (fj.displayName = "powerquery"), - (fj.aliases = ["mscript", "pq"]), - (vj.displayName = "powershell"), + (fj.displayName = "nevod"), + (fj.aliases = []), + (vj.displayName = "nginx"), (vj.aliases = []), - (Ej.displayName = "processing"), + (Ej.displayName = "nim"), (Ej.aliases = []), - (wj.displayName = "prolog"), + (wj.displayName = "nix"), (wj.aliases = []), - (Lj.displayName = "promql"), + (Lj.displayName = "nsis"), (Lj.aliases = []), - (bj.displayName = "properties"), + (bj.displayName = "ocaml"), (bj.aliases = []), - (Mj.displayName = "protobuf"), + (Mj.displayName = "odin"), (Mj.aliases = []), - (Hj.displayName = "stylus"), + (Hj.displayName = "opencl"), (Hj.aliases = []), - (yj.displayName = "twig"), - (yj.aliases = []), - (Rj.displayName = "pug"), + (yj.displayName = "openqasm"), + (yj.aliases = ["qasm"]), + (Rj.displayName = "oz"), (Rj.aliases = []), - (xj.displayName = "puppet"), + (xj.displayName = "parigp"), (xj.aliases = []), - (Tj.displayName = "pure"), + (Tj.displayName = "parser"), (Tj.aliases = []), - (Nj.displayName = "purebasic"), - (Nj.aliases = ["pbfasm"]), - (Sj.displayName = "purescript"), - (Sj.aliases = ["purs"]), - (Vj.displayName = "qsharp"), - (Vj.aliases = ["qs"]), - (_j.displayName = "q"), - (_j.aliases = []), - (Aj.displayName = "qml"), - (Aj.aliases = []), - (kj.displayName = "qore"), + (Nj.displayName = "pascal"), + (Nj.aliases = ["objectpascal"]), + (Sj.displayName = "pascaligo"), + (Sj.aliases = []), + (Vj.displayName = "psl"), + (Vj.aliases = []), + (_j.displayName = "pcaxis"), + (_j.aliases = ["px"]), + (Aj.displayName = "peoplecode"), + (Aj.aliases = ["pcode"]), + (kj.displayName = "phpdoc"), (kj.aliases = []), - (Ij.displayName = "racket"), - (Ij.aliases = ["rkt"]), - (Zj.displayName = "cshtml"), - (Zj.aliases = ["razor"]), - (Bj.displayName = "jsx"), + (Ij.displayName = "php-extras"), + (Ij.aliases = []), + (Zj.displayName = "plant-uml"), + (Zj.aliases = ["plantuml"]), + (Bj.displayName = "plsql"), (Bj.aliases = []), - (Oj.displayName = "tsx"), - (Oj.aliases = []), - (Dj.displayName = "reason"), + (Oj.displayName = "powerquery"), + (Oj.aliases = ["mscript", "pq"]), + (Dj.displayName = "powershell"), (Dj.aliases = []), - (Pj.displayName = "rego"), + (Pj.displayName = "processing"), (Pj.aliases = []), - (Fj.displayName = "renpy"), - (Fj.aliases = ["rpy"]), - (Uj.displayName = "rescript"), - (Uj.aliases = ["res"]), - (Gj.displayName = "rest"), + (Fj.displayName = "prolog"), + (Fj.aliases = []), + (Uj.displayName = "promql"), + (Uj.aliases = []), + (Gj.displayName = "properties"), (Gj.aliases = []), - (zj.displayName = "rip"), + (zj.displayName = "protobuf"), (zj.aliases = []), - ($j.displayName = "roboconf"), + ($j.displayName = "stylus"), ($j.aliases = []), - (Wj.displayName = "robotframework"), - (Wj.aliases = ["robot"]), - (jj.displayName = "sas"), + (Wj.displayName = "twig"), + (Wj.aliases = []), + (jj.displayName = "pug"), (jj.aliases = []), - (qj.displayName = "shell-session"), - (qj.aliases = ["sh-session", "shellsession"]), - (Yj.displayName = "smali"), + (qj.displayName = "puppet"), + (qj.aliases = []), + (Yj.displayName = "pure"), (Yj.aliases = []), - (Kj.displayName = "smalltalk"), - (Kj.aliases = []), - (Xj.displayName = "smarty"), - (Xj.aliases = []), - (Qj.displayName = "sml"), - (Qj.aliases = ["smlnj"]), - (Jj.displayName = "solidity"), - (Jj.aliases = ["sol"]), - (eq.displayName = "solution-file"), - (eq.aliases = ["sln"]), - (tq.displayName = "soy"), + (Kj.displayName = "purebasic"), + (Kj.aliases = ["pbfasm"]), + (Xj.displayName = "purescript"), + (Xj.aliases = ["purs"]), + (Qj.displayName = "qsharp"), + (Qj.aliases = ["qs"]), + (Jj.displayName = "q"), + (Jj.aliases = []), + (eq.displayName = "qml"), + (eq.aliases = []), + (tq.displayName = "qore"), (tq.aliases = []), - (nq.displayName = "turtle"), - (nq.aliases = ["trig"]), - (rq.displayName = "sparql"), - (rq.aliases = ["rq"]), - (oq.displayName = "splunk-spl"), + (nq.displayName = "racket"), + (nq.aliases = ["rkt"]), + (rq.displayName = "cshtml"), + (rq.aliases = ["razor"]), + (oq.displayName = "jsx"), (oq.aliases = []), - (aq.displayName = "sqf"), + (aq.displayName = "tsx"), (aq.aliases = []), - (lq.displayName = "squirrel"), + (lq.displayName = "reason"), (lq.aliases = []), - (iq.displayName = "stan"), + (iq.displayName = "rego"), (iq.aliases = []), - (Cq.displayName = "stata"), - (Cq.aliases = []), - (sq.displayName = "iecst"), - (sq.aliases = []), - (cq.displayName = "supercollider"), - (cq.aliases = ["sclang"]), - (dq.displayName = "systemd"), + (Cq.displayName = "renpy"), + (Cq.aliases = ["rpy"]), + (sq.displayName = "rescript"), + (sq.aliases = ["res"]), + (cq.displayName = "rest"), + (cq.aliases = []), + (dq.displayName = "rip"), (dq.aliases = []), - (uq.displayName = "t4-templating"), + (uq.displayName = "roboconf"), (uq.aliases = []), - (pq.displayName = "t4-cs"), - (pq.aliases = ["t4"]), - (mq.displayName = "t4-vb"), + (pq.displayName = "robotframework"), + (pq.aliases = ["robot"]), + (mq.displayName = "sas"), (mq.aliases = []), - (gq.displayName = "tap"), - (gq.aliases = []), - (hq.displayName = "tcl"), + (gq.displayName = "shell-session"), + (gq.aliases = ["sh-session", "shellsession"]), + (hq.displayName = "smali"), (hq.aliases = []), - (fq.displayName = "tt2"), + (fq.displayName = "smalltalk"), (fq.aliases = []), - (vq.displayName = "toml"), + (vq.displayName = "smarty"), (vq.aliases = []), - (Eq.displayName = "tremor"), - (Eq.aliases = ["trickle", "troy"]), - (wq.displayName = "typoscript"), - (wq.aliases = ["tsconfig"]), - (Lq.displayName = "unrealscript"), - (Lq.aliases = ["uc", "uscript"]), - (bq.displayName = "uorazor"), + (Eq.displayName = "sml"), + (Eq.aliases = ["smlnj"]), + (wq.displayName = "solidity"), + (wq.aliases = ["sol"]), + (Lq.displayName = "solution-file"), + (Lq.aliases = ["sln"]), + (bq.displayName = "soy"), (bq.aliases = []), - (Mq.displayName = "v"), - (Mq.aliases = []), - (Hq.displayName = "vala"), - (Hq.aliases = []), - (yq.displayName = "velocity"), + (Mq.displayName = "turtle"), + (Mq.aliases = ["trig"]), + (Hq.displayName = "sparql"), + (Hq.aliases = ["rq"]), + (yq.displayName = "splunk-spl"), (yq.aliases = []), - (Rq.displayName = "verilog"), + (Rq.displayName = "sqf"), (Rq.aliases = []), - (xq.displayName = "vhdl"), + (xq.displayName = "squirrel"), (xq.aliases = []), - (Tq.displayName = "vim"), + (Tq.displayName = "stan"), (Tq.aliases = []), - (Nq.displayName = "visual-basic"), - (Nq.aliases = ["vb", "vba"]), - (Sq.displayName = "warpscript"), + (Nq.displayName = "stata"), + (Nq.aliases = []), + (Sq.displayName = "iecst"), (Sq.aliases = []), - (Vq.displayName = "wasm"), - (Vq.aliases = []), - (_q.displayName = "web-idl"), - (_q.aliases = ["webidl"]), - (Aq.displayName = "wgsl"), + (Vq.displayName = "supercollider"), + (Vq.aliases = ["sclang"]), + (_q.displayName = "systemd"), + (_q.aliases = []), + (Aq.displayName = "t4-templating"), (Aq.aliases = []), - (kq.displayName = "wiki"), - (kq.aliases = []), - (Iq.displayName = "wolfram"), - (Iq.aliases = ["mathematica", "nb", "wl"]), - (Zq.displayName = "wren"), + (kq.displayName = "t4-cs"), + (kq.aliases = ["t4"]), + (Iq.displayName = "t4-vb"), + (Iq.aliases = []), + (Zq.displayName = "tap"), (Zq.aliases = []), - (Bq.displayName = "xeora"), - (Bq.aliases = ["xeoracube"]), - (Oq.displayName = "xml-doc"), + (Bq.displayName = "tcl"), + (Bq.aliases = []), + (Oq.displayName = "tt2"), (Oq.aliases = []), - (Dq.displayName = "xojo"), + (Dq.displayName = "toml"), (Dq.aliases = []), - (Pq.displayName = "xquery"), - (Pq.aliases = []), - (Fq.displayName = "yang"), - (Fq.aliases = []), - (Uq.displayName = "zig"), - (Uq.aliases = []), - XG.register(zU), - XG.register($U), - XG.register(OU), - XG.register(KU), - XG.register(XU), - XG.register(QG), - XG.register(JG), - XG.register(ez), - XG.register(tz), - XG.register(nz), - XG.register(rz), - XG.register(oz), - XG.register(az), - XG.register(gG), - XG.register(lz), - XG.register(iz), - XG.register(Cz), - XG.register(sz), - XG.register(DU), - XG.register(PU), - XG.register(FU), - XG.register(cz), - XG.register(dz), - XG.register(UU), - XG.register(rG), - XG.register(oG), - XG.register(uz), - XG.register(pz), - XG.register(GU), - XG.register(mz), - XG.register(gz), - XG.register(hz), - XG.register(fz), - XG.register(vz), - XG.register(Ez), - XG.register(wz), - XG.register(Lz), - XG.register(vG), - XG.register(bz), - XG.register(Mz), - XG.register(Hz), - XG.register(yz), - XG.register(Rz), - XG.register(xz), - XG.register(Tz), - XG.register(Nz), - XG.register(Sz), - XG.register(Vz), - XG.register(_z), - XG.register(Az), - XG.register(kz), - XG.register(Iz), - XG.register(Zz), - XG.register(Bz), - XG.register(Oz), - XG.register(Dz), - XG.register(Pz), - XG.register(Fz), - XG.register(Uz), - XG.register(Gz), - XG.register(zz), - XG.register($z), - XG.register(Wz), - XG.register(dG), - XG.register(jz), - XG.register(qz), - XG.register(Yz), - XG.register(Kz), - XG.register(Xz), - XG.register(Qz), - XG.register(Jz), - XG.register(e$), - XG.register(t$), - XG.register(n$), - XG.register(WU), - XG.register(iG), - XG.register(r$), - XG.register(o$), - XG.register(a$), - XG.register(l$), - XG.register(i$), - XG.register(C$), - XG.register(s$), - XG.register(c$), - XG.register(d$), - XG.register(u$), - XG.register(tG), - XG.register(p$), - XG.register(m$), - XG.register(g$), - XG.register(h$), - XG.register(f$), - XG.register(v$), - XG.register(E$), - XG.register(w$), - XG.register(L$), - XG.register(b$), - XG.register(M$), - XG.register(H$), - XG.register(y$), - XG.register(R$), - XG.register(x$), - XG.register(T$), - XG.register(N$), - XG.register(S$), - XG.register(V$), - XG.register(_$), - XG.register(A$), - XG.register(k$), - XG.register(jU), - XG.register(I$), - XG.register(Z$), - XG.register(B$), - XG.register(O$), - XG.register(eG), - XG.register(mG), - XG.register(D$), - XG.register(P$), - XG.register(F$), - XG.register(U$), - XG.register(G$), - XG.register(z$), - XG.register($$), - XG.register(W$), - XG.register(j$), - XG.register(q$), - XG.register(QU), - XG.register(Y$), - XG.register(K$), - XG.register(X$), - XG.register(Q$), - XG.register(J$), - XG.register(eW), - XG.register(tW), - XG.register(nW), - XG.register(qU), - XG.register(rW), - XG.register(oW), - XG.register(YU), - XG.register(CG), - XG.register(aW), - XG.register(lW), - XG.register(iW), - XG.register(CW), - XG.register(sW), - XG.register(cW), - XG.register(dW), - XG.register(uW), - XG.register(fG), - XG.register(pW), - XG.register(mW), - XG.register(gW), - XG.register(hW), - XG.register(fW), - XG.register(vW), - XG.register(EW), - XG.register(wW), - XG.register(LW), - XG.register(JU), - XG.register(bW), - XG.register(MW), - XG.register(HW), - XG.register(yW), - XG.register(RW), - XG.register(xW), - XG.register(TW), - XG.register(NW), - XG.register(SW), - XG.register(VW), - XG.register(_W), - XG.register(AW), - XG.register(kW), - XG.register(nG), - XG.register(IW), - XG.register(ZW), - XG.register(BW), - XG.register(OW), - XG.register(DW), - XG.register(PW), - XG.register(FW), - XG.register(UW), - XG.register(GW), - XG.register(zW), - XG.register($W), - XG.register(WW), - XG.register(jW), - XG.register(qW), - XG.register(YW), - XG.register(KW), - XG.register(XW), - XG.register(QW), - XG.register(JW), - XG.register(ej), - XG.register(aG), - XG.register(tj), - XG.register(nj), - XG.register(rj), - XG.register(oj), - XG.register(aj), - XG.register(lj), - XG.register(ij), - XG.register(Cj), - XG.register(sj), - XG.register(cj), - XG.register(dj), - XG.register(uj), - XG.register(lG), - XG.register(pj), - XG.register(mj), - XG.register(gj), - XG.register(hj), - XG.register(fj), - XG.register(vj), - XG.register(Ej), - XG.register(wj), - XG.register(Lj), - XG.register(bj), - XG.register(Mj), - XG.register(Hj), - XG.register(yj), - XG.register(Rj), - XG.register(xj), - XG.register(Tj), - XG.register(Nj), - XG.register(Sj), - XG.register(sG), - XG.register(Vj), - XG.register(_j), - XG.register(Aj), - XG.register(kj), - XG.register(cG), - XG.register(Ij), - XG.register(Zj), - XG.register(Bj), - XG.register(Oj); -XG.register(Dj), - XG.register(Pj), - XG.register(Fj), - XG.register(Uj), - XG.register(Gj), - XG.register(zj), - XG.register($j), - XG.register(Wj), - XG.register(uG), - XG.register(jj), - XG.register(pG), - XG.register(qj), - XG.register(Yj), - XG.register(Kj), - XG.register(Xj), - XG.register(Qj), - XG.register(Jj), - XG.register(eq), - XG.register(tq), - XG.register(nq), - XG.register(rq), - XG.register(oq), - XG.register(aq), - XG.register(lq), - XG.register(iq), - XG.register(Cq), - XG.register(sq), - XG.register(cq), - XG.register(hG), - XG.register(dq), - XG.register(uq), - XG.register(pq), - XG.register(EG), - XG.register(mq), - XG.register(gq), - XG.register(hq), - XG.register(fq), - XG.register(vq), - XG.register(Eq), - XG.register(wq), - XG.register(Lq), - XG.register(bq), - XG.register(Mq), - XG.register(Hq), - XG.register(yq), - XG.register(Rq), - XG.register(xq), - XG.register(Tq), - XG.register(Nq), - XG.register(Sq), - XG.register(Vq), - XG.register(_q), - XG.register(Aq), - XG.register(kq), - XG.register(Iq), - XG.register(Zq), - XG.register(Bq), - XG.register(Oq), - XG.register(Dq), - XG.register(Pq), - XG.register(Fq), - XG.register(Uq); -var jq = (function (e) { + (Pq.displayName = "tremor"), + (Pq.aliases = ["trickle", "troy"]), + (Fq.displayName = "typoscript"), + (Fq.aliases = ["tsconfig"]), + (Uq.displayName = "unrealscript"), + (Uq.aliases = ["uc", "uscript"]), + (Gq.displayName = "uorazor"), + (Gq.aliases = []), + (zq.displayName = "v"), + (zq.aliases = []), + ($q.displayName = "vala"), + ($q.aliases = []), + (Wq.displayName = "velocity"), + (Wq.aliases = []), + (jq.displayName = "verilog"), + (jq.aliases = []), + (qq.displayName = "vhdl"), + (qq.aliases = []), + (Yq.displayName = "vim"), + (Yq.aliases = []), + (Kq.displayName = "visual-basic"), + (Kq.aliases = ["vb", "vba"]), + (Xq.displayName = "warpscript"), + (Xq.aliases = []), + (Qq.displayName = "wasm"), + (Qq.aliases = []), + (Jq.displayName = "web-idl"), + (Jq.aliases = ["webidl"]), + (eY.displayName = "wgsl"), + (eY.aliases = []), + (tY.displayName = "wiki"), + (tY.aliases = []), + (nY.displayName = "wolfram"), + (nY.aliases = ["mathematica", "nb", "wl"]), + (rY.displayName = "wren"), + (rY.aliases = []), + (oY.displayName = "xeora"), + (oY.aliases = ["xeoracube"]), + (aY.displayName = "xml-doc"), + (aY.aliases = []), + (lY.displayName = "xojo"), + (lY.aliases = []), + (iY.displayName = "xquery"), + (iY.aliases = []), + (CY.displayName = "yang"), + (CY.aliases = []), + (sY.displayName = "zig"), + (sY.aliases = []), + vz.register(dG), + vz.register(uG), + vz.register(aG), + vz.register(fG), + vz.register(vG), + vz.register(Ez), + vz.register(wz), + vz.register(Lz), + vz.register(bz), + vz.register(Mz), + vz.register(Hz), + vz.register(yz), + vz.register(Rz), + vz.register(ZG), + vz.register(xz), + vz.register(Tz), + vz.register(Nz), + vz.register(Sz), + vz.register(lG), + vz.register(iG), + vz.register(CG), + vz.register(Vz), + vz.register(_z), + vz.register(sG), + vz.register(HG), + vz.register(yG), + vz.register(Az), + vz.register(kz), + vz.register(cG), + vz.register(Iz), + vz.register(Zz), + vz.register(Bz), + vz.register(Oz), + vz.register(Dz), + vz.register(Pz), + vz.register(Fz), + vz.register(Uz), + vz.register(DG), + vz.register(Gz), + vz.register(zz), + vz.register($z), + vz.register(Wz), + vz.register(jz), + vz.register(qz), + vz.register(Yz), + vz.register(Kz), + vz.register(Xz), + vz.register(Qz), + vz.register(Jz), + vz.register(e$), + vz.register(t$), + vz.register(n$), + vz.register(r$), + vz.register(o$), + vz.register(a$), + vz.register(l$), + vz.register(i$), + vz.register(C$), + vz.register(s$), + vz.register(c$), + vz.register(d$), + vz.register(u$), + vz.register(p$), + vz.register(_G), + vz.register(m$), + vz.register(g$), + vz.register(h$), + vz.register(f$), + vz.register(v$), + vz.register(E$), + vz.register(w$), + vz.register(L$), + vz.register(b$), + vz.register(M$), + vz.register(pG), + vz.register(TG), + vz.register(H$), + vz.register(y$), + vz.register(R$), + vz.register(x$), + vz.register(T$), + vz.register(N$), + vz.register(S$), + vz.register(V$), + vz.register(_$), + vz.register(A$), + vz.register(bG), + vz.register(k$), + vz.register(I$), + vz.register(Z$), + vz.register(B$), + vz.register(O$), + vz.register(D$), + vz.register(P$), + vz.register(F$), + vz.register(U$), + vz.register(G$), + vz.register(z$), + vz.register($$), + vz.register(W$), + vz.register(j$), + vz.register(q$), + vz.register(Y$), + vz.register(K$), + vz.register(X$), + vz.register(Q$), + vz.register(J$), + vz.register(eW), + vz.register(tW), + vz.register(mG), + vz.register(nW), + vz.register(rW), + vz.register(oW), + vz.register(aW), + vz.register(LG), + vz.register(IG), + vz.register(lW), + vz.register(iW), + vz.register(CW), + vz.register(sW), + vz.register(cW), + vz.register(dW), + vz.register(uW), + vz.register(pW), + vz.register(mW), + vz.register(gW), + vz.register(EG), + vz.register(hW), + vz.register(fW), + vz.register(vW), + vz.register(EW), + vz.register(wW), + vz.register(LW), + vz.register(bW), + vz.register(MW), + vz.register(gG), + vz.register(HW), + vz.register(yW), + vz.register(hG), + vz.register(NG), + vz.register(RW), + vz.register(xW), + vz.register(TW), + vz.register(NW), + vz.register(SW), + vz.register(VW), + vz.register(_W), + vz.register(AW), + vz.register(OG), + vz.register(kW), + vz.register(IW), + vz.register(ZW), + vz.register(BW), + vz.register(OW), + vz.register(DW), + vz.register(PW), + vz.register(FW), + vz.register(UW), + vz.register(wG), + vz.register(GW), + vz.register(zW), + vz.register($W), + vz.register(WW), + vz.register(jW), + vz.register(qW), + vz.register(YW), + vz.register(KW), + vz.register(XW), + vz.register(QW), + vz.register(JW), + vz.register(ej), + vz.register(tj), + vz.register(MG), + vz.register(nj), + vz.register(rj), + vz.register(oj), + vz.register(aj), + vz.register(lj), + vz.register(ij), + vz.register(Cj), + vz.register(sj), + vz.register(cj), + vz.register(dj), + vz.register(uj), + vz.register(pj), + vz.register(mj), + vz.register(gj), + vz.register(hj), + vz.register(fj), + vz.register(vj), + vz.register(Ej), + vz.register(wj), + vz.register(Lj), + vz.register(RG), + vz.register(bj), + vz.register(Mj), + vz.register(Hj), + vz.register(yj), + vz.register(Rj), + vz.register(xj), + vz.register(Tj), + vz.register(Nj), + vz.register(Sj), + vz.register(Vj), + vz.register(_j), + vz.register(Aj), + vz.register(xG), + vz.register(kj), + vz.register(Ij), + vz.register(Zj), + vz.register(Bj), + vz.register(Oj), + vz.register(Dj), + vz.register(Pj), + vz.register(Fj), + vz.register(Uj), + vz.register(Gj), + vz.register(zj), + vz.register($j), + vz.register(Wj), + vz.register(jj), + vz.register(qj), + vz.register(Yj), + vz.register(Kj), + vz.register(Xj), + vz.register(SG), + vz.register(Qj), + vz.register(Jj), + vz.register(eq), + vz.register(tq), + vz.register(VG), + vz.register(nq), + vz.register(rq), + vz.register(oq), + vz.register(aq); +vz.register(lq), + vz.register(iq), + vz.register(Cq), + vz.register(sq), + vz.register(cq), + vz.register(dq), + vz.register(uq), + vz.register(pq), + vz.register(AG), + vz.register(mq), + vz.register(kG), + vz.register(gq), + vz.register(hq), + vz.register(fq), + vz.register(vq), + vz.register(Eq), + vz.register(wq), + vz.register(Lq), + vz.register(bq), + vz.register(Mq), + vz.register(Hq), + vz.register(yq), + vz.register(Rq), + vz.register(xq), + vz.register(Tq), + vz.register(Nq), + vz.register(Sq), + vz.register(Vq), + vz.register(BG), + vz.register(_q), + vz.register(Aq), + vz.register(kq), + vz.register(PG), + vz.register(Iq), + vz.register(Zq), + vz.register(Bq), + vz.register(Oq), + vz.register(Dq), + vz.register(Pq), + vz.register(Fq), + vz.register(Uq), + vz.register(Gq), + vz.register(zq), + vz.register($q), + vz.register(Wq), + vz.register(jq), + vz.register(qq), + vz.register(Yq), + vz.register(Kq), + vz.register(Xq), + vz.register(Qq), + vz.register(Jq), + vz.register(eY), + vz.register(tY), + vz.register(nY), + vz.register(rY), + vz.register(oY), + vz.register(aY), + vz.register(lY), + vz.register(iY), + vz.register(CY), + vz.register(sY); +var mY = (function (e) { return function (t) { return ( void 0 === t && (t = {}), @@ -74078,7 +74521,7 @@ var jq = (function (e) { function (e) { var t; (t = n), - TU(e, "element", function (e, n) { + YU(e, "element", function (e, n) { const r = n[n.length - 1]; return t(e, r ? r.children.indexOf(e) : null, r); }); @@ -74100,7 +74543,7 @@ var jq = (function (e) { var C, s, c = (function (e) { - for (var t, n = Wq(e.properties.className); !(t = n()).done; ) { + for (var t, n = pY(e.properties.className); !(t = n()).done; ) { var r = t.value; if ("language-" === r.slice(0, 9)) return r.slice(9).toLowerCase(); @@ -74120,7 +74563,7 @@ var jq = (function (e) { var d, u; (u = null != (d = c) && d.includes("diff-") ? c.split("-")[1] : c), - (C = e.highlight(NU(n), u)), + (C = e.highlight(KU(n), u)), (o.properties.className = (o.properties.className || []).concat( "language-" + u, )); @@ -74144,7 +74587,7 @@ var jq = (function (e) { t.push(n); else for ( - var a, l = r.split("\n"), i = Wq(l.entries()); + var a, l = r.split("\n"), i = pY(l.entries()); !(a = i()).done; ) { @@ -74205,7 +74648,7 @@ var jq = (function (e) { .join(); if (t.test(n)) { var r = t.exec(n)[1], - o = BU(r); + o = oG(r); return function (e) { return o.includes(e + 1); }; @@ -74215,7 +74658,7 @@ var jq = (function (e) { }; })(i), g = (function (e) { - var t = Gq(/showLineNumbers=(\d+)/i, { lines: 1 }); + var t = cY(/showLineNumbers=(\d+)/i, { lines: 1 }); if (t.test(e)) { var n = t.exec(e); return Number(n.groups.lines); @@ -74245,7 +74688,7 @@ var jq = (function (e) { a = r[1]; a.properties.className = ["code-line"]; var l = (function (e, t, n) { - const r = _U(t), + const r = JU(t), o = t && "object" == typeof t && ("cascade" in t) ? t.cascade @@ -74266,7 +74709,7 @@ var jq = (function (e) { const i = {}; let C; for (C in t) - IU.call(t, C) && (i[C] = "children" === C ? l : t[C]); + nG.call(t, C) && (i[C] = "children" === C ? l : t[C]); return i; })(e); })(C, function (e) { @@ -74285,31 +74728,31 @@ var jq = (function (e) { a.properties.className.push("line-number")), m(o) && a.properties.className.push("highlight-line"), ("diff" === c || (null != (e = c) && e.includes("diff-"))) && - "-" === NU(a).substring(0, 1) + "-" === KU(a).substring(0, 1) ? a.properties.className.push("deleted") : ("diff" === c || (null != (n = c) && n.includes("diff-"))) && - "+" === NU(a).substring(0, 1) && + "+" === KU(a).substring(0, 1) && a.properties.className.push("inserted"); }, - E = Wq(h.entries()); + E = pY(h.entries()); !(p = E()).done; ) v(); - h.length > 0 && "" === NU(h[h.length - 1]).trim() && h.pop(), + h.length > 0 && "" === KU(h[h.length - 1]).trim() && h.pop(), (n.children = h); } } }; - })(XG), - qq = ["rehypePlugins"], - Yq = t.forwardRef((e, t) => { - var { rehypePlugins: n = [[jq, { ignoreMissing: !0 }]] } = e, - r = Ro(e, qq); - return bU.jsx(HU, bo({}, r, { rehypePlugins: n, ref: t })); + })(vz), + gY = ["rehypePlugins"], + hY = t.forwardRef((e, t) => { + var { rehypePlugins: n = [[mY, { ignoreMissing: !0 }]] } = e, + r = Ro(e, gY); + return GU.jsx($U, bo({}, r, { rehypePlugins: n, ref: t })); }); -const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ +const fY = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ "& .editorContainer": { maxHeight: t, overflow: "auto", @@ -74394,7 +74837,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ }, ...V(n, e), })), - Xq = ({ + vY = ({ value: e, label: n = "", tooltip: r = "", @@ -74408,7 +74851,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ helpTipPlacement: d, }) => t.createElement( - Kq, + fY, { sx: i, editorHeight: l, className: `codeEditor inputItem ${s}` }, t.createElement( Jr, @@ -74432,7 +74875,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ t.createElement( Sr, { className: "editorContainer" }, - t.createElement(Yq, { + t.createElement(hY, { value: e, language: o, onChange: (e) => { @@ -74445,7 +74888,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ ), C && t.createElement(Sr, { className: "actionsContainer" }, C), ), - Qq = p.span(({ theme: e, color: t, size: n, sx: r }) => ({ + EY = p.span(({ theme: e, color: t, size: n, sx: r }) => ({ position: "relative", margin: 0, userSelect: "none", @@ -74517,7 +74960,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ }, ...V(r, e), })), - Jq = ({ + wY = ({ children: e, color: n = "primary", sx: r, @@ -74529,7 +74972,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ ...s }) => t.createElement( - Qq, + EY, { id: a, color: n, sx: r, size: i, ...s }, C, t.createElement("span", null, l, e), @@ -74540,7 +74983,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ t.createElement(rs, null), ), ), - eY = p.button(({ theme: e, sx: t }) => ({ + LY = p.button(({ theme: e, sx: t }) => ({ cursor: "pointer", display: "inline-flex", backgroundColor: "transparent", @@ -74554,15 +74997,15 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ "&:hover": { textDecoration: "underline" }, ...V(t, e), })), - tY = ({ label: e = "", isLoading: r = !1, sx: o, children: a, ...l }) => + bY = ({ label: e = "", isLoading: r = !1, sx: o, children: a, ...l }) => t.createElement( - eY, + LY, { ...l, sx: o }, r ? t.createElement(Zn, { style: { width: 16, height: 16 } }) : t.createElement(n, null, e, a), ), - nY = p.div(({ theme: e, sx: t, direction: n }) => ({ + MY = p.div(({ theme: e, sx: t, direction: n }) => ({ display: "flex", flexDirection: n, gap: "row" === n ? 5 : 2, @@ -74580,21 +75023,21 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ [`@media (max-width: ${mn(H, "md", 0)}px)`]: { flexDirection: "column" }, ...V(t, e), })), - rY = ({ value: e = null, label: n = "-", direction: r = "column", sx: o }) => + HY = ({ value: e = null, label: n = "-", direction: r = "column", sx: o }) => t.createElement( - nY, + MY, { sx: o, direction: r }, t.createElement(Sr, { className: "label" }, n), t.createElement(Sr, { className: "value" }, e), ), - oY = { + yY = { blue: "main", red: "danger", green: "good", orange: "warning", grey: "disabled", }, - aY = p.div( + RY = p.div( ({ theme: e, sx: t, color: n, barHeight: r, transparentBG: o }) => ({ "& .progBlock": { display: "flex", alignItems: "center", gap: 10 }, "& .progressContainer": { @@ -74609,19 +75052,19 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ }, "& .notificationLabel": { fontSize: 12, - color: mn(e, `signalColors.${oY[n || "blue"]}`, I.mainBlue), + color: mn(e, `signalColors.${yY[n || "blue"]}`, I.mainBlue), }, "& .percentageBar": { display: "block", height: r, - backgroundColor: mn(e, `signalColors.${oY[n || "blue"]}`, I.mainBlue), + backgroundColor: mn(e, `signalColors.${yY[n || "blue"]}`, I.mainBlue), transitionDuration: "0.1s", borderRadius: r, }, ...V(t, e), }), ), - lY = f`0% { + xY = f`0% { left: -100px; visibility: visible; width: 100px; @@ -74636,16 +75079,16 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ visibility: hidden; width: 100px; }`, - iY = p.div` + TY = p.div` width: 100px; height: ${(e) => mn(e, "barHeight", 8)}px; display: block; position: absolute; border-radius: ${(e) => mn(e, "barHeight", 8)}px; - animation: ${lY} 1000ms linear infinite normal forwards; - background-color: ${(e) => mn(e.theme, `signalColors.${oY[e.color || "blue"]}`, I.mainBlue)}; + animation: ${xY} 1000ms linear infinite normal forwards; + background-color: ${(e) => mn(e.theme, `signalColors.${yY[e.color || "blue"]}`, I.mainBlue)}; `, - CY = ({ + NY = ({ progressLabel: e = !1, sx: n, value: r = 0, @@ -74658,7 +75101,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ }) => { const c = (100 * r) / o; return t.createElement( - aY, + RY, { color: i, sx: n, barHeight: C, transparentBG: s }, t.createElement( Sr, @@ -74667,7 +75110,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ Sr, { className: "progressContainer" }, "indeterminate" === a - ? t.createElement(iY, { color: i, barHeight: C }) + ? t.createElement(TY, { color: i, barHeight: C }) : t.createElement(Sr, { className: "percentageBar", style: { width: `${c}%` }, @@ -74686,7 +75129,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ t.createElement("span", { className: "notificationLabel" }, l), ); }, - sY = p.div(({ theme: e, error: t, sx: n }) => ({ + SY = p.div(({ theme: e, error: t, sx: n }) => ({ display: "flex", flexGrow: 1, width: "100%", @@ -74723,7 +75166,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ "& .fileReselect": { display: "flex", alignItems: "center", gap: 12 }, ...V(n, e), })), - cY = ({ + VY = ({ label: e, onChange: n, id: r, @@ -74743,7 +75186,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ }) => { const v = l(null); return t.createElement( - sY, + SY, { error: !!s && "" !== s, sx: g, className: `inputItem ${u}` }, "" !== e && t.createElement( @@ -74829,7 +75272,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ ), ); }, - dY = p.svg( + _Y = p.svg( ({ theme: e, usedBytes: t, totalBytes: n, chartLabel: r, sx: o }) => { const a = (100 * t) / n; let l = mn(e, "signalColors.main", I.mainBlue); @@ -74864,7 +75307,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ ); }, ), - uY = ({ + AY = ({ width: e = "150", height: n = "150", usedBytes: r, @@ -74901,7 +75344,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ }, [r, a]); const u = N(r); return t.createElement( - dY, + _Y, { width: e, height: n, @@ -74953,7 +75396,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ ), ); }, - pY = p.div(({ theme: e, sx: t, open: n, variant: r, condensed: o }) => ({ + kY = p.div(({ theme: e, sx: t, open: n, variant: r, condensed: o }) => ({ position: "fixed", width: o ? "auto" : "100vw", maxWidth: o ? 350 : "100vw", @@ -74985,7 +75428,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ }, ...V(t, e), })), - mY = p.button(({ theme: e, variant: t, condensed: n }) => ({ + IY = p.button(({ theme: e, variant: t, condensed: n }) => ({ color: mn(e, `snackbar.${t}.labelColor`, I.white), display: "flex", position: n ? "initial" : "absolute", @@ -75004,7 +75447,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ "&:hover": { backgroundColor: n ? "transparent" : "#00000040" }, "& svg": { width: n ? 10 : 12, height: n ? 10 : 12 }, })), - gY = ({ + ZY = ({ autoHideDuration: e = 5, message: n = "", open: a, @@ -75033,7 +75476,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ }, [p]); if (!a || "" === n) return null; const h = t.createElement( - pY, + kY, { open: a, variant: C, @@ -75045,7 +75488,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ t.createElement(Sr, { className: "messageTruncation" }, n), c && t.createElement( - mY, + IY, { variant: C, condensed: s, @@ -75058,12 +75501,12 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ ); return "portal" === u ? w(h, document.body) : h; }, - hY = p.div(({ theme: e, sx: t }) => ({ + BY = p.div(({ theme: e, sx: t }) => ({ borderBottom: `1px solid ${mn(e, "borderColor", I.borderColor)}`, borderRadius: 2, ...V(t, e), })), - fY = p.div(({ theme: e }) => ({ + OY = p.div(({ theme: e }) => ({ display: "flex", alignItems: "center", justifyContent: "space-between", @@ -75081,7 +75524,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ color: e.colors["Color/Neutral/Text/colorTextDisabled"], }, })), - vY = p.div(({ theme: e, expanded: t, backgroundColor: n }) => ({ + DY = p.div(({ theme: e, expanded: t, backgroundColor: n }) => ({ borderTop: 0, display: "grid", gridTemplateRows: t ? "1fr" : "0fr", @@ -75101,7 +75544,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ "& > div:last-of-type": { marginBottom: 36 }, }, })), - EY = ({ + PY = ({ title: e, expanded: n, children: r, @@ -75112,10 +75555,10 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ sx: C, }) => t.createElement( - hY, + BY, { id: l, sx: C }, t.createElement( - fY, + OY, { onClick: () => (a ? null : o()), className: "accordionTitle " + (a ? "disabled" : ""), @@ -75124,12 +75567,12 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ n ? t.createElement(Bi, null) : t.createElement(Oi, null), ), t.createElement( - vY, + DY, { className: "accordionContent", expanded: n, backgroundColor: i }, t.createElement(Sr, { className: "expandSubContainer" }, r), ), ), - wY = p.input(({ theme: e }) => { + FY = p.input(({ theme: e }) => { let t = mn(e, "inputBox.border", "#E2E2E2"), n = mn(e, "inputBox.hoverBorder", "#000110"); return { @@ -75167,7 +75610,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ "&.withIcon": { paddingLeft: 38 }, }; }), - LY = p.div(({ theme: e, sx: t }) => ({ + UY = p.div(({ theme: e, sx: t }) => ({ display: "flex", flexGrow: 1, width: "100%", @@ -75208,7 +75651,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ }, ...V(t, e), })), - bY = ({ + GY = ({ id: e, label: a = "", required: l, @@ -75245,7 +75688,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ ((null === (w = u[T]) || void 0 === w ? void 0 : w.icon) || (null === (L = u[T]) || void 0 === L ? void 0 : L.indicator)); return t.createElement( - LY, + UY, { sx: d, className: `inputItem ${i}`, @@ -75300,7 +75743,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ : M.indicator : u[T].icon, ), - t.createElement(wY, { + t.createElement(FY, { disabled: m, id: e, name: g, @@ -75343,7 +75786,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ ), ); }, - MY = p.span( + zY = p.span( ({ theme: e, sx: t, @@ -75390,7 +75833,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ ...V(t, e), }), ), - HY = ({ + $Y = ({ sx: e, children: r, horizontalPosition: o = "right", @@ -75405,7 +75848,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ ...p }) => t.createElement( - MY, + zY, { horizontalPosition: o, verticalPosition: a, @@ -75424,7 +75867,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ C ? "" : t.createElement(n, null, u > c ? `${c}+` : u), ), ), - yY = p.div(({ theme: e }) => ({ + WY = p.div(({ theme: e }) => ({ display: "flex", flexDirection: "column", flex: 1, @@ -75461,7 +75904,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ marginRight: 15, }, })), - RY = ({ + jY = ({ page: e, pageChange: n, loadingStep: r, @@ -75502,7 +75945,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ ), ); return t.createElement( - yY, + WY, null, t.createElement( Sr, @@ -75513,7 +75956,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ a ? w(l, a) : l, ); }, - xY = p.div(({ theme: e, sx: t, forModal: n }) => ({ + qY = p.div(({ theme: e, sx: t, forModal: n }) => ({ position: "relative", display: "flex", flexDirection: "column", @@ -75583,7 +76026,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ }, ...V(t, e), })), - TY = ({ + YY = ({ wizardSteps: e, loadingStep: o, forModal: a, @@ -75609,7 +76052,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ }; if (0 === e.length) return null; return t.createElement( - xY, + qY, { sx: C }, t.createElement( Sr, @@ -75643,7 +76086,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ t.createElement( Sr, null, - t.createElement(RY, { + t.createElement(jY, { page: e[s], pageChange: d, loadingStep: o, @@ -75653,7 +76096,7 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ ), ); }, - NY = p.div(({ theme: e, sx: t, variant: n }) => ({ + KY = p.div(({ theme: e, sx: t, variant: n }) => ({ backgroundColor: mn( e, `informativeMessage.${n}.backgroundColor`, @@ -75674,124 +76117,124 @@ const Kq = p.div(({ theme: e, editorHeight: t, sx: n }) => ({ }, ...V(t, e), })), - SY = ({ title: e, message: n, sx: r, variant: o = "default", ...a }) => + XY = ({ title: e, message: n, sx: r, variant: o = "default", ...a }) => t.createElement( - NY, + KY, { sx: r, variant: o, className: "informative-message" }, t.createElement("div", { className: "labelHeadline" }, e), t.createElement("div", { className: "messageText" }, n), ); -class VY extends Error {} -class _Y extends VY { +class QY extends Error {} +class JY extends QY { constructor(e) { super(`Invalid DateTime: ${e.toMessage()}`); } } -class AY extends VY { +class eK extends QY { constructor(e) { super(`Invalid Interval: ${e.toMessage()}`); } } -class kY extends VY { +class tK extends QY { constructor(e) { super(`Invalid Duration: ${e.toMessage()}`); } } -class IY extends VY {} -class ZY extends VY { +class nK extends QY {} +class rK extends QY { constructor(e) { super(`Invalid unit ${e}`); } } -class BY extends VY {} -class OY extends VY { +class oK extends QY {} +class aK extends QY { constructor() { super("Zone is an abstract class"); } } -const DY = "numeric", - PY = "short", - FY = "long", - UY = { year: DY, month: DY, day: DY }, - GY = { year: DY, month: PY, day: DY }, - zY = { year: DY, month: PY, day: DY, weekday: PY }, - $Y = { year: DY, month: FY, day: DY }, - WY = { year: DY, month: FY, day: DY, weekday: FY }, - jY = { hour: DY, minute: DY }, - qY = { hour: DY, minute: DY, second: DY }, - YY = { hour: DY, minute: DY, second: DY, timeZoneName: PY }, - KY = { hour: DY, minute: DY, second: DY, timeZoneName: FY }, - XY = { hour: DY, minute: DY, hourCycle: "h23" }, - QY = { hour: DY, minute: DY, second: DY, hourCycle: "h23" }, - JY = { hour: DY, minute: DY, second: DY, hourCycle: "h23", timeZoneName: PY }, - eK = { hour: DY, minute: DY, second: DY, hourCycle: "h23", timeZoneName: FY }, - tK = { year: DY, month: DY, day: DY, hour: DY, minute: DY }, - nK = { year: DY, month: DY, day: DY, hour: DY, minute: DY, second: DY }, - rK = { year: DY, month: PY, day: DY, hour: DY, minute: DY }, - oK = { year: DY, month: PY, day: DY, hour: DY, minute: DY, second: DY }, - aK = { year: DY, month: PY, day: DY, weekday: PY, hour: DY, minute: DY }, - lK = { year: DY, month: FY, day: DY, hour: DY, minute: DY, timeZoneName: PY }, - iK = { - year: DY, - month: FY, - day: DY, - hour: DY, - minute: DY, - second: DY, - timeZoneName: PY, +const lK = "numeric", + iK = "short", + CK = "long", + sK = { year: lK, month: lK, day: lK }, + cK = { year: lK, month: iK, day: lK }, + dK = { year: lK, month: iK, day: lK, weekday: iK }, + uK = { year: lK, month: CK, day: lK }, + pK = { year: lK, month: CK, day: lK, weekday: CK }, + mK = { hour: lK, minute: lK }, + gK = { hour: lK, minute: lK, second: lK }, + hK = { hour: lK, minute: lK, second: lK, timeZoneName: iK }, + fK = { hour: lK, minute: lK, second: lK, timeZoneName: CK }, + vK = { hour: lK, minute: lK, hourCycle: "h23" }, + EK = { hour: lK, minute: lK, second: lK, hourCycle: "h23" }, + wK = { hour: lK, minute: lK, second: lK, hourCycle: "h23", timeZoneName: iK }, + LK = { hour: lK, minute: lK, second: lK, hourCycle: "h23", timeZoneName: CK }, + bK = { year: lK, month: lK, day: lK, hour: lK, minute: lK }, + MK = { year: lK, month: lK, day: lK, hour: lK, minute: lK, second: lK }, + HK = { year: lK, month: iK, day: lK, hour: lK, minute: lK }, + yK = { year: lK, month: iK, day: lK, hour: lK, minute: lK, second: lK }, + RK = { year: lK, month: iK, day: lK, weekday: iK, hour: lK, minute: lK }, + xK = { year: lK, month: CK, day: lK, hour: lK, minute: lK, timeZoneName: iK }, + TK = { + year: lK, + month: CK, + day: lK, + hour: lK, + minute: lK, + second: lK, + timeZoneName: iK, }, - CK = { - year: DY, - month: FY, - day: DY, - weekday: FY, - hour: DY, - minute: DY, - timeZoneName: FY, + NK = { + year: lK, + month: CK, + day: lK, + weekday: CK, + hour: lK, + minute: lK, + timeZoneName: CK, }, - sK = { - year: DY, - month: FY, - day: DY, - weekday: FY, - hour: DY, - minute: DY, - second: DY, - timeZoneName: FY, + SK = { + year: lK, + month: CK, + day: lK, + weekday: CK, + hour: lK, + minute: lK, + second: lK, + timeZoneName: CK, }; -class cK { +class VK { get type() { - throw new OY(); + throw new aK(); } get name() { - throw new OY(); + throw new aK(); } get ianaName() { return this.name; } get isUniversal() { - throw new OY(); + throw new aK(); } offsetName(e, t) { - throw new OY(); + throw new aK(); } formatOffset(e, t) { - throw new OY(); + throw new aK(); } offset(e) { - throw new OY(); + throw new aK(); } equals(e) { - throw new OY(); + throw new aK(); } get isValid() { - throw new OY(); + throw new aK(); } } -let dK = null; -class uK extends cK { +let _K = null; +class AK extends VK { static get instance() { - return null === dK && (dK = new uK()), dK; + return null === _K && (_K = new AK()), _K; } get type() { return "system"; @@ -75803,10 +76246,10 @@ class uK extends cK { return !1; } offsetName(e, { format: t, locale: n }) { - return SX(e, t, n); + return XX(e, t, n); } formatOffset(e, t) { - return kX(this.offset(e), t); + return tQ(this.offset(e), t); } offset(e) { return -new Date(e).getTimezoneOffset(); @@ -75818,15 +76261,15 @@ class uK extends cK { return !0; } } -let pK = {}; -const mK = { year: 0, month: 1, day: 2, era: 3, hour: 4, minute: 5, second: 6 }; -let gK = {}; -class hK extends cK { +let kK = {}; +const IK = { year: 0, month: 1, day: 2, era: 3, hour: 4, minute: 5, second: 6 }; +let ZK = {}; +class BK extends VK { static create(e) { - return gK[e] || (gK[e] = new hK(e)), gK[e]; + return ZK[e] || (ZK[e] = new BK(e)), ZK[e]; } static resetCache() { - (gK = {}), (pK = {}); + (ZK = {}), (kK = {}); } static isValidSpecifier(e) { return this.isValidZone(e); @@ -75840,7 +76283,7 @@ class hK extends cK { } } constructor(e) { - super(), (this.zoneName = e), (this.valid = hK.isValidZone(e)); + super(), (this.zoneName = e), (this.valid = BK.isValidZone(e)); } get type() { return "iana"; @@ -75852,18 +76295,18 @@ class hK extends cK { return !1; } offsetName(e, { format: t, locale: n }) { - return SX(e, t, n, this.name); + return XX(e, t, n, this.name); } formatOffset(e, t) { - return kX(this.offset(e), t); + return tQ(this.offset(e), t); } offset(e) { const t = new Date(e); if (isNaN(t)) return NaN; const n = ((r = this.name), - pK[r] || - (pK[r] = new Intl.DateTimeFormat("en-US", { + kK[r] || + (kK[r] = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: r, year: "numeric", @@ -75874,7 +76317,7 @@ class hK extends cK { second: "2-digit", era: "short", })), - pK[r]); + kK[r]); var r; let [o, a, l, i, C, s, c] = n.formatToParts ? (function (e, t) { @@ -75882,8 +76325,8 @@ class hK extends cK { r = []; for (let e = 0; e < n.length; e++) { const { type: t, value: o } = n[e], - a = mK[t]; - "era" === t ? (r[a] = o) : sX(a) || (r[a] = parseInt(o, 10)); + a = IK[t]; + "era" === t ? (r[a] = o) : SX(a) || (r[a] = parseInt(o, 10)); } return r; })(n, t) @@ -75898,7 +76341,7 @@ class hK extends cK { const u = d % 1e3; return ( (d -= u >= 0 ? u : 1e3 + u), - (RX({ + (jX({ year: o, month: a, day: l, @@ -75918,22 +76361,22 @@ class hK extends cK { return this.valid; } } -let fK = {}; -let vK = {}; -function EK(e, t = {}) { +let OK = {}; +let DK = {}; +function PK(e, t = {}) { const n = JSON.stringify([e, t]); - let r = vK[n]; - return r || ((r = new Intl.DateTimeFormat(e, t)), (vK[n] = r)), r; -} -let wK = {}; -let LK = {}; -let bK = null; -let MK = {}; -function HK(e, t, n, r) { + let r = DK[n]; + return r || ((r = new Intl.DateTimeFormat(e, t)), (DK[n] = r)), r; +} +let FK = {}; +let UK = {}; +let GK = null; +let zK = {}; +function $K(e, t, n, r) { const o = e.listingMode(); return "error" === o ? null : "en" === o ? n(t) : r(t); } -class yK { +class WK { constructor(e, t, n) { (this.padTo = n.padTo || 0), (this.floor = n.floor || !1); const { padTo: r, floor: o, ...a } = n; @@ -75942,8 +76385,8 @@ class yK { n.padTo > 0 && (t.minimumIntegerDigits = n.padTo), (this.inf = (function (e, t = {}) { const n = JSON.stringify([e, t]); - let r = wK[n]; - return r || ((r = new Intl.NumberFormat(e, t)), (wK[n] = r)), r; + let r = FK[n]; + return r || ((r = new Intl.NumberFormat(e, t)), (FK[n] = r)), r; })(e, t)); } } @@ -75952,10 +76395,10 @@ class yK { const t = this.floor ? Math.floor(e) : e; return this.inf.format(t); } - return vX(this.floor ? Math.floor(e) : bX(e, 3), this.padTo); + return DX(this.floor ? Math.floor(e) : GX(e, 3), this.padTo); } } -class RK { +class jK { constructor(e, t, n) { let r; if (((this.opts = n), (this.originalZone = void 0), this.opts.timeZone)) @@ -75963,7 +76406,7 @@ class RK { else if ("fixed" === e.zone.type) { const t = (e.offset / 60) * -1, n = t >= 0 ? `Etc/GMT+${t}` : `Etc/GMT${t}`; - 0 !== e.offset && hK.create(n).valid + 0 !== e.offset && BK.create(n).valid ? ((r = n), (this.dt = e)) : ((r = "UTC"), (this.dt = @@ -75978,7 +76421,7 @@ class RK { (this.dt = e.setZone("UTC").plus({ minutes: e.offset })), (this.originalZone = e.zone)); const o = { ...this.opts }; - (o.timeZone = o.timeZone || r), (this.dtf = EK(t, o)); + (o.timeZone = o.timeZone || r), (this.dtf = PK(t, o)); } format() { return this.originalZone @@ -76006,16 +76449,16 @@ class RK { return this.dtf.resolvedOptions(); } } -class xK { +class qK { constructor(e, t, n) { (this.opts = { style: "long", ...n }), !t && - uX() && + AX() && (this.rtf = (function (e, t = {}) { const { base: n, ...r } = t, o = JSON.stringify([e, r]); - let a = LK[o]; - return a || ((a = new Intl.RelativeTimeFormat(e, t)), (LK[o] = a)), a; + let a = UK[o]; + return a || ((a = new Intl.RelativeTimeFormat(e, t)), (UK[o] = a)), a; })(e, n)); } format(e, t) { @@ -76056,10 +76499,10 @@ class xK { return this.rtf ? this.rtf.formatToParts(e, t) : []; } } -const TK = { firstDay: 1, minimalDays: 4, weekend: [6, 7] }; -class NK { +const YK = { firstDay: 1, minimalDays: 4, weekend: [6, 7] }; +class KK { static fromOpts(e) { - return NK.create( + return KK.create( e.locale, e.numberingSystem, e.outputCalendar, @@ -76068,20 +76511,20 @@ class NK { ); } static create(e, t, n, r, o = !1) { - const a = e || jK.defaultLocale, + const a = e || mX.defaultLocale, l = a || (o ? "en-US" - : bK || - ((bK = new Intl.DateTimeFormat().resolvedOptions().locale), bK)), - i = t || jK.defaultNumberingSystem, - C = n || jK.defaultOutputCalendar, - s = hX(r) || jK.defaultWeekSettings; - return new NK(l, i, C, s, a); + : GK || + ((GK = new Intl.DateTimeFormat().resolvedOptions().locale), GK)), + i = t || mX.defaultNumberingSystem, + C = n || mX.defaultOutputCalendar, + s = BX(r) || mX.defaultWeekSettings; + return new KK(l, i, C, s, a); } static resetCache() { - (bK = null), (vK = {}), (wK = {}), (LK = {}); + (GK = null), (DK = {}), (FK = {}), (UK = {}); } static fromObject({ locale: e, @@ -76089,7 +76532,7 @@ class NK { outputCalendar: n, weekSettings: r, } = {}) { - return NK.create(e, t, n, r); + return KK.create(e, t, n, r); } constructor(e, t, n, r, o) { const [a, l, i] = (function (e) { @@ -76100,10 +76543,10 @@ class NK { { let t, r; try { - (t = EK(e).resolvedOptions()), (r = e); + (t = PK(e).resolvedOptions()), (r = e); } catch (o) { const a = e.substring(0, n); - (t = EK(a).resolvedOptions()), (r = a); + (t = PK(a).resolvedOptions()), (r = a); } const { numberingSystem: o, calendar: a } = t; return [r, o, a]; @@ -76153,11 +76596,11 @@ class NK { } clone(e) { return e && 0 !== Object.getOwnPropertyNames(e).length - ? NK.create( + ? KK.create( e.locale || this.specifiedLocale, e.numberingSystem || this.numberingSystem, e.outputCalendar || this.outputCalendar, - hX(e.weekSettings) || this.weekSettings, + BX(e.weekSettings) || this.weekSettings, e.defaultToEN || !1, ) : this; @@ -76169,7 +76612,7 @@ class NK { return this.clone({ ...e, defaultToEN: !1 }); } months(e, t = !1) { - return HK(this, e, DX, () => { + return $K(this, e, lQ, () => { const n = t ? { month: e, day: "numeric" } : { month: e }, r = t ? "format" : "standalone"; return ( @@ -76177,7 +76620,7 @@ class NK { (this.monthsCache[r][e] = (function (e) { const t = []; for (let n = 1; n <= 12; n++) { - const r = UJ.utc(2009, n, 1); + const r = s3.utc(2009, n, 1); t.push(e(r)); } return t; @@ -76187,7 +76630,7 @@ class NK { }); } weekdays(e, t = !1) { - return HK(this, e, GX, () => { + return $K(this, e, cQ, () => { const n = t ? { weekday: e, year: "numeric", month: "long", day: "numeric" } : { weekday: e }, @@ -76197,7 +76640,7 @@ class NK { (this.weekdaysCache[r][e] = (function (e) { const t = []; for (let n = 1; n <= 7; n++) { - const r = UJ.utc(2016, 11, 13 + n); + const r = s3.utc(2016, 11, 13 + n); t.push(e(r)); } return t; @@ -76207,16 +76650,16 @@ class NK { }); } meridiems() { - return HK( + return $K( this, void 0, - () => zX, + () => dQ, () => { if (!this.meridiemCache) { const e = { hour: "numeric", hourCycle: "h12" }; this.meridiemCache = [ - UJ.utc(2016, 11, 13, 9), - UJ.utc(2016, 11, 13, 19), + s3.utc(2016, 11, 13, 9), + s3.utc(2016, 11, 13, 19), ].map((t) => this.extract(t, e, "dayperiod")); } return this.meridiemCache; @@ -76224,11 +76667,11 @@ class NK { ); } eras(e) { - return HK(this, e, qX, () => { + return $K(this, e, gQ, () => { const t = { era: e }; return ( this.eraCache[e] || - (this.eraCache[e] = [UJ.utc(-40, 1, 1), UJ.utc(2017, 1, 1)].map((e) => + (this.eraCache[e] = [s3.utc(-40, 1, 1), s3.utc(2017, 1, 1)].map((e) => this.extract(e, t, "era"), )), this.eraCache[e] @@ -76242,19 +76685,19 @@ class NK { return r ? r.value : null; } numberFormatter(e = {}) { - return new yK(this.intl, e.forceSimple || this.fastNumbers, e); + return new WK(this.intl, e.forceSimple || this.fastNumbers, e); } dtFormatter(e, t = {}) { - return new RK(e, this.intl, t); + return new jK(e, this.intl, t); } relFormatter(e = {}) { - return new xK(this.intl, this.isEnglish(), e); + return new qK(this.intl, this.isEnglish(), e); } listFormatter(e = {}) { return (function (e, t = {}) { const n = JSON.stringify([e, t]); - let r = fK[n]; - return r || ((r = new Intl.ListFormat(e, t)), (fK[n] = r)), r; + let r = OK[n]; + return r || ((r = new Intl.ListFormat(e, t)), (OK[n] = r)), r; })(this.intl, e); } isEnglish() { @@ -76269,17 +76712,17 @@ class NK { getWeekSettings() { return this.weekSettings ? this.weekSettings - : pX() + : kX() ? (function (e) { - let t = MK[e]; + let t = zK[e]; if (!t) { const n = new Intl.Locale(e); (t = "getWeekInfo" in n ? n.getWeekInfo() : n.weekInfo), - (MK[e] = t); + (zK[e] = t); } return t; })(this.locale) - : TK; + : YK; } getStartOfWeek() { return this.getWeekSettings().firstDay; @@ -76301,18 +76744,18 @@ class NK { return `Locale(${this.locale}, ${this.numberingSystem}, ${this.outputCalendar})`; } } -let SK = null; -class VK extends cK { +let XK = null; +class QK extends VK { static get utcInstance() { - return null === SK && (SK = new VK(0)), SK; + return null === XK && (XK = new QK(0)), XK; } static instance(e) { - return 0 === e ? VK.utcInstance : new VK(e); + return 0 === e ? QK.utcInstance : new QK(e); } static parseSpecifier(e) { if (e) { const t = e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i); - if (t) return new VK(VX(t[1], t[2])); + if (t) return new QK(QX(t[1], t[2])); } return null; } @@ -76323,16 +76766,16 @@ class VK extends cK { return "fixed"; } get name() { - return 0 === this.fixed ? "UTC" : `UTC${kX(this.fixed, "narrow")}`; + return 0 === this.fixed ? "UTC" : `UTC${tQ(this.fixed, "narrow")}`; } get ianaName() { - return 0 === this.fixed ? "Etc/UTC" : `Etc/GMT${kX(-this.fixed, "narrow")}`; + return 0 === this.fixed ? "Etc/UTC" : `Etc/GMT${tQ(-this.fixed, "narrow")}`; } offsetName() { return this.name; } formatOffset(e, t) { - return kX(this.fixed, t); + return tQ(this.fixed, t); } get isUniversal() { return !0; @@ -76347,7 +76790,7 @@ class VK extends cK { return !0; } } -class _K extends cK { +class JK extends VK { constructor(e) { super(), (this.zoneName = e); } @@ -76376,9 +76819,9 @@ class _K extends cK { return !1; } } -function AK(e, t) { - if (sX(e) || null === e) return t; - if (e instanceof cK) return e; +function eX(e, t) { + if (SX(e) || null === e) return t; + if (e instanceof VK) return e; if ( (function (e) { return "string" == typeof e; @@ -76388,18 +76831,18 @@ function AK(e, t) { return "default" === n ? t : "local" === n || "system" === n - ? uK.instance + ? AK.instance : "utc" === n || "gmt" === n - ? VK.utcInstance - : VK.parseSpecifier(n) || hK.create(e); + ? QK.utcInstance + : QK.parseSpecifier(n) || BK.create(e); } - return cX(e) - ? VK.instance(e) + return VX(e) + ? QK.instance(e) : "object" == typeof e && "offset" in e && "function" == typeof e.offset ? e - : new _K(e); + : new JK(e); } -const kK = { +const tX = { arab: "[٠-٩]", arabext: "[۰-۹]", bali: "[᭐-᭙]", @@ -76422,7 +76865,7 @@ const kK = { tibt: "[༠-༩]", latn: "\\d", }, - IK = { + nX = { arab: [1632, 1641], arabext: [1776, 1785], bali: [6992, 7001], @@ -76443,78 +76886,78 @@ const kK = { thai: [3664, 3673], tibt: [3872, 3881], }, - ZK = kK.hanidec.replace(/[\[|\]]/g, "").split(""); -let BK = {}; -function OK({ numberingSystem: e }, t = "") { + rX = tX.hanidec.replace(/[\[|\]]/g, "").split(""); +let oX = {}; +function aX({ numberingSystem: e }, t = "") { const n = e || "latn"; return ( - BK[n] || (BK[n] = {}), - BK[n][t] || (BK[n][t] = new RegExp(`${kK[n]}${t}`)), - BK[n][t] + oX[n] || (oX[n] = {}), + oX[n][t] || (oX[n][t] = new RegExp(`${tX[n]}${t}`)), + oX[n][t] ); } -let DK, - PK = () => Date.now(), - FK = "system", - UK = null, - GK = null, - zK = null, - $K = 60, - WK = null; -class jK { +let lX, + iX = () => Date.now(), + CX = "system", + sX = null, + cX = null, + dX = null, + uX = 60, + pX = null; +class mX { static get now() { - return PK; + return iX; } static set now(e) { - PK = e; + iX = e; } static set defaultZone(e) { - FK = e; + CX = e; } static get defaultZone() { - return AK(FK, uK.instance); + return eX(CX, AK.instance); } static get defaultLocale() { - return UK; + return sX; } static set defaultLocale(e) { - UK = e; + sX = e; } static get defaultNumberingSystem() { - return GK; + return cX; } static set defaultNumberingSystem(e) { - GK = e; + cX = e; } static get defaultOutputCalendar() { - return zK; + return dX; } static set defaultOutputCalendar(e) { - zK = e; + dX = e; } static get defaultWeekSettings() { - return WK; + return pX; } static set defaultWeekSettings(e) { - WK = hX(e); + pX = BX(e); } static get twoDigitCutoffYear() { - return $K; + return uX; } static set twoDigitCutoffYear(e) { - $K = e % 100; + uX = e % 100; } static get throwOnInvalid() { - return DK; + return lX; } static set throwOnInvalid(e) { - DK = e; + lX = e; } static resetCaches() { - NK.resetCache(), hK.resetCache(), UJ.resetCache(), (BK = {}); + KK.resetCache(), BK.resetCache(), s3.resetCache(), (oX = {}); } } -class qK { +class gX { constructor(e, t) { (this.reason = e), (this.explanation = t); } @@ -76524,79 +76967,79 @@ class qK { : this.reason; } } -const YK = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334], - KK = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335]; -function XK(e, t) { - return new qK( +const hX = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334], + fX = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335]; +function vX(e, t) { + return new gX( "unit out of range", `you specified ${t} (of type ${typeof t}) as a ${e}, which is invalid`, ); } -function QK(e, t, n) { +function EX(e, t, n) { const r = new Date(Date.UTC(e, t - 1, n)); e < 100 && e >= 0 && r.setUTCFullYear(r.getUTCFullYear() - 1900); const o = r.getUTCDay(); return 0 === o ? 7 : o; } -function JK(e, t, n) { - return n + (MX(e) ? KK : YK)[t - 1]; +function wX(e, t, n) { + return n + (zX(e) ? fX : hX)[t - 1]; } -function eX(e, t) { - const n = MX(e) ? KK : YK, +function LX(e, t) { + const n = zX(e) ? fX : hX, r = n.findIndex((e) => e < t); return { month: r + 1, day: t - n[r] }; } -function tX(e, t) { +function bX(e, t) { return ((e - t + 7) % 7) + 1; } -function nX(e, t = 4, n = 1) { +function MX(e, t = 4, n = 1) { const { year: r, month: o, day: a } = e, - l = JK(r, o, a), - i = tX(QK(r, o, a), n); + l = wX(r, o, a), + i = bX(EX(r, o, a), n); let C, s = Math.floor((l - i + 14 - t) / 7); return ( s < 1 - ? ((C = r - 1), (s = TX(C, t, n))) - : s > TX(r, t, n) + ? ((C = r - 1), (s = YX(C, t, n))) + : s > YX(r, t, n) ? ((C = r + 1), (s = 1)) : (C = r), - { weekYear: C, weekNumber: s, weekday: i, ...IX(e) } + { weekYear: C, weekNumber: s, weekday: i, ...nQ(e) } ); } -function rX(e, t = 4, n = 1) { +function HX(e, t = 4, n = 1) { const { weekYear: r, weekNumber: o, weekday: a } = e, - l = tX(QK(r, 1, t), n), - i = HX(r); + l = bX(EX(r, 1, t), n), + i = $X(r); let C, s = 7 * o + a - l - 7 + t; s < 1 - ? ((C = r - 1), (s += HX(C))) + ? ((C = r - 1), (s += $X(C))) : s > i - ? ((C = r + 1), (s -= HX(r))) + ? ((C = r + 1), (s -= $X(r))) : (C = r); - const { month: c, day: d } = eX(C, s); - return { year: C, month: c, day: d, ...IX(e) }; + const { month: c, day: d } = LX(C, s); + return { year: C, month: c, day: d, ...nQ(e) }; } -function oX(e) { +function yX(e) { const { year: t, month: n, day: r } = e; - return { year: t, ordinal: JK(t, n, r), ...IX(e) }; + return { year: t, ordinal: wX(t, n, r), ...nQ(e) }; } -function aX(e) { +function RX(e) { const { year: t, ordinal: n } = e, - { month: r, day: o } = eX(t, n); - return { year: t, month: r, day: o, ...IX(e) }; + { month: r, day: o } = LX(t, n); + return { year: t, month: r, day: o, ...nQ(e) }; } -function lX(e, t) { - if (!sX(e.localWeekday) || !sX(e.localWeekNumber) || !sX(e.localWeekYear)) { - if (!sX(e.weekday) || !sX(e.weekNumber) || !sX(e.weekYear)) - throw new IY( +function xX(e, t) { + if (!SX(e.localWeekday) || !SX(e.localWeekNumber) || !SX(e.localWeekYear)) { + if (!SX(e.weekday) || !SX(e.weekNumber) || !SX(e.weekYear)) + throw new nK( "Cannot mix locale-based week fields with ISO-based week fields", ); return ( - sX(e.localWeekday) || (e.weekday = e.localWeekday), - sX(e.localWeekNumber) || (e.weekNumber = e.localWeekNumber), - sX(e.localWeekYear) || (e.weekYear = e.localWeekYear), + SX(e.localWeekday) || (e.weekday = e.localWeekday), + SX(e.localWeekNumber) || (e.weekNumber = e.localWeekNumber), + SX(e.localWeekYear) || (e.weekYear = e.localWeekYear), delete e.localWeekday, delete e.localWeekNumber, delete e.localWeekYear, @@ -76608,47 +77051,47 @@ function lX(e, t) { } return { minDaysInFirstWeek: 4, startOfWeek: 1 }; } -function iX(e) { - const t = dX(e.year), - n = fX(e.month, 1, 12), - r = fX(e.day, 1, yX(e.year, e.month)); +function TX(e) { + const t = _X(e.year), + n = OX(e.month, 1, 12), + r = OX(e.day, 1, WX(e.year, e.month)); return t ? n - ? !r && XK("day", e.day) - : XK("month", e.month) - : XK("year", e.year); + ? !r && vX("day", e.day) + : vX("month", e.month) + : vX("year", e.year); } -function CX(e) { +function NX(e) { const { hour: t, minute: n, second: r, millisecond: o } = e, - a = fX(t, 0, 23) || (24 === t && 0 === n && 0 === r && 0 === o), - l = fX(n, 0, 59), - i = fX(r, 0, 59), - C = fX(o, 0, 999); + a = OX(t, 0, 23) || (24 === t && 0 === n && 0 === r && 0 === o), + l = OX(n, 0, 59), + i = OX(r, 0, 59), + C = OX(o, 0, 999); return a ? l ? i - ? !C && XK("millisecond", o) - : XK("second", r) - : XK("minute", n) - : XK("hour", t); + ? !C && vX("millisecond", o) + : vX("second", r) + : vX("minute", n) + : vX("hour", t); } -function sX(e) { +function SX(e) { return void 0 === e; } -function cX(e) { +function VX(e) { return "number" == typeof e; } -function dX(e) { +function _X(e) { return "number" == typeof e && e % 1 == 0; } -function uX() { +function AX() { try { return "undefined" != typeof Intl && !!Intl.RelativeTimeFormat; } catch (e) { return !1; } } -function pX() { +function kX() { try { return ( "undefined" != typeof Intl && @@ -76660,76 +77103,76 @@ function pX() { return !1; } } -function mX(e, t, n) { +function IX(e, t, n) { if (0 !== e.length) return e.reduce((e, r) => { const o = [t(r), r]; return e && n(e[0], o[0]) === e[0] ? e : o; }, null)[1]; } -function gX(e, t) { +function ZX(e, t) { return Object.prototype.hasOwnProperty.call(e, t); } -function hX(e) { +function BX(e) { if (null == e) return null; - if ("object" != typeof e) throw new BY("Week settings must be an object"); + if ("object" != typeof e) throw new oK("Week settings must be an object"); if ( - !fX(e.firstDay, 1, 7) || - !fX(e.minimalDays, 1, 7) || + !OX(e.firstDay, 1, 7) || + !OX(e.minimalDays, 1, 7) || !Array.isArray(e.weekend) || - e.weekend.some((e) => !fX(e, 1, 7)) + e.weekend.some((e) => !OX(e, 1, 7)) ) - throw new BY("Invalid week settings"); + throw new oK("Invalid week settings"); return { firstDay: e.firstDay, minimalDays: e.minimalDays, weekend: Array.from(e.weekend), }; } -function fX(e, t, n) { - return dX(e) && e >= t && e <= n; +function OX(e, t, n) { + return _X(e) && e >= t && e <= n; } -function vX(e, t = 2) { +function DX(e, t = 2) { let n; return ( (n = e < 0 ? "-" + ("" + -e).padStart(t, "0") : ("" + e).padStart(t, "0")), n ); } -function EX(e) { - return sX(e) || null === e || "" === e ? void 0 : parseInt(e, 10); +function PX(e) { + return SX(e) || null === e || "" === e ? void 0 : parseInt(e, 10); } -function wX(e) { - return sX(e) || null === e || "" === e ? void 0 : parseFloat(e); +function FX(e) { + return SX(e) || null === e || "" === e ? void 0 : parseFloat(e); } -function LX(e) { - if (!sX(e) && null !== e && "" !== e) { +function UX(e) { + if (!SX(e) && null !== e && "" !== e) { const t = 1e3 * parseFloat("0." + e); return Math.floor(t); } } -function bX(e, t, n = !1) { +function GX(e, t, n = !1) { const r = 10 ** t; return (n ? Math.trunc : Math.round)(e * r) / r; } -function MX(e) { +function zX(e) { return e % 4 == 0 && (e % 100 != 0 || e % 400 == 0); } -function HX(e) { - return MX(e) ? 366 : 365; +function $X(e) { + return zX(e) ? 366 : 365; } -function yX(e, t) { +function WX(e, t) { const n = (function (e, t) { return e - t * Math.floor(e / t); })(t - 1, 12) + 1; return 2 === n - ? MX(e + (t - n) / 12) + ? zX(e + (t - n) / 12) ? 29 : 28 : [31, null, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31][n - 1]; } -function RX(e) { +function jX(e) { let t = Date.UTC( e.year, e.month - 1, @@ -76746,18 +77189,18 @@ function RX(e) { +t ); } -function xX(e, t, n) { - return -tX(QK(e, 1, t), n) + t - 1; +function qX(e, t, n) { + return -bX(EX(e, 1, t), n) + t - 1; } -function TX(e, t = 4, n = 1) { - const r = xX(e, t, n), - o = xX(e + 1, t, n); - return (HX(e) - r + o) / 7; +function YX(e, t = 4, n = 1) { + const r = qX(e, t, n), + o = qX(e + 1, t, n); + return ($X(e) - r + o) / 7; } -function NX(e) { - return e > 99 ? e : e > jK.twoDigitCutoffYear ? 1900 + e : 2e3 + e; +function KX(e) { + return e > 99 ? e : e > mX.twoDigitCutoffYear ? 1900 + e : 2e3 + e; } -function SX(e, t, n, r = null) { +function XX(e, t, n, r = null) { const o = new Date(e), a = { hourCycle: "h23", @@ -76774,51 +77217,51 @@ function SX(e, t, n, r = null) { .find((e) => "timezonename" === e.type.toLowerCase()); return i ? i.value : null; } -function VX(e, t) { +function QX(e, t) { let n = parseInt(e, 10); Number.isNaN(n) && (n = 0); const r = parseInt(t, 10) || 0; return 60 * n + (n < 0 || Object.is(n, -0) ? -r : r); } -function _X(e) { +function JX(e) { const t = Number(e); if ("boolean" == typeof e || "" === e || Number.isNaN(t)) - throw new BY(`Invalid unit value ${e}`); + throw new oK(`Invalid unit value ${e}`); return t; } -function AX(e, t) { +function eQ(e, t) { const n = {}; for (const r in e) - if (gX(e, r)) { + if (ZX(e, r)) { const o = e[r]; if (null == o) continue; - n[t(r)] = _X(o); + n[t(r)] = JX(o); } return n; } -function kX(e, t) { +function tQ(e, t) { const n = Math.trunc(Math.abs(e / 60)), r = Math.trunc(Math.abs(e % 60)), o = e >= 0 ? "+" : "-"; switch (t) { case "short": - return `${o}${vX(n, 2)}:${vX(r, 2)}`; + return `${o}${DX(n, 2)}:${DX(r, 2)}`; case "narrow": return `${o}${n}${r > 0 ? `:${r}` : ""}`; case "techie": - return `${o}${vX(n, 2)}${vX(r, 2)}`; + return `${o}${DX(n, 2)}${DX(r, 2)}`; default: throw new RangeError( `Value format ${t} is out of range for property format`, ); } } -function IX(e) { +function nQ(e) { return (function (e, t) { return t.reduce((t, n) => ((t[n] = e[n]), t), {}); })(e, ["hour", "minute", "second", "millisecond"]); } -const ZX = [ +const rQ = [ "January", "February", "March", @@ -76832,7 +77275,7 @@ const ZX = [ "November", "December", ], - BX = [ + oQ = [ "Jan", "Feb", "Mar", @@ -76846,15 +77289,15 @@ const ZX = [ "Nov", "Dec", ], - OX = ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]; -function DX(e) { + aQ = ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]; +function lQ(e) { switch (e) { case "narrow": - return [...OX]; + return [...aQ]; case "short": - return [...BX]; + return [...oQ]; case "long": - return [...ZX]; + return [...rQ]; case "numeric": return ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]; case "2-digit": @@ -76876,7 +77319,7 @@ function DX(e) { return null; } } -const PX = [ +const iQ = [ "Monday", "Tuesday", "Wednesday", @@ -76885,68 +77328,68 @@ const PX = [ "Saturday", "Sunday", ], - FX = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], - UX = ["M", "T", "W", "T", "F", "S", "S"]; -function GX(e) { + CQ = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], + sQ = ["M", "T", "W", "T", "F", "S", "S"]; +function cQ(e) { switch (e) { case "narrow": - return [...UX]; + return [...sQ]; case "short": - return [...FX]; + return [...CQ]; case "long": - return [...PX]; + return [...iQ]; case "numeric": return ["1", "2", "3", "4", "5", "6", "7"]; default: return null; } } -const zX = ["AM", "PM"], - $X = ["Before Christ", "Anno Domini"], - WX = ["BC", "AD"], - jX = ["B", "A"]; -function qX(e) { +const dQ = ["AM", "PM"], + uQ = ["Before Christ", "Anno Domini"], + pQ = ["BC", "AD"], + mQ = ["B", "A"]; +function gQ(e) { switch (e) { case "narrow": - return [...jX]; + return [...mQ]; case "short": - return [...WX]; + return [...pQ]; case "long": - return [...$X]; + return [...uQ]; default: return null; } } -function YX(e, t) { +function hQ(e, t) { let n = ""; for (const r of e) r.literal ? (n += r.val) : (n += t(r.val)); return n; } -const KX = { - D: UY, - DD: GY, - DDD: $Y, - DDDD: WY, - t: jY, - tt: qY, - ttt: YY, - tttt: KY, - T: XY, - TT: QY, - TTT: JY, - TTTT: eK, - f: tK, - ff: rK, - fff: lK, - ffff: CK, - F: nK, - FF: oK, - FFF: iK, - FFFF: sK, +const fQ = { + D: sK, + DD: cK, + DDD: uK, + DDDD: pK, + t: mK, + tt: gK, + ttt: hK, + tttt: fK, + T: vK, + TT: EK, + TTT: wK, + TTTT: LK, + f: bK, + ff: HK, + fff: xK, + ffff: NK, + F: MK, + FF: yK, + FFF: TK, + FFFF: SK, }; -class XX { +class vQ { static create(e, t = {}) { - return new XX(e, t); + return new vQ(e, t); } static parseFormat(e) { let t = null, @@ -76969,7 +77412,7 @@ class XX { return n.length > 0 && o.push({ literal: r || /^\s+$/.test(n), val: n }), o; } static macroTokenToFormatOpts(e) { - return KX[e]; + return fQ[e]; } constructor(e, t) { (this.opts = t), (this.loc = e), (this.systemLoc = null); @@ -76997,7 +77440,7 @@ class XX { return this.dtFormatter(e, t).resolvedOptions(); } num(e, t = 0) { - if (this.opts.forceSimple) return vX(e, t); + if (this.opts.forceSimple) return DX(e, t); const n = { ...this.opts }; return t > 0 && (n.padTo = t), this.loc.numberFormatter(n).format(e); } @@ -77014,19 +77457,19 @@ class XX { l = () => n ? (function (e) { - return zX[e.hour < 12 ? 0 : 1]; + return dQ[e.hour < 12 ? 0 : 1]; })(e) : o({ hour: "numeric", hourCycle: "h12" }, "dayperiod"), i = (t, r) => n ? (function (e, t) { - return DX(t)[e.month - 1]; + return lQ(t)[e.month - 1]; })(e, t) : o(r ? { month: t } : { month: t, day: "numeric" }, "month"), C = (t, r) => n ? (function (e, t) { - return GX(t)[e.weekday - 1]; + return cQ(t)[e.weekday - 1]; })(e, t) : o( r @@ -77035,16 +77478,16 @@ class XX { "weekday", ), s = (t) => { - const n = XX.macroTokenToFormatOpts(t); + const n = vQ.macroTokenToFormatOpts(t); return n ? this.formatWithSystemDefault(e, n) : t; }, c = (t) => n ? (function (e, t) { - return qX(t)[e.year < 0 ? 0 : 1]; + return gQ(t)[e.year < 0 ? 0 : 1]; })(e, t) : o({ era: t }, "era"); - return YX(XX.parseFormat(t), (t) => { + return hQ(vQ.parseFormat(t), (t) => { switch (t) { case "S": return this.num(e.millisecond); @@ -77206,10 +77649,10 @@ class XX { return null; } }, - r = XX.parseFormat(t), + r = vQ.parseFormat(t), o = r.reduce((e, { literal: t, val: n }) => (t ? e : e.concat(n)), []), a = e.shiftTo(...o.map(n).filter((e) => e)); - return YX( + return hQ( r, ((e) => (t) => { const r = n(t); @@ -77218,13 +77661,13 @@ class XX { ); } } -const QX = +const EQ = /[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/; -function JX(...e) { +function wQ(...e) { const t = e.reduce((e, t) => e + t.source, ""); return RegExp(`^${t}$`); } -function eQ(...e) { +function LQ(...e) { return (t) => e .reduce( @@ -77236,7 +77679,7 @@ function eQ(...e) { ) .slice(0, 2); } -function tQ(e, ...t) { +function bQ(e, ...t) { if (null == e) return [null, null]; for (const [n, r] of t) { const t = n.exec(e); @@ -77244,68 +77687,68 @@ function tQ(e, ...t) { } return [null, null]; } -function nQ(...e) { +function MQ(...e) { return (t, n) => { const r = {}; let o; - for (o = 0; o < e.length; o++) r[e[o]] = EX(t[n + o]); + for (o = 0; o < e.length; o++) r[e[o]] = PX(t[n + o]); return [r, null, n + o]; }; } -const rQ = /(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/, - oQ = /(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/, - aQ = RegExp(`${oQ.source}${`(?:${rQ.source}?(?:\\[(${QX.source})\\])?)?`}`), - lQ = RegExp(`(?:T${aQ.source})?`), - iQ = nQ("weekYear", "weekNumber", "weekDay"), - CQ = nQ("year", "ordinal"), - sQ = RegExp(`${oQ.source} ?(?:${rQ.source}|(${QX.source}))?`), - cQ = RegExp(`(?: ${sQ.source})?`); -function dQ(e, t, n) { +const HQ = /(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/, + yQ = /(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/, + RQ = RegExp(`${yQ.source}${`(?:${HQ.source}?(?:\\[(${EQ.source})\\])?)?`}`), + xQ = RegExp(`(?:T${RQ.source})?`), + TQ = MQ("weekYear", "weekNumber", "weekDay"), + NQ = MQ("year", "ordinal"), + SQ = RegExp(`${yQ.source} ?(?:${HQ.source}|(${EQ.source}))?`), + VQ = RegExp(`(?: ${SQ.source})?`); +function _Q(e, t, n) { const r = e[t]; - return sX(r) ? n : EX(r); + return SX(r) ? n : PX(r); } -function uQ(e, t) { +function AQ(e, t) { return [ { - hours: dQ(e, t, 0), - minutes: dQ(e, t + 1, 0), - seconds: dQ(e, t + 2, 0), - milliseconds: LX(e[t + 3]), + hours: _Q(e, t, 0), + minutes: _Q(e, t + 1, 0), + seconds: _Q(e, t + 2, 0), + milliseconds: UX(e[t + 3]), }, null, t + 4, ]; } -function pQ(e, t) { +function kQ(e, t) { const n = !e[t] && !e[t + 1], - r = VX(e[t + 1], e[t + 2]); - return [{}, n ? null : VK.instance(r), t + 3]; + r = QX(e[t + 1], e[t + 2]); + return [{}, n ? null : QK.instance(r), t + 3]; } -function mQ(e, t) { - return [{}, e[t] ? hK.create(e[t]) : null, t + 1]; +function IQ(e, t) { + return [{}, e[t] ? BK.create(e[t]) : null, t + 1]; } -const gQ = RegExp(`^T?${oQ.source}$`), - hQ = +const ZQ = RegExp(`^T?${yQ.source}$`), + BQ = /^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/; -function fQ(e) { +function OQ(e) { const [t, n, r, o, a, l, i, C, s] = e, c = "-" === t[0], d = C && "-" === C[0], u = (e, t = !1) => (void 0 !== e && (t || (e && c)) ? -e : e); return [ { - years: u(wX(n)), - months: u(wX(r)), - weeks: u(wX(o)), - days: u(wX(a)), - hours: u(wX(l)), - minutes: u(wX(i)), - seconds: u(wX(C), "-0" === C), - milliseconds: u(LX(s), d), + years: u(FX(n)), + months: u(FX(r)), + weeks: u(FX(o)), + days: u(FX(a)), + hours: u(FX(l)), + minutes: u(FX(i)), + seconds: u(FX(C), "-0" === C), + milliseconds: u(UX(s), d), }, ]; } -const vQ = { +const DQ = { GMT: 0, EDT: -240, EST: -300, @@ -77316,67 +77759,67 @@ const vQ = { PDT: -420, PST: -480, }; -function EQ(e, t, n, r, o, a, l) { +function PQ(e, t, n, r, o, a, l) { const i = { - year: 2 === t.length ? NX(EX(t)) : EX(t), - month: BX.indexOf(n) + 1, - day: EX(r), - hour: EX(o), - minute: EX(a), + year: 2 === t.length ? KX(PX(t)) : PX(t), + month: oQ.indexOf(n) + 1, + day: PX(r), + hour: PX(o), + minute: PX(a), }; return ( - l && (i.second = EX(l)), - e && (i.weekday = e.length > 3 ? PX.indexOf(e) + 1 : FX.indexOf(e) + 1), + l && (i.second = PX(l)), + e && (i.weekday = e.length > 3 ? iQ.indexOf(e) + 1 : CQ.indexOf(e) + 1), i ); } -const wQ = +const FQ = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/; -function LQ(e) { +function UQ(e) { const [, t, n, r, o, a, l, i, C, s, c, d] = e, - u = EQ(t, o, r, n, a, l, i); + u = PQ(t, o, r, n, a, l, i); let p; - return (p = C ? vQ[C] : s ? 0 : VX(c, d)), [u, new VK(p)]; + return (p = C ? DQ[C] : s ? 0 : QX(c, d)), [u, new QK(p)]; } -const bQ = +const GQ = /^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/, - MQ = + zQ = /^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/, - HQ = + $Q = /^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/; -function yQ(e) { +function WQ(e) { const [, t, n, r, o, a, l, i] = e; - return [EQ(t, o, r, n, a, l, i), VK.utcInstance]; + return [PQ(t, o, r, n, a, l, i), QK.utcInstance]; } -function RQ(e) { +function jQ(e) { const [, t, n, r, o, a, l, i] = e; - return [EQ(t, i, n, r, o, a, l), VK.utcInstance]; + return [PQ(t, i, n, r, o, a, l), QK.utcInstance]; } -const xQ = JX(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/, lQ), - TQ = JX(/(\d{4})-?W(\d\d)(?:-?(\d))?/, lQ), - NQ = JX(/(\d{4})-?(\d{3})/, lQ), - SQ = JX(aQ), - VQ = eQ( +const qQ = wQ(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/, xQ), + YQ = wQ(/(\d{4})-?W(\d\d)(?:-?(\d))?/, xQ), + KQ = wQ(/(\d{4})-?(\d{3})/, xQ), + XQ = wQ(RQ), + QQ = LQ( function (e, t) { return [ - { year: dQ(e, t), month: dQ(e, t + 1, 1), day: dQ(e, t + 2, 1) }, + { year: _Q(e, t), month: _Q(e, t + 1, 1), day: _Q(e, t + 2, 1) }, null, t + 3, ]; }, - uQ, - pQ, - mQ, + AQ, + kQ, + IQ, ), - _Q = eQ(iQ, uQ, pQ, mQ), - AQ = eQ(CQ, uQ, pQ, mQ), - kQ = eQ(uQ, pQ, mQ); -const IQ = eQ(uQ); -const ZQ = JX(/(\d{4})-(\d\d)-(\d\d)/, cQ), - BQ = JX(sQ), - OQ = eQ(uQ, pQ, mQ); -const DQ = "Invalid Duration", - PQ = { + JQ = LQ(TQ, AQ, kQ, IQ), + eJ = LQ(NQ, AQ, kQ, IQ), + tJ = LQ(AQ, kQ, IQ); +const nJ = LQ(AQ); +const rJ = wQ(/(\d{4})-(\d\d)-(\d\d)/, VQ), + oJ = wQ(SQ), + aJ = LQ(AQ, kQ, IQ); +const lJ = "Invalid Duration", + iJ = { weeks: { days: 7, hours: 168, @@ -77389,7 +77832,7 @@ const DQ = "Invalid Duration", minutes: { seconds: 60, milliseconds: 6e4 }, seconds: { milliseconds: 1e3 }, }, - FQ = { + CJ = { years: { quarters: 4, months: 12, @@ -77417,16 +77860,16 @@ const DQ = "Invalid Duration", seconds: 2592e3, milliseconds: 2592e6, }, - ...PQ, + ...iJ, }, - UQ = 365.2425, - GQ = 30.436875, - zQ = { + sJ = 365.2425, + cJ = 30.436875, + dJ = { years: { quarters: 4, months: 12, weeks: 52.1775, - days: UQ, + days: sJ, hours: 8765.82, minutes: 525949.2, seconds: 525949.2 * 60, @@ -77443,15 +77886,15 @@ const DQ = "Invalid Duration", }, months: { weeks: 4.3481250000000005, - days: GQ, + days: cJ, hours: 730.485, minutes: 43829.1, seconds: 2629746, milliseconds: 2629746e3, }, - ...PQ, + ...iJ, }, - $Q = [ + uJ = [ "years", "quarters", "months", @@ -77462,25 +77905,25 @@ const DQ = "Invalid Duration", "seconds", "milliseconds", ], - WQ = $Q.slice(0).reverse(); -function jQ(e, t, n = !1) { + pJ = uJ.slice(0).reverse(); +function mJ(e, t, n = !1) { const r = { values: n ? t.values : { ...e.values, ...(t.values || {}) }, loc: e.loc.clone(t.loc), conversionAccuracy: t.conversionAccuracy || e.conversionAccuracy, matrix: t.matrix || e.matrix, }; - return new KQ(r); + return new fJ(r); } -function qQ(e, t) { +function gJ(e, t) { let n = t.milliseconds ?? 0; - for (const r of WQ.slice(1)) t[r] && (n += t[r] * e[r].milliseconds); + for (const r of pJ.slice(1)) t[r] && (n += t[r] * e[r].milliseconds); return n; } -function YQ(e, t) { - const n = qQ(e, t) < 0 ? -1 : 1; - $Q.reduceRight((r, o) => { - if (sX(t[o])) return r; +function hJ(e, t) { + const n = gJ(e, t) < 0 ? -1 : 1; + uJ.reduceRight((r, o) => { + if (SX(t[o])) return r; if (r) { const a = t[r] * n, l = e[o][r], @@ -77489,8 +77932,8 @@ function YQ(e, t) { } return o; }, null), - $Q.reduce((n, r) => { - if (sX(t[r])) return n; + uJ.reduce((n, r) => { + if (SX(t[r])) return n; if (n) { const o = t[n] % 1; (t[n] -= o), (t[r] += o * e[n][r]); @@ -77498,67 +77941,67 @@ function YQ(e, t) { return r; }, null); } -class KQ { +class fJ { constructor(e) { const t = "longterm" === e.conversionAccuracy || !1; - let n = t ? zQ : FQ; + let n = t ? dJ : CJ; e.matrix && (n = e.matrix), (this.values = e.values), - (this.loc = e.loc || NK.create()), + (this.loc = e.loc || KK.create()), (this.conversionAccuracy = t ? "longterm" : "casual"), (this.invalid = e.invalid || null), (this.matrix = n), (this.isLuxonDuration = !0); } static fromMillis(e, t) { - return KQ.fromObject({ milliseconds: e }, t); + return fJ.fromObject({ milliseconds: e }, t); } static fromObject(e, t = {}) { if (null == e || "object" != typeof e) - throw new BY( + throw new oK( "Duration.fromObject: argument expected to be an object, got " + (null === e ? "null" : typeof e), ); - return new KQ({ - values: AX(e, KQ.normalizeUnit), - loc: NK.fromObject(t), + return new fJ({ + values: eQ(e, fJ.normalizeUnit), + loc: KK.fromObject(t), conversionAccuracy: t.conversionAccuracy, matrix: t.matrix, }); } static fromDurationLike(e) { - if (cX(e)) return KQ.fromMillis(e); - if (KQ.isDuration(e)) return e; - if ("object" == typeof e) return KQ.fromObject(e); - throw new BY(`Unknown duration argument ${e} of type ${typeof e}`); + if (VX(e)) return fJ.fromMillis(e); + if (fJ.isDuration(e)) return e; + if ("object" == typeof e) return fJ.fromObject(e); + throw new oK(`Unknown duration argument ${e} of type ${typeof e}`); } static fromISO(e, t) { const [n] = (function (e) { - return tQ(e, [hQ, fQ]); + return bQ(e, [BQ, OQ]); })(e); return n - ? KQ.fromObject(n, t) - : KQ.invalid( + ? fJ.fromObject(n, t) + : fJ.invalid( "unparsable", `the input "${e}" can't be parsed as ISO 8601`, ); } static fromISOTime(e, t) { const [n] = (function (e) { - return tQ(e, [gQ, IQ]); + return bQ(e, [ZQ, nJ]); })(e); return n - ? KQ.fromObject(n, t) - : KQ.invalid( + ? fJ.fromObject(n, t) + : fJ.invalid( "unparsable", `the input "${e}" can't be parsed as ISO 8601`, ); } static invalid(e, t = null) { - if (!e) throw new BY("need to specify a reason the Duration is invalid"); - const n = e instanceof qK ? e : new qK(e, t); - if (jK.throwOnInvalid) throw new kY(n); - return new KQ({ invalid: n }); + if (!e) throw new oK("need to specify a reason the Duration is invalid"); + const n = e instanceof gX ? e : new gX(e, t); + if (mX.throwOnInvalid) throw new tK(n); + return new fJ({ invalid: n }); } static normalizeUnit(e) { const t = { @@ -77581,7 +78024,7 @@ class KQ { millisecond: "milliseconds", milliseconds: "milliseconds", }[e ? e.toLowerCase() : e]; - if (!t) throw new ZY(e); + if (!t) throw new rK(e); return t; } static isDuration(e) { @@ -77596,15 +78039,15 @@ class KQ { toFormat(e, t = {}) { const n = { ...t, floor: !1 !== t.round && !1 !== t.floor }; return this.isValid - ? XX.create(this.loc, n).formatDurationFromString(this, e) - : DQ; + ? vQ.create(this.loc, n).formatDurationFromString(this, e) + : lJ; } toHuman(e = {}) { - if (!this.isValid) return DQ; - const t = $Q + if (!this.isValid) return lJ; + const t = uJ .map((t) => { const n = this.values[t]; - return sX(n) + return SX(n) ? null : this.loc .numberFormatter({ @@ -77644,7 +78087,7 @@ class KQ { 0 !== this.hours && (e += this.hours + "H"), 0 !== this.minutes && (e += this.minutes + "M"), (0 === this.seconds && 0 === this.milliseconds) || - (e += bX(this.seconds + this.milliseconds / 1e3, 3) + "S"), + (e += GX(this.seconds + this.milliseconds / 1e3, 3) + "S"), "P" === e && (e += "T0S"), e ); @@ -77661,7 +78104,7 @@ class KQ { ...e, includeOffset: !1, }; - return UJ.fromMillis(t, { zone: "UTC" }).toISOTime(e); + return s3.fromMillis(t, { zone: "UTC" }).toISOTime(e); } toJSON() { return this.toISO(); @@ -77675,37 +78118,37 @@ class KQ { : `Duration { Invalid, reason: ${this.invalidReason} }`; } toMillis() { - return this.isValid ? qQ(this.matrix, this.values) : NaN; + return this.isValid ? gJ(this.matrix, this.values) : NaN; } valueOf() { return this.toMillis(); } plus(e) { if (!this.isValid) return this; - const t = KQ.fromDurationLike(e), + const t = fJ.fromDurationLike(e), n = {}; - for (const e of $Q) - (gX(t.values, e) || gX(this.values, e)) && + for (const e of uJ) + (ZX(t.values, e) || ZX(this.values, e)) && (n[e] = t.get(e) + this.get(e)); - return jQ(this, { values: n }, !0); + return mJ(this, { values: n }, !0); } minus(e) { if (!this.isValid) return this; - const t = KQ.fromDurationLike(e); + const t = fJ.fromDurationLike(e); return this.plus(t.negate()); } mapUnits(e) { if (!this.isValid) return this; const t = {}; - for (const n of Object.keys(this.values)) t[n] = _X(e(this.values[n], n)); - return jQ(this, { values: t }, !0); + for (const n of Object.keys(this.values)) t[n] = JX(e(this.values[n], n)); + return mJ(this, { values: t }, !0); } get(e) { - return this[KQ.normalizeUnit(e)]; + return this[fJ.normalizeUnit(e)]; } set(e) { if (!this.isValid) return this; - return jQ(this, { values: { ...this.values, ...AX(e, KQ.normalizeUnit) } }); + return mJ(this, { values: { ...this.values, ...eQ(e, fJ.normalizeUnit) } }); } reconfigure({ locale: e, @@ -77713,7 +78156,7 @@ class KQ { conversionAccuracy: n, matrix: r, } = {}) { - return jQ(this, { + return mJ(this, { loc: this.loc.clone({ locale: e, numberingSystem: t }), matrix: r, conversionAccuracy: n, @@ -77725,7 +78168,7 @@ class KQ { normalize() { if (!this.isValid) return this; const e = this.toObject(); - return YQ(this.matrix, e), jQ(this, { values: e }, !0); + return hJ(this.matrix, e), mJ(this, { values: e }, !0); } rescale() { if (!this.isValid) return this; @@ -77734,28 +78177,28 @@ class KQ { for (const [n, r] of Object.entries(e)) 0 !== r && (t[n] = r); return t; })(this.normalize().shiftToAll().toObject()); - return jQ(this, { values: e }, !0); + return mJ(this, { values: e }, !0); } shiftTo(...e) { if (!this.isValid) return this; if (0 === e.length) return this; - e = e.map((e) => KQ.normalizeUnit(e)); + e = e.map((e) => fJ.normalizeUnit(e)); const t = {}, n = {}, r = this.toObject(); let o; - for (const a of $Q) + for (const a of uJ) if (e.indexOf(a) >= 0) { o = a; let e = 0; for (const t in n) (e += this.matrix[t][a] * n[t]), (n[t] = 0); - cX(r[a]) && (e += r[a]); + VX(r[a]) && (e += r[a]); const l = Math.trunc(e); (t[a] = l), (n[a] = (1e3 * e - 1e3 * l) / 1e3); - } else cX(r[a]) && (n[a] = r[a]); + } else VX(r[a]) && (n[a] = r[a]); for (const e in n) 0 !== n[e] && (t[o] += e === o ? n[e] : n[e] / this.matrix[o][e]); - return YQ(this.matrix, t), jQ(this, { values: t }, !0); + return hJ(this.matrix, t), mJ(this, { values: t }, !0); } shiftToAll() { return this.isValid @@ -77776,7 +78219,7 @@ class KQ { const e = {}; for (const t of Object.keys(this.values)) e[t] = 0 === this.values[t] ? 0 : -this.values[t]; - return jQ(this, { values: e }, !0); + return mJ(this, { values: e }, !0); } get years() { return this.isValid ? this.values.years || 0 : NaN; @@ -77817,7 +78260,7 @@ class KQ { equals(e) { if (!this.isValid || !e.isValid) return !1; if (!this.loc.equals(e.loc)) return !1; - for (const r of $Q) + for (const r of uJ) if ( ((t = this.values[r]), (n = e.values[r]), @@ -77828,8 +78271,8 @@ class KQ { return !0; } } -const XQ = "Invalid Interval"; -class QQ { +const vJ = "Invalid Interval"; +class EJ { constructor(e) { (this.s = e.start), (this.e = e.end), @@ -77837,62 +78280,62 @@ class QQ { (this.isLuxonInterval = !0); } static invalid(e, t = null) { - if (!e) throw new BY("need to specify a reason the Interval is invalid"); - const n = e instanceof qK ? e : new qK(e, t); - if (jK.throwOnInvalid) throw new AY(n); - return new QQ({ invalid: n }); + if (!e) throw new oK("need to specify a reason the Interval is invalid"); + const n = e instanceof gX ? e : new gX(e, t); + if (mX.throwOnInvalid) throw new eK(n); + return new EJ({ invalid: n }); } static fromDateTimes(e, t) { - const n = GJ(e), - r = GJ(t), + const n = c3(e), + r = c3(t), o = (function (e, t) { return e && e.isValid ? t && t.isValid ? t < e - ? QQ.invalid( + ? EJ.invalid( "end before start", `The end of an interval must be after its start, but you had start=${e.toISO()} and end=${t.toISO()}`, ) : null - : QQ.invalid("missing or invalid end") - : QQ.invalid("missing or invalid start"); + : EJ.invalid("missing or invalid end") + : EJ.invalid("missing or invalid start"); })(n, r); - return null == o ? new QQ({ start: n, end: r }) : o; + return null == o ? new EJ({ start: n, end: r }) : o; } static after(e, t) { - const n = KQ.fromDurationLike(t), - r = GJ(e); - return QQ.fromDateTimes(r, r.plus(n)); + const n = fJ.fromDurationLike(t), + r = c3(e); + return EJ.fromDateTimes(r, r.plus(n)); } static before(e, t) { - const n = KQ.fromDurationLike(t), - r = GJ(e); - return QQ.fromDateTimes(r.minus(n), r); + const n = fJ.fromDurationLike(t), + r = c3(e); + return EJ.fromDateTimes(r.minus(n), r); } static fromISO(e, t) { const [n, r] = (e || "").split("/", 2); if (n && r) { let e, o, a, l; try { - (e = UJ.fromISO(n, t)), (o = e.isValid); + (e = s3.fromISO(n, t)), (o = e.isValid); } catch (r) { o = !1; } try { - (a = UJ.fromISO(r, t)), (l = a.isValid); + (a = s3.fromISO(r, t)), (l = a.isValid); } catch (r) { l = !1; } - if (o && l) return QQ.fromDateTimes(e, a); + if (o && l) return EJ.fromDateTimes(e, a); if (o) { - const n = KQ.fromISO(r, t); - if (n.isValid) return QQ.after(e, n); + const n = fJ.fromISO(r, t); + if (n.isValid) return EJ.after(e, n); } else if (l) { - const e = KQ.fromISO(n, t); - if (e.isValid) return QQ.before(a, e); + const e = fJ.fromISO(n, t); + if (e.isValid) return EJ.before(a, e); } } - return QQ.invalid( + return EJ.invalid( "unparsable", `the input "${e}" can't be parsed as ISO 8601`, ); @@ -77948,12 +78391,12 @@ class QQ { return !!this.isValid && this.s <= e && this.e > e; } set({ start: e, end: t } = {}) { - return this.isValid ? QQ.fromDateTimes(e || this.s, t || this.e) : this; + return this.isValid ? EJ.fromDateTimes(e || this.s, t || this.e) : this; } splitAt(...e) { if (!this.isValid) return []; const t = e - .map(GJ) + .map(c3) .filter((e) => this.contains(e)) .sort((e, t) => e.toMillis() - t.toMillis()), n = []; @@ -77962,12 +78405,12 @@ class QQ { for (; r < this.e; ) { const e = t[o] || this.e, a = +e > +this.e ? this.e : e; - n.push(QQ.fromDateTimes(r, a)), (r = a), (o += 1); + n.push(EJ.fromDateTimes(r, a)), (r = a), (o += 1); } return n; } splitBy(e) { - const t = KQ.fromDurationLike(e); + const t = fJ.fromDurationLike(e); if (!this.isValid || !t.isValid || 0 === t.as("milliseconds")) return []; let n, { s: r } = this, @@ -77976,7 +78419,7 @@ class QQ { for (; r < this.e; ) { const e = this.start.plus(t.mapUnits((e) => e * o)); (n = +e > +this.e ? this.e : e), - a.push(QQ.fromDateTimes(r, n)), + a.push(EJ.fromDateTimes(r, n)), (r = n), (o += 1); } @@ -78006,13 +78449,13 @@ class QQ { if (!this.isValid) return this; const t = this.s > e.s ? this.s : e.s, n = this.e < e.e ? this.e : e.e; - return t >= n ? null : QQ.fromDateTimes(t, n); + return t >= n ? null : EJ.fromDateTimes(t, n); } union(e) { if (!this.isValid) return this; const t = this.s < e.s ? this.s : e.s, n = this.e > e.e ? this.e : e.e; - return QQ.fromDateTimes(t, n); + return EJ.fromDateTimes(t, n); } static merge(e) { const [t, n] = e @@ -78041,71 +78484,71 @@ class QQ { (n += "s" === e.type ? 1 : -1), 1 === n ? (t = e.time) - : (t && +t != +e.time && r.push(QQ.fromDateTimes(t, e.time)), + : (t && +t != +e.time && r.push(EJ.fromDateTimes(t, e.time)), (t = null)); - return QQ.merge(r); + return EJ.merge(r); } difference(...e) { - return QQ.xor([this].concat(e)) + return EJ.xor([this].concat(e)) .map((e) => this.intersection(e)) .filter((e) => e && !e.isEmpty()); } toString() { - return this.isValid ? `[${this.s.toISO()} – ${this.e.toISO()})` : XQ; + return this.isValid ? `[${this.s.toISO()} – ${this.e.toISO()})` : vJ; } [Symbol.for("nodejs.util.inspect.custom")]() { return this.isValid ? `Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }` : `Interval { Invalid, reason: ${this.invalidReason} }`; } - toLocaleString(e = UY, t = {}) { + toLocaleString(e = sK, t = {}) { return this.isValid - ? XX.create(this.s.loc.clone(t), e).formatInterval(this) - : XQ; + ? vQ.create(this.s.loc.clone(t), e).formatInterval(this) + : vJ; } toISO(e) { - return this.isValid ? `${this.s.toISO(e)}/${this.e.toISO(e)}` : XQ; + return this.isValid ? `${this.s.toISO(e)}/${this.e.toISO(e)}` : vJ; } toISODate() { - return this.isValid ? `${this.s.toISODate()}/${this.e.toISODate()}` : XQ; + return this.isValid ? `${this.s.toISODate()}/${this.e.toISODate()}` : vJ; } toISOTime(e) { - return this.isValid ? `${this.s.toISOTime(e)}/${this.e.toISOTime(e)}` : XQ; + return this.isValid ? `${this.s.toISOTime(e)}/${this.e.toISOTime(e)}` : vJ; } toFormat(e, { separator: t = " – " } = {}) { - return this.isValid ? `${this.s.toFormat(e)}${t}${this.e.toFormat(e)}` : XQ; + return this.isValid ? `${this.s.toFormat(e)}${t}${this.e.toFormat(e)}` : vJ; } toDuration(e, t) { return this.isValid ? this.e.diff(this.s, e, t) - : KQ.invalid(this.invalidReason); + : fJ.invalid(this.invalidReason); } mapEndpoints(e) { - return QQ.fromDateTimes(e(this.s), e(this.e)); + return EJ.fromDateTimes(e(this.s), e(this.e)); } } -class JQ { - static hasDST(e = jK.defaultZone) { - const t = UJ.now().setZone(e).set({ month: 12 }); +class wJ { + static hasDST(e = mX.defaultZone) { + const t = s3.now().setZone(e).set({ month: 12 }); return !e.isUniversal && t.offset !== t.set({ month: 6 }).offset; } static isValidIANAZone(e) { - return hK.isValidZone(e); + return BK.isValidZone(e); } static normalizeZone(e) { - return AK(e, jK.defaultZone); + return eX(e, mX.defaultZone); } static getStartOfWeek({ locale: e = null, locObj: t = null } = {}) { - return (t || NK.create(e)).getStartOfWeek(); + return (t || KK.create(e)).getStartOfWeek(); } static getMinimumDaysInFirstWeek({ locale: e = null, locObj: t = null, } = {}) { - return (t || NK.create(e)).getMinDaysInFirstWeek(); + return (t || KK.create(e)).getMinDaysInFirstWeek(); } static getWeekendWeekdays({ locale: e = null, locObj: t = null } = {}) { - return (t || NK.create(e)).getWeekendDays().slice(); + return (t || KK.create(e)).getWeekendDays().slice(); } static months( e = "long", @@ -78116,7 +78559,7 @@ class JQ { outputCalendar: o = "gregory", } = {}, ) { - return (r || NK.create(t, n, o)).months(e); + return (r || KK.create(t, n, o)).months(e); } static monthsFormat( e = "long", @@ -78127,36 +78570,36 @@ class JQ { outputCalendar: o = "gregory", } = {}, ) { - return (r || NK.create(t, n, o)).months(e, !0); + return (r || KK.create(t, n, o)).months(e, !0); } static weekdays( e = "long", { locale: t = null, numberingSystem: n = null, locObj: r = null } = {}, ) { - return (r || NK.create(t, n, null)).weekdays(e); + return (r || KK.create(t, n, null)).weekdays(e); } static weekdaysFormat( e = "long", { locale: t = null, numberingSystem: n = null, locObj: r = null } = {}, ) { - return (r || NK.create(t, n, null)).weekdays(e, !0); + return (r || KK.create(t, n, null)).weekdays(e, !0); } static meridiems({ locale: e = null } = {}) { - return NK.create(e).meridiems(); + return KK.create(e).meridiems(); } static eras(e = "short", { locale: t = null } = {}) { - return NK.create(t, null, "gregory").eras(e); + return KK.create(t, null, "gregory").eras(e); } static features() { - return { relative: uX(), localeWeek: pX() }; + return { relative: AX(), localeWeek: kX() }; } } -function eJ(e, t) { +function LJ(e, t) { const n = (e) => e.toUTC(0, { keepLocalTime: !0 }).startOf("day").valueOf(), r = n(t) - n(e); - return Math.floor(KQ.fromMillis(r).as("days")); + return Math.floor(fJ.fromMillis(r).as("days")); } -function tJ(e, t, n, r) { +function bJ(e, t, n, r) { let [o, a, l, i] = (function (e, t, n) { const r = [ ["years", (e, t) => t.year - e.year], @@ -78165,11 +78608,11 @@ function tJ(e, t, n, r) { [ "weeks", (e, t) => { - const n = eJ(e, t); + const n = LJ(e, t); return (n - (n % 7)) / 7; }, ], - ["days", eJ], + ["days", LJ], ], o = {}, a = e; @@ -78191,14 +78634,15 @@ function tJ(e, t, n, r) { 0 === s.length && (l < t && (l = o.plus({ [i]: 1 })), l !== o && (a[i] = (a[i] || 0) + C / (l - o))); - const c = KQ.fromObject(a, r); + const c = fJ.fromObject(a, r); return s.length > 0 - ? KQ.fromMillis(C, r) + ? fJ + .fromMillis(C, r) .shiftTo(...s) .plus(c) : c; } -function nJ(e, t = (e) => e) { +function MJ(e, t = (e) => e) { return { regex: e, deser: ([e]) => @@ -78209,10 +78653,10 @@ function nJ(e, t = (e) => e) { t = ""; for (let n = 0; n < e.length; n++) { const r = e.charCodeAt(n); - if (-1 !== e[n].search(kK.hanidec)) t += ZK.indexOf(e[n]); + if (-1 !== e[n].search(tX.hanidec)) t += rX.indexOf(e[n]); else - for (const e in IK) { - const [n, o] = IK[e]; + for (const e in nX) { + const [n, o] = nX[e]; r >= n && r <= o && (t += r - n); } } @@ -78223,29 +78667,29 @@ function nJ(e, t = (e) => e) { ), }; } -const rJ = `[ ${String.fromCharCode(160)}]`, - oJ = new RegExp(rJ, "g"); -function aJ(e) { - return e.replace(/\./g, "\\.?").replace(oJ, rJ); +const HJ = `[ ${String.fromCharCode(160)}]`, + yJ = new RegExp(HJ, "g"); +function RJ(e) { + return e.replace(/\./g, "\\.?").replace(yJ, HJ); } -function lJ(e) { - return e.replace(/\./g, "").replace(oJ, " ").toLowerCase(); +function xJ(e) { + return e.replace(/\./g, "").replace(yJ, " ").toLowerCase(); } -function iJ(e, t) { +function TJ(e, t) { return null === e ? null : { - regex: RegExp(e.map(aJ).join("|")), - deser: ([n]) => e.findIndex((e) => lJ(n) === lJ(e)) + t, + regex: RegExp(e.map(RJ).join("|")), + deser: ([n]) => e.findIndex((e) => xJ(n) === xJ(e)) + t, }; } -function CJ(e, t) { - return { regex: e, deser: ([, e, t]) => VX(e, t), groups: t }; +function NJ(e, t) { + return { regex: e, deser: ([, e, t]) => QX(e, t), groups: t }; } -function sJ(e) { +function SJ(e) { return { regex: e, deser: ([e]) => e }; } -const cJ = { +const VJ = { year: { "2-digit": "yy", numeric: "yyyyy" }, month: { numeric: "M", "2-digit": "MM", short: "MMM", long: "MMMM" }, day: { numeric: "d", "2-digit": "dd" }, @@ -78258,37 +78702,37 @@ const cJ = { second: { numeric: "s", "2-digit": "ss" }, timeZoneName: { long: "ZZZZZ", short: "ZZZ" }, }; -let dJ = null; -function uJ(e, t) { +let _J = null; +function AJ(e, t) { return Array.prototype.concat( ...e.map((e) => (function (e, t) { if (e.literal) return e; - const n = gJ(XX.macroTokenToFormatOpts(e.val), t); + const n = ZJ(vQ.macroTokenToFormatOpts(e.val), t); return null == n || n.includes(void 0) ? e : n; })(e, t), ), ); } -class pJ { +class kJ { constructor(e, t) { if ( ((this.locale = e), (this.format = t), - (this.tokens = uJ(XX.parseFormat(t), e)), + (this.tokens = AJ(vQ.parseFormat(t), e)), (this.units = this.tokens.map((t) => (function (e, t) { - const n = OK(t), - r = OK(t, "{2}"), - o = OK(t, "{3}"), - a = OK(t, "{4}"), - l = OK(t, "{6}"), - i = OK(t, "{1,2}"), - C = OK(t, "{1,3}"), - s = OK(t, "{1,6}"), - c = OK(t, "{1,9}"), - d = OK(t, "{2,4}"), - u = OK(t, "{4,6}"), + const n = aX(t), + r = aX(t, "{2}"), + o = aX(t, "{3}"), + a = aX(t, "{4}"), + l = aX(t, "{6}"), + i = aX(t, "{1,2}"), + C = aX(t, "{1,3}"), + s = aX(t, "{1,6}"), + c = aX(t, "{1,9}"), + d = aX(t, "{2,4}"), + u = aX(t, "{4,6}"), p = (e) => { return { regex: RegExp( @@ -78304,21 +78748,21 @@ class pJ { if (e.literal) return p(m); switch (m.val) { case "G": - return iJ(t.eras("short"), 0); + return TJ(t.eras("short"), 0); case "GG": - return iJ(t.eras("long"), 0); + return TJ(t.eras("long"), 0); case "y": - return nJ(s); + return MJ(s); case "yy": case "kk": - return nJ(d, NX); + return MJ(d, KX); case "yyyy": case "kkkk": - return nJ(a); + return MJ(a); case "yyyyy": - return nJ(u); + return MJ(u); case "yyyyyy": - return nJ(l); + return MJ(l); case "M": case "L": case "d": @@ -78328,7 +78772,7 @@ class pJ { case "q": case "s": case "W": - return nJ(i); + return MJ(i); case "MM": case "LL": case "dd": @@ -78338,51 +78782,51 @@ class pJ { case "qq": case "ss": case "WW": - return nJ(r); + return MJ(r); case "MMM": - return iJ(t.months("short", !0), 1); + return TJ(t.months("short", !0), 1); case "MMMM": - return iJ(t.months("long", !0), 1); + return TJ(t.months("long", !0), 1); case "LLL": - return iJ(t.months("short", !1), 1); + return TJ(t.months("short", !1), 1); case "LLLL": - return iJ(t.months("long", !1), 1); + return TJ(t.months("long", !1), 1); case "o": case "S": - return nJ(C); + return MJ(C); case "ooo": case "SSS": - return nJ(o); + return MJ(o); case "u": - return sJ(c); + return SJ(c); case "uu": - return sJ(i); + return SJ(i); case "uuu": case "E": case "c": - return nJ(n); + return MJ(n); case "a": - return iJ(t.meridiems(), 0); + return TJ(t.meridiems(), 0); case "EEE": - return iJ(t.weekdays("short", !1), 1); + return TJ(t.weekdays("short", !1), 1); case "EEEE": - return iJ(t.weekdays("long", !1), 1); + return TJ(t.weekdays("long", !1), 1); case "ccc": - return iJ(t.weekdays("short", !0), 1); + return TJ(t.weekdays("short", !0), 1); case "cccc": - return iJ(t.weekdays("long", !0), 1); + return TJ(t.weekdays("long", !0), 1); case "Z": case "ZZ": - return CJ( + return NJ( new RegExp(`([+-]${i.source})(?::(${r.source}))?`), 2, ); case "ZZZ": - return CJ(new RegExp(`([+-]${i.source})(${r.source})?`), 2); + return NJ(new RegExp(`([+-]${i.source})(${r.source})?`), 2); case "z": - return sJ(/[a-z_+-/]{1,256}?/i); + return SJ(/[a-z_+-/]{1,256}?/i); case " ": - return sJ(/[^\S\n\r]/); + return SJ(/[^\S\n\r]/); default: return p(m); } @@ -78413,7 +78857,7 @@ class pJ { const e = {}; let t = 1; for (const o in n) - if (gX(n, o)) { + if (ZX(n, o)) { const a = n[o], l = a.groups ? a.groups + 1 : 1; !a.literal && @@ -78429,15 +78873,15 @@ class pJ { ? (function (e) { let t, n = null; - sX(e.z) || (n = hK.create(e.z)), - sX(e.Z) || (n || (n = new VK(e.Z)), (t = e.Z)), - sX(e.q) || (e.M = 3 * (e.q - 1) + 1), - sX(e.h) || + SX(e.z) || (n = BK.create(e.z)), + SX(e.Z) || (n || (n = new QK(e.Z)), (t = e.Z)), + SX(e.q) || (e.M = 3 * (e.q - 1) + 1), + SX(e.h) || (e.h < 12 && 1 === e.a ? (e.h += 12) : 12 === e.h && 0 === e.a && (e.h = 0)), 0 === e.G && e.y && (e.y = -e.y), - sX(e.u) || (e.S = LX(e.u)); + SX(e.u) || (e.S = UX(e.u)); const r = Object.keys(e).reduce((t, n) => { const r = ((e) => { switch (e) { @@ -78477,8 +78921,8 @@ class pJ { return [r, n, t]; })(n) : [null, null, void 0]; - if (gX(n, "a") && gX(n, "H")) - throw new IY("Can't include meridiem when specifying 24-hour format"); + if (ZX(n, "a") && ZX(n, "H")) + throw new nK("Can't include meridiem when specifying 24-hour format"); return { input: e, tokens: this.tokens, @@ -78499,14 +78943,14 @@ class pJ { return this.disqualifyingUnit ? this.disqualifyingUnit.invalidReason : null; } } -function mJ(e, t, n) { - return new pJ(e, n).explainFromTokens(t); +function IJ(e, t, n) { + return new kJ(e, n).explainFromTokens(t); } -function gJ(e, t) { +function ZJ(e, t) { if (!e) return null; - const n = XX.create(t, e).dtFormatter( - (dJ || (dJ = UJ.fromMillis(1555555555555)), dJ), - ), + const n = vQ + .create(t, e) + .dtFormatter((_J || (_J = s3.fromMillis(1555555555555)), _J)), r = n.formatToParts(), o = n.resolvedOptions(); return r.map((t) => @@ -78531,24 +78975,24 @@ function gJ(e, t) { : n.hour12 ? "hour12" : "hour24"); - let i = cJ[l]; + let i = VJ[l]; if (("object" == typeof i && (i = i[a]), i)) return { literal: !1, val: i }; })(t, e, o), ); } -const hJ = "Invalid DateTime", - fJ = 864e13; -function vJ(e) { - return new qK("unsupported zone", `the zone "${e.name}" is not supported`); +const BJ = "Invalid DateTime", + OJ = 864e13; +function DJ(e) { + return new gX("unsupported zone", `the zone "${e.name}" is not supported`); } -function EJ(e) { - return null === e.weekData && (e.weekData = nX(e.c)), e.weekData; +function PJ(e) { + return null === e.weekData && (e.weekData = MX(e.c)), e.weekData; } -function wJ(e) { +function FJ(e) { return ( null === e.localWeekData && - (e.localWeekData = nX( + (e.localWeekData = MX( e.c, e.loc.getMinDaysInFirstWeek(), e.loc.getStartOfWeek(), @@ -78556,7 +79000,7 @@ function wJ(e) { e.localWeekData ); } -function LJ(e, t) { +function UJ(e, t) { const n = { ts: e.ts, zone: e.zone, @@ -78565,9 +79009,9 @@ function LJ(e, t) { loc: e.loc, invalid: e.invalid, }; - return new UJ({ ...n, ...t, old: n }); + return new s3({ ...n, ...t, old: n }); } -function bJ(e, t, n) { +function GJ(e, t, n) { let r = e - 60 * t * 1e3; const o = n.offset(r); if (t === o) return [r, t]; @@ -78575,7 +79019,7 @@ function bJ(e, t, n) { const a = n.offset(r); return o === a ? [r, o] : [e - 60 * Math.min(o, a) * 1e3, Math.max(o, a)]; } -function MJ(e, t) { +function zJ(e, t) { const n = new Date((e += 60 * t * 1e3)); return { year: n.getUTCFullYear(), @@ -78587,10 +79031,10 @@ function MJ(e, t) { millisecond: n.getUTCMilliseconds(), }; } -function HJ(e, t, n) { - return bJ(RX(e), t, n); +function $J(e, t, n) { + return GJ(jX(e), t, n); } -function yJ(e, t) { +function WJ(e, t) { const n = e.o, r = e.c.year + Math.trunc(t.years), o = e.c.month + Math.trunc(t.months) + 3 * Math.trunc(t.quarters), @@ -78599,86 +79043,87 @@ function yJ(e, t) { year: r, month: o, day: - Math.min(e.c.day, yX(r, o)) + + Math.min(e.c.day, WX(r, o)) + Math.trunc(t.days) + 7 * Math.trunc(t.weeks), }, - l = KQ.fromObject({ - years: t.years - Math.trunc(t.years), - quarters: t.quarters - Math.trunc(t.quarters), - months: t.months - Math.trunc(t.months), - weeks: t.weeks - Math.trunc(t.weeks), - days: t.days - Math.trunc(t.days), - hours: t.hours, - minutes: t.minutes, - seconds: t.seconds, - milliseconds: t.milliseconds, - }).as("milliseconds"), - i = RX(a); - let [C, s] = bJ(i, n, e.zone); + l = fJ + .fromObject({ + years: t.years - Math.trunc(t.years), + quarters: t.quarters - Math.trunc(t.quarters), + months: t.months - Math.trunc(t.months), + weeks: t.weeks - Math.trunc(t.weeks), + days: t.days - Math.trunc(t.days), + hours: t.hours, + minutes: t.minutes, + seconds: t.seconds, + milliseconds: t.milliseconds, + }) + .as("milliseconds"), + i = jX(a); + let [C, s] = GJ(i, n, e.zone); return 0 !== l && ((C += l), (s = e.zone.offset(C))), { ts: C, o: s }; } -function RJ(e, t, n, r, o, a) { +function jJ(e, t, n, r, o, a) { const { setZone: l, zone: i } = n; if ((e && 0 !== Object.keys(e).length) || t) { const r = t || i, - o = UJ.fromObject(e, { ...n, zone: r, specificOffset: a }); + o = s3.fromObject(e, { ...n, zone: r, specificOffset: a }); return l ? o : o.setZone(i); } - return UJ.invalid( - new qK("unparsable", `the input "${o}" can't be parsed as ${r}`), + return s3.invalid( + new gX("unparsable", `the input "${o}" can't be parsed as ${r}`), ); } -function xJ(e, t, n = !0) { +function qJ(e, t, n = !0) { return e.isValid - ? XX.create(NK.create("en-US"), { - allowZ: n, - forceSimple: !0, - }).formatDateTimeFromString(e, t) + ? vQ + .create(KK.create("en-US"), { allowZ: n, forceSimple: !0 }) + .formatDateTimeFromString(e, t) : null; } -function TJ(e, t) { +function YJ(e, t) { const n = e.c.year > 9999 || e.c.year < 0; let r = ""; return ( n && e.c.year >= 0 && (r += "+"), - (r += vX(e.c.year, n ? 6 : 4)), + (r += DX(e.c.year, n ? 6 : 4)), t - ? ((r += "-"), (r += vX(e.c.month)), (r += "-"), (r += vX(e.c.day))) - : ((r += vX(e.c.month)), (r += vX(e.c.day))), + ? ((r += "-"), (r += DX(e.c.month)), (r += "-"), (r += DX(e.c.day))) + : ((r += DX(e.c.month)), (r += DX(e.c.day))), r ); } -function NJ(e, t, n, r, o, a) { - let l = vX(e.c.hour); +function KJ(e, t, n, r, o, a) { + let l = DX(e.c.hour); return ( t ? ((l += ":"), - (l += vX(e.c.minute)), + (l += DX(e.c.minute)), (0 === e.c.millisecond && 0 === e.c.second && n) || (l += ":")) - : (l += vX(e.c.minute)), + : (l += DX(e.c.minute)), (0 === e.c.millisecond && 0 === e.c.second && n) || - ((l += vX(e.c.second)), + ((l += DX(e.c.second)), (0 === e.c.millisecond && r) || - ((l += "."), (l += vX(e.c.millisecond, 3)))), + ((l += "."), (l += DX(e.c.millisecond, 3)))), o && (e.isOffsetFixed && 0 === e.offset && !a ? (l += "Z") : e.o < 0 ? ((l += "-"), - (l += vX(Math.trunc(-e.o / 60))), + (l += DX(Math.trunc(-e.o / 60))), (l += ":"), - (l += vX(Math.trunc(-e.o % 60)))) + (l += DX(Math.trunc(-e.o % 60)))) : ((l += "+"), - (l += vX(Math.trunc(e.o / 60))), + (l += DX(Math.trunc(e.o / 60))), (l += ":"), - (l += vX(Math.trunc(e.o % 60))))), + (l += DX(Math.trunc(e.o % 60))))), a && (l += "[" + e.zone.ianaName + "]"), l ); } -const SJ = { month: 1, day: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, - VJ = { +const XJ = { month: 1, day: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, + QJ = { weekNumber: 1, weekday: 1, hour: 0, @@ -78686,9 +79131,9 @@ const SJ = { month: 1, day: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, second: 0, millisecond: 0, }, - _J = { ordinal: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, - AJ = ["year", "month", "day", "hour", "minute", "second", "millisecond"], - kJ = [ + JJ = { ordinal: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, + e3 = ["year", "month", "day", "hour", "minute", "second", "millisecond"], + t3 = [ "weekYear", "weekNumber", "weekday", @@ -78697,8 +79142,8 @@ const SJ = { month: 1, day: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, "second", "millisecond", ], - IJ = ["year", "ordinal", "hour", "minute", "second", "millisecond"]; -function ZJ(e) { + n3 = ["year", "ordinal", "hour", "minute", "second", "millisecond"]; +function r3(e) { switch (e.toLowerCase()) { case "localweekday": case "localweekdays": @@ -78737,35 +79182,35 @@ function ZJ(e) { weekyears: "weekYear", ordinal: "ordinal", }[e.toLowerCase()]; - if (!t) throw new ZY(e); + if (!t) throw new rK(e); return t; })(e); } } -function BJ(e, t) { - const n = AK(t.zone, jK.defaultZone); - if (!n.isValid) return UJ.invalid(vJ(n)); - const r = NK.fromObject(t); +function o3(e, t) { + const n = eX(t.zone, mX.defaultZone); + if (!n.isValid) return s3.invalid(DJ(n)); + const r = KK.fromObject(t); let o, a; - if (sX(e.year)) o = jK.now(); + if (SX(e.year)) o = mX.now(); else { - for (const t of AJ) sX(e[t]) && (e[t] = SJ[t]); - const t = iX(e) || CX(e); - if (t) return UJ.invalid(t); + for (const t of e3) SX(e[t]) && (e[t] = XJ[t]); + const t = TX(e) || NX(e); + if (t) return s3.invalid(t); const r = (function (e) { return ( - FJ[e] || (void 0 === PJ && (PJ = jK.now()), (FJ[e] = e.offset(PJ))), - FJ[e] + C3[e] || (void 0 === i3 && (i3 = mX.now()), (C3[e] = e.offset(i3))), + C3[e] ); })(n); - [o, a] = HJ(e, r, n); + [o, a] = $J(e, r, n); } - return new UJ({ ts: o, zone: n, loc: r, o: a }); + return new s3({ ts: o, zone: n, loc: r, o: a }); } -function OJ(e, t, n) { - const r = !!sX(n.round) || n.round, +function a3(e, t, n) { + const r = !!SX(n.round) || n.round, o = (e, o) => { - e = bX(e, r || n.calendary ? 0 : 2, !0); + e = GX(e, r || n.calendary ? 0 : 2, !0); return t.loc.clone(n).relFormatter(n).format(e, o); }, a = (r) => @@ -78781,7 +79226,7 @@ function OJ(e, t, n) { } return o(e > t ? -0 : 0, n.units[n.units.length - 1]); } -function DJ(e) { +function l3(e) { let t, n = {}; return ( @@ -78791,31 +79236,31 @@ function DJ(e) { [n, t] ); } -let PJ, - FJ = {}; -class UJ { +let i3, + C3 = {}; +class s3 { constructor(e) { - const t = e.zone || jK.defaultZone; + const t = e.zone || mX.defaultZone; let n = e.invalid || - (Number.isNaN(e.ts) ? new qK("invalid input") : null) || - (t.isValid ? null : vJ(t)); - this.ts = sX(e.ts) ? jK.now() : e.ts; + (Number.isNaN(e.ts) ? new gX("invalid input") : null) || + (t.isValid ? null : DJ(t)); + this.ts = SX(e.ts) ? mX.now() : e.ts; let r = null, o = null; if (!n) { if (e.old && e.old.ts === this.ts && e.old.zone.equals(t)) [r, o] = [e.old.c, e.old.o]; else { - const a = cX(e.o) && !e.old ? e.o : t.offset(this.ts); - (r = MJ(this.ts, a)), - (n = Number.isNaN(r.year) ? new qK("invalid input") : null), + const a = VX(e.o) && !e.old ? e.o : t.offset(this.ts); + (r = zJ(this.ts, a)), + (n = Number.isNaN(r.year) ? new gX("invalid input") : null), (r = n ? null : r), (o = n ? null : a); } } (this._zone = t), - (this.loc = e.loc || NK.create()), + (this.loc = e.loc || KK.create()), (this.invalid = n), (this.weekData = null), (this.localWeekData = null), @@ -78824,12 +79269,12 @@ class UJ { (this.isLuxonDateTime = !0); } static now() { - return new UJ({}); + return new s3({}); } static local() { - const [e, t] = DJ(arguments), + const [e, t] = l3(arguments), [n, r, o, a, l, i, C] = t; - return BJ( + return o3( { year: n, month: r, @@ -78843,11 +79288,11 @@ class UJ { ); } static utc() { - const [e, t] = DJ(arguments), + const [e, t] = l3(arguments), [n, r, o, a, l, i, C] = t; return ( - (e.zone = VK.utcInstance), - BJ( + (e.zone = QK.utcInstance), + o3( { year: n, month: r, @@ -78867,169 +79312,169 @@ class UJ { })(e) ? e.valueOf() : NaN; - if (Number.isNaN(n)) return UJ.invalid("invalid input"); - const r = AK(t.zone, jK.defaultZone); + if (Number.isNaN(n)) return s3.invalid("invalid input"); + const r = eX(t.zone, mX.defaultZone); return r.isValid - ? new UJ({ ts: n, zone: r, loc: NK.fromObject(t) }) - : UJ.invalid(vJ(r)); + ? new s3({ ts: n, zone: r, loc: KK.fromObject(t) }) + : s3.invalid(DJ(r)); } static fromMillis(e, t = {}) { - if (cX(e)) - return e < -fJ || e > fJ - ? UJ.invalid("Timestamp out of range") - : new UJ({ + if (VX(e)) + return e < -OJ || e > OJ + ? s3.invalid("Timestamp out of range") + : new s3({ ts: e, - zone: AK(t.zone, jK.defaultZone), - loc: NK.fromObject(t), + zone: eX(t.zone, mX.defaultZone), + loc: KK.fromObject(t), }); - throw new BY( + throw new oK( `fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`, ); } static fromSeconds(e, t = {}) { - if (cX(e)) - return new UJ({ + if (VX(e)) + return new s3({ ts: 1e3 * e, - zone: AK(t.zone, jK.defaultZone), - loc: NK.fromObject(t), + zone: eX(t.zone, mX.defaultZone), + loc: KK.fromObject(t), }); - throw new BY("fromSeconds requires a numerical input"); + throw new oK("fromSeconds requires a numerical input"); } static fromObject(e, t = {}) { e = e || {}; - const n = AK(t.zone, jK.defaultZone); - if (!n.isValid) return UJ.invalid(vJ(n)); - const r = NK.fromObject(t), - o = AX(e, ZJ), - { minDaysInFirstWeek: a, startOfWeek: l } = lX(o, r), - i = jK.now(), - C = sX(t.specificOffset) ? n.offset(i) : t.specificOffset, - s = !sX(o.ordinal), - c = !sX(o.year), - d = !sX(o.month) || !sX(o.day), + const n = eX(t.zone, mX.defaultZone); + if (!n.isValid) return s3.invalid(DJ(n)); + const r = KK.fromObject(t), + o = eQ(e, r3), + { minDaysInFirstWeek: a, startOfWeek: l } = xX(o, r), + i = mX.now(), + C = SX(t.specificOffset) ? n.offset(i) : t.specificOffset, + s = !SX(o.ordinal), + c = !SX(o.year), + d = !SX(o.month) || !SX(o.day), u = c || d, p = o.weekYear || o.weekNumber; if ((u || s) && p) - throw new IY( + throw new nK( "Can't mix weekYear/weekNumber units with year/month/day or ordinals", ); - if (d && s) throw new IY("Can't mix ordinal dates with month/day"); + if (d && s) throw new nK("Can't mix ordinal dates with month/day"); const m = p || (o.weekday && !u); let g, h, - f = MJ(i, C); + f = zJ(i, C); m - ? ((g = kJ), (h = VJ), (f = nX(f, a, l))) + ? ((g = t3), (h = QJ), (f = MX(f, a, l))) : s - ? ((g = IJ), (h = _J), (f = oX(f))) - : ((g = AJ), (h = SJ)); + ? ((g = n3), (h = JJ), (f = yX(f))) + : ((g = e3), (h = XJ)); let v = !1; for (const e of g) { - sX(o[e]) ? (o[e] = v ? h[e] : f[e]) : (v = !0); + SX(o[e]) ? (o[e] = v ? h[e] : f[e]) : (v = !0); } const E = m ? (function (e, t = 4, n = 1) { - const r = dX(e.weekYear), - o = fX(e.weekNumber, 1, TX(e.weekYear, t, n)), - a = fX(e.weekday, 1, 7); + const r = _X(e.weekYear), + o = OX(e.weekNumber, 1, YX(e.weekYear, t, n)), + a = OX(e.weekday, 1, 7); return r ? o - ? !a && XK("weekday", e.weekday) - : XK("week", e.weekNumber) - : XK("weekYear", e.weekYear); + ? !a && vX("weekday", e.weekday) + : vX("week", e.weekNumber) + : vX("weekYear", e.weekYear); })(o, a, l) : s ? (function (e) { - const t = dX(e.year), - n = fX(e.ordinal, 1, HX(e.year)); - return t ? !n && XK("ordinal", e.ordinal) : XK("year", e.year); + const t = _X(e.year), + n = OX(e.ordinal, 1, $X(e.year)); + return t ? !n && vX("ordinal", e.ordinal) : vX("year", e.year); })(o) - : iX(o), - w = E || CX(o); - if (w) return UJ.invalid(w); - const L = m ? rX(o, a, l) : s ? aX(o) : o, - [b, M] = HJ(L, C, n), - H = new UJ({ ts: b, zone: n, o: M, loc: r }); + : TX(o), + w = E || NX(o); + if (w) return s3.invalid(w); + const L = m ? HX(o, a, l) : s ? RX(o) : o, + [b, M] = $J(L, C, n), + H = new s3({ ts: b, zone: n, o: M, loc: r }); return o.weekday && u && e.weekday !== H.weekday - ? UJ.invalid( + ? s3.invalid( "mismatched weekday", `you can't specify both a weekday of ${o.weekday} and a date of ${H.toISO()}`, ) : H.isValid ? H - : UJ.invalid(H.invalid); + : s3.invalid(H.invalid); } static fromISO(e, t = {}) { const [n, r] = (function (e) { - return tQ(e, [xQ, VQ], [TQ, _Q], [NQ, AQ], [SQ, kQ]); + return bQ(e, [qQ, QQ], [YQ, JQ], [KQ, eJ], [XQ, tJ]); })(e); - return RJ(n, r, t, "ISO 8601", e); + return jJ(n, r, t, "ISO 8601", e); } static fromRFC2822(e, t = {}) { const [n, r] = (function (e) { - return tQ( + return bQ( (function (e) { return e .replace(/\([^()]*\)|[\n\t]/g, " ") .replace(/(\s\s+)/g, " ") .trim(); })(e), - [wQ, LQ], + [FQ, UQ], ); })(e); - return RJ(n, r, t, "RFC 2822", e); + return jJ(n, r, t, "RFC 2822", e); } static fromHTTP(e, t = {}) { const [n, r] = (function (e) { - return tQ(e, [bQ, yQ], [MQ, yQ], [HQ, RQ]); + return bQ(e, [GQ, WQ], [zQ, WQ], [$Q, jQ]); })(e); - return RJ(n, r, t, "HTTP", t); + return jJ(n, r, t, "HTTP", t); } static fromFormat(e, t, n = {}) { - if (sX(e) || sX(t)) - throw new BY("fromFormat requires an input string and a format"); + if (SX(e) || SX(t)) + throw new oK("fromFormat requires an input string and a format"); const { locale: r = null, numberingSystem: o = null } = n, - a = NK.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }), + a = KK.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }), [l, i, C, s] = (function (e, t, n) { const { result: r, zone: o, specificOffset: a, invalidReason: l, - } = mJ(e, t, n); + } = IJ(e, t, n); return [r, o, a, l]; })(a, e, t); - return s ? UJ.invalid(s) : RJ(l, i, n, `format ${t}`, e, C); + return s ? s3.invalid(s) : jJ(l, i, n, `format ${t}`, e, C); } static fromString(e, t, n = {}) { - return UJ.fromFormat(e, t, n); + return s3.fromFormat(e, t, n); } static fromSQL(e, t = {}) { const [n, r] = (function (e) { - return tQ(e, [ZQ, VQ], [BQ, OQ]); + return bQ(e, [rJ, QQ], [oJ, aJ]); })(e); - return RJ(n, r, t, "SQL", e); + return jJ(n, r, t, "SQL", e); } static invalid(e, t = null) { - if (!e) throw new BY("need to specify a reason the DateTime is invalid"); - const n = e instanceof qK ? e : new qK(e, t); - if (jK.throwOnInvalid) throw new _Y(n); - return new UJ({ invalid: n }); + if (!e) throw new oK("need to specify a reason the DateTime is invalid"); + const n = e instanceof gX ? e : new gX(e, t); + if (mX.throwOnInvalid) throw new JY(n); + return new s3({ invalid: n }); } static isDateTime(e) { return (e && e.isLuxonDateTime) || !1; } static parseFormatForOpts(e, t = {}) { - const n = gJ(e, NK.fromObject(t)); + const n = ZJ(e, KK.fromObject(t)); return n ? n.map((e) => (e ? e.val : null)).join("") : null; } static expandFormat(e, t = {}) { - return uJ(XX.parseFormat(e), NK.fromObject(t)) + return AJ(vQ.parseFormat(e), KK.fromObject(t)) .map((e) => e.val) .join(""); } static resetCache() { - (PJ = void 0), (FJ = {}); + (i3 = void 0), (C3 = {}); } get(e) { return this[e]; @@ -79083,47 +79528,47 @@ class UJ { return this.isValid ? this.c.millisecond : NaN; } get weekYear() { - return this.isValid ? EJ(this).weekYear : NaN; + return this.isValid ? PJ(this).weekYear : NaN; } get weekNumber() { - return this.isValid ? EJ(this).weekNumber : NaN; + return this.isValid ? PJ(this).weekNumber : NaN; } get weekday() { - return this.isValid ? EJ(this).weekday : NaN; + return this.isValid ? PJ(this).weekday : NaN; } get isWeekend() { return this.isValid && this.loc.getWeekendDays().includes(this.weekday); } get localWeekday() { - return this.isValid ? wJ(this).weekday : NaN; + return this.isValid ? FJ(this).weekday : NaN; } get localWeekNumber() { - return this.isValid ? wJ(this).weekNumber : NaN; + return this.isValid ? FJ(this).weekNumber : NaN; } get localWeekYear() { - return this.isValid ? wJ(this).weekYear : NaN; + return this.isValid ? FJ(this).weekYear : NaN; } get ordinal() { - return this.isValid ? oX(this.c).ordinal : NaN; + return this.isValid ? yX(this.c).ordinal : NaN; } get monthShort() { return this.isValid - ? JQ.months("short", { locObj: this.loc })[this.month - 1] + ? wJ.months("short", { locObj: this.loc })[this.month - 1] : null; } get monthLong() { return this.isValid - ? JQ.months("long", { locObj: this.loc })[this.month - 1] + ? wJ.months("long", { locObj: this.loc })[this.month - 1] : null; } get weekdayShort() { return this.isValid - ? JQ.weekdays("short", { locObj: this.loc })[this.weekday - 1] + ? wJ.weekdays("short", { locObj: this.loc })[this.weekday - 1] : null; } get weekdayLong() { return this.isValid - ? JQ.weekdays("long", { locObj: this.loc })[this.weekday - 1] + ? wJ.weekdays("long", { locObj: this.loc })[this.weekday - 1] : null; } get offset() { @@ -79153,7 +79598,7 @@ class UJ { if (!this.isValid || this.isOffsetFixed) return [this]; const e = 864e5, t = 6e4, - n = RX(this.c), + n = jX(this.c), r = this.zone.offset(n - e), o = this.zone.offset(n + e), a = this.zone.offset(n - r * t), @@ -79161,30 +79606,30 @@ class UJ { if (a === l) return [this]; const i = n - a * t, C = n - l * t, - s = MJ(i, a), - c = MJ(C, l); + s = zJ(i, a), + c = zJ(C, l); return s.hour === c.hour && s.minute === c.minute && s.second === c.second && s.millisecond === c.millisecond - ? [LJ(this, { ts: i }), LJ(this, { ts: C })] + ? [UJ(this, { ts: i }), UJ(this, { ts: C })] : [this]; } get isInLeapYear() { - return MX(this.year); + return zX(this.year); } get daysInMonth() { - return yX(this.year, this.month); + return WX(this.year, this.month); } get daysInYear() { - return this.isValid ? HX(this.year) : NaN; + return this.isValid ? $X(this.year) : NaN; } get weeksInWeekYear() { - return this.isValid ? TX(this.weekYear) : NaN; + return this.isValid ? YX(this.weekYear) : NaN; } get weeksInLocalWeekYear() { return this.isValid - ? TX( + ? YX( this.localWeekYear, this.loc.getMinDaysInFirstWeek(), this.loc.getStartOfWeek(), @@ -79196,30 +79641,30 @@ class UJ { locale: t, numberingSystem: n, calendar: r, - } = XX.create(this.loc.clone(e), e).resolvedOptions(this); + } = vQ.create(this.loc.clone(e), e).resolvedOptions(this); return { locale: t, numberingSystem: n, outputCalendar: r }; } toUTC(e = 0, t = {}) { - return this.setZone(VK.instance(e), t); + return this.setZone(QK.instance(e), t); } toLocal() { - return this.setZone(jK.defaultZone); + return this.setZone(mX.defaultZone); } setZone(e, { keepLocalTime: t = !1, keepCalendarTime: n = !1 } = {}) { - if ((e = AK(e, jK.defaultZone)).equals(this.zone)) return this; + if ((e = eX(e, mX.defaultZone)).equals(this.zone)) return this; if (e.isValid) { let r = this.ts; if (t || n) { const t = e.offset(this.ts), n = this.toObject(); - [r] = HJ(n, t, e); + [r] = $J(n, t, e); } - return LJ(this, { ts: r, zone: e }); + return UJ(this, { ts: r, zone: e }); } - return UJ.invalid(vJ(e)); + return s3.invalid(DJ(e)); } reconfigure({ locale: e, numberingSystem: t, outputCalendar: n } = {}) { - return LJ(this, { + return UJ(this, { loc: this.loc.clone({ locale: e, numberingSystem: t, outputCalendar: n }), }); } @@ -79228,41 +79673,41 @@ class UJ { } set(e) { if (!this.isValid) return this; - const t = AX(e, ZJ), - { minDaysInFirstWeek: n, startOfWeek: r } = lX(t, this.loc), - o = !sX(t.weekYear) || !sX(t.weekNumber) || !sX(t.weekday), - a = !sX(t.ordinal), - l = !sX(t.year), - i = !sX(t.month) || !sX(t.day), + const t = eQ(e, r3), + { minDaysInFirstWeek: n, startOfWeek: r } = xX(t, this.loc), + o = !SX(t.weekYear) || !SX(t.weekNumber) || !SX(t.weekday), + a = !SX(t.ordinal), + l = !SX(t.year), + i = !SX(t.month) || !SX(t.day), C = l || i, s = t.weekYear || t.weekNumber; if ((C || a) && s) - throw new IY( + throw new nK( "Can't mix weekYear/weekNumber units with year/month/day or ordinals", ); - if (i && a) throw new IY("Can't mix ordinal dates with month/day"); + if (i && a) throw new nK("Can't mix ordinal dates with month/day"); let c; o - ? (c = rX({ ...nX(this.c, n, r), ...t }, n, r)) - : sX(t.ordinal) + ? (c = HX({ ...MX(this.c, n, r), ...t }, n, r)) + : SX(t.ordinal) ? ((c = { ...this.toObject(), ...t }), - sX(t.day) && (c.day = Math.min(yX(c.year, c.month), c.day))) - : (c = aX({ ...oX(this.c), ...t })); - const [d, u] = HJ(c, this.o, this.zone); - return LJ(this, { ts: d, o: u }); + SX(t.day) && (c.day = Math.min(WX(c.year, c.month), c.day))) + : (c = RX({ ...yX(this.c), ...t })); + const [d, u] = $J(c, this.o, this.zone); + return UJ(this, { ts: d, o: u }); } plus(e) { if (!this.isValid) return this; - return LJ(this, yJ(this, KQ.fromDurationLike(e))); + return UJ(this, WJ(this, fJ.fromDurationLike(e))); } minus(e) { if (!this.isValid) return this; - return LJ(this, yJ(this, KQ.fromDurationLike(e).negate())); + return UJ(this, WJ(this, fJ.fromDurationLike(e).negate())); } startOf(e, { useLocaleWeeks: t = !1 } = {}) { if (!this.isValid) return this; const n = {}, - r = KQ.normalizeUnit(e); + r = fJ.normalizeUnit(e); switch (r) { case "years": n.month = 1; @@ -79300,17 +79745,17 @@ class UJ { } toFormat(e, t = {}) { return this.isValid - ? XX.create(this.loc.redefaultToEN(t)).formatDateTimeFromString(this, e) - : hJ; + ? vQ.create(this.loc.redefaultToEN(t)).formatDateTimeFromString(this, e) + : BJ; } - toLocaleString(e = UY, t = {}) { + toLocaleString(e = sK, t = {}) { return this.isValid - ? XX.create(this.loc.clone(t), e).formatDateTime(this) - : hJ; + ? vQ.create(this.loc.clone(t), e).formatDateTime(this) + : BJ; } toLocaleParts(e = {}) { return this.isValid - ? XX.create(this.loc.clone(e), e).formatDateTimeParts(this) + ? vQ.create(this.loc.clone(e), e).formatDateTimeParts(this) : []; } toISO({ @@ -79322,14 +79767,14 @@ class UJ { } = {}) { if (!this.isValid) return null; const a = "extended" === e; - let l = TJ(this, a); - return (l += "T"), (l += NJ(this, a, t, n, r, o)), l; + let l = YJ(this, a); + return (l += "T"), (l += KJ(this, a, t, n, r, o)), l; } toISODate({ format: e = "extended" } = {}) { - return this.isValid ? TJ(this, "extended" === e) : null; + return this.isValid ? YJ(this, "extended" === e) : null; } toISOWeekDate() { - return xJ(this, "kkkk-'W'WW-c"); + return qJ(this, "kkkk-'W'WW-c"); } toISOTime({ suppressMilliseconds: e = !1, @@ -79340,16 +79785,16 @@ class UJ { format: a = "extended", } = {}) { if (!this.isValid) return null; - return (r ? "T" : "") + NJ(this, "extended" === a, t, e, n, o); + return (r ? "T" : "") + KJ(this, "extended" === a, t, e, n, o); } toRFC2822() { - return xJ(this, "EEE, dd LLL yyyy HH:mm:ss ZZZ", !1); + return qJ(this, "EEE, dd LLL yyyy HH:mm:ss ZZZ", !1); } toHTTP() { - return xJ(this.toUTC(), "EEE, dd LLL yyyy HH:mm:ss 'GMT'"); + return qJ(this.toUTC(), "EEE, dd LLL yyyy HH:mm:ss 'GMT'"); } toSQLDate() { - return this.isValid ? TJ(this, !0) : null; + return this.isValid ? YJ(this, !0) : null; } toSQLTime({ includeOffset: e = !0, @@ -79359,14 +79804,14 @@ class UJ { let r = "HH:mm:ss.SSS"; return ( (t || e) && (n && (r += " "), t ? (r += "z") : e && (r += "ZZ")), - xJ(this, r, !0) + qJ(this, r, !0) ); } toSQL(e = {}) { return this.isValid ? `${this.toSQLDate()} ${this.toSQLTime(e)}` : null; } toString() { - return this.isValid ? this.toISO() : hJ; + return this.isValid ? this.toISO() : BJ; } [Symbol.for("nodejs.util.inspect.custom")]() { return this.isValid @@ -79407,23 +79852,23 @@ class UJ { } diff(e, t = "milliseconds", n = {}) { if (!this.isValid || !e.isValid) - return KQ.invalid("created by diffing an invalid DateTime"); + return fJ.invalid("created by diffing an invalid DateTime"); const r = { locale: this.locale, numberingSystem: this.numberingSystem, ...n, }, - o = ((i = t), Array.isArray(i) ? i : [i]).map(KQ.normalizeUnit), + o = ((i = t), Array.isArray(i) ? i : [i]).map(fJ.normalizeUnit), a = e.valueOf() > this.valueOf(), - l = tJ(a ? this : e, a ? e : this, o, r); + l = bJ(a ? this : e, a ? e : this, o, r); var i; return a ? l.negate() : l; } diffNow(e = "milliseconds", t = {}) { - return this.diff(UJ.now(), e, t); + return this.diff(s3.now(), e, t); } until(e) { - return this.isValid ? QQ.fromDateTimes(this, e) : this; + return this.isValid ? EJ.fromDateTimes(this, e) : this; } hasSame(e, t, n) { if (!this.isValid) return !1; @@ -79442,18 +79887,18 @@ class UJ { } toRelative(e = {}) { if (!this.isValid) return null; - const t = e.base || UJ.fromObject({}, { zone: this.zone }), + const t = e.base || s3.fromObject({}, { zone: this.zone }), n = e.padding ? (this < t ? -e.padding : e.padding) : 0; let r = ["years", "months", "days", "hours", "minutes", "seconds"], o = e.unit; return ( Array.isArray(e.unit) && ((r = e.unit), (o = void 0)), - OJ(t, this.plus(n), { ...e, numeric: "always", units: r, unit: o }) + a3(t, this.plus(n), { ...e, numeric: "always", units: r, unit: o }) ); } toRelativeCalendar(e = {}) { return this.isValid - ? OJ(e.base || UJ.fromObject({}, { zone: this.zone }), this, { + ? a3(e.base || s3.fromObject({}, { zone: this.zone }), this, { ...e, numeric: "auto", units: ["years", "months", "days"], @@ -79462,40 +79907,40 @@ class UJ { : null; } static min(...e) { - if (!e.every(UJ.isDateTime)) - throw new BY("min requires all arguments be DateTimes"); - return mX(e, (e) => e.valueOf(), Math.min); + if (!e.every(s3.isDateTime)) + throw new oK("min requires all arguments be DateTimes"); + return IX(e, (e) => e.valueOf(), Math.min); } static max(...e) { - if (!e.every(UJ.isDateTime)) - throw new BY("max requires all arguments be DateTimes"); - return mX(e, (e) => e.valueOf(), Math.max); + if (!e.every(s3.isDateTime)) + throw new oK("max requires all arguments be DateTimes"); + return IX(e, (e) => e.valueOf(), Math.max); } static fromFormatExplain(e, t, n = {}) { const { locale: r = null, numberingSystem: o = null } = n; - return mJ( - NK.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }), + return IJ( + KK.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }), e, t, ); } static fromStringExplain(e, t, n = {}) { - return UJ.fromFormatExplain(e, t, n); + return s3.fromFormatExplain(e, t, n); } static buildFormatParser(e, t = {}) { const { locale: n = null, numberingSystem: r = null } = t, - o = NK.fromOpts({ locale: n, numberingSystem: r, defaultToEN: !0 }); - return new pJ(o, e); + o = KK.fromOpts({ locale: n, numberingSystem: r, defaultToEN: !0 }); + return new kJ(o, e); } static fromFormatParser(e, t, n = {}) { - if (sX(e) || sX(t)) - throw new BY( + if (SX(e) || SX(t)) + throw new oK( "fromFormatParser requires an input string and a format parser", ); const { locale: r = null, numberingSystem: o = null } = n, - a = NK.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }); + a = KK.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }); if (!a.equals(t.locale)) - throw new BY( + throw new oK( `fromFormatParser called with a locale of ${a}, but the format parser was created for ${t.locale}`, ); const { @@ -79504,82 +79949,82 @@ class UJ { specificOffset: C, invalidReason: s, } = t.explainFromTokens(e); - return s ? UJ.invalid(s) : RJ(l, i, n, `format ${t.format}`, e, C); + return s ? s3.invalid(s) : jJ(l, i, n, `format ${t.format}`, e, C); } static get DATE_SHORT() { - return UY; + return sK; } static get DATE_MED() { - return GY; + return cK; } static get DATE_MED_WITH_WEEKDAY() { - return zY; + return dK; } static get DATE_FULL() { - return $Y; + return uK; } static get DATE_HUGE() { - return WY; + return pK; } static get TIME_SIMPLE() { - return jY; + return mK; } static get TIME_WITH_SECONDS() { - return qY; + return gK; } static get TIME_WITH_SHORT_OFFSET() { - return YY; + return hK; } static get TIME_WITH_LONG_OFFSET() { - return KY; + return fK; } static get TIME_24_SIMPLE() { - return XY; + return vK; } static get TIME_24_WITH_SECONDS() { - return QY; + return EK; } static get TIME_24_WITH_SHORT_OFFSET() { - return JY; + return wK; } static get TIME_24_WITH_LONG_OFFSET() { - return eK; + return LK; } static get DATETIME_SHORT() { - return tK; + return bK; } static get DATETIME_SHORT_WITH_SECONDS() { - return nK; + return MK; } static get DATETIME_MED() { - return rK; + return HK; } static get DATETIME_MED_WITH_SECONDS() { - return oK; + return yK; } static get DATETIME_MED_WITH_WEEKDAY() { - return aK; + return RK; } static get DATETIME_FULL() { - return lK; + return xK; } static get DATETIME_FULL_WITH_SECONDS() { - return iK; + return TK; } static get DATETIME_HUGE() { - return CK; + return NK; } static get DATETIME_HUGE_WITH_SECONDS() { - return sK; + return SK; } } -function GJ(e) { - if (UJ.isDateTime(e)) return e; - if (e && e.valueOf && cX(e.valueOf())) return UJ.fromJSDate(e); - if (e && "object" == typeof e) return UJ.fromObject(e); - throw new BY(`Unknown datetime argument: ${e}, of type ${typeof e}`); +function c3(e) { + if (s3.isDateTime(e)) return e; + if (e && e.valueOf && VX(e.valueOf())) return s3.fromJSDate(e); + if (e && "object" == typeof e) return s3.fromObject(e); + throw new oK(`Unknown datetime argument: ${e}, of type ${typeof e}`); } -function zJ(e) { +function d3(e) { var t, n, r = ""; @@ -79588,23 +80033,23 @@ function zJ(e) { if (Array.isArray(e)) { var o = e.length; for (t = 0; t < o; t++) - e[t] && (n = zJ(e[t])) && (r && (r += " "), (r += n)); + e[t] && (n = d3(e[t])) && (r && (r += " "), (r += n)); } else for (n in e) e[n] && (r && (r += " "), (r += n)); return r; } -function $J() { +function u3() { for (var e, t, n = 0, r = "", o = arguments.length; n < o; n++) - (e = arguments[n]) && (t = zJ(e)) && (r && (r += " "), (r += t)); + (e = arguments[n]) && (t = d3(e)) && (r && (r += " "), (r += t)); return r; } -const WJ = (e, t, n, r) => { +const p3 = (e, t, n, r) => { if ("length" === n || "prototype" === n) return; if ("arguments" === n || "caller" === n) return; const o = Object.getOwnPropertyDescriptor(e, n), a = Object.getOwnPropertyDescriptor(t, n); - (!jJ(o, a) && r) || Object.defineProperty(e, n, a); + (!m3(o, a) && r) || Object.defineProperty(e, n, a); }, - jJ = function (e, t) { + m3 = function (e, t) { return ( void 0 === e || e.configurable || @@ -79614,12 +80059,12 @@ const WJ = (e, t, n, r) => { (e.writable || e.value === t.value)) ); }, - qJ = (e, t) => `/* Wrapped ${e}*/\n${t}`, - YJ = Object.getOwnPropertyDescriptor(Function.prototype, "toString"), - KJ = Object.getOwnPropertyDescriptor(Function.prototype.toString, "name"); -var XJ = (e, t, { ignoreNonConfigurable: n = !1 } = {}) => { + g3 = (e, t) => `/* Wrapped ${e}*/\n${t}`, + h3 = Object.getOwnPropertyDescriptor(Function.prototype, "toString"), + f3 = Object.getOwnPropertyDescriptor(Function.prototype.toString, "name"); +var v3 = (e, t, { ignoreNonConfigurable: n = !1 } = {}) => { const { name: r } = e; - for (const r of Reflect.ownKeys(t)) WJ(e, t, r, n); + for (const r of Reflect.ownKeys(t)) p3(e, t, r, n); return ( ((e, t) => { const n = Object.getPrototypeOf(t); @@ -79627,15 +80072,15 @@ var XJ = (e, t, { ignoreNonConfigurable: n = !1 } = {}) => { })(e, t), ((e, t, n) => { const r = "" === n ? "" : `with ${n.trim()}() `, - o = qJ.bind(null, r, t.toString()); - Object.defineProperty(o, "name", KJ), - Object.defineProperty(e, "toString", { ...YJ, value: o }); + o = g3.bind(null, r, t.toString()); + Object.defineProperty(o, "name", f3), + Object.defineProperty(e, "toString", { ...h3, value: o }); })(e, t, r), e ); }, - QJ = { exports: {} }, - JJ = () => { + E3 = { exports: {} }, + w3 = () => { const e = {}; return ( (e.promise = new Promise((t, n) => { @@ -79679,7 +80124,7 @@ var XJ = (e, t, { ignoreNonConfigurable: n = !1 } = {}) => { return e && e.__esModule ? e : { default: e }; }; Object.defineProperty(t, "__esModule", { value: !0 }); - const o = r(JJ); + const o = r(w3); function a(e, t = "maxAge") { let r, a, l; const i = () => @@ -79723,13 +80168,13 @@ var XJ = (e, t, { ignoreNonConfigurable: n = !1 } = {}) => { ); } (t.default = a), (e.exports = a), (e.exports.default = a); -})(QJ, QJ.exports); -const e3 = XJ, - t3 = QJ.exports, - n3 = new WeakMap(), - r3 = new WeakMap(), - o3 = (e, { cacheKey: t, cache: n = new Map(), maxAge: r } = {}) => { - "number" == typeof r && t3(n); +})(E3, E3.exports); +const L3 = v3, + b3 = E3.exports, + M3 = new WeakMap(), + H3 = new WeakMap(), + y3 = (e, { cacheKey: t, cache: n = new Map(), maxAge: r } = {}) => { + "number" == typeof r && b3(n); const o = function (...o) { const a = t ? t(o) : o[0], l = n.get(a); @@ -79743,9 +80188,9 @@ const e3 = XJ, i ); }; - return e3(o, e, { ignoreNonConfigurable: !0 }), r3.set(o, n), o; + return L3(o, e, { ignoreNonConfigurable: !0 }), H3.set(o, n), o; }; -(o3.decorator = +(y3.decorator = (e = {}) => (t, n, r) => { const o = t[n]; @@ -79754,41 +80199,41 @@ const e3 = XJ, delete r.value, delete r.writable, (r.get = function () { - if (!n3.has(this)) { - const t = o3(o, e); - return n3.set(this, t), t; + if (!M3.has(this)) { + const t = y3(o, e); + return M3.set(this, t), t; } - return n3.get(this); + return M3.get(this); }); }), - (o3.clear = (e) => { - const t = r3.get(e); + (y3.clear = (e) => { + const t = H3.get(e); if (!t) throw new TypeError("Can't clear a function that was not memoized!"); if ("function" != typeof t.clear) throw new TypeError("The cache Map can't be cleared!"); t.clear(); }); -var a3 = U(o3); -function l3(e) { +var R3 = U(y3); +function x3(e) { return "string" == typeof e; } -function i3(e, t, n) { +function T3(e, t, n) { return n.indexOf(e) === t; } -function C3(e) { +function N3(e) { return -1 === e.indexOf(",") ? e : e.split(","); } -function s3(e) { +function S3(e) { if (!e) return e; if ("C" === e || "posix" === e || "POSIX" === e) return "en-US"; if (-1 !== e.indexOf(".")) { var t = e.split(".")[0]; - return s3(void 0 === t ? "" : t); + return S3(void 0 === t ? "" : t); } if (-1 !== e.indexOf("@")) { var n = e.split("@")[0]; - return s3(void 0 === n ? "" : n); + return S3(void 0 === n ? "" : n); } if (-1 === e.indexOf("-") || (r = e).toLowerCase() !== r) return e; var r, @@ -79798,7 +80243,7 @@ function s3(e) { i = void 0 === l ? "" : l; return "".concat(a, "-").concat(i.toUpperCase()); } -var c3 = a3( +var V3 = R3( function (e) { var t = void 0 === e ? {} : e, n = t.useFallbackLocale, @@ -79813,140 +80258,140 @@ var c3 = a3( C++ ) { var c = s[C]; - i = i.concat(C3(c)); + i = i.concat(N3(c)); } var d = navigator.language, - u = d ? C3(d) : d; + u = d ? N3(d) : d; l = l.concat(i, u); } - return r && l.push(a), l.filter(l3).map(s3).filter(i3); + return r && l.push(a), l.filter(x3).map(S3).filter(T3); }, { cacheKey: JSON.stringify }, ); -var d3 = a3( +var _3 = R3( function (e) { - return c3(e)[0] || null; + return V3(e)[0] || null; }, { cacheKey: JSON.stringify }, ); -function u3(e, t, n) { +function A3(e, t, n) { return function (r, o) { void 0 === o && (o = n); var a = e(r) + o; return t(a); }; } -function p3(e) { +function k3(e) { return function (t) { return new Date(e(t).getTime() - 1); }; } -function m3(e, t) { +function I3(e, t) { return function (n) { return [e(n), t(n)]; }; } -function g3(e) { +function Z3(e) { if (e instanceof Date) return e.getFullYear(); if ("number" == typeof e) return e; var t = parseInt(e, 10); if ("string" == typeof e && !isNaN(t)) return t; throw new Error("Failed to get year from date: ".concat(e, ".")); } -function h3(e) { +function B3(e) { if (e instanceof Date) return e.getMonth(); throw new Error("Failed to get month from date: ".concat(e, ".")); } -function f3(e) { +function O3(e) { if (e instanceof Date) return e.getDate(); throw new Error("Failed to get year from date: ".concat(e, ".")); } -function v3(e) { - var t = g3(e), +function D3(e) { + var t = Z3(e), n = t + ((1 - t) % 100), r = new Date(); return r.setFullYear(n, 0, 1), r.setHours(0, 0, 0, 0), r; } -var E3 = u3(g3, v3, -100), - w3 = u3(g3, v3, 100), - L3 = p3(w3), - b3 = u3(g3, L3, -100), - M3 = m3(v3, L3); -function H3(e) { - var t = g3(e), +var P3 = A3(Z3, D3, -100), + F3 = A3(Z3, D3, 100), + U3 = k3(F3), + G3 = A3(Z3, U3, -100), + z3 = I3(D3, U3); +function $3(e) { + var t = Z3(e), n = t + ((1 - t) % 10), r = new Date(); return r.setFullYear(n, 0, 1), r.setHours(0, 0, 0, 0), r; } -var y3 = u3(g3, H3, -10), - R3 = u3(g3, H3, 10), - x3 = p3(R3), - T3 = u3(g3, x3, -10), - N3 = m3(H3, x3); -function S3(e) { - var t = g3(e), +var W3 = A3(Z3, $3, -10), + j3 = A3(Z3, $3, 10), + q3 = k3(j3), + Y3 = A3(Z3, q3, -10), + K3 = I3($3, q3); +function X3(e) { + var t = Z3(e), n = new Date(); return n.setFullYear(t, 0, 1), n.setHours(0, 0, 0, 0), n; } -var V3 = u3(g3, S3, -1), - _3 = u3(g3, S3, 1), - A3 = p3(_3), - k3 = u3(g3, A3, -1), - I3 = m3(S3, A3); -function Z3(e, t) { +var Q3 = A3(Z3, X3, -1), + J3 = A3(Z3, X3, 1), + e1 = k3(J3), + t1 = A3(Z3, e1, -1), + n1 = I3(X3, e1); +function r1(e, t) { return function (n, r) { void 0 === r && (r = t); - var o = g3(n), - a = h3(n) + r, + var o = Z3(n), + a = B3(n) + r, l = new Date(); return l.setFullYear(o, a, 1), l.setHours(0, 0, 0, 0), e(l); }; } -function B3(e) { - var t = g3(e), - n = h3(e), +function o1(e) { + var t = Z3(e), + n = B3(e), r = new Date(); return r.setFullYear(t, n, 1), r.setHours(0, 0, 0, 0), r; } -var O3 = Z3(B3, -1), - D3 = Z3(B3, 1), - P3 = p3(D3), - F3 = Z3(P3, -1), - U3 = m3(B3, P3); -function G3(e) { - var t = g3(e), - n = h3(e), - r = f3(e), +var a1 = r1(o1, -1), + l1 = r1(o1, 1), + i1 = k3(l1), + C1 = r1(i1, -1), + s1 = I3(o1, i1); +function c1(e) { + var t = Z3(e), + n = B3(e), + r = O3(e), o = new Date(); return o.setFullYear(t, n, r), o.setHours(0, 0, 0, 0), o; } -var z3, - $3, - W3, - j3 = - ((z3 = G3), - ($3 = 1), +var d1, + u1, + p1, + m1 = + ((d1 = c1), + (u1 = 1), function (e, t) { - void 0 === t && (t = $3); - var n = g3(e), - r = h3(e), - o = f3(e) + t, + void 0 === t && (t = u1); + var n = Z3(e), + r = B3(e), + o = O3(e) + t, a = new Date(); - return a.setFullYear(n, r, o), a.setHours(0, 0, 0, 0), z3(a); + return a.setFullYear(n, r, o), a.setHours(0, 0, 0, 0), d1(a); }), - q3 = p3(j3), - Y3 = m3(G3, q3); -function K3(e) { - return f3(P3(e)); + g1 = k3(m1), + h1 = I3(c1, g1); +function f1(e) { + return O3(i1(e)); } -var X3 = { +var v1 = { GREGORY: "gregory", HEBREW: "hebrew", ISLAMIC: "islamic", ISO_8601: "iso8601", }, - Q3 = - (((W3 = {})[X3.GREGORY] = [ + E1 = + (((p1 = {})[v1.GREGORY] = [ "en-CA", "en-US", "es-AR", @@ -79967,8 +80412,8 @@ var X3 = { "es-VE", "pt-BR", ]), - (W3[X3.HEBREW] = ["he", "he-IL"]), - (W3[X3.ISLAMIC] = [ + (p1[v1.HEBREW] = ["he", "he-IL"]), + (p1[v1.ISLAMIC] = [ "ar", "ar-AE", "ar-BH", @@ -79989,16 +80434,16 @@ var X3 = { "ps", "ps-AR", ]), - W3), - J3 = [0, 1, 2, 3, 4, 5, 6], - e1 = new Map(); -function t1(e) { + p1), + w1 = [0, 1, 2, 3, 4, 5, 6], + L1 = new Map(); +function b1(e) { return function (t, n) { return (function (e) { return function (t, n) { - var r = t || d3(); - e1.has(r) || e1.set(r, new Map()); - var o = e1.get(r); + var r = t || _3(); + L1.has(r) || L1.set(r, new Map()); + var o = L1.get(r); return ( o.has(e) || o.set(e, new Intl.DateTimeFormat(r || void 0, e).format), o.get(e)(n) @@ -80013,103 +80458,103 @@ function t1(e) { ); }; } -var n1 = t1({ day: "numeric" }), - r1 = t1({ day: "numeric", month: "long", year: "numeric" }), - o1 = t1({ month: "long" }), - a1 = t1({ month: "long", year: "numeric" }), - l1 = t1({ weekday: "short" }), - i1 = t1({ weekday: "long" }), - C1 = t1({ year: "numeric" }), - s1 = J3[0], - c1 = J3[5], - d1 = J3[6]; -function u1(e, t) { - void 0 === t && (t = X3.ISO_8601); +var M1 = b1({ day: "numeric" }), + H1 = b1({ day: "numeric", month: "long", year: "numeric" }), + y1 = b1({ month: "long" }), + R1 = b1({ month: "long", year: "numeric" }), + x1 = b1({ weekday: "short" }), + T1 = b1({ weekday: "long" }), + N1 = b1({ year: "numeric" }), + S1 = w1[0], + V1 = w1[5], + _1 = w1[6]; +function A1(e, t) { + void 0 === t && (t = v1.ISO_8601); var n = e.getDay(); switch (t) { - case X3.ISO_8601: + case v1.ISO_8601: return (n + 6) % 7; - case X3.ISLAMIC: + case v1.ISLAMIC: return (n + 1) % 7; - case X3.HEBREW: - case X3.GREGORY: + case v1.HEBREW: + case v1.GREGORY: return n; default: throw new Error("Unsupported calendar type."); } } -function p1(e, t) { - void 0 === t && (t = X3.ISO_8601); - var n = g3(e), - r = h3(e), - o = e.getDate() - u1(e, t); +function k1(e, t) { + void 0 === t && (t = v1.ISO_8601); + var n = Z3(e), + r = B3(e), + o = e.getDate() - A1(e, t); return new Date(n, r, o); } -function m1(e, t) { +function I1(e, t) { switch (e) { case "century": - return v3(t); + return D3(t); case "decade": - return H3(t); + return $3(t); case "year": - return S3(t); + return X3(t); case "month": - return B3(t); + return o1(t); case "day": - return G3(t); + return c1(t); default: throw new Error("Invalid rangeType: ".concat(e)); } } -function g1(e, t) { +function Z1(e, t) { switch (e) { case "century": - return w3(t); + return F3(t); case "decade": - return R3(t); + return j3(t); case "year": - return _3(t); + return J3(t); case "month": - return D3(t); + return l1(t); default: throw new Error("Invalid rangeType: ".concat(e)); } } -function h1(e, t) { +function B1(e, t) { switch (e) { case "century": - return L3(t); + return U3(t); case "decade": - return x3(t); + return q3(t); case "year": - return A3(t); + return e1(t); case "month": - return P3(t); + return i1(t); case "day": - return q3(t); + return g1(t); default: throw new Error("Invalid rangeType: ".concat(e)); } } -function f1(e, t) { +function O1(e, t) { switch (e) { case "century": - return M3(t); + return z3(t); case "decade": - return N3(t); + return K3(t); case "year": - return I3(t); + return n1(t); case "month": - return U3(t); + return s1(t); case "day": - return Y3(t); + return h1(t); default: throw new Error("Invalid rangeType: ".concat(e)); } } -function v1(e, t, n) { +function D1(e, t, n) { return ( - void 0 === t && (t = C1), + void 0 === t && (t = N1), n .map(function (n) { return t(e, n); @@ -80117,32 +80562,32 @@ function v1(e, t, n) { .join(" – ") ); } -function E1(e, t, n) { - return v1(e, t, N3(n)); +function P1(e, t, n) { + return D1(e, t, K3(n)); } -function w1(e, t) { - void 0 === t && (t = X3.ISO_8601); +function F1(e, t) { + void 0 === t && (t = v1.ISO_8601); var n = e.getDay(); switch (t) { - case X3.ISLAMIC: - case X3.HEBREW: - return n === c1 || n === d1; - case X3.ISO_8601: - case X3.GREGORY: - return n === d1 || n === s1; + case v1.ISLAMIC: + case v1.HEBREW: + return n === V1 || n === _1; + case v1.ISO_8601: + case v1.GREGORY: + return n === _1 || n === S1; default: throw new Error("Unsupported calendar type."); } } -var L1 = "react-calendar__navigation"; -function b1(e) { +var U1 = "react-calendar__navigation"; +function G1(e) { var t, n = e.activeStartDate, r = e.drillUp, o = e.formatMonthYear, - a = void 0 === o ? a1 : o, + a = void 0 === o ? R1 : o, l = e.formatYear, - i = void 0 === l ? C1 : l, + i = void 0 === l ? N1 : l, C = e.locale, s = e.maxDate, c = e.minDate, @@ -80174,13 +80619,13 @@ function b1(e) { Z = (function (e, t) { switch (e) { case "century": - return E3(t); + return P3(t); case "decade": - return y3(t); + return W3(t); case "year": - return V3(t); + return Q3(t); case "month": - return O3(t); + return a1(t); default: throw new Error("Invalid rangeType: ".concat(e)); } @@ -80189,26 +80634,26 @@ function b1(e) { ? (function (e, t) { switch (e) { case "decade": - return y3(t, -100); + return W3(t, -100); case "year": - return V3(t, -10); + return Q3(t, -10); case "month": - return O3(t, -12); + return a1(t, -12); default: throw new Error("Invalid rangeType: ".concat(e)); } })(A, n) : void 0, - O = g1(A, n), + O = Z1(A, n), D = I ? (function (e, t) { switch (e) { case "decade": - return R3(t, 100); + return j3(t, 100); case "year": - return _3(t, 10); + return J3(t, 10); case "month": - return D3(t, 12); + return l1(t, 12); default: throw new Error("Invalid rangeType: ".concat(e)); } @@ -80219,13 +80664,13 @@ function b1(e) { var e = (function (e, t) { switch (e) { case "century": - return b3(t); + return G3(t); case "decade": - return T3(t); + return Y3(t); case "year": - return k3(t); + return t1(t); case "month": - return F3(t); + return C1(t); default: throw new Error("Invalid rangeType: ".concat(e)); } @@ -80239,11 +80684,11 @@ function b1(e) { var e = (function (e, t) { switch (e) { case "decade": - return T3(t, -100); + return Y3(t, -100); case "year": - return k3(t, -10); + return t1(t, -10); case "month": - return F3(t, -12); + return C1(t, -12); default: throw new Error("Invalid rangeType: ".concat(e)); } @@ -80257,10 +80702,10 @@ function b1(e) { switch (A) { case "century": return (function (e, t, n) { - return v1(e, t, M3(n)); + return D1(e, t, z3(n)); })(C, i, e); case "decade": - return E1(C, i, e); + return P1(C, i, e); case "year": return i(C, e); case "month": @@ -80270,16 +80715,16 @@ function b1(e) { } })(); return m - ? m({ date: e, label: t, locale: C || d3() || void 0, view: A }) + ? m({ date: e, label: t, locale: C || _3() || void 0, view: A }) : t; } - return bU.jsxs("div", { - className: L1, + return GU.jsxs("div", { + className: U1, children: [ null !== R && I - ? bU.jsx("button", { + ? GU.jsx("button", { "aria-label": H, - className: "".concat(L1, "__arrow ").concat(L1, "__prev2-button"), + className: "".concat(U1, "__arrow ").concat(U1, "__prev2-button"), disabled: F, onClick: function () { V(B, "prev2"); @@ -80289,9 +80734,9 @@ function b1(e) { }) : null, null !== S && - bU.jsx("button", { + GU.jsx("button", { "aria-label": T, - className: "".concat(L1, "__arrow ").concat(L1, "__prev-button"), + className: "".concat(U1, "__arrow ").concat(U1, "__prev-button"), disabled: P, onClick: function () { V(Z, "prev"); @@ -80299,8 +80744,8 @@ function b1(e) { type: "button", children: S, }), - ((t = "".concat(L1, "__label")), - bU.jsxs("button", { + ((t = "".concat(U1, "__label")), + GU.jsxs("button", { "aria-label": u, "aria-live": p, className: t, @@ -80309,20 +80754,20 @@ function b1(e) { style: { flexGrow: 1 }, type: "button", children: [ - bU.jsx("span", { + GU.jsx("span", { className: "" .concat(t, "__labelText ") .concat(t, "__labelText--from"), children: z(n), }), _ - ? bU.jsxs(bU.Fragment, { + ? GU.jsxs(GU.Fragment, { children: [ - bU.jsx("span", { + GU.jsx("span", { className: "".concat(t, "__divider"), children: " – ", }), - bU.jsx("span", { + GU.jsx("span", { className: "" .concat(t, "__labelText ") .concat(t, "__labelText--to"), @@ -80334,9 +80779,9 @@ function b1(e) { ], })), null !== b && - bU.jsx("button", { + GU.jsx("button", { "aria-label": w, - className: "".concat(L1, "__arrow ").concat(L1, "__next-button"), + className: "".concat(U1, "__arrow ").concat(U1, "__next-button"), disabled: U, onClick: function () { V(O, "next"); @@ -80345,9 +80790,9 @@ function b1(e) { children: b, }), null !== v && I - ? bU.jsx("button", { + ? GU.jsx("button", { "aria-label": h, - className: "".concat(L1, "__arrow ").concat(L1, "__next2-button"), + className: "".concat(U1, "__arrow ").concat(U1, "__next2-button"), disabled: G, onClick: function () { V(D, "next2"); @@ -80359,9 +80804,9 @@ function b1(e) { ], }); } -var M1 = function () { +var z1 = function () { return ( - (M1 = + (z1 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -80369,10 +80814,10 @@ var M1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - M1.apply(this, arguments) + z1.apply(this, arguments) ); }, - H1 = function (e, t) { + $1 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -80387,10 +80832,10 @@ var M1 = function () { } return n; }; -function y1(e) { +function W1(e) { return "".concat(e, "%"); } -function R1(e) { +function j1(e) { var t = e.children, n = e.className, r = e.count, @@ -80398,7 +80843,7 @@ function R1(e) { l = e.offset, i = e.style, C = e.wrap, - s = H1(e, [ + s = $1(e, [ "children", "className", "count", @@ -80407,12 +80852,12 @@ function R1(e) { "style", "wrap", ]); - return bU.jsx( + return GU.jsx( "div", - M1( + z1( { className: n, - style: M1( + style: z1( { display: "flex", flexDirection: o, @@ -80424,12 +80869,12 @@ function R1(e) { s, { children: c.map(t, function (e, t) { - var n = l && 0 === t ? y1((100 * l) / r) : null; + var n = l && 0 === t ? W1((100 * l) / r) : null; return a( e, - M1(M1({}, e.props), { + z1(z1({}, e.props), { style: { - flexBasis: y1(100 / r), + flexBasis: W1(100 / r), flexShrink: 0, flexGrow: 0, overflow: "hidden", @@ -80444,25 +80889,25 @@ function R1(e) { ), ); } -function x1(e, t) { +function q1(e, t) { return t[0] <= e && t[1] >= e; } -function T1(e, t) { - return x1(e[0], t) || x1(e[1], t); +function Y1(e, t) { + return q1(e[0], t) || q1(e[1], t); } -function N1(e, t, n) { +function K1(e, t, n) { var r = []; - if (T1(t, e)) { + if (Y1(t, e)) { r.push(n); - var o = x1(e[0], t), - a = x1(e[1], t); + var o = q1(e[0], t), + a = q1(e[1], t); o && r.push("".concat(n, "Start")), a && r.push("".concat(n, "End")), o && a && r.push("".concat(n, "BothEnds")); } return r; } -function S1(e) { +function X1(e) { if (!e) throw new Error("args is required"); var t = e.value, n = e.date, @@ -80478,10 +80923,10 @@ function S1(e) { throw new Error( "dateType is required when date is not an array of two dates", ); - return f1(t, n); + return O1(t, n); })(); if ( - (x1(l, i) && a.push("".concat(o, "--now")), + (q1(l, i) && a.push("".concat(o, "--now")), !t || !(function (e) { return Array.isArray(e) ? null !== e[0] && null !== e[1] : null !== e; @@ -80497,22 +80942,22 @@ function S1(e) { throw new Error( "valueType is required when value is not an array of two dates", ); - return f1(n, t); + return O1(n, t); })(); (s = i), (C = c)[0] <= s[0] && C[1] >= s[1] ? a.push("".concat(o, "--active")) - : T1(c, i) && a.push("".concat(o, "--hasActive")); - var d = N1(c, i, "".concat(o, "--range")); + : Y1(c, i) && a.push("".concat(o, "--hasActive")); + var d = K1(c, i, "".concat(o, "--range")); a.push.apply(a, d); var u = Array.isArray(t) ? t : [t]; if (r && 1 === u.length) { - var p = N1(r > c[0] ? [c[0], r] : [r, c[0]], i, "".concat(o, "--hover")); + var p = K1(r > c[0] ? [c[0], r] : [r, c[0]], i, "".concat(o, "--hover")); a.push.apply(a, p); } return a; } -function V1(e) { +function Q1(e) { for ( var t = e.className, n = e.count, @@ -80536,12 +80981,12 @@ function V1(e) { var f = o(h); g.push( s({ - classes: S1({ date: f, dateType: a, hover: i, value: p, valueType: m }), + classes: X1({ date: f, dateType: a, hover: i, value: p, valueType: m }), date: f, }), ); } - return bU.jsx(R1, { + return GU.jsx(j1, { className: t, count: r, offset: C, @@ -80549,7 +80994,7 @@ function V1(e) { children: g, }); } -function _1(e) { +function J1(e) { var t = e.activeStartDate, n = e.children, r = e.classes, @@ -80583,8 +81028,8 @@ function _1(e) { }, [t, o, h, v], ); - return bU.jsxs("button", { - className: $J(r, E), + return GU.jsxs("button", { + className: u3(r, E), disabled: (c && d(c) > o) || (i && C(i) < o) || @@ -80607,14 +81052,14 @@ function _1(e) { style: m, type: "button", children: [ - a ? bU.jsx("abbr", { "aria-label": a(l, o), children: n }) : n, + a ? GU.jsx("abbr", { "aria-label": a(l, o), children: n }) : n, w, ], }); } -var A1 = function () { +var e6 = function () { return ( - (A1 = + (e6 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -80622,10 +81067,10 @@ var A1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - A1.apply(this, arguments) + e6.apply(this, arguments) ); }, - k1 = function (e, t) { + t6 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -80640,36 +81085,36 @@ var A1 = function () { } return n; }, - I1 = "react-calendar__century-view__decades__decade"; -function Z1(e) { + n6 = "react-calendar__century-view__decades__decade"; +function r6(e) { var t = e.classes, n = void 0 === t ? [] : t, r = e.currentCentury, o = e.formatYear, - a = void 0 === o ? C1 : o, - l = k1(e, ["classes", "currentCentury", "formatYear"]), + a = void 0 === o ? N1 : o, + l = t6(e, ["classes", "currentCentury", "formatYear"]), i = l.date, C = l.locale, s = []; return ( n && s.push.apply(s, n), - I1 && s.push(I1), - v3(i).getFullYear() !== r && s.push("".concat(I1, "--neighboringCentury")), - bU.jsx( - _1, - A1({}, l, { + n6 && s.push(n6), + D3(i).getFullYear() !== r && s.push("".concat(n6, "--neighboringCentury")), + GU.jsx( + J1, + e6({}, l, { classes: s, - maxDateTransform: x3, - minDateTransform: H3, + maxDateTransform: q3, + minDateTransform: $3, view: "century", - children: E1(C, a, i), + children: P1(C, a, i), }), ) ); } -var B1 = function () { +var o6 = function () { return ( - (B1 = + (o6 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -80677,10 +81122,10 @@ var B1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - B1.apply(this, arguments) + o6.apply(this, arguments) ); }, - O1 = function (e, t) { + a6 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -80695,33 +81140,33 @@ var B1 = function () { } return n; }; -function D1(e) { +function l6(e) { var t = e.activeStartDate, n = e.hover, r = e.showNeighboringCentury, o = e.value, a = e.valueType, - l = O1(e, [ + l = a6(e, [ "activeStartDate", "hover", "showNeighboringCentury", "value", "valueType", ]), - i = g3(v3(t)), + i = Z3(D3(t)), C = i + (r ? 119 : 99); - return bU.jsx(V1, { + return GU.jsx(Q1, { className: "react-calendar__century-view__decades", - dateTransform: H3, + dateTransform: $3, dateType: "decade", end: C, hover: n, renderTile: function (e) { var n = e.date, - r = O1(e, ["date"]); - return bU.jsx( - Z1, - B1({}, l, r, { activeStartDate: t, currentCentury: i, date: n }), + r = a6(e, ["date"]); + return GU.jsx( + r6, + o6({}, l, r, { activeStartDate: t, currentCentury: i, date: n }), n.getTime(), ); }, @@ -80731,9 +81176,9 @@ function D1(e) { valueType: a, }); } -var P1 = function () { +var i6 = function () { return ( - (P1 = + (i6 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -80741,18 +81186,18 @@ var P1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - P1.apply(this, arguments) + i6.apply(this, arguments) ); }; -function F1(e) { - return bU.jsx("div", { +function C6(e) { + return GU.jsx("div", { className: "react-calendar__century-view", - children: bU.jsx(D1, P1({}, e)), + children: GU.jsx(l6, i6({}, e)), }); } -var U1 = function () { +var s6 = function () { return ( - (U1 = + (s6 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -80760,10 +81205,10 @@ var U1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - U1.apply(this, arguments) + s6.apply(this, arguments) ); }, - G1 = function (e, t) { + c6 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -80778,36 +81223,36 @@ var U1 = function () { } return n; }, - z1 = "react-calendar__decade-view__years__year"; -function $1(e) { + d6 = "react-calendar__decade-view__years__year"; +function u6(e) { var t = e.classes, n = void 0 === t ? [] : t, r = e.currentDecade, o = e.formatYear, - a = void 0 === o ? C1 : o, - l = G1(e, ["classes", "currentDecade", "formatYear"]), + a = void 0 === o ? N1 : o, + l = c6(e, ["classes", "currentDecade", "formatYear"]), i = l.date, C = l.locale, s = []; return ( n && s.push.apply(s, n), - z1 && s.push(z1), - H3(i).getFullYear() !== r && s.push("".concat(z1, "--neighboringDecade")), - bU.jsx( - _1, - U1({}, l, { + d6 && s.push(d6), + $3(i).getFullYear() !== r && s.push("".concat(d6, "--neighboringDecade")), + GU.jsx( + J1, + s6({}, l, { classes: s, - maxDateTransform: A3, - minDateTransform: S3, + maxDateTransform: e1, + minDateTransform: X3, view: "decade", children: a(C, i), }), ) ); } -var W1 = function () { +var p6 = function () { return ( - (W1 = + (p6 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -80815,10 +81260,10 @@ var W1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - W1.apply(this, arguments) + p6.apply(this, arguments) ); }, - j1 = function (e, t) { + m6 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -80833,33 +81278,33 @@ var W1 = function () { } return n; }; -function q1(e) { +function g6(e) { var t = e.activeStartDate, n = e.hover, r = e.showNeighboringDecade, o = e.value, a = e.valueType, - l = j1(e, [ + l = m6(e, [ "activeStartDate", "hover", "showNeighboringDecade", "value", "valueType", ]), - i = g3(H3(t)), + i = Z3($3(t)), C = i + (r ? 11 : 9); - return bU.jsx(V1, { + return GU.jsx(Q1, { className: "react-calendar__decade-view__years", - dateTransform: S3, + dateTransform: X3, dateType: "year", end: C, hover: n, renderTile: function (e) { var n = e.date, - r = j1(e, ["date"]); - return bU.jsx( - $1, - W1({}, l, r, { activeStartDate: t, currentDecade: i, date: n }), + r = m6(e, ["date"]); + return GU.jsx( + u6, + p6({}, l, r, { activeStartDate: t, currentDecade: i, date: n }), n.getTime(), ); }, @@ -80868,9 +81313,9 @@ function q1(e) { valueType: a, }); } -var Y1 = function () { +var h6 = function () { return ( - (Y1 = + (h6 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -80878,18 +81323,18 @@ var Y1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - Y1.apply(this, arguments) + h6.apply(this, arguments) ); }; -function K1(e) { - return bU.jsx("div", { +function f6(e) { + return GU.jsx("div", { className: "react-calendar__decade-view", - children: bU.jsx(q1, Y1({}, e)), + children: GU.jsx(g6, h6({}, e)), }); } -var X1 = function () { +var v6 = function () { return ( - (X1 = + (v6 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -80897,10 +81342,10 @@ var X1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - X1.apply(this, arguments) + v6.apply(this, arguments) ); }, - Q1 = function (e, t) { + E6 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -80915,39 +81360,39 @@ var X1 = function () { } return n; }, - J1 = function (e, t, n) { + w6 = function (e, t, n) { if (n || 2 === arguments.length) for (var r, o = 0, a = t.length; o < a; o++) (!r && o in t) || (r || (r = Array.prototype.slice.call(t, 0, o)), (r[o] = t[o])); return e.concat(r || Array.prototype.slice.call(t)); }, - e6 = "react-calendar__year-view__months__month"; -function t6(e) { + L6 = "react-calendar__year-view__months__month"; +function b6(e) { var t = e.classes, n = void 0 === t ? [] : t, r = e.formatMonth, - o = void 0 === r ? o1 : r, + o = void 0 === r ? y1 : r, a = e.formatMonthYear, - l = void 0 === a ? a1 : a, - i = Q1(e, ["classes", "formatMonth", "formatMonthYear"]), + l = void 0 === a ? R1 : a, + i = E6(e, ["classes", "formatMonth", "formatMonthYear"]), C = i.date, s = i.locale; - return bU.jsx( - _1, - X1({}, i, { - classes: J1(J1([], n, !0), [e6], !1), + return GU.jsx( + J1, + v6({}, i, { + classes: w6(w6([], n, !0), [L6], !1), formatAbbr: l, - maxDateTransform: P3, - minDateTransform: B3, + maxDateTransform: i1, + minDateTransform: o1, view: "year", children: o(s, C), }), ); } -var n6 = function () { +var M6 = function () { return ( - (n6 = + (M6 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -80955,10 +81400,10 @@ var n6 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - n6.apply(this, arguments) + M6.apply(this, arguments) ); }, - r6 = function (e, t) { + H6 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -80973,28 +81418,28 @@ var n6 = function () { } return n; }; -function o6(e) { +function y6(e) { var t = e.activeStartDate, n = e.hover, r = e.value, o = e.valueType, - a = r6(e, ["activeStartDate", "hover", "value", "valueType"]), - l = g3(t); - return bU.jsx(V1, { + a = H6(e, ["activeStartDate", "hover", "value", "valueType"]), + l = Z3(t); + return GU.jsx(Q1, { className: "react-calendar__year-view__months", dateTransform: function (e) { var t = new Date(); - return t.setFullYear(l, e, 1), B3(t); + return t.setFullYear(l, e, 1), o1(t); }, dateType: "month", end: 11, hover: n, renderTile: function (e) { var n = e.date, - r = r6(e, ["date"]); - return bU.jsx( - t6, - n6({}, a, r, { activeStartDate: t, date: n }), + r = H6(e, ["date"]); + return GU.jsx( + b6, + M6({}, a, r, { activeStartDate: t, date: n }), n.getTime(), ); }, @@ -81003,9 +81448,9 @@ function o6(e) { valueType: o, }); } -var a6 = function () { +var R6 = function () { return ( - (a6 = + (R6 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -81013,18 +81458,18 @@ var a6 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - a6.apply(this, arguments) + R6.apply(this, arguments) ); }; -function l6(e) { - return bU.jsx("div", { +function x6(e) { + return GU.jsx("div", { className: "react-calendar__year-view", - children: bU.jsx(o6, a6({}, e)), + children: GU.jsx(y6, R6({}, e)), }); } -var i6 = function () { +var T6 = function () { return ( - (i6 = + (T6 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -81032,10 +81477,10 @@ var i6 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - i6.apply(this, arguments) + T6.apply(this, arguments) ); }, - C6 = function (e, t) { + N6 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -81050,17 +81495,17 @@ var i6 = function () { } return n; }, - s6 = "react-calendar__month-view__days__day"; -function c6(e) { + S6 = "react-calendar__month-view__days__day"; +function V6(e) { var t = e.calendarType, n = e.classes, r = void 0 === n ? [] : n, o = e.currentMonthIndex, a = e.formatDay, - l = void 0 === a ? n1 : a, + l = void 0 === a ? M1 : a, i = e.formatLongDate, - C = void 0 === i ? r1 : i, - s = C6(e, [ + C = void 0 === i ? H1 : i, + s = N6(e, [ "calendarType", "classes", "currentMonthIndex", @@ -81072,25 +81517,25 @@ function c6(e) { u = []; return ( r && u.push.apply(u, r), - s6 && u.push(s6), - w1(c, t) && u.push("".concat(s6, "--weekend")), - c.getMonth() !== o && u.push("".concat(s6, "--neighboringMonth")), - bU.jsx( - _1, - i6({}, s, { + S6 && u.push(S6), + F1(c, t) && u.push("".concat(S6, "--weekend")), + c.getMonth() !== o && u.push("".concat(S6, "--neighboringMonth")), + GU.jsx( + J1, + T6({}, s, { classes: u, formatAbbr: C, - maxDateTransform: q3, - minDateTransform: G3, + maxDateTransform: g1, + minDateTransform: c1, view: "month", children: l(d, c), }), ) ); } -var d6 = function () { +var _6 = function () { return ( - (d6 = + (_6 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -81098,10 +81543,10 @@ var d6 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - d6.apply(this, arguments) + _6.apply(this, arguments) ); }, - u6 = function (e, t) { + A6 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -81116,7 +81561,7 @@ var d6 = function () { } return n; }; -function p6(e) { +function k6(e) { var t = e.activeStartDate, n = e.calendarType, r = e.hover, @@ -81124,7 +81569,7 @@ function p6(e) { a = e.showNeighboringMonth, l = e.value, i = e.valueType, - C = u6(e, [ + C = A6(e, [ "activeStartDate", "calendarType", "hover", @@ -81133,39 +81578,39 @@ function p6(e) { "value", "valueType", ]), - s = g3(t), - c = h3(t), + s = Z3(t), + c = B3(t), d = o || a, - u = u1(t, n), + u = A1(t, n), p = d ? 0 : u, m = 1 + (d ? -u : 0), g = (function () { if (o) return m + 42 - 1; - var e = K3(t); + var e = f1(t); if (a) { var r = new Date(); return ( - r.setFullYear(s, c, e), r.setHours(0, 0, 0, 0), e + (7 - u1(r, n) - 1) + r.setFullYear(s, c, e), r.setHours(0, 0, 0, 0), e + (7 - A1(r, n) - 1) ); } return e; })(); - return bU.jsx(V1, { + return GU.jsx(Q1, { className: "react-calendar__month-view__days", count: 7, dateTransform: function (e) { var t = new Date(); - return t.setFullYear(s, c, e), G3(t); + return t.setFullYear(s, c, e), c1(t); }, dateType: "day", hover: r, end: g, renderTile: function (e) { var r = e.date, - o = u6(e, ["date"]); - return bU.jsx( - c6, - d6({}, C, o, { + o = A6(e, ["date"]); + return GU.jsx( + V6, + _6({}, C, o, { activeStartDate: t, calendarType: n, currentMonthIndex: c, @@ -81180,39 +81625,39 @@ function p6(e) { valueType: i, }); } -var m6 = "react-calendar__month-view__weekdays", - g6 = "".concat(m6, "__weekday"); -function h6(e) { +var I6 = "react-calendar__month-view__weekdays", + Z6 = "".concat(I6, "__weekday"); +function B6(e) { for ( var t, n = e.calendarType, r = e.formatShortWeekday, - o = void 0 === r ? l1 : r, + o = void 0 === r ? x1 : r, a = e.formatWeekday, - l = void 0 === a ? i1 : a, + l = void 0 === a ? T1 : a, i = e.locale, C = e.onMouseLeave, - s = B3(new Date()), - c = g3(s), - d = h3(s), + s = o1(new Date()), + c = Z3(s), + d = B3(s), u = [], p = 1; p <= 7; p += 1 ) { - var m = new Date(c, d, p - u1(s, n)), + var m = new Date(c, d, p - A1(s, n)), g = l(i, m); u.push( - bU.jsx( + GU.jsx( "div", { - className: $J( - g6, + className: u3( + Z6, ((t = m), - t.getDay() === new Date().getDay() && "".concat(g6, "--current")), - w1(m, n) && "".concat(g6, "--weekend"), + t.getDay() === new Date().getDay() && "".concat(Z6, "--current")), + F1(m, n) && "".concat(Z6, "--weekend"), ), - children: bU.jsx("abbr", { + children: GU.jsx("abbr", { "aria-label": g, title: g, children: o(i, m).replace(".", ""), @@ -81222,17 +81667,17 @@ function h6(e) { ), ); } - return bU.jsx(R1, { - className: m6, + return GU.jsx(j1, { + className: I6, count: 7, onFocus: C, onMouseOver: C, children: u, }); } -var f6 = function () { +var O6 = function () { return ( - (f6 = + (O6 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -81240,10 +81685,10 @@ var f6 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - f6.apply(this, arguments) + O6.apply(this, arguments) ); }, - v6 = function (e, t) { + D6 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -81258,20 +81703,20 @@ var f6 = function () { } return n; }, - E6 = "react-calendar__tile"; -function w6(e) { + P6 = "react-calendar__tile"; +function F6(e) { var t = e.onClickWeekNumber, n = e.weekNumber, - r = bU.jsx("span", { children: n }); + r = GU.jsx("span", { children: n }); if (t) { var o = e.date, a = e.onClickWeekNumber, l = e.weekNumber, - i = v6(e, ["date", "onClickWeekNumber", "weekNumber"]); - return bU.jsx( + i = D6(e, ["date", "onClickWeekNumber", "weekNumber"]); + return GU.jsx( "button", - f6({}, i, { - className: E6, + O6({}, i, { + className: P6, onClick: function (e) { return a(l, o, e); }, @@ -81281,10 +81726,10 @@ function w6(e) { ); } e.date, e.onClickWeekNumber, e.weekNumber; - i = v6(e, ["date", "onClickWeekNumber", "weekNumber"]); - return bU.jsx("div", f6({}, i, { className: E6, children: r })); + i = D6(e, ["date", "onClickWeekNumber", "weekNumber"]); + return GU.jsx("div", O6({}, i, { className: P6, children: r })); } -function L6(e) { +function U6(e) { var t = e.activeStartDate, n = e.calendarType, r = e.onClickWeekNumber, @@ -81292,28 +81737,28 @@ function L6(e) { a = e.showFixedNumberOfWeeks, l = (function () { if (a) return 6; - var e = K3(t) - (7 - u1(t, n)); + var e = f1(t) - (7 - A1(t, n)); return 1 + Math.ceil(e / 7); })(), i = (function () { - for (var e = g3(t), r = h3(t), o = f3(t), a = [], i = 0; i < l; i += 1) - a.push(p1(new Date(e, r, o + 7 * i), n)); + for (var e = Z3(t), r = B3(t), o = O3(t), a = [], i = 0; i < l; i += 1) + a.push(k1(new Date(e, r, o + 7 * i), n)); return a; })(), C = i.map(function (e) { return (function (e, t) { - void 0 === t && (t = X3.ISO_8601); + void 0 === t && (t = v1.ISO_8601); var n, - r = t === X3.GREGORY ? X3.GREGORY : X3.ISO_8601, - o = p1(e, t), - a = g3(e) + 1; + r = t === v1.GREGORY ? v1.GREGORY : v1.ISO_8601, + o = k1(e, t), + a = Z3(e) + 1; do { - (n = p1(new Date(a, 0, r === X3.ISO_8601 ? 4 : 1), t)), (a -= 1); + (n = k1(new Date(a, 0, r === v1.ISO_8601 ? 4 : 1), t)), (a -= 1); } while (e < n); return Math.round((o.getTime() - n.getTime()) / 6048e5) + 1; })(e, n); }); - return bU.jsx(R1, { + return GU.jsx(j1, { className: "react-calendar__month-view__weekNumbers", count: l, direction: "column", @@ -81323,13 +81768,13 @@ function L6(e) { children: C.map(function (e, t) { var n = i[t]; if (!n) throw new Error("date is not defined"); - return bU.jsx(w6, { date: n, onClickWeekNumber: r, weekNumber: e }, e); + return GU.jsx(F6, { date: n, onClickWeekNumber: r, weekNumber: e }, e); }), }); } -var b6 = function () { +var G6 = function () { return ( - (b6 = + (G6 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -81337,10 +81782,10 @@ var b6 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - b6.apply(this, arguments) + G6.apply(this, arguments) ); }, - M6 = function (e, t) { + z6 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -81355,7 +81800,7 @@ var b6 = function () { } return n; }; -function H6(e) { +function $6(e) { var t = e.activeStartDate, n = e.locale, r = e.onMouseLeave, @@ -81365,19 +81810,19 @@ function H6(e) { void 0 === a ? (function (e) { if (e) - for (var t = 0, n = Object.entries(Q3); t < n.length; t++) { + for (var t = 0, n = Object.entries(E1); t < n.length; t++) { var r = n[t], o = r[0]; if (r[1].includes(e)) return o; } - return X3.ISO_8601; + return v1.ISO_8601; })(n) : a, i = e.formatShortWeekday, C = e.formatWeekday, s = e.onClickWeekNumber, c = e.showWeekNumbers, - d = M6(e, [ + d = z6(e, [ "calendarType", "formatShortWeekday", "formatWeekday", @@ -81385,13 +81830,13 @@ function H6(e) { "showWeekNumbers", ]); var u = "react-calendar__month-view"; - return bU.jsx("div", { - className: $J(u, c ? "".concat(u, "--weekNumbers") : ""), - children: bU.jsxs("div", { + return GU.jsx("div", { + className: u3(u, c ? "".concat(u, "--weekNumbers") : ""), + children: GU.jsxs("div", { style: { display: "flex", alignItems: "flex-end" }, children: [ c - ? bU.jsx(L6, { + ? GU.jsx(U6, { activeStartDate: t, calendarType: l, onClickWeekNumber: s, @@ -81399,26 +81844,26 @@ function H6(e) { showFixedNumberOfWeeks: o, }) : null, - bU.jsxs("div", { + GU.jsxs("div", { style: { flexGrow: 1, width: "100%" }, children: [ - bU.jsx(h6, { + GU.jsx(B6, { calendarType: l, formatShortWeekday: i, formatWeekday: C, locale: n, onMouseLeave: r, }), - bU.jsx(p6, b6({ calendarType: l }, d)), + GU.jsx(k6, G6({ calendarType: l }, d)), ], }), ], }), }); } -var y6 = function () { +var W6 = function () { return ( - (y6 = + (W6 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -81426,34 +81871,34 @@ var y6 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - y6.apply(this, arguments) + W6.apply(this, arguments) ); }, - R6 = "react-calendar", - x6 = ["century", "decade", "year", "month"], - T6 = ["decade", "year", "month", "day"], - N6 = new Date(); -N6.setFullYear(1, 0, 1), N6.setHours(0, 0, 0, 0); -var S6 = new Date(864e13); -function V6(e) { + j6 = "react-calendar", + q6 = ["century", "decade", "year", "month"], + Y6 = ["decade", "year", "month", "day"], + K6 = new Date(); +K6.setFullYear(1, 0, 1), K6.setHours(0, 0, 0, 0); +var X6 = new Date(864e13); +function Q6(e) { return e instanceof Date ? e : new Date(e); } -function _6(e, t) { - return x6.slice(x6.indexOf(e), x6.indexOf(t) + 1); +function J6(e, t) { + return q6.slice(q6.indexOf(e), q6.indexOf(t) + 1); } -function A6(e, t, n) { +function e0(e, t, n) { return e && (function (e, t, n) { - return -1 !== _6(t, n).indexOf(e); + return -1 !== J6(t, n).indexOf(e); })(e, t, n) ? e : n; } -function k6(e) { - var t = x6.indexOf(e); - return T6[t]; +function t0(e) { + var t = q6.indexOf(e); + return Y6[t]; } -function I6(e, t) { +function n0(e, t) { var n = e.value, r = e.minDate, o = e.maxDate, @@ -81461,21 +81906,21 @@ function I6(e, t) { l = (function (e, t) { var n = Array.isArray(e) ? e[t] : e; if (!n) return null; - var r = V6(n); + var r = Q6(n); if (isNaN(r.getTime())) throw new Error("Invalid date: ".concat(e)); return r; })(n, t); if (!l) return null; - var i = k6(a); + var i = t0(a); return (function (e, t, n) { return t && t > e ? t : n && n < e ? n : e; })( (function () { switch (t) { case 0: - return m1(i, l); + return I1(i, l); case 1: - return h1(i, l); + return B1(i, l); default: throw new Error("Invalid index value: ".concat(t)); } @@ -81484,35 +81929,35 @@ function I6(e, t) { o, ); } -var Z6 = function (e) { - return I6(e, 0); +var r0 = function (e) { + return n0(e, 0); }, - B6 = function (e) { - return I6(e, 1); + o0 = function (e) { + return n0(e, 1); }, - O6 = function (e) { - return [Z6, B6].map(function (t) { + a0 = function (e) { + return [r0, o0].map(function (t) { return t(e); }); }; -function D6(e) { +function l0(e) { var t = e.maxDate, n = e.maxDetail, r = e.minDate, o = e.minDetail, a = e.value; - return m1( - A6(e.view, o, n), - Z6({ value: a, minDate: r, maxDate: t, maxDetail: n }) || new Date(), + return I1( + e0(e.view, o, n), + r0({ value: a, minDate: r, maxDate: t, maxDetail: n }) || new Date(), ); } -function P6(e) { +function i0(e) { return e && (!Array.isArray(e) || 1 === e.length); } -function F6(e, t) { +function C0(e, t) { return e instanceof Date && t instanceof Date && e.getTime() === t.getTime(); } -var U6 = d(function (e, t) { +var s0 = d(function (e, t) { var n, o = e.activeStartDate, a = e.allowPartialRange, @@ -81533,11 +81978,11 @@ var U6 = d(function (e, t) { b = e.inputRef, M = e.locale, H = e.maxDate, - y = void 0 === H ? S6 : H, + y = void 0 === H ? X6 : H, R = e.maxDetail, x = void 0 === R ? "month" : R, T = e.minDate, - N = void 0 === T ? N6 : T, + N = void 0 === T ? K6 : T, S = e.minDetail, V = void 0 === S ? "century" : S, _ = e.navigationAriaLabel, @@ -81587,10 +82032,10 @@ var U6 = d(function (e, t) { be = r( Array.isArray(d) ? d.map(function (e) { - return null !== e ? V6(e) : null; + return null !== e ? Q6(e) : null; }) : null != d - ? V6(d) + ? Q6(d) : null, ), Me = be[0], @@ -81612,11 +82057,11 @@ var U6 = d(function (e, t) { C = e.minDetail, s = e.value, c = e.view, - d = A6(c, C, l), + d = e0(c, C, l), u = t || n; return u - ? m1(d, u) - : D6({ + ? I1(d, u) + : l0({ maxDate: a, maxDetail: l, minDate: i, @@ -81636,18 +82081,18 @@ var U6 = d(function (e, t) { value: me, view: ge, }), - Ne = (n = te && P6(Me) ? Me : void 0 !== me ? me : Me) + Ne = (n = te && i0(Me) ? Me : void 0 !== me ? me : Me) ? Array.isArray(n) ? n.map(function (e) { - return null !== e ? V6(e) : null; + return null !== e ? Q6(e) : null; }) : null !== n - ? V6(n) + ? Q6(n) : null : null, - Se = k6(x), - Ve = A6(ge || Re, V, x), - _e = _6(V, x), + Se = t0(x), + Ve = e0(ge || Re, V, x), + _e = J6(V, x), Ae = te ? we : null, ke = _e.indexOf(Ve) < _e.length - 1, Ie = _e.indexOf(Ve) > 0, @@ -81656,11 +82101,11 @@ var U6 = d(function (e, t) { return (function () { switch (ee) { case "start": - return Z6; + return r0; case "end": - return B6; + return o0; case "range": - return O6; + return a0; default: throw new Error("Invalid returnValue."); } @@ -81672,7 +82117,7 @@ var U6 = d(function (e, t) { function (e, t) { ve(e); var n = { action: t, activeStartDate: e, value: Ne, view: Ve }; - D && !F6(Te, e) && D(n); + D && !C0(Te, e) && D(n); }, [Te, D, Ne, Ve], ), @@ -81710,7 +82155,7 @@ var U6 = d(function (e, t) { value: Ne, view: n, }; - D && !F6(Te, e) && D(r), q && Ve !== n && q(r), W && W(r); + D && !C0(Te, e) && D(r), q && Ve !== n && q(r), W && W(r); } }, [Te, ke, D, Oe, W, q, Ne, Ve, _e], @@ -81721,10 +82166,10 @@ var U6 = d(function (e, t) { var e = _e[_e.indexOf(Ve) - 1]; if (!e) throw new Error("Attempted to drill up from the highest view."); - var t = m1(e, Te); + var t = I1(e, Te); ve(t), xe(e); var n = { action: "drillUp", activeStartDate: t, value: Ne, view: e }; - D && !F6(Te, t) && D(n), q && Ve !== e && q(n), j && j(n); + D && !C0(Te, t) && D(n), q && Ve !== e && q(n), j && j(n); } }, [Te, Ie, D, j, q, Ne, Ve, _e], @@ -81734,9 +82179,9 @@ var U6 = d(function (e, t) { var n = Ne; Oe(e, t); var r, - o = te && !P6(n); + o = te && !i0(n); if (te) - if (o) r = m1(Se, e); + if (o) r = I1(Se, e); else { if (!n) throw new Error("previousValue is required"); if (Array.isArray(n)) @@ -81745,13 +82190,13 @@ var U6 = d(function (e, t) { var r = [t, n].sort(function (e, t) { return e.getTime() - t.getTime(); }); - return [m1(e, r[0]), h1(e, r[1])]; + return [I1(e, r[0]), B1(e, r[1])]; })(Se, n, e); } else r = Ze(e); var l = !te || o || L - ? D6({ + ? l0({ maxDate: y, maxDetail: x, minDate: N, @@ -81762,9 +82207,9 @@ var U6 = d(function (e, t) { : null; t.persist(), ve(l), He(r); var i = { action: "onChange", activeStartDate: l, value: r, view: Ve }; - if ((D && !F6(Te, l) && D(i), P)) + if ((D && !C0(Te, l) && D(i), P)) if (te) - if (P6(r)) { + if (i0(r)) { if (a) { if (Array.isArray(r)) throw new Error("value must not be an array"); @@ -81783,7 +82228,7 @@ var U6 = d(function (e, t) { } function ze(e) { var t = { - activeStartDate: e ? g1(Ve, Te) : m1(Ve, Te), + activeStartDate: e ? Z1(Ve, Te) : I1(Ve, Te), hover: Ae, locale: M, maxDate: y, @@ -81798,15 +82243,15 @@ var U6 = d(function (e, t) { }; switch (Ve) { case "century": - return bU.jsx(F1, y6({ formatYear: E, showNeighboringCentury: le }, t)); + return GU.jsx(C6, W6({ formatYear: E, showNeighboringCentury: le }, t)); case "decade": - return bU.jsx(K1, y6({ formatYear: E, showNeighboringDecade: ie }, t)); + return GU.jsx(f6, W6({ formatYear: E, showNeighboringDecade: ie }, t)); case "year": - return bU.jsx(l6, y6({ formatMonth: g, formatMonthYear: h }, t)); + return GU.jsx(x6, W6({ formatMonth: g, formatMonthYear: h }, t)); case "month": - return bU.jsx( - H6, - y6( + return GU.jsx( + $6, + W6( { calendarType: l, formatDay: p, @@ -81842,17 +82287,17 @@ var U6 = d(function (e, t) { [Te, De, Pe, Fe, Be, Ne, Ve], ); var $e = Array.isArray(Ne) ? Ne : [Ne]; - return bU.jsxs("div", { - className: $J( - R6, - te && 1 === $e.length && "".concat(R6, "--selectRange"), - ne && "".concat(R6, "--doubleView"), + return GU.jsxs("div", { + className: u3( + j6, + te && 1 === $e.length && "".concat(j6, "--selectRange"), + ne && "".concat(j6, "--doubleView"), s, ), ref: b, children: [ ae - ? bU.jsx(b1, { + ? GU.jsx(G1, { activeStartDate: Te, drillUp: Pe, formatMonthYear: h, @@ -81877,8 +82322,8 @@ var U6 = d(function (e, t) { views: _e, }) : null, - bU.jsxs("div", { - className: "".concat(R6, "__viewContainer"), + GU.jsxs("div", { + className: "".concat(j6, "__viewContainer"), onBlur: te ? Ge : void 0, onMouseLeave: te ? Ge : void 0, children: [ze(), ne ? ze(!0) : null], @@ -81886,7 +82331,7 @@ var U6 = d(function (e, t) { ], }); }); -const G6 = p.div(({ theme: e }) => ({ +const c0 = p.div(({ theme: e }) => ({ "& .react-calendar__navigation": { display: "flex", justifyContent: "space-between", @@ -81998,13 +82443,13 @@ const G6 = p.div(({ theme: e }) => ({ "& button": { minWidth: 120 }, }, })), - z6 = ({ value: e, onChange: r, minDate: o, maxDate: a }) => + d0 = ({ value: e, onChange: r, minDate: o, maxDate: a }) => t.createElement( - G6, + c0, null, - t.createElement(U6, { + t.createElement(s0, { onChange: (e) => { - e && r(UJ.fromJSDate(e)); + e && r(s3.fromJSDate(e)); }, value: null == e ? void 0 : e.toJSDate(), minDate: null == o ? void 0 : o.toJSDate(), @@ -82033,7 +82478,7 @@ const G6 = p.div(({ theme: e }) => ({ prevLabel: t.createElement(jC, null), }), ), - $6 = p.div(({ theme: e }) => ({ + u0 = p.div(({ theme: e }) => ({ "& .timeTitle": { display: "flex", justifyContent: "center", @@ -82090,7 +82535,7 @@ const G6 = p.div(({ theme: e }) => ({ justifyContent: "space-evenly", }, })), - W6 = p.button(({ theme: e }) => ({ + p0 = p.button(({ theme: e }) => ({ cursor: "pointer", display: "flex", width: "100%", @@ -82107,7 +82552,7 @@ const G6 = p.div(({ theme: e }) => ({ color: mn(e, "bgColor", I.white), }, })), - j6 = ({ + m0 = ({ value: e, onChange: n, completeCallback: a, @@ -82125,7 +82570,7 @@ const G6 = p.div(({ theme: e }) => ({ return null; const c = ({ label: r, type: o, className: a, itemValue: l }) => t.createElement( - W6, + p0, { onClick: () => { ((t, r) => { @@ -82178,7 +82623,7 @@ const G6 = p.div(({ theme: e }) => ({ }); }); return t.createElement( - $6, + u0, null, t.createElement(Sr, { className: "timeTitle" }, "Time"), t.createElement( @@ -82256,7 +82701,7 @@ const G6 = p.div(({ theme: e }) => ({ ), ); }, - q6 = p.button(({ theme: e }) => ({ + g0 = p.button(({ theme: e }) => ({ height: 30, display: "flex", alignItems: "center", @@ -82276,7 +82721,7 @@ const G6 = p.div(({ theme: e }) => ({ boxShadow: "0px 3px 6px #00000029;", }, })), - Y6 = p.div(({ theme: e, sx: t, isPortal: n, mode: r, coords: o }) => ({ + h0 = p.div(({ theme: e, sx: t, isPortal: n, mode: r, coords: o }) => ({ position: n ? "absolute" : "relative", border: `1px solid ${mn(e, "borderColor", B.borderColor)}`, backgroundColor: mn(e, "signalColors.clear", B.white), @@ -82289,7 +82734,7 @@ const G6 = p.div(({ theme: e }) => ({ ...V(t, e), ...o, })), - K6 = (e) => { + f0 = (e) => { if (!e) return { top: 0, left: 0, width: 0 }; const t = e.getBoundingClientRect(); return { @@ -82298,7 +82743,7 @@ const G6 = p.div(({ theme: e }) => ({ transform: "translateX(-100%)", }; }, - X6 = ({ + v0 = ({ mode: e = "all", onChange: n, maxDate: a, @@ -82317,7 +82762,7 @@ const G6 = p.div(({ theme: e }) => ({ [v, E] = r(null); o(() => { if (s) { - if (m) return void E(K6(c)); + if (m) return void E(f0(c)); E(null); } }, [m, s]), @@ -82327,7 +82772,7 @@ const G6 = p.div(({ theme: e }) => ({ p && p(); }, t = rC((e) => { - e && e.getBoundingClientRect() && E(K6(e)); + e && e.getBoundingClientRect() && E(f0(e)); }, 300); window.addEventListener("resize", e), window.addEventListener("scroll", () => { @@ -82340,7 +82785,7 @@ const G6 = p.div(({ theme: e }) => ({ }; if (s && (!m || !v)) return null; const b = t.createElement( - Y6, + h0, { mode: e, onClick: (e) => e.stopPropagation(), @@ -82355,7 +82800,7 @@ const G6 = p.div(({ theme: e }) => ({ Sr, { className: "modeBar" }, t.createElement( - q6, + g0, { className: "calendar" === h ? "selected" : "", onClick: () => f("calendar"), @@ -82368,7 +82813,7 @@ const G6 = p.div(({ theme: e }) => ({ ), ), t.createElement( - q6, + g0, { className: "time" === h ? "selected" : "", onClick: () => f("time"), @@ -82386,7 +82831,7 @@ const G6 = p.div(({ theme: e }) => ({ ), ), "calendar" === h && - t.createElement(z6, { + t.createElement(d0, { minDate: l, maxDate: a, value: i, @@ -82395,7 +82840,7 @@ const G6 = p.div(({ theme: e }) => ({ }, }), "time" === h && - t.createElement(j6, { + t.createElement(m0, { secondsSelector: d, timeFormat: u, value: i, @@ -82405,7 +82850,7 @@ const G6 = p.div(({ theme: e }) => ({ ); return s ? w(t.createElement(aC, { onClick: L }, b), document.body) : b; }, - Q6 = p.input(({ theme: e }) => { + E0 = p.input(({ theme: e }) => { let t = mn(e, "inputBox.border", I.borderColor), n = mn(e, "inputBox.hoverBorder", I.promoBG); return { @@ -82449,7 +82894,7 @@ const G6 = p.div(({ theme: e }) => ({ }, }; }), - J6 = p.div(({ theme: e }) => { + w0 = p.div(({ theme: e }) => { let t = mn(e, "inputBox.border", I.borderColor), n = mn(e, "inputBox.hoverBorder", I.promoBG); return { @@ -82486,7 +82931,7 @@ const G6 = p.div(({ theme: e }) => ({ }, }; }), - e0 = p.div(({ theme: e, sx: t }) => ({ + L0 = p.div(({ theme: e, sx: t }) => ({ display: "flex", flexGrow: 1, width: "100%", @@ -82536,7 +82981,7 @@ const G6 = p.div(({ theme: e }) => ({ }, ...V(t, e), })), - t0 = ({ + b0 = ({ sx: e, id: o, className: a, @@ -82573,7 +83018,7 @@ const G6 = p.div(({ theme: e }) => ({ y(!1); }); return t.createElement( - e0, + L0, { sx: e, className: `inputItem ${a}` }, "" !== u && t.createElement( @@ -82608,7 +83053,7 @@ const G6 = p.div(({ theme: e }) => ({ { id: `${o}-DateTimeInput`, className: "dateTimeInputContainer" }, t.createElement(Sr, { className: "startComponent" }, l), S - ? t.createElement(Q6, { + ? t.createElement(E0, { disabled: p, id: o, value: R, @@ -82634,7 +83079,7 @@ const G6 = p.div(({ theme: e }) => ({ "MM/DD/YYYY" + ("all" === m ? " HH:MM" + (b ? ":SS" : "") : ""), onBlur: () => { V(!1); - const e = UJ.fromFormat( + const e = s3.fromFormat( R, "MM/dd/yyyy" + ("all" === m ? " HH:mm" + (b ? ":ss" : "") : ""), @@ -82653,7 +83098,7 @@ const G6 = p.div(({ theme: e }) => ({ autoFocus: !0, }) : t.createElement( - J6, + w0, { onClick: () => { V(!0); @@ -82686,7 +83131,7 @@ const G6 = p.div(({ theme: e }) => ({ : t.createElement(Sr, { className: "customIcon" }, h), ), ), - t.createElement(X6, { + t.createElement(v0, { id: o, value: g, minDate: d, @@ -82714,7 +83159,7 @@ const G6 = p.div(({ theme: e }) => ({ }), ); }, - n0 = p.a(({ theme: e, sx: t }) => ({ + M0 = p.a(({ theme: e, sx: t }) => ({ cursor: "pointer", display: "inline-flex", backgroundColor: "transparent", @@ -82736,9 +83181,9 @@ const G6 = p.div(({ theme: e }) => ({ }, ...V(t, e), })), - r0 = ({ sx: e, children: n, ...r }) => - t.createElement(n0, { ...r, sx: e }, n), - o0 = p.input(({ theme: e }) => { + H0 = ({ sx: e, children: n, ...r }) => + t.createElement(M0, { ...r, sx: e }, n), + y0 = p.input(({ theme: e }) => { const t = { "-webkit-appearance": "none", appearance: "none", @@ -82772,7 +83217,7 @@ const G6 = p.div(({ theme: e }) => ({ }, }; }), - a0 = p.div(({ theme: e, error: t, sx: n }) => ({ + R0 = p.div(({ theme: e, error: t, sx: n }) => ({ display: "flex", alignItems: "center", flexGrow: 1, @@ -82798,7 +83243,7 @@ const G6 = p.div(({ theme: e }) => ({ "& .displayValue": { fontSize: 12, fontWeight: "bold" }, ...V(n, e), })), - l0 = p.div(({ theme: e }) => ({ + x0 = p.div(({ theme: e }) => ({ position: "absolute", width: "100%", height: 6, @@ -82813,7 +83258,7 @@ const G6 = p.div(({ theme: e }) => ({ backgroundColor: mn(e, "slider.disabledRail", I.disabledBGGrey), }, })), - i0 = ({ + T0 = ({ id: e, tooltip: n = "", noLabelMinWidth: r, @@ -82835,7 +83280,7 @@ const G6 = p.div(({ theme: e }) => ({ ...E }) => t.createElement( - a0, + R0, { error: !!i && "" !== i, sx: C, className: `slider ${l}` }, "" !== o && t.createElement( @@ -82881,7 +83326,7 @@ const G6 = p.div(({ theme: e }) => ({ alignItems: "flex-start", }, }, - t.createElement(o0, { + t.createElement(y0, { id: e, type: "range", className: "rangeSelector", @@ -82891,7 +83336,7 @@ const G6 = p.div(({ theme: e }) => ({ disabled: v, ...E, }), - t.createElement(l0, { className: "" + (v ? "disabled" : "") }), + t.createElement(x0, { className: "" + (v ? "disabled" : "") }), ), g ? t.createElement( @@ -82904,7 +83349,7 @@ const G6 = p.div(({ theme: e }) => ({ "" !== i && t.createElement(Sr, { className: "errorText" }, i), ), ), - C0 = p.div(({ theme: e, sx: t }) => ({ + N0 = p.div(({ theme: e, sx: t }) => ({ display: "inline-flex", flexDirection: "row", border: `1px solid ${mn(e, "buttonGroup.border", b["Color/Neutral/Border/colorBorderMinimal"].lightMode)}`, @@ -83092,17 +83537,17 @@ const G6 = p.div(({ theme: e }) => ({ }, ...V(t, e), })), - s0 = ({ sx: e, children: n, isLoading: r, ...o }) => + S0 = ({ sx: e, children: n, isLoading: r, ...o }) => r ? t.createElement(Zn, null) : t.createElement( - C0, + N0, { ...o, sx: e }, t.Children.map(n, (e) => (u(e) ? a(e, { inButtonGroup: !0 }) : e)), ); -var c0, - d0, - u0 = { exports: {} }; +var V0, + _0, + A0 = { exports: {} }; /** * @license * Lodash @@ -83110,8 +83555,8 @@ var c0, * Released under MIT license * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */ (c0 = u0), - (d0 = u0.exports), + */ (V0 = A0), + (_0 = A0.exports), function () { var e, t = "Expected a function", @@ -83355,8 +83800,8 @@ var c0, ct = "object" == typeof F && F && F.Object === Object && F, dt = "object" == typeof self && self && self.Object === Object && self, ut = ct || dt || Function("return this")(), - pt = d0 && !d0.nodeType && d0, - mt = pt && c0 && !c0.nodeType && c0, + pt = _0 && !_0.nodeType && _0, + mt = pt && V0 && !V0.nodeType && V0, gt = mt && mt.exports === pt, ht = gt && ct.process, ft = (function () { @@ -87951,21 +88396,21 @@ var c0, })(); mt ? (((mt.exports = gn)._ = gn), (pt._ = gn)) : (ut._ = gn); }.call(F); -var p0 = u0.exports; -const m0 = p.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ +var k0 = A0.exports; +const I0 = p.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ display: "flex", justifyContent: "flex-end", marginTop: n, gap: 16, paddingTop: r ? 24 : 0, borderTop: r - ? `1px solid ${p0.get(e, "borderColor", B.colorBorderSubtle)}` + ? `1px solid ${k0.get(e, "borderColor", B.colorBorderSubtle)}` : "0", ...V(t, e), })), - g0 = ({ sx: e, marginTop: n = 40, separator: r, children: o, ...a }) => - t.createElement(m0, { sx: e, marginTop: n, separator: r, ...a }, o), - h0 = p.span(({ theme: e, sx: t, type: n }) => ({ + Z0 = ({ sx: e, marginTop: n = 40, separator: r, children: o, ...a }) => + t.createElement(I0, { sx: e, marginTop: n, separator: r, ...a }, o), + B0 = p.span(({ theme: e, sx: t, type: n }) => ({ backgroundColor: mn( e, `pill.${n}.bgColor`, @@ -87989,9 +88434,9 @@ const m0 = p.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ userSelect: "none", ...V(t, e), })), - f0 = ({ sx: e, type: n = "default", children: r, ...o }) => - t.createElement(h0, { sx: e, type: n, ...o }, r), - v0 = p.div(({ theme: e }) => ({ + O0 = ({ sx: e, type: n = "default", children: r, ...o }) => + t.createElement(B0, { sx: e, type: n, ...o }, r), + D0 = p.div(({ theme: e }) => ({ position: "relative", boxSizing: "border-box", height: 28, @@ -88009,7 +88454,7 @@ const m0 = p.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ ), }, })), - E0 = p.input(({ sx: e, theme: t }) => { + P0 = p.input(({ sx: e, theme: t }) => { let n = mn( t, "inputBox.border", @@ -88083,14 +88528,14 @@ const m0 = p.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ ...V(e, t), }; }), - w0 = ({ id: e, icon: n, sx: r, placeholder: o, ...a }) => + F0 = ({ id: e, icon: n, sx: r, placeholder: o, ...a }) => t.createElement( - v0, + D0, null, n || t.createElement(jN, null), - t.createElement(E0, { id: e, sx: r, placeholder: o, ...a }), + t.createElement(P0, { id: e, sx: r, placeholder: o, ...a }), ), - L0 = p.span( + U0 = p.span( ({ theme: e, color: t, @@ -88166,7 +88611,7 @@ const m0 = p.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ ); }, ), - b0 = ({ + G0 = ({ children: e, color: r = "none", sx: o, @@ -88206,7 +88651,7 @@ const m0 = p.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ return e; }, [c, r]); return t.createElement( - L0, + U0, { id: a, color: r, @@ -88221,25 +88666,25 @@ const m0 = p.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ t.createElement("span", null, l, e), ); }, - M0 = p.table(({ theme: e, sx: t }) => ({ + z0 = p.table(({ theme: e, sx: t }) => ({ display: "table", width: "100%", borderCollapse: "collapse", borderSpacing: 0, ...V(t, e), })), - H0 = ({ children: e, sx: n, ...r }) => - t.createElement(M0, { sx: n, ...r }, e), - y0 = p.tbody(({ theme: e, sx: t }) => ({ + $0 = ({ children: e, sx: n, ...r }) => + t.createElement(z0, { sx: n, ...r }, e), + W0 = p.tbody(({ theme: e, sx: t }) => ({ display: "table-row-group", width: "100%", borderCollapse: "collapse", borderSpacing: 0, ...V(t, e), })), - R0 = ({ children: e, sx: n, ...r }) => - t.createElement(y0, { sx: n, ...r }, e), - x0 = p.td(({ theme: e, sx: t }) => ({ + j0 = ({ children: e, sx: n, ...r }) => + t.createElement(W0, { sx: n, ...r }, e), + q0 = p.td(({ theme: e, sx: t }) => ({ fontFamily: "'Geist',sans-serif", fontWeight: 400, fontSize: 12, @@ -88252,18 +88697,18 @@ const m0 = p.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ color: mn(e, "secondaryText", I.mainGrey), ...V(t, e), })), - T0 = ({ children: e, sx: n, ...r }) => - t.createElement(x0, { sx: n, ...r }, e), - N0 = p.thead(({ theme: e, sx: t }) => ({ + Y0 = ({ children: e, sx: n, ...r }) => + t.createElement(q0, { sx: n, ...r }, e), + K0 = p.thead(({ theme: e, sx: t }) => ({ display: "table-row-group", width: "100%", borderCollapse: "collapse", borderSpacing: 0, ...V(t, e), })), - S0 = ({ children: e, sx: n, ...r }) => - t.createElement(N0, { sx: n, ...r }, e), - V0 = p.th(({ theme: e, sx: t }) => ({ + X0 = ({ children: e, sx: n, ...r }) => + t.createElement(K0, { sx: n, ...r }, e), + Q0 = p.th(({ theme: e, sx: t }) => ({ fontFamily: "'Geist',sans-serif", fontSize: 12, lineHeight: 1.43, @@ -88276,9 +88721,9 @@ const m0 = p.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ color: mn(e, "secondaryText", I.mainGrey), ...V(t, e), })), - _0 = ({ children: e, sx: n, ...r }) => - t.createElement(V0, { sx: n, ...r }, e), - A0 = p.tr(({ theme: e, sx: t }) => ({ + J0 = ({ children: e, sx: n, ...r }) => + t.createElement(Q0, { sx: n, ...r }, e), + e9 = p.tr(({ theme: e, sx: t }) => ({ color: "inherit", display: "table-row", verticalAlign: "middle", @@ -88289,15 +88734,15 @@ const m0 = p.div(({ theme: e, sx: t, marginTop: n, separator: r }) => ({ backgroundColor: mn(e, "bgColor", I.white), ...V(t, e), })), - k0 = ({ children: e, sx: n, ...r }) => - t.createElement(A0, { sx: n, ...r }, e); + t9 = ({ children: e, sx: n, ...r }) => + t.createElement(e9, { sx: n, ...r }, e); export { gs as AArrowDownIcon, hs as AArrowUpIcon, fs as ALargeSmallIcon, vs as AccessibilityIcon, - EY as Accordion, - tY as ActionLink, + PY as Accordion, + bY as ActionLink, es as ActionsList, Es as ActivityIcon, ws as AirVentIcon, @@ -88402,7 +88847,7 @@ export { sd as AtomIcon, cd as AudioLinesIcon, dd as AudioWaveformIcon, - bY as Autocomplete, + GY as Autocomplete, ud as AwardIcon, pd as AxeIcon, md as Axis3dIcon, @@ -88410,7 +88855,7 @@ export { hd as BabyIcon, gC as BackLink, fd as BackpackIcon, - b0 as Badge, + G0 as Badge, vd as BadgeAlertIcon, Ed as BadgeCentIcon, wd as BadgeCheckIcon, @@ -88429,6 +88874,7 @@ export { _d as BadgeSwissFrancIcon, Ad as BadgeXIcon, Id as BaggageClaimIcon, + YI as BalancerIcon, Zd as BanIcon, Bd as BananaIcon, Od as BanknoteIcon, @@ -88458,6 +88904,7 @@ export { Cu as BeefIcon, cu as BeerIcon, su as BeerOffIcon, + KI as BellArrowIcon, du as BellDotIcon, uu as BellElectricIcon, fu as BellIcon, @@ -88519,6 +88966,7 @@ export { mp as BotMessageSquareIcon, Sr as Box, fp as BoxIcon, + XI as BoxOutlineIcon, hp as BoxSelectIcon, fC as BoxedIcon, vp as BoxesIcon, @@ -88535,7 +88983,9 @@ export { Rp as BriefcaseMedicalIcon, Tp as BringToFrontIcon, Np as BrushIcon, + QI as BucketCopyIcon, Sp as BucketIcon, + JI as BucketQuotaIcon, Ap as BugIcon, Vp as BugOffIcon, _p as BugPlayIcon, @@ -88544,7 +88994,7 @@ export { Zp as BusFrontIcon, Bp as BusIcon, On as Button, - s0 as ButtonGroup, + S0 as ButtonGroup, Op as CableCarIcon, Dp as CableIcon, Fp as CakeIcon, @@ -88700,7 +89150,12 @@ export { vh as CloudyIcon, Eh as CloverIcon, wh as ClubIcon, - Xq as CodeEditor, + eZ as ClusterHealthIcon, + rZ as ClusterIcon, + tZ as ClusterIngressIcon, + nZ as ClusterReplicationIcon, + oZ as ClustersIcon, + vY as CodeEditor, bh as CodeIcon, Lh as CodeXmlIcon, Mh as CodepenIcon, @@ -88714,7 +89169,7 @@ export { Sh as Columns4Icon, Vh as CombineIcon, _h as CommandIcon, - aZ as CommentBox, + RZ as CommentBox, Ah as CompassIcon, kh as ComponentIcon, Ih as ComputerIcon, @@ -88755,12 +89210,14 @@ export { ff as CupSodaIcon, vf as CurrencyIcon, Ef as CylinderIcon, + aZ as DataIcon, uC as DataTable, + lZ as DatabaseApiIcon, wf as DatabaseBackupIcon, bf as DatabaseIcon, Lf as DatabaseZapIcon, - t0 as DateTimeInput, - X6 as DateTimeSelector, + b0 as DateTimeInput, + v0 as DateTimeSelector, Mf as DeleteIcon, Hf as DessertIcon, yf as DiameterIcon, @@ -88816,7 +89273,7 @@ export { fv as ExpandIcon, UC as ExpandMenu, zC as ExpandMenuOption, - kZ as ExpandOptionsButton, + tB as ExpandOptionsButton, vv as ExternalLinkIcon, Ni as EyeIcon, SC as EyeOffIcon, @@ -88870,7 +89327,7 @@ export { dE as FileScanIcon, uE as FileSearch2Icon, pE as FileSearchIcon, - cY as FileSelector, + VY as FileSelector, mE as FileSlidersIcon, gE as FileSpreadsheetIcon, hE as FileStackIcon, @@ -88928,6 +89385,7 @@ export { Aw as FolderIcon, gw as FolderInputIcon, hw as FolderKanbanIcon, + iZ as FolderKey2Icon, fw as FolderKeyIcon, vw as FolderLockIcon, Ew as FolderMinusIcon, @@ -88947,7 +89405,7 @@ export { kw as FoldersIcon, Iw as FootprintsIcon, Zw as ForkliftIcon, - g0 as FormActionsTray, + Z0 as FormActionsTray, HC as FormLayout, Bw as ForwardIcon, Ow as FrameIcon, @@ -89014,6 +89472,7 @@ export { GL as HandshakeIcon, zL as HardDriveDownloadIcon, WL as HardDriveIcon, + CZ as HardDriveSearchIcon, $L as HardDriveUploadIcon, jL as HardHatIcon, qL as HashIcon, @@ -89062,7 +89521,7 @@ export { kb as IndianRupeeIcon, Ib as InfinityIcon, Zb as InfoIcon, - SY as InformativeMessage, + XY as InformativeMessage, ZC as InputBox, Jr as InputLabel, Bb as InspectionPanelIcon, @@ -89079,6 +89538,8 @@ export { Yb as KeyboardIcon, qb as KeyboardMusicIcon, Kb as KubernetesSiteIcon, + gZ as LDAPIcon, + mZ as LambdaIcon, Xb as LampCeilingIcon, Qb as LampDeskIcon, Jb as LampFloorIcon, @@ -89111,7 +89572,7 @@ export { xM as LightbulbIcon, RM as LightbulbOffIcon, TM as LineChartIcon, - r0 as Link, + H0 as Link, SM as Link2Icon, NM as Link2OffIcon, VM as LinkIcon, @@ -89171,7 +89632,7 @@ export { xH as MegaphoneOffIcon, NH as MehIcon, SH as MemoryStickIcon, - _Z as Menu, + JZ as Menu, VH as MenuIcon, _H as MergeIcon, AH as MessageCircleCodeIcon, @@ -89265,7 +89726,7 @@ export { dR as NotebookTextIcon, pR as NotepadTextDashedIcon, mR as NotepadTextIcon, - HY as NotificationCount, + $Y as NotificationCount, hR as NutIcon, gR as NutOffIcon, fR as OctagonAlertIcon, @@ -89312,6 +89773,7 @@ export { nx as ParenthesesIcon, rx as ParkingMeterIcon, ox as PartyPopperIcon, + sZ as PasscodeLockIcon, ax as PauseIcon, lx as PawPrintIcon, ix as PcCaseIcon, @@ -89340,7 +89802,7 @@ export { Nx as PieUsageIcon, Sx as PiggyBankIcon, Vx as PilcrowIcon, - f0 as Pill, + O0 as Pill, _x as PillIcon, kx as PinIcon, Ax as PinOffIcon, @@ -89367,7 +89829,7 @@ export { eT as PowerOffIcon, nT as PresentationIcon, rT as PrinterIcon, - CY as ProgressBar, + NY as ProgressBar, oT as ProjectorIcon, aT as ProportionsIcon, lT as PuzzleIcon, @@ -89378,7 +89840,7 @@ export { dT as RadarIcon, uT as RadiationIcon, pT as RadicalIcon, - eZ as RadioGroup, + LZ as RadioGroup, hT as RadioIcon, mT as RadioReceiverIcon, gT as RadioTowerIcon, @@ -89387,7 +89849,7 @@ export { ET as RainbowIcon, wT as RatIcon, LT as RatioIcon, - nZ as ReadBox, + MZ as ReadBox, bT as ReceiptCentIcon, MT as ReceiptEuroIcon, ST as ReceiptIcon, @@ -89409,6 +89871,7 @@ export { PT as RefreshCCWIcon, UT as RefreshCWIcon, FT as RefreshCWOffIcon, + cZ as RefreshCwSettingsIcon, GT as RefrigeratorIcon, zT as RegexIcon, $T as RemoveFormattingIcon, @@ -89464,14 +89927,14 @@ export { EC as ScreenTitle, UN as ScrollIcon, FN as ScrollTextIcon, - w0 as SearchBox, + F0 as SearchBox, GN as SearchCheckIcon, zN as SearchCodeIcon, jN as SearchIcon, $N as SearchSlashIcon, WN as SearchXIcon, bC as SectionTitle, - YI as Select, + hZ as Select, qN as SendHorizontalIcon, KN as SendIcon, YN as SendToBackIcon, @@ -89520,14 +89983,15 @@ export { BS as SignpostIcon, ns as SimpleHeader, OS as SirenIcon, - uY as SizeChart, + dZ as SitesIcon, + AY as SizeChart, DS as SkipBackIcon, PS as SkipForwardIcon, FS as SkullIcon, US as SlackIcon, GS as SlashIcon, zS as SliceIcon, - i0 as Slider, + T0 as Slider, $S as SlidersHorizontalIcon, WS as SlidersVerticalIcon, jS as SmartphoneChargingIcon, @@ -89535,7 +89999,7 @@ export { qS as SmartphoneNfcIcon, XS as SmileIcon, KS as SmilePlusIcon, - gY as Snackbar, + ZY as Snackbar, QS as SnailIcon, JS as SnowflakeIcon, eV as SofaIcon, @@ -89626,6 +90090,7 @@ export { S_ as StretchVerticalIcon, V_ as StrikethroughIcon, __ as SubscriptIcon, + uZ as SummaryIcon, A_ as SunDimIcon, B_ as SunIcon, k_ as SunMediumIcon, @@ -89641,24 +90106,24 @@ export { z_ as SwordIcon, $_ as SwordsIcon, W_ as SyringeIcon, - H0 as Table, + $0 as Table, j_ as Table2Icon, - R0 as TableBody, - T0 as TableCell, + j0 as TableBody, + Y0 as TableCell, q_ as TableCellsMergeIcon, Y_ as TableCellsSplitIcon, K_ as TableColumnsSplitIcon, - S0 as TableHead, - _0 as TableHeadCell, + X0 as TableHead, + J0 as TableHeadCell, J_ as TableIcon, X_ as TablePropertiesIcon, - k0 as TableRow, + t9 as TableRow, Q_ as TableRowsSplitIcon, tA as TabletIcon, eA as TabletSmartphoneIcon, nA as TabletsIcon, - DZ as Tabs, - Jq as Tag, + lB as Tabs, + wY as Tag, rA as TagIcon, oA as TagsIcon, aA as Tally1Icon, @@ -89709,6 +90174,7 @@ export { WA as TouchpadOffIcon, qA as TowerControlIcon, YA as ToyBrickIcon, + pZ as TraceIcon, KA as TractorIcon, XA as TrafficConeIcon, JA as TrainFrontIcon, @@ -89769,7 +90235,7 @@ export { Xk as UtensilsCrossedIcon, Qk as UtensilsIcon, Jk as UtilityPoleIcon, - rY as ValuePair, + HY as ValuePair, eI as VariableIcon, tI as VaultIcon, nI as VeganIcon, @@ -89810,7 +90276,7 @@ export { BI as WindIcon, DI as WineIcon, OI as WineOffIcon, - TY as Wizard, + YY as Wizard, PI as WorkflowIcon, FI as WormIcon, UI as WrapTextIcon, diff --git a/dist/esm/index.js.map b/dist/esm/index.js.map index 83a2395a..0976d2b3 100644 --- a/dist/esm/index.js.map +++ b/dist/esm/index.js.map @@ -1 +1 @@ -{"version":3,"file":"index.js","sources":["../../../src/global/themeColors.ts","../../../src/global/utils.ts","../../node_modules/@emotion/memoize/dist/emotion-memoize.esm.js","../../node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js","../../../src/global/themes.ts","../../../src/components/ThemeHandler/ThemeHandler.tsx","../../node_modules/lodash/isArray.js","../../node_modules/lodash/_root.js","../../node_modules/lodash/_freeGlobal.js","../../node_modules/lodash/_Symbol.js","../../node_modules/lodash/_getRawTag.js","../../node_modules/lodash/_objectToString.js","../../node_modules/lodash/_baseGetTag.js","../../node_modules/lodash/isObjectLike.js","../../node_modules/lodash/isSymbol.js","../../node_modules/lodash/_isKey.js","../../node_modules/lodash/isObject.js","../../node_modules/lodash/isFunction.js","../../node_modules/lodash/_isMasked.js","../../node_modules/lodash/_coreJsData.js","../../node_modules/lodash/_toSource.js","../../node_modules/lodash/_baseIsNative.js","../../node_modules/lodash/_getValue.js","../../node_modules/lodash/_getNative.js","../../node_modules/lodash/_nativeCreate.js","../../node_modules/lodash/_hashClear.js","../../node_modules/lodash/_hashDelete.js","../../node_modules/lodash/_hashGet.js","../../node_modules/lodash/_hashHas.js","../../node_modules/lodash/_hashSet.js","../../node_modules/lodash/_Hash.js","../../node_modules/lodash/_listCacheClear.js","../../node_modules/lodash/eq.js","../../node_modules/lodash/_assocIndexOf.js","../../node_modules/lodash/_listCacheDelete.js","../../node_modules/lodash/_listCacheGet.js","../../node_modules/lodash/_listCacheHas.js","../../node_modules/lodash/_listCacheSet.js","../../node_modules/lodash/_ListCache.js","../../node_modules/lodash/_Map.js","../../node_modules/lodash/_mapCacheClear.js","../../node_modules/lodash/_isKeyable.js","../../node_modules/lodash/_getMapData.js","../../node_modules/lodash/_mapCacheDelete.js","../../node_modules/lodash/_mapCacheGet.js","../../node_modules/lodash/_mapCacheHas.js","../../node_modules/lodash/_mapCacheSet.js","../../node_modules/lodash/_MapCache.js","../../node_modules/lodash/memoize.js","../../node_modules/lodash/_memoizeCapped.js","../../node_modules/lodash/_stringToPath.js","../../node_modules/lodash/_arrayMap.js","../../node_modules/lodash/_baseToString.js","../../node_modules/lodash/toString.js","../../node_modules/lodash/_castPath.js","../../node_modules/lodash/_toKey.js","../../node_modules/lodash/_baseGet.js","../../node_modules/lodash/get.js","../../../src/components/GlobalStyles/GlobalStyles.tsx","../../../src/components/Loader/Loader.utils.ts","../../../src/components/Loader/Loader.tsx","../../../src/components/Button/Button.tsx","../../../src/components/ApplicationLogo/Logos/LogoBase/LogoBase.tsx","../../../src/components/ApplicationLogo/Logos/Console/ConsoleStandard.tsx","../../../src/components/ApplicationLogo/Logos/Console/ConsoleAGPL.tsx","../../../src/components/ApplicationLogo/Logos/Console/ConsoleEnterprise.tsx","../../../src/components/ApplicationLogo/Logos/Operator/Operator.tsx","../../../src/components/ApplicationLogo/Logos/DirectPV/DirectPV.tsx","../../../src/components/ApplicationLogo/Logos/KES/KES.tsx","../../../src/components/ApplicationLogo/Logos/SUBNET/SUBNET.tsx","../../../src/components/ApplicationLogo/Logos/Console/ConsoleSingle.tsx","../../../src/components/ApplicationLogo/Logos/SubnetOPS/SubnetOPS.tsx","../../../src/components/ApplicationLogo/Logos/Cloud/Cloud.tsx","../../../src/components/ApplicationLogo/Logos/Releases/Releases.tsx","../../../src/components/ApplicationLogo/Logos/VMBroker/VMBroker.tsx","../../../src/components/ApplicationLogo/Logos/Eureka/EurekaNew.tsx","../../../src/components/ApplicationLogo/Logos/Eureka/Eureka.tsx","../../../src/components/ApplicationLogo/Logos/KMS/KMS.tsx","../../../src/components/ApplicationLogo/Logos/LoadBalancer/LoadBalancer.tsx","../../../src/components/ApplicationLogo/Logos/IndexLogo/IndexLogo.tsx","../../../src/components/ApplicationLogo/Logos/Cache/Cache.tsx","../../../src/components/ApplicationLogo/Logos/Monitor/Monitor.tsx","../../../src/components/ApplicationLogo/Logos/Observe/Observe.tsx","../../../src/components/ApplicationLogo/Logos/MissionControl/MissionControl.tsx","../../../src/components/ApplicationLogo/Logos/Console/GlobalConsole.tsx","../../../src/components/ThemedLogo/ThemedLogo.tsx","../../../src/components/ApplicationLogo/Logos/Enterprise/Enterprise.tsx","../../../src/components/ApplicationLogo/Logos/MinIO/MinIOEnterprise.tsx","../../../src/components/ApplicationLogo/Logos/MinIO/MinIOEnterpriseOS.tsx","../../../src/components/ApplicationLogo/Logos/MinIO/MinIOEnterpriseOSVertical.tsx","../../../src/components/ApplicationLogo/ApplicationLogo.tsx","../../../src/components/Grid/Grid.tsx","../../node_modules/detect-gpu/dist/detect-gpu.esm.js","../../../src/components/Box/Box.tsx","../../../src/components/LoginWrapper/LoginWrapper.tsx","../../../src/components/PageHeader/PageHeader.tsx","../../../src/components/Tooltip/Tooltip.tsx","../../../src/components/Icons/NewDesignIcons/CircleHelpIcon.tsx","../../../src/components/HelpTip/HelpTip.tsx","../../../src/components/InputLabel/InputLabel.tsx","../../../src/global/FieldContainer.tsx","../../../src/components/Icons/NewDesignIcons/CheckIcon.tsx","../../../src/components/Checkbox/Checkbox.tsx","../../../src/components/IconButton/IconButton.tsx","../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js","../../node_modules/@babel/runtime/helpers/esm/typeof.js","../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js","../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js","../../node_modules/@babel/runtime/helpers/esm/createClass.js","../../node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js","../../node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js","../../node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js","../../node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","../../node_modules/@babel/runtime/helpers/esm/inherits.js","../../node_modules/@babel/runtime/helpers/esm/defineProperty.js","../../node_modules/react-lifecycles-compat/react-lifecycles-compat.es.js","../../node_modules/@babel/runtime/helpers/esm/extends.js","../../node_modules/react-virtualized/node_modules/clsx/dist/clsx.m.js","../../node_modules/react-virtualized/dist/es/Grid/utils/calculateSizeAndPositionDataAndUpdateScrollOffset.js","../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","../../node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js","../../node_modules/react-is/index.js","../../node_modules/react-is/cjs/react-is.production.min.js","../../node_modules/react-is/cjs/react-is.development.js","../../node_modules/object-assign/index.js","../../node_modules/prop-types/lib/ReactPropTypesSecret.js","../../node_modules/prop-types/lib/has.js","../../node_modules/prop-types/index.js","../../node_modules/prop-types/factoryWithTypeCheckers.js","../../node_modules/prop-types/checkPropTypes.js","../../node_modules/prop-types/factoryWithThrowingShims.js","../../node_modules/react-virtualized/dist/es/Grid/types.js","../../node_modules/react-virtualized/dist/es/Grid/utils/CellSizeAndPositionManager.js","../../node_modules/react-virtualized/dist/es/Grid/utils/maxElementSize.js","../../node_modules/react-virtualized/dist/es/Grid/utils/ScalingCellSizeAndPositionManager.js","../../node_modules/react-virtualized/dist/es/utils/createCallbackMemoizer.js","../../node_modules/react-virtualized/dist/es/Grid/utils/updateScrollIndexHelper.js","../../node_modules/react-virtualized/dist/es/Grid/defaultCellRangeRenderer.js","../../node_modules/dom-helpers/esm/canUseDOM.js","../../node_modules/dom-helpers/esm/scrollbarSize.js","../../node_modules/react-virtualized/dist/es/utils/animationFrame.js","../../node_modules/react-virtualized/dist/es/utils/requestAnimationTimeout.js","../../node_modules/react-virtualized/dist/es/Grid/Grid.js","../../node_modules/react-virtualized/dist/es/Grid/defaultOverscanIndicesGetter.js","../../node_modules/react-virtualized/dist/es/Grid/accessibilityOverscanIndicesGetter.js","../../node_modules/react-virtualized/dist/es/ArrowKeyStepper/ArrowKeyStepper.js","../../node_modules/react-virtualized/dist/es/ArrowKeyStepper/types.js","../../node_modules/react-virtualized/dist/es/AutoSizer/AutoSizer.js","../../node_modules/react-virtualized/dist/es/vendor/detectElementResize.js","../../node_modules/react-virtualized/dist/es/CellMeasurer/types.js","../../node_modules/react-virtualized/dist/es/CellMeasurer/CellMeasurer.js","../../node_modules/react-virtualized/dist/es/Collection/CollectionView.js","../../node_modules/react-virtualized/dist/es/Collection/types.js","../../node_modules/react-virtualized/dist/es/Collection/Section.js","../../node_modules/react-virtualized/dist/es/Collection/SectionManager.js","../../node_modules/react-virtualized/dist/es/utils/getUpdatedOffsetForIndex.js","../../node_modules/react-virtualized/dist/es/Collection/Collection.js","../../node_modules/react-virtualized/dist/es/Collection/utils/calculateSizeAndPositionData.js","../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js","../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js","../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js","../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js","../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js","../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js","../../node_modules/react-virtualized/dist/es/ColumnSizer/ColumnSizer.js","../../node_modules/react-virtualized/dist/es/InfiniteLoader/InfiniteLoader.js","../../node_modules/react-virtualized/dist/es/List/types.js","../../node_modules/react-virtualized/dist/es/List/List.js","../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js","../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js","../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js","../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js","../../node_modules/react-virtualized/dist/es/vendor/binarySearchBounds.js","../../node_modules/react-virtualized/dist/es/vendor/intervalTree.js","../../node_modules/react-virtualized/dist/es/Masonry/PositionCache.js","../../node_modules/react-virtualized/dist/es/Masonry/Masonry.js","../../node_modules/react-virtualized/dist/es/MultiGrid/CellMeasurerCacheDecorator.js","../../node_modules/react-virtualized/dist/es/MultiGrid/MultiGrid.js","../../node_modules/react-virtualized/dist/es/ScrollSync/ScrollSync.js","../../node_modules/react-virtualized/dist/es/Table/types.js","../../node_modules/react-virtualized/dist/es/Table/defaultHeaderRowRenderer.js","../../node_modules/react-virtualized/dist/es/Table/SortDirection.js","../../node_modules/react-virtualized/dist/es/Table/SortIndicator.js","../../node_modules/react-virtualized/dist/es/Table/defaultHeaderRenderer.js","../../node_modules/react-virtualized/dist/es/Table/defaultRowRenderer.js","../../node_modules/react-virtualized/dist/es/Table/Column.js","../../node_modules/react-virtualized/dist/es/Table/Table.js","../../node_modules/react-virtualized/dist/es/Table/defaultCellDataGetter.js","../../node_modules/react-virtualized/dist/es/Table/defaultCellRenderer.js","../../node_modules/react-virtualized/dist/es/WindowScroller/utils/onScroll.js","../../node_modules/react-virtualized/dist/es/WindowScroller/utils/dimensions.js","../../node_modules/react-virtualized/dist/es/WindowScroller/WindowScroller.js","../../node_modules/lodash/isString.js","../../node_modules/lodash/_overArg.js","../../node_modules/lodash/_getPrototype.js","../../node_modules/lodash/isPlainObject.js","../../../src/components/DataTable/DataTable.types.ts","../../../src/components/Icons/NewDesignIcons/DownloadIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrashIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShareIcon.tsx","../../../src/components/Icons/NewDesignIcons/EyeIcon.tsx","../../../src/components/Icons/NewDesignIcons/PencilIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldEllipsisIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareTerminalIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/EraserIcon.tsx","../../../src/components/DataTable/TableActionButton.tsx","../../../src/components/Icons/NewDesignIcons/ChevronUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronDownIcon.tsx","../../../src/components/DataTable/DataTable.utils.tsx","../../node_modules/lodash/now.js","../../node_modules/lodash/_trimmedEndIndex.js","../../node_modules/lodash/_baseTrim.js","../../node_modules/lodash/toNumber.js","../../node_modules/lodash/debounce.js","../../../src/global/SelectorContainer.tsx","../../../src/components/DataTable/ColumnsSelector.tsx","../../../src/components/Icons/NewDesignIcons/Columns3Icon.tsx","../../../src/components/DataTable/DataTable.tsx","../../../src/components/Icons/NewDesignIcons/ArrowLeftIcon.tsx","../../../src/components/BackLink/BackLink.tsx","../../../src/components/BoxedIcon/BoxedIcon.tsx","../../../src/components/ScreenTitle/ScreenTitle.tsx","../../../src/components/HelpBox/HelpBox.tsx","../../../src/components/SectionTitle/SectionTitle.tsx","../../../src/components/FormLayout/FormLayout.tsx","../../../src/components/PageLayout/PageLayout.tsx","../../../src/components/MainContainer/MainContainer.tsx","../../../src/components/Icons/NewDesignIcons/EyeOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleAlertIcon.tsx","../../../src/components/Icons/NewDesignIcons/TriangleAlertIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleCheckIcon.tsx","../../../src/components/InputBox/InputBox.tsx","../../../src/global/hooks.ts","../../../src/utils/GlobalUtils.ts","../../../src/components/ExpandMenu/ExpandDropdown.tsx","../../../src/components/ExpandMenu/ExpandMenu.tsx","../../../src/components/ExpandMenu/ExpandMenuOption.tsx","../../../src/components/Breadcrumbs/BreadcrumbButton.tsx","../../../src/components/Icons/NewDesignIcons/ChevronLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/EllipsisIcon.tsx","../../../src/components/Breadcrumbs/Breadcrumbs.tsx","../../../src/components/ActionsList/ObjectActionButton.tsx","../../../src/components/ActionsList/ActionsList.tsx","../../../src/components/SimpleHeader/SimpleHeader.tsx","../../../src/components/Icons/NewDesignIcons/XIcon.tsx","../../../src/components/ModalBox/ModalBox.tsx","../../../src/components/Switch/Switch.tsx","../../../src/components/DropdownSelector/DropdownSelector.tsx","../../../src/components/Icons/NewDesignIcons/AArrowDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/AArrowUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ALargeSmallIcon.tsx","../../../src/components/Icons/NewDesignIcons/AccessibilityIcon.tsx","../../../src/components/Icons/NewDesignIcons/ActivityIcon.tsx","../../../src/components/Icons/NewDesignIcons/AirVentIcon.tsx","../../../src/components/Icons/NewDesignIcons/AirplayIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmClockIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlarmSmokeIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlbumIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignCenterHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignCenterVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignCenterIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignEndHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignEndVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalDistributeCenterIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalDistributeEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalDistributeStartIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalJustifyCenterIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalJustifyEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalJustifyStartIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalSpaceAroundIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignHorizontalSpaceBetweenIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignJustifyIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignStartHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignStartVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalDistributeCenterIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalDistributeEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalDistributeStartIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalJustifyCenterIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalJustifyEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalJustifyStartIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalSpaceAroundIcon.tsx","../../../src/components/Icons/NewDesignIcons/AlignVerticalSpaceBetweenIcon.tsx","../../../src/components/Icons/NewDesignIcons/AmazonEksSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/AmbulanceIcon.tsx","../../../src/components/Icons/NewDesignIcons/AmpersandIcon.tsx","../../../src/components/Icons/NewDesignIcons/AmpersandsIcon.tsx","../../../src/components/Icons/NewDesignIcons/AnchorIcon.tsx","../../../src/components/Icons/NewDesignIcons/AngryIcon.tsx","../../../src/components/Icons/NewDesignIcons/AnnoyedIcon.tsx","../../../src/components/Icons/NewDesignIcons/AntennaIcon.tsx","../../../src/components/Icons/NewDesignIcons/AnvilIcon.tsx","../../../src/components/Icons/NewDesignIcons/ApertureIcon.tsx","../../../src/components/Icons/NewDesignIcons/AppWindowMacIcon.tsx","../../../src/components/Icons/NewDesignIcons/AppWindowIcon.tsx","../../../src/components/Icons/NewDesignIcons/AppleIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArchiveRestoreIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArchiveXIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArchiveIcon.tsx","../../../src/components/Icons/NewDesignIcons/AreaChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArmchairIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigDownDashIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigLeftDashIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigRightDashIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigUpDashIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowBigUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDown01Icon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDown10Icon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownAZIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownFromLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownNarrowWideIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownToDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownToLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownWideNarrowIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownZAIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowLeftFromLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowLeftRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowLeftToLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowRightFromLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowRightLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowRightToLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUp01Icon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUp10Icon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpAZIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpFromDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpFromLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpNarrowWideIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpToLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpWideNarrowIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpZAIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ArrowsUpFromLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/AsteriskIcon.tsx","../../../src/components/Icons/NewDesignIcons/AtSignIcon.tsx","../../../src/components/Icons/NewDesignIcons/AtomIcon.tsx","../../../src/components/Icons/NewDesignIcons/AudioLinesIcon.tsx","../../../src/components/Icons/NewDesignIcons/AudioWaveformIcon.tsx","../../../src/components/Icons/NewDesignIcons/AwardIcon.tsx","../../../src/components/Icons/NewDesignIcons/AxeIcon.tsx","../../../src/components/Icons/NewDesignIcons/Axis3dIcon.tsx","../../../src/components/Icons/NewDesignIcons/AzureAksSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/BabyIcon.tsx","../../../src/components/Icons/NewDesignIcons/BackpackIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeAlertIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeCentIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeDollarSignIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeEuroIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeHelpIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeIndianRupeeIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeInfoIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeJapaneseYenIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgePercentIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgePoundSterlingIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeRussianRubleIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeSwissFrancIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeXIcon.tsx","../../../src/components/Icons/NewDesignIcons/BadgeIcon.tsx","../../../src/components/Icons/NewDesignIcons/BaggageClaimIcon.tsx","../../../src/components/Icons/NewDesignIcons/BanIcon.tsx","../../../src/components/Icons/NewDesignIcons/BananaIcon.tsx","../../../src/components/Icons/NewDesignIcons/BanknoteIcon.tsx","../../../src/components/Icons/NewDesignIcons/BarChart2Icon.tsx","../../../src/components/Icons/NewDesignIcons/BarChart3Icon.tsx","../../../src/components/Icons/NewDesignIcons/BarChart4Icon.tsx","../../../src/components/Icons/NewDesignIcons/BarChartBigIcon.tsx","../../../src/components/Icons/NewDesignIcons/BarChartHorizontalBigIcon.tsx","../../../src/components/Icons/NewDesignIcons/BarChartHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/BarChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/BarcodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/BareMetalLinuxSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/BaselineIcon.tsx","../../../src/components/Icons/NewDesignIcons/BathIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryChargingIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryFullIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryLowIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryMediumIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryWarningIcon.tsx","../../../src/components/Icons/NewDesignIcons/BatteryIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeakerIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeanOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeanIcon.tsx","../../../src/components/Icons/NewDesignIcons/BedDoubleIcon.tsx","../../../src/components/Icons/NewDesignIcons/BedSingleIcon.tsx","../../../src/components/Icons/NewDesignIcons/BedIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeefIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/BeerIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellElectricIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellRingIcon.tsx","../../../src/components/Icons/NewDesignIcons/BellIcon.tsx","../../../src/components/Icons/NewDesignIcons/BetweenHorizontalEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/BetweenHorizontalStartIcon.tsx","../../../src/components/Icons/NewDesignIcons/BetweenVerticalEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/BetweenVerticalStartIcon.tsx","../../../src/components/Icons/NewDesignIcons/BikeIcon.tsx","../../../src/components/Icons/NewDesignIcons/BinaryIcon.tsx","../../../src/components/Icons/NewDesignIcons/BiohazardIcon.tsx","../../../src/components/Icons/NewDesignIcons/BirdIcon.tsx","../../../src/components/Icons/NewDesignIcons/BitcoinIcon.tsx","../../../src/components/Icons/NewDesignIcons/BlendIcon.tsx","../../../src/components/Icons/NewDesignIcons/BlindsIcon.tsx","../../../src/components/Icons/NewDesignIcons/BlocksIcon.tsx","../../../src/components/Icons/NewDesignIcons/BluetoothConnectedIcon.tsx","../../../src/components/Icons/NewDesignIcons/BluetoothOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/BluetoothSearchingIcon.tsx","../../../src/components/Icons/NewDesignIcons/BluetoothIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoldIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoltIcon.tsx","../../../src/components/Icons/NewDesignIcons/BombIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookAIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookAudioIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookCopyIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookHeadphonesIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookHeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookImageIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookKeyIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookLockIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookMarkedIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookOpenCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookOpenTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookTypeIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookUp2Icon.tsx","../../../src/components/Icons/NewDesignIcons/BookUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookUserIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookXIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkXIcon.tsx","../../../src/components/Icons/NewDesignIcons/BookmarkIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoomBoxIcon.tsx","../../../src/components/Icons/NewDesignIcons/BotMessageSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/BotIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoxSelectIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoxIcon.tsx","../../../src/components/Icons/NewDesignIcons/BoxesIcon.tsx","../../../src/components/Icons/NewDesignIcons/BracesIcon.tsx","../../../src/components/Icons/NewDesignIcons/BracketsIcon.tsx","../../../src/components/Icons/NewDesignIcons/BrainCircuitIcon.tsx","../../../src/components/Icons/NewDesignIcons/BrainCogIcon.tsx","../../../src/components/Icons/NewDesignIcons/BrainIcon.tsx","../../../src/components/Icons/NewDesignIcons/BrickWallIcon.tsx","../../../src/components/Icons/NewDesignIcons/BriefcaseBusinessIcon.tsx","../../../src/components/Icons/NewDesignIcons/BriefcaseMedicalIcon.tsx","../../../src/components/Icons/NewDesignIcons/BriefcaseIcon.tsx","../../../src/components/Icons/NewDesignIcons/BringToFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/BrushIcon.tsx","../../../src/components/Icons/NewDesignIcons/BucketIcon.tsx","../../../src/components/Icons/NewDesignIcons/BugOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/BugPlayIcon.tsx","../../../src/components/Icons/NewDesignIcons/BugIcon.tsx","../../../src/components/Icons/NewDesignIcons/Building2Icon.tsx","../../../src/components/Icons/NewDesignIcons/BuildingIcon.tsx","../../../src/components/Icons/NewDesignIcons/BusFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/BusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CableCarIcon.tsx","../../../src/components/Icons/NewDesignIcons/CableIcon.tsx","../../../src/components/Icons/NewDesignIcons/CakeSliceIcon.tsx","../../../src/components/Icons/NewDesignIcons/CakeIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalculatorIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarCheck2Icon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarClockIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarDaysIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarFoldIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarHeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarMinus2Icon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarPlus2Icon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarRangeIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarX2Icon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarXIcon.tsx","../../../src/components/Icons/NewDesignIcons/CalendarIcon.tsx","../../../src/components/Icons/NewDesignIcons/CameraOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CameraIcon.tsx","../../../src/components/Icons/NewDesignIcons/CandlestickChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/CandyCaneIcon.tsx","../../../src/components/Icons/NewDesignIcons/CandyOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CandyIcon.tsx","../../../src/components/Icons/NewDesignIcons/CannabisIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaptionsOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaptionsIcon.tsx","../../../src/components/Icons/NewDesignIcons/CarFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/CarTaxiFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/CarIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaravanIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaretFilledIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaretIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaseLowerIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaseSensitiveIcon.tsx","../../../src/components/Icons/NewDesignIcons/CaseUpperIcon.tsx","../../../src/components/Icons/NewDesignIcons/CassetteTapeIcon.tsx","../../../src/components/Icons/NewDesignIcons/CastIcon.tsx","../../../src/components/Icons/NewDesignIcons/CastleIcon.tsx","../../../src/components/Icons/NewDesignIcons/CatIcon.tsx","../../../src/components/Icons/NewDesignIcons/CctvIcon.tsx","../../../src/components/Icons/NewDesignIcons/CheckCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChefHatIcon.tsx","../../../src/components/Icons/NewDesignIcons/CherryIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronFirstIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronLastIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsDownUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsLeftRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsRightLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsUpDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChevronsUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChromeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ChurchIcon.tsx","../../../src/components/Icons/NewDesignIcons/CigaretteOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CigaretteIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowOutDownLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowOutDownRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowOutUpLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowOutUpRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleArrowUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleCheckBigIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleChevronDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleChevronLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleChevronRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleChevronUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleDivideIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleDollarSignIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleDotDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleEllipsisIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleEqualIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleFadingPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleFillIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleGaugeIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleParkingOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleParkingIcon.tsx","../../../src/components/Icons/NewDesignIcons/CirclePauseIcon.tsx","../../../src/components/Icons/NewDesignIcons/CirclePercentIcon.tsx","../../../src/components/Icons/NewDesignIcons/CirclePlayIcon.tsx","../../../src/components/Icons/NewDesignIcons/CirclePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CirclePowerIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleSlash2Icon.tsx","../../../src/components/Icons/NewDesignIcons/CircleSlashIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleStopIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleUserRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleUserIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleXIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircleIcon.tsx","../../../src/components/Icons/NewDesignIcons/CircuitBoardIcon.tsx","../../../src/components/Icons/NewDesignIcons/CitrusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClapperboardIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardCopyIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardListIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardPasteIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardPenLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardPenIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardTypeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardXIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClipboardIcon.tsx","../../../src/components/Icons/NewDesignIcons/Clock1Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock10Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock11Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock12Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock3Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock4Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock5Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock6Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock7Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock8Icon.tsx","../../../src/components/Icons/NewDesignIcons/Clock9Icon.tsx","../../../src/components/Icons/NewDesignIcons/ClockIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudCogIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudDownloadIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudDrizzleIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudFogIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudHailIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudLightningIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudMoonRainIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudMoonIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudRainWindIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudRainIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudSnowIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudSunRainIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudSunIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudUploadIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloudyIcon.tsx","../../../src/components/Icons/NewDesignIcons/CloverIcon.tsx","../../../src/components/Icons/NewDesignIcons/ClubIcon.tsx","../../../src/components/Icons/NewDesignIcons/CodeXmlIcon.tsx","../../../src/components/Icons/NewDesignIcons/CodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/CodepenIcon.tsx","../../../src/components/Icons/NewDesignIcons/CodesandboxIcon.tsx","../../../src/components/Icons/NewDesignIcons/CoffeeIcon.tsx","../../../src/components/Icons/NewDesignIcons/CogIcon.tsx","../../../src/components/Icons/NewDesignIcons/CoinsIcon.tsx","../../../src/components/Icons/NewDesignIcons/CollapseIcon.tsx","../../../src/components/Icons/NewDesignIcons/Columns2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Columns4Icon.tsx","../../../src/components/Icons/NewDesignIcons/CombineIcon.tsx","../../../src/components/Icons/NewDesignIcons/CommandIcon.tsx","../../../src/components/Icons/NewDesignIcons/CompassIcon.tsx","../../../src/components/Icons/NewDesignIcons/ComponentIcon.tsx","../../../src/components/Icons/NewDesignIcons/ComputerIcon.tsx","../../../src/components/Icons/NewDesignIcons/ConciergeBellIcon.tsx","../../../src/components/Icons/NewDesignIcons/ConeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ConstructionIcon.tsx","../../../src/components/Icons/NewDesignIcons/ContactRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/ContactIcon.tsx","../../../src/components/Icons/NewDesignIcons/ContainerIcon.tsx","../../../src/components/Icons/NewDesignIcons/ContrastIcon.tsx","../../../src/components/Icons/NewDesignIcons/CookieIcon.tsx","../../../src/components/Icons/NewDesignIcons/CookingPotIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopySlashIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyXIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyleftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CopyrightIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerDownLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerDownRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerLeftDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerLeftUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerRightDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerRightUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerUpLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/CornerUpRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/CpuIcon.tsx","../../../src/components/Icons/NewDesignIcons/CreativeCommonsIcon.tsx","../../../src/components/Icons/NewDesignIcons/CreditCardIcon.tsx","../../../src/components/Icons/NewDesignIcons/CroissantIcon.tsx","../../../src/components/Icons/NewDesignIcons/CropIcon.tsx","../../../src/components/Icons/NewDesignIcons/CrossIcon.tsx","../../../src/components/Icons/NewDesignIcons/CrosshairIcon.tsx","../../../src/components/Icons/NewDesignIcons/CrownIcon.tsx","../../../src/components/Icons/NewDesignIcons/CuboidIcon.tsx","../../../src/components/Icons/NewDesignIcons/CupSodaIcon.tsx","../../../src/components/Icons/NewDesignIcons/CurrencyIcon.tsx","../../../src/components/Icons/NewDesignIcons/CylinderIcon.tsx","../../../src/components/Icons/NewDesignIcons/DatabaseBackupIcon.tsx","../../../src/components/Icons/NewDesignIcons/DatabaseZapIcon.tsx","../../../src/components/Icons/NewDesignIcons/DatabaseIcon.tsx","../../../src/components/Icons/NewDesignIcons/DeleteIcon.tsx","../../../src/components/Icons/NewDesignIcons/DessertIcon.tsx","../../../src/components/Icons/NewDesignIcons/DiameterIcon.tsx","../../../src/components/Icons/NewDesignIcons/DiamondPercentIcon.tsx","../../../src/components/Icons/NewDesignIcons/DiamondIcon.tsx","../../../src/components/Icons/NewDesignIcons/Dice1Icon.tsx","../../../src/components/Icons/NewDesignIcons/Dice2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Dice3Icon.tsx","../../../src/components/Icons/NewDesignIcons/Dice4Icon.tsx","../../../src/components/Icons/NewDesignIcons/Dice5Icon.tsx","../../../src/components/Icons/NewDesignIcons/Dice6Icon.tsx","../../../src/components/Icons/NewDesignIcons/DicesIcon.tsx","../../../src/components/Icons/NewDesignIcons/DiffIcon.tsx","../../../src/components/Icons/NewDesignIcons/Disc2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Disc3Icon.tsx","../../../src/components/Icons/NewDesignIcons/DiscAlbumIcon.tsx","../../../src/components/Icons/NewDesignIcons/DiscIcon.tsx","../../../src/components/Icons/NewDesignIcons/DivideIcon.tsx","../../../src/components/Icons/NewDesignIcons/DnaOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/DnaIcon.tsx","../../../src/components/Icons/NewDesignIcons/DockIcon.tsx","../../../src/components/Icons/NewDesignIcons/DogIcon.tsx","../../../src/components/Icons/NewDesignIcons/DollarSignIcon.tsx","../../../src/components/Icons/NewDesignIcons/DonutIcon.tsx","../../../src/components/Icons/NewDesignIcons/DoorClosedIcon.tsx","../../../src/components/Icons/NewDesignIcons/DoorOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/DotIcon.tsx","../../../src/components/Icons/NewDesignIcons/DraftingCompassIcon.tsx","../../../src/components/Icons/NewDesignIcons/DramaIcon.tsx","../../../src/components/Icons/NewDesignIcons/DribbbleIcon.tsx","../../../src/components/Icons/NewDesignIcons/DrillIcon.tsx","../../../src/components/Icons/NewDesignIcons/DropletIcon.tsx","../../../src/components/Icons/NewDesignIcons/DropletsIcon.tsx","../../../src/components/Icons/NewDesignIcons/DrumIcon.tsx","../../../src/components/Icons/NewDesignIcons/DrumstickIcon.tsx","../../../src/components/Icons/NewDesignIcons/DumbbellIcon.tsx","../../../src/components/Icons/NewDesignIcons/EarOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/EarIcon.tsx","../../../src/components/Icons/NewDesignIcons/EarthLockIcon.tsx","../../../src/components/Icons/NewDesignIcons/EarthIcon.tsx","../../../src/components/Icons/NewDesignIcons/EclipseIcon.tsx","../../../src/components/Icons/NewDesignIcons/EggFriedIcon.tsx","../../../src/components/Icons/NewDesignIcons/EggOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/EggIcon.tsx","../../../src/components/Icons/NewDesignIcons/EllipsisVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/EqualNotIcon.tsx","../../../src/components/Icons/NewDesignIcons/EqualIcon.tsx","../../../src/components/Icons/NewDesignIcons/EuroIcon.tsx","../../../src/components/Icons/NewDesignIcons/ExpandIcon.tsx","../../../src/components/Icons/NewDesignIcons/ExternalLinkIcon.tsx","../../../src/components/Icons/NewDesignIcons/FacebookIcon.tsx","../../../src/components/Icons/NewDesignIcons/FactoryIcon.tsx","../../../src/components/Icons/NewDesignIcons/FanIcon.tsx","../../../src/components/Icons/NewDesignIcons/FastForwardIcon.tsx","../../../src/components/Icons/NewDesignIcons/FeatherIcon.tsx","../../../src/components/Icons/NewDesignIcons/FenceIcon.tsx","../../../src/components/Icons/NewDesignIcons/FerrisWheelIcon.tsx","../../../src/components/Icons/NewDesignIcons/FigmaIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileArchiveIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileAudio2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileAudioIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileAxis3dIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileBadge2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileBadgeIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileBarChart2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileBarChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileBoxIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileCheck2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileClockIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileCode2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileCodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileCogIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileDiffIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileDigitIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileHeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileImageIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileInputIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileJson2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileJsonIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileKey2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileKeyIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileLineChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileLock2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileLockIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileMinus2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileMusicIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileOutputIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilePenLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilePenIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilePieChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilePlus2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FilePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileQuestionIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileScanIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileSearch2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileSlidersIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileSpreadsheetIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileStackIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileSymlinkIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileTerminalIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileType2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileTypeIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileVideo2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileVideoIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileVolume2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileVolumeIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileWarningIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileX2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FileXIcon.tsx","../../../src/components/Icons/NewDesignIcons/FileIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilesIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilmIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilterXIcon.tsx","../../../src/components/Icons/NewDesignIcons/FilterIcon.tsx","../../../src/components/Icons/NewDesignIcons/FingerprintIcon.tsx","../../../src/components/Icons/NewDesignIcons/FireExtinguisherIcon.tsx","../../../src/components/Icons/NewDesignIcons/FishSymbolIcon.tsx","../../../src/components/Icons/NewDesignIcons/FishIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlagOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlagTriangleLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlagTriangleRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlagIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlameKindlingIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlameIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlashlightOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlashlightIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlaskConicalOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlaskConicalIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlaskRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlipHorizontal2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FlipHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/FlipVertical2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FlipVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/Flower2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FlowerIcon.tsx","../../../src/components/Icons/NewDesignIcons/FocusIcon.tsx","../../../src/components/Icons/NewDesignIcons/FoldHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/FoldVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderArchiveIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderClockIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderClosedIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderCogIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderGit2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FolderGitIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderHeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderInputIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderKanbanIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderKeyIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderLockIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderOpenDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderOutputIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderPenIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderRootIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderSearch2Icon.tsx","../../../src/components/Icons/NewDesignIcons/FolderSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderSymlinkIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderSyncIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderTreeIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderXIcon.tsx","../../../src/components/Icons/NewDesignIcons/FolderIcon.tsx","../../../src/components/Icons/NewDesignIcons/FoldersIcon.tsx","../../../src/components/Icons/NewDesignIcons/FootprintsIcon.tsx","../../../src/components/Icons/NewDesignIcons/ForkliftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ForwardIcon.tsx","../../../src/components/Icons/NewDesignIcons/FrameIcon.tsx","../../../src/components/Icons/NewDesignIcons/FramerIcon.tsx","../../../src/components/Icons/NewDesignIcons/FrownIcon.tsx","../../../src/components/Icons/NewDesignIcons/FuelIcon.tsx","../../../src/components/Icons/NewDesignIcons/FullscreenIcon.tsx","../../../src/components/Icons/NewDesignIcons/GalleryHorizontalEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/GalleryHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/GalleryThumbnailsIcon.tsx","../../../src/components/Icons/NewDesignIcons/GalleryVerticalEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/GalleryVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/Gamepad2Icon.tsx","../../../src/components/Icons/NewDesignIcons/GamepadIcon.tsx","../../../src/components/Icons/NewDesignIcons/GanttChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/GaugeIcon.tsx","../../../src/components/Icons/NewDesignIcons/GavelIcon.tsx","../../../src/components/Icons/NewDesignIcons/GemIcon.tsx","../../../src/components/Icons/NewDesignIcons/GhostIcon.tsx","../../../src/components/Icons/NewDesignIcons/GiftIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitBranchPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitBranchIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitCommitHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitCommitVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitCompareArrowsIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitCompareIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitForkIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitGraphIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitMergeIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitPullRequestArrowIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitPullRequestClosedIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitPullRequestCreateArrowIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitPullRequestCreateIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitPullRequestDraftIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitPullRequestIcon.tsx","../../../src/components/Icons/NewDesignIcons/GithubIcon.tsx","../../../src/components/Icons/NewDesignIcons/GitlabIcon.tsx","../../../src/components/Icons/NewDesignIcons/GlassWaterIcon.tsx","../../../src/components/Icons/NewDesignIcons/GlassesIcon.tsx","../../../src/components/Icons/NewDesignIcons/GlobeLockIcon.tsx","../../../src/components/Icons/NewDesignIcons/GlobeIcon.tsx","../../../src/components/Icons/NewDesignIcons/GoalIcon.tsx","../../../src/components/Icons/NewDesignIcons/GoogleGkeSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/GrabIcon.tsx","../../../src/components/Icons/NewDesignIcons/GraduationCapIcon.tsx","../../../src/components/Icons/NewDesignIcons/GrapeIcon.tsx","../../../src/components/Icons/NewDesignIcons/Grid2x2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Grid3x3Icon.tsx","../../../src/components/Icons/NewDesignIcons/GripHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/GripVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/GripIcon.tsx","../../../src/components/Icons/NewDesignIcons/GroupIcon.tsx","../../../src/components/Icons/NewDesignIcons/GuitarIcon.tsx","../../../src/components/Icons/NewDesignIcons/HamIcon.tsx","../../../src/components/Icons/NewDesignIcons/HammerIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandCoinsIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandHeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandHelpingIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandMetalIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandPlatterIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandIcon.tsx","../../../src/components/Icons/NewDesignIcons/HandshakeIcon.tsx","../../../src/components/Icons/NewDesignIcons/HardDriveDownloadIcon.tsx","../../../src/components/Icons/NewDesignIcons/HardDriveUploadIcon.tsx","../../../src/components/Icons/NewDesignIcons/HardDriveIcon.tsx","../../../src/components/Icons/NewDesignIcons/HardHatIcon.tsx","../../../src/components/Icons/NewDesignIcons/HashIcon.tsx","../../../src/components/Icons/NewDesignIcons/HazeIcon.tsx","../../../src/components/Icons/NewDesignIcons/HdmiPortIcon.tsx","../../../src/components/Icons/NewDesignIcons/Heading1Icon.tsx","../../../src/components/Icons/NewDesignIcons/Heading2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Heading3Icon.tsx","../../../src/components/Icons/NewDesignIcons/Heading4Icon.tsx","../../../src/components/Icons/NewDesignIcons/Heading5Icon.tsx","../../../src/components/Icons/NewDesignIcons/Heading6Icon.tsx","../../../src/components/Icons/NewDesignIcons/HeadingIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeadphonesIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeadsetIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeartCrackIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeartHandshakeIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeartOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeartPulseIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/HeaterIcon.tsx","../../../src/components/Icons/NewDesignIcons/HexagonIcon.tsx","../../../src/components/Icons/NewDesignIcons/HighlighterIcon.tsx","../../../src/components/Icons/NewDesignIcons/HistoryIcon.tsx","../../../src/components/Icons/NewDesignIcons/HomeIcon.tsx","../../../src/components/Icons/NewDesignIcons/HopOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/HopIcon.tsx","../../../src/components/Icons/NewDesignIcons/HospitalIcon.tsx","../../../src/components/Icons/NewDesignIcons/HotelIcon.tsx","../../../src/components/Icons/NewDesignIcons/HourglassIcon.tsx","../../../src/components/Icons/NewDesignIcons/IceCreamBowlIcon.tsx","../../../src/components/Icons/NewDesignIcons/IceCreamConeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImageDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImageMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImageOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImagePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImageUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImageIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImagesIcon.tsx","../../../src/components/Icons/NewDesignIcons/ImportIcon.tsx","../../../src/components/Icons/NewDesignIcons/InboxIcon.tsx","../../../src/components/Icons/NewDesignIcons/IndentDecreaseIcon.tsx","../../../src/components/Icons/NewDesignIcons/IndentIncreaseIcon.tsx","../../../src/components/Icons/NewDesignIcons/IndianRupeeIcon.tsx","../../../src/components/Icons/NewDesignIcons/InfinityIcon.tsx","../../../src/components/Icons/NewDesignIcons/InfoIcon.tsx","../../../src/components/Icons/NewDesignIcons/InspectionPanelIcon.tsx","../../../src/components/Icons/NewDesignIcons/InstagramIcon.tsx","../../../src/components/Icons/NewDesignIcons/ItalicIcon.tsx","../../../src/components/Icons/NewDesignIcons/IterationCCWIcon.tsx","../../../src/components/Icons/NewDesignIcons/IterationCWIcon.tsx","../../../src/components/Icons/NewDesignIcons/JapaneseYenIcon.tsx","../../../src/components/Icons/NewDesignIcons/JoystickIcon.tsx","../../../src/components/Icons/NewDesignIcons/KanbanIcon.tsx","../../../src/components/Icons/NewDesignIcons/KeyRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/KeySquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/KeyIcon.tsx","../../../src/components/Icons/NewDesignIcons/KeyboardMusicIcon.tsx","../../../src/components/Icons/NewDesignIcons/KeyboardIcon.tsx","../../../src/components/Icons/NewDesignIcons/KubernetesSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampCeilingIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampDeskIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampFloorIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampWallDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampWallUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/LampIcon.tsx","../../../src/components/Icons/NewDesignIcons/LandPlotIcon.tsx","../../../src/components/Icons/NewDesignIcons/LandmarkIcon.tsx","../../../src/components/Icons/NewDesignIcons/LanguagesIcon.tsx","../../../src/components/Icons/NewDesignIcons/LaptopMinimalIcon.tsx","../../../src/components/Icons/NewDesignIcons/LaptopIcon.tsx","../../../src/components/Icons/NewDesignIcons/LassoSelectIcon.tsx","../../../src/components/Icons/NewDesignIcons/LassoIcon.tsx","../../../src/components/Icons/NewDesignIcons/LaughIcon.tsx","../../../src/components/Icons/NewDesignIcons/Layers2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Layers3Icon.tsx","../../../src/components/Icons/NewDesignIcons/LayersIcon.tsx","../../../src/components/Icons/NewDesignIcons/LayoutDashboardIcon.tsx","../../../src/components/Icons/NewDesignIcons/LayoutGridIcon.tsx","../../../src/components/Icons/NewDesignIcons/LayoutListIcon.tsx","../../../src/components/Icons/NewDesignIcons/LayoutPanelLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/LayoutPanelTopIcon.tsx","../../../src/components/Icons/NewDesignIcons/LayoutTemplateIcon.tsx","../../../src/components/Icons/NewDesignIcons/LeafIcon.tsx","../../../src/components/Icons/NewDesignIcons/LeafyGreenIcon.tsx","../../../src/components/Icons/NewDesignIcons/LibraryBigIcon.tsx","../../../src/components/Icons/NewDesignIcons/LibraryIcon.tsx","../../../src/components/Icons/NewDesignIcons/LifeBuoyIcon.tsx","../../../src/components/Icons/NewDesignIcons/LigatureIcon.tsx","../../../src/components/Icons/NewDesignIcons/LightbulbOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/LightbulbIcon.tsx","../../../src/components/Icons/NewDesignIcons/LineChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/Link2OffIcon.tsx","../../../src/components/Icons/NewDesignIcons/Link2Icon.tsx","../../../src/components/Icons/NewDesignIcons/LinkIcon.tsx","../../../src/components/Icons/NewDesignIcons/LinkedinIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListChecksIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListCollapseIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListEndIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListFilterIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListMusicIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListOrderedIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListRestartIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListStartIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListTodoIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListTreeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListVideoIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListXIcon.tsx","../../../src/components/Icons/NewDesignIcons/ListIcon.tsx","../../../src/components/Icons/NewDesignIcons/LoaderCircleIcon.tsx","../../../src/components/Icons/NewDesignIcons/LoaderIcon.tsx","../../../src/components/Icons/NewDesignIcons/LocateFixedIcon.tsx","../../../src/components/Icons/NewDesignIcons/LocateOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/LocateIcon.tsx","../../../src/components/Icons/NewDesignIcons/LockKeyholeOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/LockKeyholeIcon.tsx","../../../src/components/Icons/NewDesignIcons/LockOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/LockIcon.tsx","../../../src/components/Icons/NewDesignIcons/LogInIcon.tsx","../../../src/components/Icons/NewDesignIcons/LogOutIcon.tsx","../../../src/components/Icons/NewDesignIcons/LollipopIcon.tsx","../../../src/components/Icons/NewDesignIcons/LuggageIcon.tsx","../../../src/components/Icons/NewDesignIcons/MagnetIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailQuestionIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailWarningIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailXIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailboxIcon.tsx","../../../src/components/Icons/NewDesignIcons/MailsIcon.tsx","../../../src/components/Icons/NewDesignIcons/MapPinOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MapPinIcon.tsx","../../../src/components/Icons/NewDesignIcons/MapPinnedIcon.tsx","../../../src/components/Icons/NewDesignIcons/MapIcon.tsx","../../../src/components/Icons/NewDesignIcons/MartiniIcon.tsx","../../../src/components/Icons/NewDesignIcons/Maximize2Icon.tsx","../../../src/components/Icons/NewDesignIcons/MaximizeIcon.tsx","../../../src/components/Icons/NewDesignIcons/MedalIcon.tsx","../../../src/components/Icons/NewDesignIcons/MegaphoneOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MegaphoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/MehIcon.tsx","../../../src/components/Icons/NewDesignIcons/MemoryStickIcon.tsx","../../../src/components/Icons/NewDesignIcons/MenuIcon.tsx","../../../src/components/Icons/NewDesignIcons/MergeIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleCodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleHeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleMoreIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCirclePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleQuestionIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleReplyIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleWarningIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleXIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageCircleIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareCodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareDiffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareHeartIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareMoreIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquarePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareQuoteIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareReplyIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareShareIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareWarningIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareXIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessageSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/MessagesSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicVocalIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicroscopeIcon.tsx","../../../src/components/Icons/NewDesignIcons/MicrowaveIcon.tsx","../../../src/components/Icons/NewDesignIcons/MilestoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/MilkOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MilkIcon.tsx","../../../src/components/Icons/NewDesignIcons/Minimize2Icon.tsx","../../../src/components/Icons/NewDesignIcons/MinimizeIcon.tsx","../../../src/components/Icons/NewDesignIcons/MinIOIcon.tsx","../../../src/components/Icons/NewDesignIcons/MinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorPauseIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorPlayIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorSmartphoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorSpeakerIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorStopIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorXIcon.tsx","../../../src/components/Icons/NewDesignIcons/MonitorIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoonStarIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoonIcon.tsx","../../../src/components/Icons/NewDesignIcons/MountainSnowIcon.tsx","../../../src/components/Icons/NewDesignIcons/MountainIcon.tsx","../../../src/components/Icons/NewDesignIcons/MousePointer2Icon.tsx","../../../src/components/Icons/NewDesignIcons/MousePointerClickIcon.tsx","../../../src/components/Icons/NewDesignIcons/MousePointerIcon.tsx","../../../src/components/Icons/NewDesignIcons/MouseIcon.tsx","../../../src/components/Icons/NewDesignIcons/Move3dIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDiagonal2Icon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDiagonalIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDownLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDownRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveUpLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveUpRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/MoveIcon.tsx","../../../src/components/Icons/NewDesignIcons/Music2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Music3Icon.tsx","../../../src/components/Icons/NewDesignIcons/Music4Icon.tsx","../../../src/components/Icons/NewDesignIcons/MusicIcon.tsx","../../../src/components/Icons/NewDesignIcons/Navigation2OffIcon.tsx","../../../src/components/Icons/NewDesignIcons/Navigation2Icon.tsx","../../../src/components/Icons/NewDesignIcons/NavigationOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/NavigationIcon.tsx","../../../src/components/Icons/NewDesignIcons/NetworkIcon.tsx","../../../src/components/Icons/NewDesignIcons/NewspaperIcon.tsx","../../../src/components/Icons/NewDesignIcons/NfcIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotebookPenIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotebookTabsIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotebookTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotebookIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotepadTextDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/NotepadTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/NutOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/NutIcon.tsx","../../../src/components/Icons/NewDesignIcons/OctagonAlertIcon.tsx","../../../src/components/Icons/NewDesignIcons/OctagonPauseIcon.tsx","../../../src/components/Icons/NewDesignIcons/OctagonXIcon.tsx","../../../src/components/Icons/NewDesignIcons/OctagonIcon.tsx","../../../src/components/Icons/NewDesignIcons/OptionIcon.tsx","../../../src/components/Icons/NewDesignIcons/OrbitIcon.tsx","../../../src/components/Icons/NewDesignIcons/Package2Icon.tsx","../../../src/components/Icons/NewDesignIcons/PackageCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/PackageMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/PackageOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PackagePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/PackageSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/PackageXIcon.tsx","../../../src/components/Icons/NewDesignIcons/PackageIcon.tsx","../../../src/components/Icons/NewDesignIcons/PaintBucketIcon.tsx","../../../src/components/Icons/NewDesignIcons/PaintRollerIcon.tsx","../../../src/components/Icons/NewDesignIcons/Paintbrush2Icon.tsx","../../../src/components/Icons/NewDesignIcons/PaintbrushIcon.tsx","../../../src/components/Icons/NewDesignIcons/PaletteIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelBottomCloseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelBottomDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelBottomOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelBottomIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelLeftCloseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelLeftDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelLeftOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelRightCloseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelRightDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelRightOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelTopCloseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelTopDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelTopOpenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelTopIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelsLeftBottomIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelsRightBottomIcon.tsx","../../../src/components/Icons/NewDesignIcons/PanelsTopLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/PaperclipIcon.tsx","../../../src/components/Icons/NewDesignIcons/ParenthesesIcon.tsx","../../../src/components/Icons/NewDesignIcons/ParkingMeterIcon.tsx","../../../src/components/Icons/NewDesignIcons/PartyPopperIcon.tsx","../../../src/components/Icons/NewDesignIcons/PauseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PawPrintIcon.tsx","../../../src/components/Icons/NewDesignIcons/PcCaseIcon.tsx","../../../src/components/Icons/NewDesignIcons/PenLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/PenToolIcon.tsx","../../../src/components/Icons/NewDesignIcons/PenIcon.tsx","../../../src/components/Icons/NewDesignIcons/PencilLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/PencilRulerIcon.tsx","../../../src/components/Icons/NewDesignIcons/PentagonIcon.tsx","../../../src/components/Icons/NewDesignIcons/PercentIcon.tsx","../../../src/components/Icons/NewDesignIcons/PersonStandingIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneCallIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneForwardedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneIncomingIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneMissedIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneOutgoingIcon.tsx","../../../src/components/Icons/NewDesignIcons/PhoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/PiIcon.tsx","../../../src/components/Icons/NewDesignIcons/PianoIcon.tsx","../../../src/components/Icons/NewDesignIcons/PickaxeIcon.tsx","../../../src/components/Icons/NewDesignIcons/PictureInPicture2Icon.tsx","../../../src/components/Icons/NewDesignIcons/PictureInPictureIcon.tsx","../../../src/components/Icons/NewDesignIcons/PieChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/PieUsageIcon.tsx","../../../src/components/Icons/NewDesignIcons/PiggyBankIcon.tsx","../../../src/components/Icons/NewDesignIcons/PilcrowIcon.tsx","../../../src/components/Icons/NewDesignIcons/PillIcon.tsx","../../../src/components/Icons/NewDesignIcons/PinOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PinIcon.tsx","../../../src/components/Icons/NewDesignIcons/PipetteIcon.tsx","../../../src/components/Icons/NewDesignIcons/PizzaIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlaneLandingIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlaneTakeoffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlaneIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlayIcon.tsx","../../../src/components/Icons/NewDesignIcons/Plug2Icon.tsx","../../../src/components/Icons/NewDesignIcons/PlugZap2Icon.tsx","../../../src/components/Icons/NewDesignIcons/PlugZapIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlugIcon.tsx","../../../src/components/Icons/NewDesignIcons/PlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/PocketKnifeIcon.tsx","../../../src/components/Icons/NewDesignIcons/PocketIcon.tsx","../../../src/components/Icons/NewDesignIcons/PodcastIcon.tsx","../../../src/components/Icons/NewDesignIcons/PointerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PointerIcon.tsx","../../../src/components/Icons/NewDesignIcons/PopcornIcon.tsx","../../../src/components/Icons/NewDesignIcons/PopsicleIcon.tsx","../../../src/components/Icons/NewDesignIcons/PoundSterlingIcon.tsx","../../../src/components/Icons/NewDesignIcons/PowerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/PowerIcon.tsx","../../../src/components/Icons/NewDesignIcons/PresentationIcon.tsx","../../../src/components/Icons/NewDesignIcons/PrinterIcon.tsx","../../../src/components/Icons/NewDesignIcons/ProjectorIcon.tsx","../../../src/components/Icons/NewDesignIcons/ProportionsIcon.tsx","../../../src/components/Icons/NewDesignIcons/PuzzleIcon.tsx","../../../src/components/Icons/NewDesignIcons/PyramidIcon.tsx","../../../src/components/Icons/NewDesignIcons/QrCodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/QuoteIcon.tsx","../../../src/components/Icons/NewDesignIcons/RabbitIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadarIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadiationIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadicalIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadioReceiverIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadioTowerIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadioIcon.tsx","../../../src/components/Icons/NewDesignIcons/RadiusIcon.tsx","../../../src/components/Icons/NewDesignIcons/RailSymbolIcon.tsx","../../../src/components/Icons/NewDesignIcons/RainbowIcon.tsx","../../../src/components/Icons/NewDesignIcons/RatIcon.tsx","../../../src/components/Icons/NewDesignIcons/RatioIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptCentIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptEuroIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptIndianRupeeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptJapaneseYenIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptPoundSterlingIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptRussianRubleIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptSwissFrancIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReceiptIcon.tsx","../../../src/components/Icons/NewDesignIcons/RectangleEllipsisIcon.tsx","../../../src/components/Icons/NewDesignIcons/RectangleHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/RectangleVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/RecycleIcon.tsx","../../../src/components/Icons/NewDesignIcons/RedhatOpenshiftSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/Redo2Icon.tsx","../../../src/components/Icons/NewDesignIcons/RedoDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/RedoIcon.tsx","../../../src/components/Icons/NewDesignIcons/RefreshCCWDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/RefreshCCWIcon.tsx","../../../src/components/Icons/NewDesignIcons/RefreshCWOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/RefreshCWIcon.tsx","../../../src/components/Icons/NewDesignIcons/RefrigeratorIcon.tsx","../../../src/components/Icons/NewDesignIcons/RegexIcon.tsx","../../../src/components/Icons/NewDesignIcons/RemoveFormattingIcon.tsx","../../../src/components/Icons/NewDesignIcons/Repeat1Icon.tsx","../../../src/components/Icons/NewDesignIcons/Repeat2Icon.tsx","../../../src/components/Icons/NewDesignIcons/RepeatIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReplaceAllIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReplaceIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReplyAllIcon.tsx","../../../src/components/Icons/NewDesignIcons/ReplyIcon.tsx","../../../src/components/Icons/NewDesignIcons/RewindIcon.tsx","../../../src/components/Icons/NewDesignIcons/RibbonIcon.tsx","../../../src/components/Icons/NewDesignIcons/RocketIcon.tsx","../../../src/components/Icons/NewDesignIcons/RockingChairIcon.tsx","../../../src/components/Icons/NewDesignIcons/RollerCoasterIcon.tsx","../../../src/components/Icons/NewDesignIcons/Rotate3dIcon.tsx","../../../src/components/Icons/NewDesignIcons/RotateCCWSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/RotateCCWIcon.tsx","../../../src/components/Icons/NewDesignIcons/RotateCWSquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/RotateCWIcon.tsx","../../../src/components/Icons/NewDesignIcons/RouteOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/RouteIcon.tsx","../../../src/components/Icons/NewDesignIcons/RouterIcon.tsx","../../../src/components/Icons/NewDesignIcons/Rows2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Rows3Icon.tsx","../../../src/components/Icons/NewDesignIcons/Rows4Icon.tsx","../../../src/components/Icons/NewDesignIcons/RssIcon.tsx","../../../src/components/Icons/NewDesignIcons/RulerIcon.tsx","../../../src/components/Icons/NewDesignIcons/RussianRubleIcon.tsx","../../../src/components/Icons/NewDesignIcons/SailboatIcon.tsx","../../../src/components/Icons/NewDesignIcons/SaladIcon.tsx","../../../src/components/Icons/NewDesignIcons/SandwichIcon.tsx","../../../src/components/Icons/NewDesignIcons/SatelliteDishIcon.tsx","../../../src/components/Icons/NewDesignIcons/SatelliteIcon.tsx","../../../src/components/Icons/NewDesignIcons/SaveAllIcon.tsx","../../../src/components/Icons/NewDesignIcons/SaveIcon.tsx","../../../src/components/Icons/NewDesignIcons/Scale3dIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScaleIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScalingIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanBarcodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanEyeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanFaceIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanLineIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScanIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScatterChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/SchoolIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScissorsLineDashedIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScissorsIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScreenShareOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScreenShareIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScrollTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/ScrollIcon.tsx","../../../src/components/Icons/NewDesignIcons/SearchCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/SearchCodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/SearchSlashIcon.tsx","../../../src/components/Icons/NewDesignIcons/SearchXIcon.tsx","../../../src/components/Icons/NewDesignIcons/SearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/SendHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SendToBackIcon.tsx","../../../src/components/Icons/NewDesignIcons/SendIcon.tsx","../../../src/components/Icons/NewDesignIcons/SeparatorHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SeparatorVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/ServerCogIcon.tsx","../../../src/components/Icons/NewDesignIcons/ServerCrashIcon.tsx","../../../src/components/Icons/NewDesignIcons/ServerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/ServerIcon.tsx","../../../src/components/Icons/NewDesignIcons/Settings2Icon.tsx","../../../src/components/Icons/NewDesignIcons/SettingsIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShapesIcon.tsx","../../../src/components/Icons/NewDesignIcons/Share2Icon.tsx","../../../src/components/Icons/NewDesignIcons/SheetIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShellIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldAlertIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldBanIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldHalfIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldQuestionIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldXIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShieldIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShipWheelIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShipIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShirtIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShoppingBagIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShoppingBasketIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShoppingCartIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShovelIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShowerHeadIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShrinkIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShrubIcon.tsx","../../../src/components/Icons/NewDesignIcons/ShuffleIcon.tsx","../../../src/components/Icons/NewDesignIcons/SigmaIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignalHighIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignalLowIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignalMediumIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignalZeroIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignpostBigIcon.tsx","../../../src/components/Icons/NewDesignIcons/SignpostIcon.tsx","../../../src/components/Icons/NewDesignIcons/SirenIcon.tsx","../../../src/components/Icons/NewDesignIcons/SkipBackIcon.tsx","../../../src/components/Icons/NewDesignIcons/SkipForwardIcon.tsx","../../../src/components/Icons/NewDesignIcons/SkullIcon.tsx","../../../src/components/Icons/NewDesignIcons/SlackIcon.tsx","../../../src/components/Icons/NewDesignIcons/SlashIcon.tsx","../../../src/components/Icons/NewDesignIcons/SliceIcon.tsx","../../../src/components/Icons/NewDesignIcons/SlidersHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SlidersVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SmartphoneChargingIcon.tsx","../../../src/components/Icons/NewDesignIcons/SmartphoneNfcIcon.tsx","../../../src/components/Icons/NewDesignIcons/SmartphoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/SmilePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/SmileIcon.tsx","../../../src/components/Icons/NewDesignIcons/SnailIcon.tsx","../../../src/components/Icons/NewDesignIcons/SnowflakeIcon.tsx","../../../src/components/Icons/NewDesignIcons/SofaIcon.tsx","../../../src/components/Icons/NewDesignIcons/SoupIcon.tsx","../../../src/components/Icons/NewDesignIcons/SpaceIcon.tsx","../../../src/components/Icons/NewDesignIcons/SpadeIcon.tsx","../../../src/components/Icons/NewDesignIcons/SparkleIcon.tsx","../../../src/components/Icons/NewDesignIcons/SparklesIcon.tsx","../../../src/components/Icons/NewDesignIcons/SpeakerIcon.tsx","../../../src/components/Icons/NewDesignIcons/SpeechIcon.tsx","../../../src/components/Icons/NewDesignIcons/SpellCheck2Icon.tsx","../../../src/components/Icons/NewDesignIcons/SpellCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/SplineIcon.tsx","../../../src/components/Icons/NewDesignIcons/SplitIcon.tsx","../../../src/components/Icons/NewDesignIcons/SprayCanIcon.tsx","../../../src/components/Icons/NewDesignIcons/SproutIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareActivityIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowDownLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowDownRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowOutDownLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowOutDownRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowOutUpLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowOutUpRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowUpLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowUpRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareArrowUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareAsteriskIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareBottomDashedScissorsIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareCheckBigIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareChevronDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareChevronLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareChevronRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareChevronUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareCodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareDashedBottomCodeIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareDashedBottomIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareDashedKanbanIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareDashedMousePointerIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareDivideIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareEqualIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareFunctionIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareGanttChartIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareKanbanIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareLibraryIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareMIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareMenuIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareMousePointerIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareParkingOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareParkingIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquarePenIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquarePercentIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquarePiIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquarePilcrowIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquarePlayIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquarePlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquarePowerIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareRadicalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareScissorsIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareSigmaIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareSlashIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareSplitHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareSplitVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareStackIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareUserRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareUserIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareXIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquareIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquircleIcon.tsx","../../../src/components/Icons/NewDesignIcons/SquirrelIcon.tsx","../../../src/components/Icons/NewDesignIcons/StampIcon.tsx","../../../src/components/Icons/NewDesignIcons/StarHalfIcon.tsx","../../../src/components/Icons/NewDesignIcons/StarOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/StarIcon.tsx","../../../src/components/Icons/NewDesignIcons/StepBackIcon.tsx","../../../src/components/Icons/NewDesignIcons/StepForwardIcon.tsx","../../../src/components/Icons/NewDesignIcons/StethoscopeIcon.tsx","../../../src/components/Icons/NewDesignIcons/StickerIcon.tsx","../../../src/components/Icons/NewDesignIcons/StickyNoteIcon.tsx","../../../src/components/Icons/NewDesignIcons/StoreIcon.tsx","../../../src/components/Icons/NewDesignIcons/StretchHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/StretchVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/StrikethroughIcon.tsx","../../../src/components/Icons/NewDesignIcons/SubscriptIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunDimIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunMediumIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunMoonIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunSnowIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunriseIcon.tsx","../../../src/components/Icons/NewDesignIcons/SunsetIcon.tsx","../../../src/components/Icons/NewDesignIcons/SuperscriptIcon.tsx","../../../src/components/Icons/NewDesignIcons/SwatchBookIcon.tsx","../../../src/components/Icons/NewDesignIcons/SwissFrancIcon.tsx","../../../src/components/Icons/NewDesignIcons/SwitchCameraIcon.tsx","../../../src/components/Icons/NewDesignIcons/SwordIcon.tsx","../../../src/components/Icons/NewDesignIcons/SwordsIcon.tsx","../../../src/components/Icons/NewDesignIcons/SyringeIcon.tsx","../../../src/components/Icons/NewDesignIcons/Table2Icon.tsx","../../../src/components/Icons/NewDesignIcons/TableCellsMergeIcon.tsx","../../../src/components/Icons/NewDesignIcons/TableCellsSplitIcon.tsx","../../../src/components/Icons/NewDesignIcons/TableColumnsSplitIcon.tsx","../../../src/components/Icons/NewDesignIcons/TablePropertiesIcon.tsx","../../../src/components/Icons/NewDesignIcons/TableRowsSplitIcon.tsx","../../../src/components/Icons/NewDesignIcons/TableIcon.tsx","../../../src/components/Icons/NewDesignIcons/TabletSmartphoneIcon.tsx","../../../src/components/Icons/NewDesignIcons/TabletIcon.tsx","../../../src/components/Icons/NewDesignIcons/TabletsIcon.tsx","../../../src/components/Icons/NewDesignIcons/TagIcon.tsx","../../../src/components/Icons/NewDesignIcons/TagsIcon.tsx","../../../src/components/Icons/NewDesignIcons/Tally1Icon.tsx","../../../src/components/Icons/NewDesignIcons/Tally2Icon.tsx","../../../src/components/Icons/NewDesignIcons/Tally3Icon.tsx","../../../src/components/Icons/NewDesignIcons/Tally4Icon.tsx","../../../src/components/Icons/NewDesignIcons/Tally5Icon.tsx","../../../src/components/Icons/NewDesignIcons/TangentIcon.tsx","../../../src/components/Icons/NewDesignIcons/TargetIcon.tsx","../../../src/components/Icons/NewDesignIcons/TelescopeIcon.tsx","../../../src/components/Icons/NewDesignIcons/TenantIcon.tsx","../../../src/components/Icons/NewDesignIcons/TentTreeIcon.tsx","../../../src/components/Icons/NewDesignIcons/TentIcon.tsx","../../../src/components/Icons/NewDesignIcons/TerminalIcon.tsx","../../../src/components/Icons/NewDesignIcons/TestTubeDiagonalIcon.tsx","../../../src/components/Icons/NewDesignIcons/TestTubeIcon.tsx","../../../src/components/Icons/NewDesignIcons/TestTubesIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextCursorInputIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextCursorIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextQuoteIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextSelectIcon.tsx","../../../src/components/Icons/NewDesignIcons/TextIcon.tsx","../../../src/components/Icons/NewDesignIcons/TheaterIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThermometerSnowflakeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThermometerSunIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThermometerIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThumbsDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/ThumbsUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketPercentIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketSlashIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketXIcon.tsx","../../../src/components/Icons/NewDesignIcons/TicketIcon.tsx","../../../src/components/Icons/NewDesignIcons/TimerOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/TimerResetIcon.tsx","../../../src/components/Icons/NewDesignIcons/TimerIcon.tsx","../../../src/components/Icons/NewDesignIcons/ToggleLeftIcon.tsx","../../../src/components/Icons/NewDesignIcons/ToggleRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/TornadoIcon.tsx","../../../src/components/Icons/NewDesignIcons/TorusIcon.tsx","../../../src/components/Icons/NewDesignIcons/TouchpadOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/TouchpadIcon.tsx","../../../src/components/Icons/NewDesignIcons/TowerControlIcon.tsx","../../../src/components/Icons/NewDesignIcons/ToyBrickIcon.tsx","../../../src/components/Icons/NewDesignIcons/TractorIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrafficConeIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrainFrontTunnelIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrainFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrainTrackIcon.tsx","../../../src/components/Icons/NewDesignIcons/TramFrontIcon.tsx","../../../src/components/Icons/NewDesignIcons/Trash2Icon.tsx","../../../src/components/Icons/NewDesignIcons/TreeDeciduousIcon.tsx","../../../src/components/Icons/NewDesignIcons/TreePalmIcon.tsx","../../../src/components/Icons/NewDesignIcons/TreePineIcon.tsx","../../../src/components/Icons/NewDesignIcons/TreesIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrelloIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrendingDownIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrendingUpIcon.tsx","../../../src/components/Icons/NewDesignIcons/TriangleRightIcon.tsx","../../../src/components/Icons/NewDesignIcons/TriangleIcon.tsx","../../../src/components/Icons/NewDesignIcons/TrophyIcon.tsx","../../../src/components/Icons/NewDesignIcons/TruckIcon.tsx","../../../src/components/Icons/NewDesignIcons/TurtleIcon.tsx","../../../src/components/Icons/NewDesignIcons/Tv2Icon.tsx","../../../src/components/Icons/NewDesignIcons/TvIcon.tsx","../../../src/components/Icons/NewDesignIcons/TwitchIcon.tsx","../../../src/components/Icons/NewDesignIcons/TwitterIcon.tsx","../../../src/components/Icons/NewDesignIcons/TypeIcon.tsx","../../../src/components/Icons/NewDesignIcons/UmbrellaOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/UmbrellaIcon.tsx","../../../src/components/Icons/NewDesignIcons/UnderlineIcon.tsx","../../../src/components/Icons/NewDesignIcons/Undo2Icon.tsx","../../../src/components/Icons/NewDesignIcons/UndoDotIcon.tsx","../../../src/components/Icons/NewDesignIcons/UndoIcon.tsx","../../../src/components/Icons/NewDesignIcons/UnfoldHorizontalIcon.tsx","../../../src/components/Icons/NewDesignIcons/UnfoldVerticalIcon.tsx","../../../src/components/Icons/NewDesignIcons/UngroupIcon.tsx","../../../src/components/Icons/NewDesignIcons/UniversityIcon.tsx","../../../src/components/Icons/NewDesignIcons/Unlink2Icon.tsx","../../../src/components/Icons/NewDesignIcons/UnlinkIcon.tsx","../../../src/components/Icons/NewDesignIcons/UnplugIcon.tsx","../../../src/components/Icons/NewDesignIcons/UploadIcon.tsx","../../../src/components/Icons/NewDesignIcons/UsbIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserCogIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundCheckIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundCogIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundMinusIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundPlusIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundXIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserSearchIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserXIcon.tsx","../../../src/components/Icons/NewDesignIcons/UserIcon.tsx","../../../src/components/Icons/NewDesignIcons/UsersRoundIcon.tsx","../../../src/components/Icons/NewDesignIcons/UsersIcon.tsx","../../../src/components/Icons/NewDesignIcons/UtensilsCrossedIcon.tsx","../../../src/components/Icons/NewDesignIcons/UtensilsIcon.tsx","../../../src/components/Icons/NewDesignIcons/UtilityPoleIcon.tsx","../../../src/components/Icons/NewDesignIcons/VariableIcon.tsx","../../../src/components/Icons/NewDesignIcons/VaultIcon.tsx","../../../src/components/Icons/NewDesignIcons/VeganIcon.tsx","../../../src/components/Icons/NewDesignIcons/VenetianMaskIcon.tsx","../../../src/components/Icons/NewDesignIcons/VibrateOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/VibrateIcon.tsx","../../../src/components/Icons/NewDesignIcons/VideoOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/VideoIcon.tsx","../../../src/components/Icons/NewDesignIcons/VideotapeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ViewIcon.tsx","../../../src/components/Icons/NewDesignIcons/VmwareTanzuSiteIcon.tsx","../../../src/components/Icons/NewDesignIcons/VoicemailIcon.tsx","../../../src/components/Icons/NewDesignIcons/Volume1Icon.tsx","../../../src/components/Icons/NewDesignIcons/Volume2Icon.tsx","../../../src/components/Icons/NewDesignIcons/VolumeXIcon.tsx","../../../src/components/Icons/NewDesignIcons/VolumeIcon.tsx","../../../src/components/Icons/NewDesignIcons/VoteIcon.tsx","../../../src/components/Icons/NewDesignIcons/WalletCardsIcon.tsx","../../../src/components/Icons/NewDesignIcons/WalletMinimalIcon.tsx","../../../src/components/Icons/NewDesignIcons/WalletIcon.tsx","../../../src/components/Icons/NewDesignIcons/WallpaperIcon.tsx","../../../src/components/Icons/NewDesignIcons/WandSparklesIcon.tsx","../../../src/components/Icons/NewDesignIcons/WandIcon.tsx","../../../src/components/Icons/NewDesignIcons/WarehouseIcon.tsx","../../../src/components/Icons/NewDesignIcons/WashingMachineIcon.tsx","../../../src/components/Icons/NewDesignIcons/WatchIcon.tsx","../../../src/components/Icons/NewDesignIcons/WavesIcon.tsx","../../../src/components/Icons/NewDesignIcons/WaypointsIcon.tsx","../../../src/components/Icons/NewDesignIcons/WebcamIcon.tsx","../../../src/components/Icons/NewDesignIcons/WebhookOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/WebhookIcon.tsx","../../../src/components/Icons/NewDesignIcons/WeightIcon.tsx","../../../src/components/Icons/NewDesignIcons/WheatOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/WheatIcon.tsx","../../../src/components/Icons/NewDesignIcons/WholeWordIcon.tsx","../../../src/components/Icons/NewDesignIcons/WifiOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/WifiIcon.tsx","../../../src/components/Icons/NewDesignIcons/WindIcon.tsx","../../../src/components/Icons/NewDesignIcons/WineOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/WineIcon.tsx","../../../src/components/Icons/NewDesignIcons/WorkflowIcon.tsx","../../../src/components/Icons/NewDesignIcons/WormIcon.tsx","../../../src/components/Icons/NewDesignIcons/WrapTextIcon.tsx","../../../src/components/Icons/NewDesignIcons/WrenchIcon.tsx","../../../src/components/Icons/NewDesignIcons/YoutubeIcon.tsx","../../../src/components/Icons/NewDesignIcons/ZapOffIcon.tsx","../../../src/components/Icons/NewDesignIcons/ZapIcon.tsx","../../../src/components/Icons/NewDesignIcons/ZoomInIcon.tsx","../../../src/components/Icons/NewDesignIcons/ZoomOutIcon.tsx","../../../src/components/Select/Select.tsx","../../../src/components/RadioGroup/RadioGroup.tsx","../../../src/components/ReadBox/ReadBox.tsx","../../../src/components/CommentBox/CommentBox.tsx","../../../src/components/Menu/Horizontal/SubItemsBox.tsx","../../../src/components/Menu/Horizontal/HorizontalMenuItem.tsx","../../../src/components/Menu/Horizontal/HorizontalMenu.tsx","../../../src/components/Menu/Vertical/MenuItem.tsx","../../../src/components/Menu/Vertical/MenuSectionHeader.tsx","../../../src/components/Menu/Vertical/VerticalMenu.tsx","../../../src/components/Menu/MobileMenu/MobileMenuList.tsx","../../../src/components/Menu/MobileMenu/MobileMenu.tsx","../../../src/components/Menu/Menu.tsx","../../../src/components/ExpandOptionsButton/ExpandOptionsButton.tsx","../../../src/components/Tabs/TabPanel.tsx","../../../src/components/Tabs/TabButton.tsx","../../../src/components/Tabs/Tabs.tsx","../../node_modules/property-information/lib/util/schema.js","../../node_modules/property-information/lib/util/merge.js","../../node_modules/property-information/lib/normalize.js","../../node_modules/property-information/lib/util/info.js","../../node_modules/property-information/lib/util/types.js","../../node_modules/property-information/lib/util/defined-info.js","../../node_modules/property-information/lib/util/create.js","../../node_modules/property-information/lib/xlink.js","../../node_modules/property-information/lib/xml.js","../../node_modules/property-information/lib/util/case-sensitive-transform.js","../../node_modules/property-information/lib/util/case-insensitive-transform.js","../../node_modules/property-information/lib/xmlns.js","../../node_modules/property-information/lib/aria.js","../../node_modules/property-information/lib/html.js","../../node_modules/property-information/lib/svg.js","../../node_modules/property-information/lib/find.js","../../node_modules/property-information/index.js","../../node_modules/comma-separated-tokens/index.js","../../node_modules/hast-util-parse-selector/lib/index.js","../../node_modules/space-separated-tokens/index.js","../../node_modules/hast-util-from-parse5/node_modules/hastscript/lib/create-h.js","../../node_modules/hast-util-from-parse5/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js","../../node_modules/hast-util-from-parse5/node_modules/hastscript/lib/index.js","../../node_modules/vfile-location/lib/index.js","../../node_modules/web-namespaces/index.js","../../node_modules/hast-util-from-parse5/lib/index.js","../../node_modules/parse5/dist/common/unicode.js","../../node_modules/parse5/dist/common/error-codes.js","../../node_modules/parse5/dist/tokenizer/preprocessor.js","../../node_modules/parse5/dist/common/token.js","../../node_modules/parse5/node_modules/entities/lib/esm/generated/decode-data-html.js","../../node_modules/parse5/node_modules/entities/lib/esm/decode_codepoint.js","../../node_modules/parse5/node_modules/entities/lib/esm/generated/decode-data-xml.js","../../node_modules/parse5/node_modules/entities/lib/esm/decode.js","../../node_modules/parse5/dist/common/html.js","../../node_modules/parse5/dist/tokenizer/index.js","../../node_modules/parse5/dist/parser/open-element-stack.js","../../node_modules/parse5/dist/parser/formatting-element-list.js","../../node_modules/parse5/dist/tree-adapters/default.js","../../node_modules/parse5/dist/common/doctype.js","../../node_modules/parse5/dist/common/foreign-content.js","../../node_modules/parse5/dist/parser/index.js","../../node_modules/parse5/dist/index.js","../../node_modules/unist-util-stringify-position/lib/index.js","../../node_modules/parse5/dist/serializer/index.js","../../node_modules/vfile-message/lib/index.js","../../node_modules/vfile/lib/minpath.browser.js","../../node_modules/vfile/lib/minproc.browser.js","../../node_modules/vfile/lib/minurl.shared.js","../../node_modules/vfile/lib/minurl.browser.js","../../node_modules/vfile/lib/index.js","../../node_modules/hast-util-from-html/lib/errors.js","../../node_modules/hast-util-from-html/lib/index.js","../../node_modules/html-void-elements/index.js","../../node_modules/zwitch/index.js","../../node_modules/stringify-entities/lib/core.js","../../node_modules/stringify-entities/lib/util/to-hexadecimal.js","../../node_modules/stringify-entities/lib/util/to-decimal.js","../../node_modules/character-entities-legacy/index.js","../../node_modules/character-entities-html4/index.js","../../node_modules/stringify-entities/lib/constant/dangerous.js","../../node_modules/stringify-entities/lib/util/to-named.js","../../node_modules/stringify-entities/lib/util/format-smart.js","../../node_modules/stringify-entities/lib/index.js","../../node_modules/hast-util-to-html/lib/handle/comment.js","../../node_modules/ccount/index.js","../../node_modules/hast-util-whitespace/lib/index.js","../../node_modules/hast-util-to-html/lib/omission/util/siblings.js","../../node_modules/hast-util-to-html/lib/omission/omission.js","../../node_modules/hast-util-to-html/lib/omission/closing.js","../../node_modules/hast-util-to-html/lib/omission/opening.js","../../node_modules/hast-util-to-html/lib/handle/element.js","../../node_modules/hast-util-to-html/lib/handle/text.js","../../node_modules/hast-util-to-html/lib/handle/index.js","../../node_modules/hast-util-to-html/lib/handle/doctype.js","../../node_modules/hast-util-to-html/lib/handle/raw.js","../../node_modules/hast-util-to-html/lib/handle/root.js","../../node_modules/hast-util-to-html/lib/index.js","../../node_modules/bail/index.js","../../node_modules/extend/index.js","../../node_modules/is-plain-obj/index.js","../../node_modules/trough/lib/index.js","../../node_modules/unified/lib/callable-instance.js","../../node_modules/unified/lib/index.js","../../node_modules/rehype/index.js","../../node_modules/rehype-parse/lib/index.js","../../node_modules/rehype-stringify/lib/index.js","../../node_modules/@uiw/react-textarea-code-editor/esm/utils.js","../../node_modules/@uiw/react-textarea-code-editor/esm/SelectionText.js","../../node_modules/@uiw/react-textarea-code-editor/esm/styles.js","../../node_modules/react/jsx-runtime.js","../../node_modules/react/cjs/react-jsx-runtime.production.min.js","../../node_modules/react/cjs/react-jsx-runtime.development.js","../../node_modules/@uiw/react-textarea-code-editor/esm/Editor.js","../../node_modules/@uiw/react-textarea-code-editor/esm/shortcuts.js","../../node_modules/rehype-prism-plus/node_modules/unist-util-is/lib/index.js","../../node_modules/rehype-prism-plus/node_modules/unist-util-visit-parents/lib/index.js","../../node_modules/rehype-prism-plus/node_modules/hast-util-to-string/index.js","../../node_modules/unist-util-filter/node_modules/unist-util-is/lib/index.js","../../node_modules/unist-util-filter/lib/index.js","../../node_modules/parse-numeric-range/index.js","../../node_modules/refractor/lang/clike.js","../../node_modules/refractor/lang/c.js","../../node_modules/refractor/lang/cpp.js","../../node_modules/refractor/lang/arduino.js","../../node_modules/refractor/lang/bash.js","../../node_modules/refractor/lang/csharp.js","../../node_modules/refractor/lang/markup.js","../../node_modules/refractor/lang/css.js","../../node_modules/refractor/lang/diff.js","../../node_modules/refractor/lang/go.js","../../node_modules/refractor/lang/ini.js","../../node_modules/refractor/lang/java.js","../../node_modules/refractor/lang/regex.js","../../node_modules/refractor/lang/javascript.js","../../node_modules/refractor/lang/json.js","../../node_modules/refractor/lang/kotlin.js","../../node_modules/refractor/lang/less.js","../../node_modules/refractor/lang/lua.js","../../node_modules/refractor/lang/makefile.js","../../node_modules/refractor/lang/yaml.js","../../node_modules/refractor/lang/markdown.js","../../node_modules/refractor/lang/objectivec.js","../../node_modules/refractor/lang/perl.js","../../node_modules/refractor/lang/markup-templating.js","../../node_modules/refractor/lang/php.js","../../node_modules/refractor/lang/python.js","../../node_modules/refractor/lang/r.js","../../node_modules/refractor/lang/ruby.js","../../node_modules/refractor/lang/rust.js","../../node_modules/refractor/lang/sass.js","../../node_modules/refractor/lang/scss.js","../../node_modules/refractor/lang/sql.js","../../node_modules/refractor/lang/swift.js","../../node_modules/refractor/lang/typescript.js","../../node_modules/refractor/lang/basic.js","../../node_modules/refractor/lang/vbnet.js","../../node_modules/hastscript/node_modules/hast-util-parse-selector/lib/index.js","../../node_modules/hastscript/lib/core.js","../../node_modules/hastscript/lib/html.js","../../node_modules/character-reference-invalid/index.js","../../node_modules/is-decimal/index.js","../../node_modules/is-hexadecimal/index.js","../../node_modules/is-alphanumerical/index.js","../../node_modules/is-alphabetical/index.js","../../node_modules/decode-named-character-reference/index.dom.js","../../node_modules/parse-entities/lib/index.js","../../node_modules/refractor/lib/prism-core.js","../../node_modules/refractor/lib/core.js","../../node_modules/refractor/lang/abap.js","../../node_modules/refractor/lang/abnf.js","../../node_modules/refractor/lang/actionscript.js","../../node_modules/refractor/lang/ada.js","../../node_modules/refractor/lang/agda.js","../../node_modules/refractor/lang/al.js","../../node_modules/refractor/lang/antlr4.js","../../node_modules/refractor/lang/apacheconf.js","../../node_modules/refractor/lang/apex.js","../../node_modules/refractor/lang/apl.js","../../node_modules/refractor/lang/applescript.js","../../node_modules/refractor/lang/aql.js","../../node_modules/refractor/lang/arff.js","../../node_modules/refractor/lang/armasm.js","../../node_modules/refractor/lang/arturo.js","../../node_modules/refractor/lang/asciidoc.js","../../node_modules/refractor/lang/aspnet.js","../../node_modules/refractor/lang/asm6502.js","../../node_modules/refractor/lang/asmatmel.js","../../node_modules/refractor/lang/autohotkey.js","../../node_modules/refractor/lang/autoit.js","../../node_modules/refractor/lang/avisynth.js","../../node_modules/refractor/lang/avro-idl.js","../../node_modules/refractor/lang/awk.js","../../node_modules/refractor/lang/batch.js","../../node_modules/refractor/lang/bbcode.js","../../node_modules/refractor/lang/bbj.js","../../node_modules/refractor/lang/bicep.js","../../node_modules/refractor/lang/birb.js","../../node_modules/refractor/lang/bison.js","../../node_modules/refractor/lang/bnf.js","../../node_modules/refractor/lang/bqn.js","../../node_modules/refractor/lang/brainfuck.js","../../node_modules/refractor/lang/brightscript.js","../../node_modules/refractor/lang/bro.js","../../node_modules/refractor/lang/bsl.js","../../node_modules/refractor/lang/cfscript.js","../../node_modules/refractor/lang/chaiscript.js","../../node_modules/refractor/lang/cil.js","../../node_modules/refractor/lang/cilkc.js","../../node_modules/refractor/lang/cilkcpp.js","../../node_modules/refractor/lang/clojure.js","../../node_modules/refractor/lang/cmake.js","../../node_modules/refractor/lang/cobol.js","../../node_modules/refractor/lang/coffeescript.js","../../node_modules/refractor/lang/concurnas.js","../../node_modules/refractor/lang/csp.js","../../node_modules/refractor/lang/cooklang.js","../../node_modules/refractor/lang/coq.js","../../node_modules/refractor/lang/crystal.js","../../node_modules/refractor/lang/css-extras.js","../../node_modules/refractor/lang/csv.js","../../node_modules/refractor/lang/cue.js","../../node_modules/refractor/lang/cypher.js","../../node_modules/refractor/lang/d.js","../../node_modules/refractor/lang/dart.js","../../node_modules/refractor/lang/dataweave.js","../../node_modules/refractor/lang/dax.js","../../node_modules/refractor/lang/dhall.js","../../node_modules/refractor/lang/django.js","../../node_modules/refractor/lang/dns-zone-file.js","../../node_modules/refractor/lang/docker.js","../../node_modules/refractor/lang/dot.js","../../node_modules/refractor/lang/ebnf.js","../../node_modules/refractor/lang/editorconfig.js","../../node_modules/refractor/lang/eiffel.js","../../node_modules/refractor/lang/ejs.js","../../node_modules/refractor/lang/elixir.js","../../node_modules/refractor/lang/elm.js","../../node_modules/refractor/lang/etlua.js","../../node_modules/refractor/lang/erb.js","../../node_modules/refractor/lang/erlang.js","../../node_modules/refractor/lang/excel-formula.js","../../node_modules/refractor/lang/fsharp.js","../../node_modules/refractor/lang/factor.js","../../node_modules/refractor/lang/false.js","../../node_modules/refractor/lang/firestore-security-rules.js","../../node_modules/refractor/lang/flow.js","../../node_modules/refractor/lang/fortran.js","../../node_modules/refractor/lang/ftl.js","../../node_modules/refractor/lang/gml.js","../../node_modules/refractor/lang/gap.js","../../node_modules/refractor/lang/gcode.js","../../node_modules/refractor/lang/gdscript.js","../../node_modules/refractor/lang/gedcom.js","../../node_modules/refractor/lang/gettext.js","../../node_modules/refractor/lang/gherkin.js","../../node_modules/refractor/lang/git.js","../../node_modules/refractor/lang/glsl.js","../../node_modules/refractor/lang/gn.js","../../node_modules/refractor/lang/linker-script.js","../../node_modules/refractor/lang/go-module.js","../../node_modules/refractor/lang/gradle.js","../../node_modules/refractor/lang/graphql.js","../../node_modules/refractor/lang/groovy.js","../../node_modules/refractor/lang/textile.js","../../node_modules/refractor/lang/haml.js","../../node_modules/refractor/lang/handlebars.js","../../node_modules/refractor/lang/haskell.js","../../node_modules/refractor/lang/haxe.js","../../node_modules/refractor/lang/hcl.js","../../node_modules/refractor/lang/hlsl.js","../../node_modules/refractor/lang/hoon.js","../../node_modules/refractor/lang/hpkp.js","../../node_modules/refractor/lang/hsts.js","../../node_modules/refractor/lang/uri.js","../../node_modules/refractor/lang/http.js","../../node_modules/refractor/lang/ichigojam.js","../../node_modules/refractor/lang/icon.js","../../node_modules/refractor/lang/icu-message-format.js","../../node_modules/refractor/lang/idris.js","../../node_modules/refractor/lang/ignore.js","../../node_modules/refractor/lang/inform7.js","../../node_modules/refractor/lang/io.js","../../node_modules/refractor/lang/j.js","../../node_modules/refractor/lang/javadoclike.js","../../node_modules/refractor/lang/scala.js","../../node_modules/refractor/lang/javadoc.js","../../node_modules/refractor/lang/javastacktrace.js","../../node_modules/refractor/lang/jexl.js","../../node_modules/refractor/lang/jolie.js","../../node_modules/refractor/lang/jq.js","../../node_modules/refractor/lang/js-templates.js","../../node_modules/refractor/lang/jsdoc.js","../../node_modules/refractor/lang/n4js.js","../../node_modules/refractor/lang/js-extras.js","../../node_modules/refractor/lang/json5.js","../../node_modules/refractor/lang/jsonp.js","../../node_modules/refractor/lang/jsstacktrace.js","../../node_modules/refractor/lang/julia.js","../../node_modules/refractor/lang/keepalived.js","../../node_modules/refractor/lang/keyman.js","../../node_modules/refractor/lang/kumir.js","../../node_modules/refractor/lang/kusto.js","../../node_modules/refractor/lang/latex.js","../../node_modules/refractor/lang/latte.js","../../node_modules/refractor/lang/scheme.js","../../node_modules/refractor/lang/lilypond.js","../../node_modules/refractor/lang/liquid.js","../../node_modules/refractor/lang/lisp.js","../../node_modules/refractor/lang/livescript.js","../../node_modules/refractor/lang/llvm.js","../../node_modules/refractor/lang/log.js","../../node_modules/refractor/lang/lolcode.js","../../node_modules/refractor/lang/magma.js","../../node_modules/refractor/lang/mata.js","../../node_modules/refractor/lang/matlab.js","../../node_modules/refractor/lang/maxscript.js","../../node_modules/refractor/lang/mel.js","../../node_modules/refractor/lang/mermaid.js","../../node_modules/refractor/lang/metafont.js","../../node_modules/refractor/lang/mizar.js","../../node_modules/refractor/lang/mongodb.js","../../node_modules/refractor/lang/monkey.js","../../node_modules/refractor/lang/moonscript.js","../../node_modules/refractor/lang/n1ql.js","../../node_modules/refractor/lang/nand2tetris-hdl.js","../../node_modules/refractor/lang/naniscript.js","../../node_modules/refractor/lang/nasm.js","../../node_modules/refractor/lang/neon.js","../../node_modules/refractor/lang/nevod.js","../../node_modules/refractor/lang/nginx.js","../../node_modules/refractor/lang/nim.js","../../node_modules/refractor/lang/nix.js","../../node_modules/refractor/lang/nsis.js","../../node_modules/refractor/lang/ocaml.js","../../node_modules/refractor/lang/odin.js","../../node_modules/refractor/lang/opencl.js","../../node_modules/refractor/lang/openqasm.js","../../node_modules/refractor/lang/oz.js","../../node_modules/refractor/lang/parigp.js","../../node_modules/refractor/lang/parser.js","../../node_modules/refractor/lang/pascal.js","../../node_modules/refractor/lang/pascaligo.js","../../node_modules/refractor/lang/psl.js","../../node_modules/refractor/lang/pcaxis.js","../../node_modules/refractor/lang/peoplecode.js","../../node_modules/refractor/lang/phpdoc.js","../../node_modules/refractor/lang/php-extras.js","../../node_modules/refractor/lang/plant-uml.js","../../node_modules/refractor/lang/plsql.js","../../node_modules/refractor/lang/powerquery.js","../../node_modules/refractor/lang/powershell.js","../../node_modules/refractor/lang/processing.js","../../node_modules/refractor/lang/prolog.js","../../node_modules/refractor/lang/promql.js","../../node_modules/refractor/lang/properties.js","../../node_modules/refractor/lang/protobuf.js","../../node_modules/refractor/lang/stylus.js","../../node_modules/refractor/lang/twig.js","../../node_modules/refractor/lang/pug.js","../../node_modules/refractor/lang/puppet.js","../../node_modules/refractor/lang/pure.js","../../node_modules/refractor/lang/purebasic.js","../../node_modules/refractor/lang/purescript.js","../../node_modules/refractor/lang/qsharp.js","../../node_modules/refractor/lang/q.js","../../node_modules/refractor/lang/qml.js","../../node_modules/refractor/lang/qore.js","../../node_modules/refractor/lang/racket.js","../../node_modules/refractor/lang/cshtml.js","../../node_modules/refractor/lang/jsx.js","../../node_modules/refractor/lang/tsx.js","../../node_modules/refractor/lang/reason.js","../../node_modules/refractor/lang/rego.js","../../node_modules/refractor/lang/renpy.js","../../node_modules/refractor/lang/rescript.js","../../node_modules/refractor/lang/rest.js","../../node_modules/refractor/lang/rip.js","../../node_modules/refractor/lang/roboconf.js","../../node_modules/refractor/lang/robotframework.js","../../node_modules/refractor/lang/sas.js","../../node_modules/refractor/lang/shell-session.js","../../node_modules/refractor/lang/smali.js","../../node_modules/refractor/lang/smalltalk.js","../../node_modules/refractor/lang/smarty.js","../../node_modules/refractor/lang/sml.js","../../node_modules/refractor/lang/solidity.js","../../node_modules/refractor/lang/solution-file.js","../../node_modules/refractor/lang/soy.js","../../node_modules/refractor/lang/turtle.js","../../node_modules/refractor/lang/sparql.js","../../node_modules/refractor/lang/splunk-spl.js","../../node_modules/refractor/lang/sqf.js","../../node_modules/refractor/lang/squirrel.js","../../node_modules/refractor/lang/stan.js","../../node_modules/refractor/lang/stata.js","../../node_modules/refractor/lang/iecst.js","../../node_modules/refractor/lang/supercollider.js","../../node_modules/refractor/lang/systemd.js","../../node_modules/refractor/lang/t4-templating.js","../../node_modules/refractor/lang/t4-cs.js","../../node_modules/refractor/lang/t4-vb.js","../../node_modules/refractor/lang/tap.js","../../node_modules/refractor/lang/tcl.js","../../node_modules/refractor/lang/tt2.js","../../node_modules/refractor/lang/toml.js","../../node_modules/refractor/lang/tremor.js","../../node_modules/refractor/lang/typoscript.js","../../node_modules/refractor/lang/unrealscript.js","../../node_modules/refractor/lang/uorazor.js","../../node_modules/refractor/lang/v.js","../../node_modules/refractor/lang/vala.js","../../node_modules/refractor/lang/velocity.js","../../node_modules/refractor/lang/verilog.js","../../node_modules/refractor/lang/vhdl.js","../../node_modules/refractor/lang/vim.js","../../node_modules/refractor/lang/visual-basic.js","../../node_modules/refractor/lang/warpscript.js","../../node_modules/refractor/lang/wasm.js","../../node_modules/refractor/lang/web-idl.js","../../node_modules/refractor/lang/wgsl.js","../../node_modules/refractor/lang/wiki.js","../../node_modules/refractor/lang/wolfram.js","../../node_modules/refractor/lang/wren.js","../../node_modules/refractor/lang/xeora.js","../../node_modules/refractor/lang/xml-doc.js","../../node_modules/refractor/lang/xojo.js","../../node_modules/refractor/lang/xquery.js","../../node_modules/refractor/lang/yang.js","../../node_modules/refractor/lang/zig.js","../../node_modules/rehype-prism-plus/dist/index.es.js","../../node_modules/refractor/lib/common.js","../../node_modules/refractor/lib/all.js","../../node_modules/rehype-prism-plus/node_modules/unist-util-visit/lib/index.js","../../node_modules/@uiw/react-textarea-code-editor/esm/index.js","../../../src/components/CodeEditor/CodeEditor.tsx","../../../src/components/Tag/Tag.tsx","../../../src/components/ActionLink/ActionLink.tsx","../../../src/components/ValuePair/ValuePair.tsx","../../../src/components/ProgressBar/ProgressBar.tsx","../../../src/components/FileSelector/FileSelector.tsx","../../../src/components/FileSelector/FileSelector.utils.ts","../../../src/components/SizeChart/SizeChart.tsx","../../../src/components/Snackbar/Snackbar.tsx","../../../src/components/Accordion/Accordion.tsx","../../../src/components/Autocomplete/Autocomplete.tsx","../../../src/components/NotificationCount/NotificationCount.tsx","../../../src/components/Wizard/WizardPage.tsx","../../../src/components/Wizard/Wizard.tsx","../../../src/components/InformativeMessage/InformativeMessage.tsx","../../node_modules/luxon/src/errors.js","../../node_modules/luxon/src/impl/formats.js","../../node_modules/luxon/src/zone.js","../../node_modules/luxon/src/zones/systemZone.js","../../node_modules/luxon/src/zones/IANAZone.js","../../node_modules/luxon/src/impl/locale.js","../../node_modules/luxon/src/impl/english.js","../../node_modules/luxon/src/zones/fixedOffsetZone.js","../../node_modules/luxon/src/zones/invalidZone.js","../../node_modules/luxon/src/impl/zoneUtil.js","../../node_modules/luxon/src/impl/util.js","../../node_modules/luxon/src/impl/digits.js","../../node_modules/luxon/src/settings.js","../../node_modules/luxon/src/impl/invalid.js","../../node_modules/luxon/src/impl/conversions.js","../../node_modules/luxon/src/impl/formatter.js","../../node_modules/luxon/src/impl/regexParser.js","../../node_modules/luxon/src/duration.js","../../node_modules/luxon/src/interval.js","../../node_modules/luxon/src/info.js","../../node_modules/luxon/src/impl/diff.js","../../node_modules/luxon/src/impl/tokenParser.js","../../node_modules/luxon/src/datetime.js","../../node_modules/clsx/dist/clsx.mjs","../../node_modules/mem/node_modules/mimic-fn/index.js","../../node_modules/p-defer/index.js","../../node_modules/map-age-cleaner/dist/index.js","../../node_modules/mem/dist/index.js","../../node_modules/get-user-locale/dist/esm/index.js","../../node_modules/@wojtekmaj/date-utils/dist/esm/index.js","../../node_modules/react-calendar/dist/esm/shared/const.js","../../node_modules/react-calendar/dist/esm/shared/dateFormatter.js","../../node_modules/react-calendar/dist/esm/shared/dates.js","../../node_modules/react-calendar/dist/esm/Calendar/Navigation.js","../../node_modules/react-calendar/dist/esm/Flex.js","../../node_modules/react-calendar/dist/esm/shared/utils.js","../../node_modules/react-calendar/dist/esm/TileGroup.js","../../node_modules/react-calendar/dist/esm/Tile.js","../../node_modules/react-calendar/dist/esm/CenturyView/Decade.js","../../node_modules/react-calendar/dist/esm/CenturyView/Decades.js","../../node_modules/react-calendar/dist/esm/CenturyView.js","../../node_modules/react-calendar/dist/esm/DecadeView/Year.js","../../node_modules/react-calendar/dist/esm/DecadeView/Years.js","../../node_modules/react-calendar/dist/esm/DecadeView.js","../../node_modules/react-calendar/dist/esm/YearView/Month.js","../../node_modules/react-calendar/dist/esm/YearView/Months.js","../../node_modules/react-calendar/dist/esm/YearView.js","../../node_modules/react-calendar/dist/esm/MonthView/Day.js","../../node_modules/react-calendar/dist/esm/MonthView/Days.js","../../node_modules/react-calendar/dist/esm/MonthView/Weekdays.js","../../node_modules/react-calendar/dist/esm/MonthView/WeekNumber.js","../../node_modules/react-calendar/dist/esm/MonthView/WeekNumbers.js","../../node_modules/react-calendar/dist/esm/MonthView.js","../../node_modules/react-calendar/dist/esm/Calendar.js","../../../src/components/DateTimeInput/DateSelector.tsx","../../../src/components/DateTimeInput/TimeSelector.tsx","../../../src/components/DateTimeInput/DateTimeSelector.tsx","../../../src/components/DateTimeInput/DateTimeInput.tsx","../../../src/components/Link/Link.tsx","../../../src/components/Slider/Slider.tsx","../../../src/components/ButtonGroup/ButtonGroup.tsx","../../node_modules/lodash/lodash.js","../../../src/components/FormActionsTray/FormActionsTray.tsx","../../../src/components/Pill/Pill.tsx","../../../src/components/SearchBox/SearchBox.tsx","../../../src/components/Badge/Badge.tsx","../../../src/components/Table/Table.tsx","../../../src/components/Table/TableBody.tsx","../../../src/components/Table/TableCell.tsx","../../../src/components/Table/TableHead.tsx","../../../src/components/Table/TableHeadCell.tsx","../../../src/components/Table/TableRow.tsx"],"sourcesContent":["import { ThemeColorItem } from \"./global.types\";\n\nexport const themeColors: ThemeColorItem = {\n \"Color/Base/Royal/0\": {\n lightMode: \"#eff6ff\",\n darkMode: \"#192652\",\n },\n \"Color/Base/Royal/1\": {\n lightMode: \"#dceafd\",\n darkMode: \"#213b87\",\n },\n \"Color/Base/Royal/2\": {\n lightMode: \"#c1dbfc\",\n darkMode: \"#2241ab\",\n },\n \"Color/Base/Royal/3\": {\n lightMode: \"#96c4fa\",\n darkMode: \"#2350d2\",\n },\n \"Color/Base/Royal/4\": {\n lightMode: \"#65a4f5\",\n darkMode: \"#2b64e5\",\n },\n \"Color/Base/Royal/5\": {\n lightMode: \"#4182f0\",\n darkMode: \"#4182f0\",\n },\n \"Color/Base/Royal/6\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Base/Royal/7\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Base/Royal/8\": {\n lightMode: \"#2241ab\",\n darkMode: \"#c1dbfc\",\n },\n \"Color/Base/Royal/9\": {\n lightMode: \"#213b87\",\n darkMode: \"#dceafd\",\n },\n \"Color/Base/Royal/10\": {\n lightMode: \"#192652\",\n darkMode: \"#eff6ff\",\n },\n \"Color/Base/Java/0\": {\n lightMode: \"#effdf9\",\n darkMode: \"#052e2b\",\n },\n \"Color/Base/Java/1\": {\n lightMode: \"#cdf9ee\",\n darkMode: \"#164c45\",\n },\n \"Color/Base/Java/2\": {\n lightMode: \"#9cf3dd\",\n darkMode: \"#135b53\",\n },\n \"Color/Base/Java/3\": {\n lightMode: \"#63e5c9\",\n darkMode: \"#147265\",\n },\n \"Color/Base/Java/4\": {\n lightMode: \"#32ceb2\",\n darkMode: \"#148f7c\",\n },\n \"Color/Base/Java/5\": {\n lightMode: \"#18ae95\",\n darkMode: \"#18ae95\",\n },\n \"Color/Base/Java/6\": {\n lightMode: \"#148f7c\",\n darkMode: \"#32ceb2\",\n },\n \"Color/Base/Java/7\": {\n lightMode: \"#147265\",\n darkMode: \"#63e5c9\",\n },\n \"Color/Base/Java/8\": {\n lightMode: \"#135b53\",\n darkMode: \"#9cf3dd\",\n },\n \"Color/Base/Java/9\": {\n lightMode: \"#164c45\",\n darkMode: \"#cdf9ee\",\n },\n \"Color/Base/Java/10\": {\n lightMode: \"#052e2b\",\n darkMode: \"#effdf9\",\n },\n \"Color/Base/Orange/0\": {\n lightMode: \"#fffcea\",\n darkMode: \"#481a00\",\n },\n \"Color/Base/Orange/1\": {\n lightMode: \"#fff5c5\",\n darkMode: \"#7c360b\",\n },\n \"Color/Base/Orange/2\": {\n lightMode: \"#ffeb85\",\n darkMode: \"#984108\",\n },\n \"Color/Base/Orange/3\": {\n lightMode: \"#ffda46\",\n darkMode: \"#bb5502\",\n },\n \"Color/Base/Orange/4\": {\n lightMode: \"#ffc61b\",\n darkMode: \"#e27b00\",\n },\n \"Color/Base/Orange/5\": {\n lightMode: \"#ffa400\",\n darkMode: \"#ffa400\",\n },\n \"Color/Base/Orange/6\": {\n lightMode: \"#e27b00\",\n darkMode: \"#ffc61b\",\n },\n \"Color/Base/Orange/7\": {\n lightMode: \"#bb5502\",\n darkMode: \"#ffda46\",\n },\n \"Color/Base/Orange/8\": {\n lightMode: \"#984108\",\n darkMode: \"#ffeb85\",\n },\n \"Color/Base/Orange/9\": {\n lightMode: \"#7c360b\",\n darkMode: \"#fff5c5\",\n },\n \"Color/Base/Orange/10\": {\n lightMode: \"#481a00\",\n darkMode: \"#fffcea\",\n },\n \"Color/Base/Sunset/0\": {\n lightMode: \"#fff4ec\",\n darkMode: \"#460804\",\n },\n \"Color/Base/Sunset/1\": {\n lightMode: \"#ffe6d3\",\n darkMode: \"#82180c\",\n },\n \"Color/Base/Sunset/2\": {\n lightMode: \"#ffc9a5\",\n darkMode: \"#a1190b\",\n },\n \"Color/Base/Sunset/3\": {\n lightMode: \"#ffa46d\",\n darkMode: \"#cc1f02\",\n },\n \"Color/Base/Sunset/4\": {\n lightMode: \"#ff7232\",\n darkMode: \"#ff3100\",\n },\n \"Color/Base/Sunset/5\": {\n lightMode: \"#ff4c0a\",\n darkMode: \"#ff4c0a\",\n },\n \"Color/Base/Sunset/6\": {\n lightMode: \"#ff3100\",\n darkMode: \"#ff7232\",\n },\n \"Color/Base/Sunset/7\": {\n lightMode: \"#cc1f02\",\n darkMode: \"#ffa46d\",\n },\n \"Color/Base/Sunset/8\": {\n lightMode: \"#a1190b\",\n darkMode: \"#ffc9a5\",\n },\n \"Color/Base/Sunset/9\": {\n lightMode: \"#82180c\",\n darkMode: \"#ffe6d3\",\n },\n \"Color/Base/Sunset/10\": {\n lightMode: \"#460804\",\n darkMode: \"#fff4ec\",\n },\n \"Color/Neutral/Text/colorText\": {\n lightMode: \"#000000e0\",\n darkMode: \"#ffffffe0\",\n },\n \"Color/Base/Black\": {\n lightMode: \"#000000\",\n darkMode: \"#000000\",\n },\n \"Color/Base/White\": {\n lightMode: \"#ffffff\",\n darkMode: \"#ffffff\",\n },\n \"Color/Neutral/Text/colorTextSecondary\": {\n lightMode: \"#000000a6\",\n darkMode: \"#ffffffa6\",\n },\n \"Color/Neutral/Text/colorTextTertiary\": {\n lightMode: \"#00000073\",\n darkMode: \"#ffffff73\",\n },\n \"Color/Neutral/Text/colorTextQuaternary\": {\n lightMode: \"#00000040\",\n darkMode: \"#ffffff40\",\n },\n \"Color/Neutral/Text/colorTextLightSolid\": {\n lightMode: \"#ffffff\",\n darkMode: \"#ffffff\",\n },\n \"Color/Neutral/Text/colorTextHeading\": {\n lightMode: \"#000000e0\",\n darkMode: \"#ffffffe0\",\n },\n \"Color/Neutral/Text/colorTextLabel\": {\n lightMode: \"#000000a6\",\n darkMode: \"#ffffffa6\",\n },\n \"Color/Neutral/Text/colorTextDescription\": {\n lightMode: \"#00000073\",\n darkMode: \"#ffffff73\",\n },\n \"Color/Neutral/Text/colorTextDisabled\": {\n lightMode: \"#00000040\",\n darkMode: \"#ffffff40\",\n },\n \"Color/Neutral/Text/colorTextPlaceholder\": {\n lightMode: \"#00000040\",\n darkMode: \"#ffffff40\",\n },\n \"Color/Neutral/Icon/colorIcon\": {\n lightMode: \"#434347\",\n darkMode: \"#cfd0d2\",\n },\n \"Color/Neutral/Icon/colorIconHover\": {\n lightMode: \"#2d2d2f\",\n darkMode: \"#e3e6ea\",\n },\n \"Color/Neutral/colorWhite\": {\n lightMode: \"#ffffff\",\n darkMode: \"#ffffff\",\n },\n \"Color/Neutral/colorBgBase\": {\n lightMode: \"#f4f6f7\",\n darkMode: \"#202022\",\n },\n \"Color/Neutral/transparent\": {\n lightMode: \"#00000000\",\n darkMode: \"#ffffff00\",\n },\n \"Color/Neutral/Bg/colorBgContainer\": {\n lightMode: \"#ffffff\",\n darkMode: \"##2D2D2F\",\n },\n \"Color/Neutral/Bg/colorBgFields\": {\n lightMode: \"#FCFCFF\",\n darkMode: \"#434347\",\n },\n \"Color/Neutral/Bg/colorBgOverlay\": {\n lightMode: \"#202022a6\",\n darkMode: \"#202022a6\",\n },\n \"Color/Neutral/Bg/colorBgShell\": {\n lightMode: \"#f4f6f7\",\n darkMode: \"#202022\",\n },\n \"Color/Neutral/colorBlack\": {\n lightMode: \"#000000\",\n darkMode: \"#000000\",\n },\n \"Color/Neutral/Bg/colorBgSections\": {\n lightMode: \"#e3e6ea80\",\n darkMode: \"#20202280\",\n },\n \"Color/Neutral/Border/colorBorderMinimal\": {\n lightMode: \"#E3E6EA\",\n darkMode: \"#434347\",\n },\n \"Color/Neutral/Border/colorBorderSubtle\": {\n lightMode: \"#CFD0D2\",\n darkMode: \"#5A5B60\",\n },\n \"Color/Neutral/Border/colorBorderBold\": {\n lightMode: \"#84858C\",\n darkMode: \"#84858C\",\n },\n \"Color/Base/Shark/0\": {\n lightMode: \"#f4f6f7\",\n darkMode: \"#202022\",\n },\n \"Color/Base/Shark/1\": {\n lightMode: \"#e3e6ea\",\n darkMode: \"#2d2d2f\",\n },\n \"Color/Base/Shark/2\": {\n lightMode: \"#cfd0d2\",\n darkMode: \"#434347\",\n },\n \"Color/Base/Shark/3\": {\n lightMode: \"#adaeb3\",\n darkMode: \"#4d4d51\",\n },\n \"Color/Base/Shark/4\": {\n lightMode: \"#84858c\",\n darkMode: \"#5a5b60\",\n },\n \"Color/Base/Shark/5\": {\n lightMode: \"#696a71\",\n darkMode: \"#696a71\",\n },\n \"Color/Base/Shark/6\": {\n lightMode: \"#5a5b60\",\n darkMode: \"#84858c\",\n },\n \"Color/Base/Shark/7\": {\n lightMode: \"#4d4d51\",\n darkMode: \"#adaeb3\",\n },\n \"Color/Base/Shark/8\": {\n lightMode: \"#434347\",\n darkMode: \"#cfd0d2\",\n },\n \"Color/Base/Shark/9\": {\n lightMode: \"#2d2d2f\",\n darkMode: \"#e3e6ea\",\n },\n \"Color/Base/Shark/10\": {\n lightMode: \"#202022\",\n darkMode: \"#f4f6f7\",\n },\n \"Color/Neutral/Bg/colorBgElevated\": {\n lightMode: \"#ffffff\",\n darkMode: \"#434347\",\n },\n \"Color/Brand/Primary/colorPrimary\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Brand/Primary/colorPrimaryBg\": {\n lightMode: \"#dceafd\",\n darkMode: \"#213b87\",\n },\n \"Color/Brand/Primary/colorPrimaryBgHover\": {\n lightMode: \"#96c4fa\",\n darkMode: \"#2350d2\",\n },\n \"Color/Brand/Link/colorLink\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Documentation\": {\n lightMode: \"#9747ff\",\n darkMode: \"#947bff\",\n },\n \"Color/Brand/Link/colorLinkHover\": {\n lightMode: \"#4182f0\",\n darkMode: \"#4182f0\",\n },\n \"Color/Brand/Primary/colorPrimaryHover\": {\n lightMode: \"#4182f0\",\n darkMode: \"#4182f0\",\n },\n \"Color/Brand/Primary/colorPrimaryBorder\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Brand/Primary/colorPrimaryBorderHover\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Brand/Primary/colorPrimaryText\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Brand/Primary/colorPrimaryTextHover\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Brand/Link/colorLinkVisited\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Brand/Primary/colorPrimaryActive\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Brand/Warning/colorPrimary\": {\n lightMode: \"#e27b00\",\n darkMode: \"#ffc61b\",\n },\n \"Color/Brand/Warning/colorPrimaryActive\": {\n lightMode: \"#bb5502\",\n darkMode: \"#ffda46\",\n },\n \"Color/Brand/Warning/colorPrimaryHover\": {\n lightMode: \"#ffa400\",\n darkMode: \"#ffa400\",\n },\n \"Color/Brand/Warning/colorPrimaryBg\": {\n lightMode: \"#fff5c5\",\n darkMode: \"#7c360b\",\n },\n \"Color/Brand/Warning/colorPrimaryBgHover\": {\n lightMode: \"#ffda46\",\n darkMode: \"#bb5502\",\n },\n \"Color/Brand/Warning/colorPrimaryBorder\": {\n lightMode: \"#e27b00\",\n darkMode: \"#ffc61b\",\n },\n \"Color/Brand/Warning/colorPrimaryBorderHover\": {\n lightMode: \"#bb5502\",\n darkMode: \"#ffda46\",\n },\n \"Color/Brand/Warning/colorPrimaryText\": {\n lightMode: \"#e27b00\",\n darkMode: \"#ffc61b\",\n },\n \"Color/Brand/Warning/colorPrimaryTextHover\": {\n lightMode: \"#bb5502\",\n darkMode: \"#ffda46\",\n },\n \"Color/Brand/Success/colorPrimary\": {\n lightMode: \"#148f7c\",\n darkMode: \"#32ceb2\",\n },\n \"Color/Brand/Success/colorPrimaryActive\": {\n lightMode: \"#147265\",\n darkMode: \"#63e5c9\",\n },\n \"Color/Brand/Success/colorPrimaryHover\": {\n lightMode: \"#18ae95\",\n darkMode: \"#18ae95\",\n },\n \"Color/Brand/Success/colorPrimaryBg\": {\n lightMode: \"#cdf9ee\",\n darkMode: \"#164c45\",\n },\n \"Color/Brand/Success/colorPrimaryBgHover\": {\n lightMode: \"#63e5c9\",\n darkMode: \"#147265\",\n },\n \"Color/Brand/Success/colorPrimaryBorder\": {\n lightMode: \"#148f7c\",\n darkMode: \"#32ceb2\",\n },\n \"Color/Brand/Success/colorPrimaryBorderHover\": {\n lightMode: \"#147265\",\n darkMode: \"#63e5c9\",\n },\n \"Color/Brand/Success/colorPrimaryText\": {\n lightMode: \"#148f7c\",\n darkMode: \"#32ceb2\",\n },\n \"Color/Brand/Success/colorPrimaryTextHover\": {\n lightMode: \"#147265\",\n darkMode: \"#63e5c9\",\n },\n \"Color/Brand/Error/colorPrimary\": {\n lightMode: \"#ff3100\",\n darkMode: \"#ff7232\",\n },\n \"Color/Brand/Error/colorPrimaryActive\": {\n lightMode: \"#cc1f02\",\n darkMode: \"#ffa46d\",\n },\n \"Color/Brand/Error/colorPrimaryHover\": {\n lightMode: \"#ff4c0a\",\n darkMode: \"#ff4c0a\",\n },\n \"Color/Brand/Error/colorPrimaryBg\": {\n lightMode: \"#ffe6d3\",\n darkMode: \"#82180c\",\n },\n \"Color/Brand/Error/colorPrimaryBgHover\": {\n lightMode: \"#ffa46d\",\n darkMode: \"#cc1f02\",\n },\n \"Color/Brand/Error/colorPrimaryBorder\": {\n lightMode: \"#ff3100\",\n darkMode: \"#ff7232\",\n },\n \"Color/Brand/Error/colorPrimaryBorderHover\": {\n lightMode: \"#cc1f02\",\n darkMode: \"#ffa46d\",\n },\n \"Color/Brand/Error/colorPrimaryText\": {\n lightMode: \"#ff3100\",\n darkMode: \"#ff7232\",\n },\n \"Color/Brand/Error/colorPrimaryTextHover\": {\n lightMode: \"#cc1f02\",\n darkMode: \"#ffa46d\",\n },\n \"Color/Brand/Control/colorBgActive\": {\n lightMode: \"#dceafd\",\n darkMode: \"#213b87\",\n },\n \"Color/Brand/Control/colorBgHover\": {\n lightMode: \"#EDEEF1\",\n darkMode: \"#2d2d2f\",\n },\n \"Color/Brand/Info/colorPrimary\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Brand/Info/colorPrimaryActive\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Brand/Info/colorPrimaryHover\": {\n lightMode: \"#4182f0\",\n darkMode: \"#4182f0\",\n },\n \"Color/Brand/Info/colorPrimaryBg\": {\n lightMode: \"#dceafd\",\n darkMode: \"#213b87\",\n },\n \"Color/Brand/Info/colorPrimaryBgHover\": {\n lightMode: \"#96c4fa\",\n darkMode: \"#2350d2\",\n },\n \"Color/Brand/Info/colorPrimaryBorder\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Brand/Info/colorPrimaryBorderHover\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Brand/Info/colorPrimaryText\": {\n lightMode: \"#2b64e5\",\n darkMode: \"#65a4f5\",\n },\n \"Color/Brand/Info/colorPrimaryTextHover\": {\n lightMode: \"#2350d2\",\n darkMode: \"#96c4fa\",\n },\n \"Color/Brand/Neutral/colorPrimary\": {\n lightMode: \"#5a5b60\",\n darkMode: \"#84858c\",\n },\n \"Color/Brand/Neutral/colorPrimaryActive\": {\n lightMode: \"#4d4d51\",\n darkMode: \"#adaeb3\",\n },\n \"Color/Brand/Neutral/colorPrimaryHover\": {\n lightMode: \"#696a71\",\n darkMode: \"#696a71\",\n },\n \"Color/Brand/Neutral/colorPrimaryBg\": {\n lightMode: \"#cfd0d2\",\n darkMode: \"#434347\",\n },\n \"Color/Brand/Neutral/colorPrimaryBgHover\": {\n lightMode: \"#cfd0d2\",\n darkMode: \"#434347\",\n },\n \"Color/Brand/Neutral/colorPrimaryBorder\": {\n lightMode: \"#5a5b60\",\n darkMode: \"#5a5b60\",\n },\n \"Color/Brand/Neutral/colorPrimaryBorderHover\": {\n lightMode: \"#5a5b60\",\n darkMode: \"#5a5b60\",\n },\n \"Color/Brand/Neutral/colorPrimaryText\": {\n lightMode: \"#000000a6\",\n darkMode: \"#ffffffa6\",\n },\n \"Color/Brand/Neutral/colorPrimaryTextHover\": {\n lightMode: \"#000000e0\",\n darkMode: \"#ffffffe0\",\n },\n \"Color/Neutral/Bg/colorBgDisabled\": {\n lightMode: \"#E3E6EA\",\n darkMode: \"#434347\",\n },\n \"Color/Brand/_minio/Raspberry\": {\n lightMode: \"#c72e49\",\n darkMode: \"#c72e49\",\n },\n \"Color/Brand/_minio/Midnight\": {\n lightMode: \"#012b35\",\n darkMode: \"#012b35\",\n },\n \"Color/Brand/_minio/Nautical\": {\n lightMode: \"#0d303f\",\n darkMode: \"#0d303f\",\n },\n \"Color/Brand/_minio/Meridian\": {\n lightMode: \"#132742\",\n darkMode: \"#132742\",\n },\n \"Color/Brand/_minio/Glaicer\": {\n lightMode: \"#edf7f7\",\n darkMode: \"#edf7f7\",\n },\n \"Color/Neutral/Border/colorBorderStrong\": {\n lightMode: \"#2d2d2f\",\n darkMode: \"#e3e6ea\",\n },\n \"Color/Neutral/Bg/colorBgContrast\": {\n lightMode: \"#000000\",\n darkMode: \"#ffffff\",\n },\n \"Color/Base/Purple/0\": {\n lightMode: \"#f4f3ff\",\n darkMode: \"#2b1362\",\n },\n \"Color/Base/Purple/1\": {\n lightMode: \"#eceafd\",\n darkMode: \"#47228f\",\n },\n \"Color/Base/Purple/2\": {\n lightMode: \"#dcd8fc\",\n darkMode: \"#5427b0\",\n },\n \"Color/Base/Purple/3\": {\n lightMode: \"#c2b8fa\",\n darkMode: \"#642dd2\",\n },\n \"Color/Base/Purple/4\": {\n lightMode: \"#a38ff6\",\n darkMode: \"#7542e6\",\n },\n \"Color/Base/Purple/5\": {\n lightMode: \"#8562f0\",\n darkMode: \"#8562f0\",\n },\n \"Color/Base/Purple/6\": {\n lightMode: \"#7542e6\",\n darkMode: \"#a38ff6\",\n },\n \"Color/Base/Purple/7\": {\n lightMode: \"#642dd2\",\n darkMode: \"#c2b8fa\",\n },\n \"Color/Base/Purple/8\": {\n lightMode: \"#5427b0\",\n darkMode: \"#dcd8fc\",\n },\n \"Color/Base/Purple/9\": {\n lightMode: \"#47228f\",\n darkMode: \"#eceafd\",\n },\n \"Color/Base/Purple/10\": {\n lightMode: \"#2b1362\",\n darkMode: \"#f4f3ff\",\n },\n \"Color/Base/Scooter/0\": {\n lightMode: \"#edfcfe\",\n darkMode: \"#0b3041\",\n },\n \"Color/Base/Scooter/1\": {\n lightMode: \"#d1f6fc\",\n darkMode: \"#1a4960\",\n },\n \"Color/Base/Scooter/2\": {\n lightMode: \"#aaedf8\",\n darkMode: \"#1a5971\",\n },\n \"Color/Base/Scooter/3\": {\n lightMode: \"#6ddef3\",\n darkMode: \"#156d8a\",\n },\n \"Color/Base/Scooter/4\": {\n lightMode: \"#34c8e6\",\n darkMode: \"#0e87ab\",\n },\n \"Color/Base/Scooter/5\": {\n lightMode: \"#10a9cb\",\n darkMode: \"#10a9cb\",\n },\n \"Color/Base/Scooter/6\": {\n lightMode: \"#0e87ab\",\n darkMode: \"#34c8e6\",\n },\n \"Color/Base/Scooter/7\": {\n lightMode: \"#156d8a\",\n darkMode: \"#6ddef3\",\n },\n \"Color/Base/Scooter/8\": {\n lightMode: \"#1a5971\",\n darkMode: \"#aaedf8\",\n },\n \"Color/Base/Scooter/9\": {\n lightMode: \"#1a4960\",\n darkMode: \"#d1f6fc\",\n },\n \"Color/Base/Scooter/10\": {\n lightMode: \"#0b3041\",\n darkMode: \"#edfcfe\",\n },\n \"Color/Base/Rose/0\": {\n lightMode: \"#fef1f8\",\n darkMode: \"#550228\",\n },\n \"Color/Base/Rose/1\": {\n lightMode: \"#fee5f4\",\n darkMode: \"#8b1048\",\n },\n \"Color/Base/Rose/2\": {\n lightMode: \"#fecceb\",\n darkMode: \"#a70d55\",\n },\n \"Color/Base/Rose/3\": {\n lightMode: \"#ffa2da\",\n darkMode: \"#ca0c66\",\n },\n \"Color/Base/Rose/4\": {\n lightMode: \"#fe69bf\",\n darkMode: \"#e81880\",\n },\n \"Color/Base/Rose/5\": {\n lightMode: \"#f93ba4\",\n darkMode: \"#f93ba4\",\n },\n \"Color/Base/Rose/6\": {\n lightMode: \"#e81880\",\n darkMode: \"#fe69bf\",\n },\n \"Color/Base/Rose/7\": {\n lightMode: \"#ca0c66\",\n darkMode: \"#ffa2da\",\n },\n \"Color/Base/Rose/8\": {\n lightMode: \"#a70d55\",\n darkMode: \"#fecceb\",\n },\n \"Color/Base/Rose/9\": {\n lightMode: \"#8b1048\",\n darkMode: \"#fee5f4\",\n },\n \"Color/Base/Rose/10\": {\n lightMode: \"#550228\",\n darkMode: \"#fef1f8\",\n },\n \"Color/Base/Gray/1\": {\n lightMode: \"#FCFCFF\",\n darkMode: \"#09090B\",\n },\n \"Color/Dataviz/1\": {\n lightMode: \"#2B64E5\",\n darkMode: \"#4182F0\",\n },\n \"Color/Dataviz/2\": {\n lightMode: \"#F93BA4\",\n darkMode: \"#F93BA4\",\n },\n \"Color/Dataviz/3\": {\n lightMode: \"#135B53\",\n darkMode: \"#9CF3DD\",\n },\n \"Color/Dataviz/4\": {\n lightMode: \"#E27B00\",\n darkMode: \"#FFC61B\",\n },\n \"Color/Dataviz/5\": {\n lightMode: \"#7C360B\",\n darkMode: \"#E27B00\",\n },\n \"Color/Dataviz/6\": {\n lightMode: \"#65A4F5\",\n darkMode: \"#65A4F5\",\n },\n \"Color/Dataviz/7\": {\n lightMode: \"#FF4C0A\",\n darkMode: \"#FF4C0A\",\n },\n \"Color/Dataviz/8\": {\n lightMode: \"#7542E6\",\n darkMode: \"#8562F0\",\n },\n \"Color/Dataviz/9\": {\n lightMode: \"#32CEB2\",\n darkMode: \"#18AE95\",\n },\n \"Color/Dataviz/10\": {\n lightMode: \"#2350D2\",\n darkMode: \"#2B64E5\",\n },\n \"Color/Dataviz/11\": {\n lightMode: \"#10A9CB\",\n darkMode: \"#10A9CB\",\n },\n \"Color/Dataviz/12\": {\n lightMode: \"#82180C\",\n darkMode: \"#FFA46D\",\n },\n \"Color/Dataviz/13\": {\n lightMode: \"#FE69BF\",\n darkMode: \"#E81880\",\n },\n \"Color/Dataviz/14\": {\n lightMode: \"#213B87\",\n darkMode: \"#C1DBFC\",\n },\n \"Color/Dataviz/15\": {\n lightMode: \"#FFC61B\",\n darkMode: \"#FFEB85\",\n },\n \"Color/Dataviz/none\": {\n lightMode: \"#E3E6EA\",\n darkMode: \"#4D4D51\",\n },\n // Orphan colors not in the design system export\n \"Components/Button/Neutral/colorTextHover\": {\n lightMode: \"#000000E0\",\n darkMode: \"#ffffffE0\",\n },\n //references: Color/Base/Royal/8\n \"Components/Button/Primary/colorBgActive\": {\n lightMode: \"#2241ab\",\n darkMode: \"#c1dbfc\",\n },\n //references: Color/Base/Sunset/8\n \"Components/Button/Destructive/colorBgActive\": {\n lightMode: \"#a1190b\",\n darkMode: \"#ffc9a5\",\n },\n};\n\nexport const themeShadows = {\n \"boxShadow-01\": \"0 1px 1px 0 rgba(0, 0, 0, 0.15)\",\n \"boxShadow-02\":\n \"0px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 1px 6px -1px rgba(0, 0, 0, 0.07), 0px 2px 4px 0px rgba(0, 0, 0, 0.07)\",\n \"boxShadow-03\":\n \"0px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 4px 12px -1px rgba(0, 0, 0, 0.15), 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\",\n \"boxShadow-04\":\n \"0px 4px 8px 0px rgba(0, 0, 0, 0.10), 0px 6px 12px 0px rgba(0, 0, 0, 0.10), 0px 6px 16px 0px rgba(0, 0, 0, 0.10)\",\n \"focusStyle-Light\": \"0px 0px 0px 2px rgba(43, 100, 229, 0.30)\",\n \"focusStyle-Dark\": \"0px 0px 0px 2px rgba(100, 164, 245, 0.30)\",\n};\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { ColorVariant, IBytesCalc, OverrideTheme } from \"./global.types\";\nimport { themeColors } from \"./themeColors\";\nimport { DefaultTheme } from \"styled-components\";\n\nexport const breakPoints = { xs: 0, sm: 576, md: 768, lg: 992, xl: 1200 };\nexport const paddingSizeVariants = {\n sizeXXXS: 2,\n sizeXXS: 4,\n sizeXS: 8,\n sizeSM: 12,\n size: 16,\n sizeMD: 20,\n sizeLG: 24,\n sizeXL: 32,\n sizeXXL: 48,\n};\nexport const radioVariants = {\n borderRadiusXS: 2,\n borderRadiusSM: 4,\n borderRadius: 6,\n borderRadiusLG: 12,\n borderRadiusXLG: 16,\n};\n\nexport const units = [\n \"B\",\n \"KiB\",\n \"MiB\",\n \"GiB\",\n \"TiB\",\n \"PiB\",\n \"EiB\",\n \"ZiB\",\n \"YiB\",\n];\n\nexport const fractionToPerc = (fraction: \"auto\" | number | boolean) => {\n if (fraction === \"auto\" || (typeof fraction === \"boolean\" && fraction)) {\n return \"100%\";\n } else if (fraction === false) {\n return \"initial\";\n }\n\n let fr = Math.floor(fraction);\n\n if (fr > 12) {\n fr = 12;\n console.warn(\"Grid fraction cannot be greater than 12\");\n } else if (fr < 1) {\n fr = 1;\n console.warn(\"Grid fraction cannot be smaller than 1\");\n }\n\n const percCalculate = (fr * 100) / 12;\n\n return `${percCalculate}%`;\n};\n\nexport const calculateBytes = (\n x: string | number,\n showDecimals = false,\n roundFloor = true,\n): IBytesCalc => {\n let bytes;\n\n if (typeof x === \"string\") {\n bytes = parseInt(x, 10);\n } else {\n bytes = x;\n }\n\n if (bytes === 0) {\n return { total: 0, unit: units[0] };\n }\n\n // Gi : GiB\n const k = 1024;\n\n // Get unit for measure\n const i = Math.floor(Math.log(bytes) / Math.log(k));\n\n const fractionDigits = showDecimals ? 1 : 0;\n\n const bytesUnit = bytes / Math.pow(k, i);\n\n const roundedUnit = roundFloor ? Math.floor(bytesUnit) : bytesUnit;\n\n // Get Unit parsed\n const unitParsed = parseFloat(roundedUnit.toFixed(fractionDigits));\n const finalUnit = units[i];\n\n return { total: unitParsed, unit: finalUnit };\n};\n\nexport const getThemeColors = (\n themeSubVar: string,\n): { [key: string]: string } => {\n const returnItem: { [key: string]: string } = {};\n const suVar = themeSubVar as keyof ColorVariant;\n\n const colorKeys = Object.keys(themeColors);\n\n colorKeys.forEach((key) => {\n const currItem = themeColors[key];\n\n if (currItem[suVar]) {\n returnItem[key] = currItem[suVar];\n }\n });\n\n return returnItem;\n};\n\nexport const overridePropsParse = (\n overrideValue: OverrideTheme,\n theme: DefaultTheme,\n) => {\n if (overrideValue) {\n // Override is a function, we need to evaluate\n if (overrideValue instanceof Function) {\n return overrideValue(theme);\n }\n\n return overrideValue;\n }\n};\n","function memoize(fn) {\n var cache = Object.create(null);\n return function (arg) {\n if (cache[arg] === undefined) cache[arg] = fn(arg);\n return cache[arg];\n };\n}\n\nexport { memoize as default };\n","import memoize from '@emotion/memoize';\n\nvar reactPropsRegex = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/; // https://esbench.com/bench/5bfee68a4cd7e6009ef61d23\n\nvar isPropValid = /* #__PURE__ */memoize(function (prop) {\n return reactPropsRegex.test(prop) || prop.charCodeAt(0) === 111\n /* o */\n && prop.charCodeAt(1) === 110\n /* n */\n && prop.charCodeAt(2) < 91;\n}\n/* Z+1 */\n);\n\nexport { isPropValid as default };\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { ThemeDefinitionProps } from \"./global.types\";\nimport { themeColors, themeShadows } from \"./themeColors\";\nimport { getThemeColors, paddingSizeVariants, radioVariants } from \"./utils\";\n\nexport const lightColors = {\n white: \"#fff\",\n sectionOneBG: \"#fff\",\n defaultFontColor: \"#000\",\n bulletColor: \"#2781B0\",\n borderColor: \"#E2E2E2\",\n boxBackground: \"#FBFAFA\",\n mainGrey: \"#5B5C5C\",\n disabledGrey: \"#E6EBEB\",\n hoverGrey: \"#E6EAEB\",\n pressedGrey: \"#D5D7D8\",\n actionDisabledGrey: \"#E7EAEB\",\n mainBlue: \"#07193E\",\n hoverBlue: \"#0D2453\",\n pressedBlue: \"#05132F\",\n mainRed: \"#C51B3F\",\n hoverRed: \"#FCF2F4\",\n lightRed: \"#C83B51\",\n divisorColor: \"#E3E3E3\",\n disabledBGGrey: \"#D5D7D7\",\n disabledInnerGrey: \"#B4B4B4\",\n logoLabel: \"#000000\",\n logoLabelInverse: \"#fff\",\n promoBlue: \"#A6DFEF\",\n footerDivider: \"#F2F2F2\",\n promoBG: \"#000110\",\n loaderColor: \"#113053\",\n headerBG: \"#FFFFFF\",\n headerBorder: \"#E5E5E5\",\n headerColor: \"#000000\",\n tooltipBG: \"#737373\",\n tooltipColor: \"#FFFFFF\",\n labelColor: \"#07193E\",\n mainGreen: \"#4CCB92\",\n checkBoxBorder: \"#c3c3c3\",\n iconButtonBG: \"#F8F8F8\",\n iconButtonActive: \"#5B5C5C80\",\n iconButtonHover: \"#EFEFEF\",\n iconButtonDisabled: \"#E6EBEB\",\n iconButtonColor: \"#7C7C7C\",\n backLinkColor: \"#073052\",\n backLinkArrow: \"#081C42\",\n backLinkHover: \"#eaedee\",\n commonLinkColor: \"#969FA8\",\n breadcrumbsBackground: \"#FCFCFD\",\n breadcrumbsBackBorder: \"#EAEDEE\",\n breadcrumbsText: \"#969FA8\",\n actionsListBorder: \"#F1F1F1\",\n disabledActionsColor: \"#EBEBEB\",\n optionTextColor: \"#5E5E5E\",\n modalCloseColor: \"#757575\",\n modalCloseHoverBG: \"#EAEAEA\",\n modalOverlayBG: \"#00000050\",\n bulletBGColor: \"#F1F4F4\",\n placeholder: \"#858585\",\n readBoxTextColor: \"#696969\",\n secondAction: \"#005C7E\",\n secondActionHover: \"#1B779A\",\n secondActionActive: \"#07506A\",\n mainOrange: \"#FFBD62\",\n menuBackground:\n \"linear-gradient(90deg, rgba(2,49,80,1) 0%, rgba(0,39,77,1) 50%, rgba(11,34,69,1) 100%)\",\n menuDropArrowColor: \"#8399AB\",\n menuDropArrowBackground: \"#0A1C3C\",\n menuSelectedOption:\n \"linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(20,88,122,1) 100%)\",\n menuCommonColor: \"#CADAE8\",\n menuColorDivider: \"#0F446C\",\n menuCollapseColor: \"#E8E8E8\",\n menuIconBG: \"#06274E\",\n menuIconBorder: \"#052148\",\n tabBorder: \"#EAEAEA\",\n codeEditorComment: \"#6e7781\",\n codeEditorEntityTag: \"#116329\",\n codeEditorEntity: \"#8250df\",\n codeEditorSublimelinterGutterMark: \"#8c959f\",\n codeEditorConstant: \"#0550ae\",\n codeEditorString: \"#0a3069\",\n codeEditorKeyword: \"#cf222e\",\n codeEditorMarkupBold: \"#24292f\",\n codeEditorRegexp: \"#ffaa00\",\n linkColor: \"#2781B0\",\n mutedText: \"#87888d\",\n disabledOnSwitchBG: \"#a9d3c5\",\n sliderDisabledBG: \"#dbdbdb\",\n};\n\nexport const darkColors = {\n dark: \"#181F2A\",\n sectionOneBG: \"#283140\",\n defaultFontColor: \"#C4C9D0\",\n bulletColor: \"#4B586A\",\n borderColor: \"#8E98A9\",\n boxBackground: \"#283140\",\n mainGrey: \"#A2ADC0\",\n disabledGrey: \"#494A4D\",\n hoverGrey: \"#4B586A\",\n borderPressedGrey: \"#707988\",\n pressedGrey: \"#333D4B\",\n mainWhite: \"#E6ECEC\",\n disabledWhite: \"#B5BCBD\",\n hoverWhite: \"#EFEDED\",\n pressedWhite: \"#C3CBCB\",\n mainRed: \"#FF3958\",\n hoverRed: \"#4B586A\",\n divisorColor: \"#E3E3E3\",\n disabledBGGrey: \"#616A7C\",\n disabledInnerGrey: \"#3A3F4A\",\n logoLabel: \"#A3B7D9\",\n logoLabelInverse: \"#fff\",\n footerDivider: \"#545D6A\",\n footerColor: \"#85B3EE\",\n promoBG: \"#000106\",\n loaderColor: \"#8E98A9\",\n headerBG: \"#212936\",\n headerBorder: \"#191E28\",\n headerColor: \"#E9F5F6\",\n tooltipBG: \"#8E98A9\",\n tooltipColor: \"#161C24\",\n labelColor: \"#A2ADC0\",\n mainGreen: \"#58FAB1\",\n checkBoxBorder: \"#8E98A9\",\n iconButtonBG: \"#A2ADC0\",\n iconButtonActive: \"#707988\",\n iconButtonHover: \"#4B586A\",\n iconButtonDisabled: \"#494A4D\",\n iconButtonColor: \"#283140\",\n backLinkColor: \"#8E98A9\",\n backLinkArrow: \"#A2ADC0\",\n backLinkHover: \"#3A3F4A\",\n modalCloseColor: \"#4B586A\",\n modalCloseHoverBG: \"#4B586A\",\n modalOverlayBG: \"#00010650\",\n bulletBGColor: \"#D5DEEF\",\n disabledSwitchBG: \"#494A4C\",\n disabledOnSwitchBG: \"#a2d7c3\",\n disabledBulletBG: \"#4B586B\",\n placeholder: \"#494A4D\",\n readBoxTextColor: \"#707988\",\n secondAction: \"#1B637E\",\n secondActionHover: \"#297E9D\",\n secondActionActive: \"#145B76\",\n mainOrange: \"#fCCE9D\",\n menuBackground: \"#242D3E\",\n menuDropArrowColor: \"#8E98A9\",\n menuDropArrowBackground: \"#1C2436\",\n menuSelectedOption: \"linear-gradient(90deg, rgba(0,0,0,0) 0%, #1B212C 100%)\",\n menuCommonColor: \"#8E98A9\",\n menuColorDivider: \"#323C4E\",\n menuCollapseColor: \"#E8E8E8\",\n menuIconBG: \"#161F30\",\n menuIconBorder: \"#151E2E\",\n menuHoverSelectedBorderIcon: \"#0E1119\",\n menuHoverSelectedBG: \"#909AAB\",\n codeEditorComment: \"#8b949e\",\n codeEditorEntityTag: \"#7ee787\",\n codeEditorEntity: \"#d2a8ff\",\n codeEditorSublimelinterGutterMark: \"#8E98A9\",\n codeEditorConstant: \"#79c0ff\",\n codeEditorString: \"#a5d6ff\",\n codeEditorKeyword: \"#ff7b72\",\n codeEditorMarkupBold: \"#c9d1d9\",\n codeEditorRegexp: \"#ffd582\",\n linkColor: \"#85B3EE\",\n mutedText: \"#767a80\",\n disabledSliderBullet: \"#939393\",\n};\n\nexport const lightV2 = {\n white: \"#FFF\",\n fontColor: \"#1D2125\",\n mainBackgroundColor: \"#F3F4F6\",\n menuSelectionColor: \"#DCEAFD\",\n switchBG: \"#2B64E5\",\n secondaryBlue: \"#4082F1\",\n green: \"#15CBCE\",\n lightGreen: \"#CCFBF7\",\n orange: \"#FDBC2E\",\n lightOrange: \"#FEF1C7\",\n danger: \"#FE5F57\",\n lightRed: \"#FFE2E1\",\n borderColor: \"#D1D5DB\",\n disabledGrey: \"#E5E7EB\",\n disabledGreyText: \"#9CA3AF\",\n disabledBlue: \"#DCEAFD\",\n disabledBlueText: \"#64A4F6\",\n disabledBlueRegular: \"#C1DBFC\",\n disabledSecondary: \"#D1D5DB\",\n disabledSecondaryText: \"#9CA3AF\",\n blueBorderActionButton: \"#2350D2\",\n redBorder: \"#A5190F\",\n disabledRed: \"#FFE2E1\",\n disabledRedText: \"#F1756F\",\n mutedText: \"#6B7280\",\n headerLabelText: \"#3A3D41\",\n plainIconButtonBorder: \"#CBD5E1\",\n plainIconButtonBG: \"#F1F5F9\",\n plainIconButtonColor: \"#475569\",\n linkColor: \"#306CE8\",\n modalCloseColor: \"#454D59\",\n modalBorderColor: \"#E3E6EA\",\n modalOverlayBG: \"rgba(55, 59, 66, 0.50)\",\n modalTitleColor: \"#21242B\",\n buttonDisabledBG: \"#E3E6EA\",\n buttonDisabledLabel: \"#798797\",\n defaultButtonPressed: \"#CAD1D7\",\n // NEW VARS NAMES\n bgColorBgShell: \"#F4F6F7\",\n colorTextLabel: \"rgba(0,0,0,0.65)\",\n colorBorderSubtle: \"#CAD1D7\",\n colorBgHover: \"#E3E6EA\",\n errorColorPrimaryText: \"#FF3100\",\n colorBorder: \"#CFD0D2\",\n colorText: \"#000000E0\",\n colorBgDisabled: \"#E3E6EA\",\n colorTextDisabled: \"#00000040\",\n // orphan colors? (not in themeColors)\n colorTextDestructive: \"#FF3100\",\n destructiveColorBorder: \"#FF3100\",\n neutralColorBorder: \"#D6DAE1\",\n buttonNeutralColorTextHover: \"#000000E0\",\n};\n\nexport const lightTheme: ThemeDefinitionProps = {\n bgColor: themeColors[\"Color/Neutral/colorBgBase\"].lightMode,\n fontColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n borderColor: themeColors[\"Color/Neutral/Border/colorBorderMinimal\"].lightMode,\n bulletColor: themeColors[\"Color/Neutral/Text/colorTextSecondary\"].lightMode,\n logoColor: themeColors[\"Color/Brand/_minio/Raspberry\"].lightMode,\n logoLabelColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n logoLabelInverse:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n loaderColor: themeColors[\"Color/Base/Royal/10\"].lightMode,\n linkColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n secondaryLinkColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n boxBackground: themeColors[\"Color/Neutral/Bg/colorBgShell\"].lightMode,\n mutedText: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n secondaryText: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n colors: getThemeColors(\"lightMode\"),\n borderRadius: radioVariants,\n paddingSizes: paddingSizeVariants,\n boxShadows: themeShadows,\n box: {\n border: \"transparent\",\n shadow: \"0px 2px 2px 0px rgba(121, 135, 151, 0.15)\",\n backgroundColor: themeColors[\"Color/Neutral/Bg/colorBgContainer\"].lightMode,\n },\n signalColors: {\n main: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n danger: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n good: themeColors[\"Color/Brand/Success/colorPrimaryText\"].lightMode,\n info: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n warning: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].lightMode,\n disabled: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n dark: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n clear: themeColors[\"Color/Neutral/colorBgBase\"].lightMode,\n selectBlue:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n },\n buttons: {\n primary: {\n enabled: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Royal/5\"].lightMode} 0%, ${themeColors[\"Color/Base/Royal/6\"].lightMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #0B2CA2 inset`,\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Royal/6\"].lightMode} 0%, ${themeColors[\"Color/Base/Royal/7\"].lightMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #0B2CA2 inset`,\n },\n pressed: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Royal/6\"].lightMode} 0%, ${themeColors[\"Color/Base/Royal/7\"].lightMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n shadow: \"none\",\n },\n },\n secondary: {\n enabled: {\n border: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgContainer\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n pressed: {\n border:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n },\n destructive: {\n enabled: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Sunset/5\"].lightMode} 0%, ${themeColors[\"Color/Base/Sunset/6\"].lightMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #981701 inset`,\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Sunset/6\"].lightMode} 0%, ${themeColors[\"Color/Base/Sunset/7\"].lightMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #981701 inset`,\n },\n pressed: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Sunset/6\"].lightMode} 0%, ${themeColors[\"Color/Base/Sunset/7\"].lightMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n shadow: \"none\",\n },\n },\n \"primary-lighter\": {\n enabled: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].lightMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n background: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n pressed: {\n border:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n },\n \"secondary-lighter\": {\n enabled: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n background: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n pressed: {\n border:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n },\n \"destructive-lighter\": {\n enabled: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].lightMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n background: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].lightMode,\n iconColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n },\n \"primary-ghost\": {\n enabled: {\n border: \"transparent\",\n text: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n background: \"transparent\",\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n pressed: {\n border:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n },\n \"secondary-ghost\": {\n enabled: {\n border: \"transparent\",\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n background: \"transparent\",\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n pressed: {\n border:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"]\n .lightMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n },\n \"destructive-ghost\": {\n enabled: {\n border: \"transparent\",\n text: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n background: \"transparent\",\n iconColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n shadow: \"none\",\n },\n },\n },\n login: {\n formBG: lightV2.white,\n bgFilter: \"none\",\n promoBG: lightColors.promoBG,\n formBorder: lightV2.disabledGrey,\n formShadow: \"0px 2px 8px 0px rgba(156, 163, 175, 0.15)\",\n promoHeader: lightV2.white,\n promoText: lightV2.white,\n footerElements: lightV2.fontColor,\n footerDivider: lightV2.fontColor,\n },\n pageHeader: {\n color: lightColors.headerColor,\n },\n tooltip: {\n background: lightColors.tooltipBG,\n color: lightColors.tooltipColor,\n },\n commonInput: {\n labelColor: lightV2.fontColor,\n },\n checkbox: {\n checkBoxBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n checkBoxBackground: themeColors[\"Color/Neutral/Bg/colorBgFields\"].lightMode,\n checkBoxHoverBorder:\n themeColors[\"Color/Neutral/Border/colorBorderBold\"].lightMode,\n checkBoxHoverBackground:\n themeColors[\"Color/Neutral/Bg/colorBgFields\"].lightMode,\n checkBoxFocusBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n checkBoxFocusBackground:\n themeColors[\"Color/Neutral/Bg/colorBgFields\"].lightMode,\n checkBoxFocusShadow: \"0px 0px 0px 4px rgba(43, 100, 229, 0.30)\",\n checkBoxActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n checkBoxActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n checkBoxActiveCheckboxColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n checkBoxActiveHoverCheckboxColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n checkBoxActiveHoverBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n checkBoxActiveHoverBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n checkBoxFocusActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].lightMode,\n checkBoxFocusActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].lightMode,\n checkBoxFocusActiveCheckboxColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n checkBoxFocusActiveHoverBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n disabledBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n disabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n disabledColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n },\n radioGroup: {\n radioBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n radioBackground: themeColors[\"Color/Neutral/Bg/colorBgShell\"].lightMode,\n radioHoverBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n radioActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n radioActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n radioActiveCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n radioHoverActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n radioHoverBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n radioHoverActiveCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n radioHoverActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n radioFocusBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].lightMode,\n radioFocusBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].lightMode,\n radioFocusCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n radioFocusActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].lightMode,\n radioFocusActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].lightMode,\n radioFocusActiveCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n radioFocusShadow: themeShadows[\"focusStyle-Light\"],\n radioDisabledBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n radioDisabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n radioDisabledCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n labelColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n subLabelColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n descriptionColor:\n themeColors[\"Color/Neutral/Text/colorTextDescription\"].lightMode,\n },\n iconButton: {\n buttonBG: \"linear-gradient(180deg, #4082F1 0%, #2B64E5 100%)\",\n activeBG: \"linear-gradient(180deg, #4082F1 0%, #2B64E5 100%)\",\n hoverBG: \"linear-gradient(180deg, #4082F1 0%, #2B64E5 100%)\",\n disabledBG: lightV2.disabledBlue,\n color: lightV2.white,\n disabledColor: lightV2.disabledBlueText,\n },\n dataTable: {\n border: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n disabledBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n disabledBG: \"transparent\",\n selected: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n itemDisabled: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n itemColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n hoverColor: themeColors[\"Color/Brand/Control/colorBgActive\"].lightMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n actionButton: {\n border: lightV2.plainIconButtonBorder,\n background: lightV2.plainIconButtonBG,\n iconColor: lightV2.plainIconButtonColor,\n hoverBorder: lightV2.plainIconButtonBorder,\n hoverBackground: lightV2.plainIconButtonBG,\n hoverIconColor: lightV2.plainIconButtonColor,\n activeBorder: lightV2.plainIconButtonBorder,\n activeBackground: lightV2.plainIconButtonBG,\n activeIconColor: lightV2.plainIconButtonColor,\n disabledBackground: \"transparent\",\n disabledBorder: lightV2.disabledSecondary,\n disabledIconColor: lightV2.disabledSecondaryText,\n },\n },\n backLink: {\n color: lightColors.backLinkColor,\n arrow: lightColors.backLinkArrow,\n hover: lightColors.backLinkHover,\n },\n inputBox: {\n border: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n hoverBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n color: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n backgroundColor: \"transparent\",\n error: themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].lightMode,\n placeholderColor:\n themeColors[\"Color/Neutral/Text/colorTextPlaceholder\"].lightMode,\n disabledBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n disabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n disabledPlaceholder:\n themeColors[\"Color/Neutral/Text/colorTextPlaceholder\"].lightMode,\n disabledText:\n themeColors[\"Color/Neutral/Text/colorTextPlaceholder\"].lightMode,\n },\n breadcrumbs: {\n elementsColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n selectedColor:\n themeColors[\"Color/Neutral/Text/colorTextDescription\"].lightMode,\n hoverBG: themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n hoverColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n },\n actionsList: {\n containerBorderColor: lightColors.actionsListBorder,\n backgroundColor: lightColors.iconButtonBG,\n disabledOptionsTextColor: lightColors.disabledActionsColor,\n optionsBorder: lightColors.headerBorder,\n optionsHoverTextColor: lightColors.defaultFontColor,\n optionsTextColor: lightColors.optionTextColor,\n titleColor: lightColors.defaultFontColor,\n },\n screenTitle: {\n subtitleColor:\n themeColors[\"Color/Neutral/Text/colorTextTertiary\"].lightMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n },\n modalBox: {\n closeColor: lightV2.modalCloseColor,\n closeHoverBG: lightColors.modalCloseHoverBG,\n closeHoverColor: lightColors.defaultFontColor,\n containerColor: lightV2.white,\n overlayColor: lightV2.modalOverlayBG,\n titleColor: lightV2.modalTitleColor,\n border: lightV2.modalBorderColor,\n iconColor: {\n default: lightV2.modalTitleColor,\n accept: lightV2.green,\n delete: lightV2.danger,\n },\n },\n switchButton: {\n bulletBGColor: lightV2.white,\n bulletBorderColor: lightV2.white,\n disabledBulletBGColor: lightV2.disabledGrey,\n disabledBulletBorderColor: lightV2.disabledGrey,\n offLabelColor: lightV2.mutedText,\n onLabelColor: lightV2.fontColor,\n onBackgroundColor: lightV2.switchBG,\n switchBackground: lightV2.menuSelectionColor,\n disabledBackground: lightV2.disabledSecondary,\n disabledOnBackground: lightV2.disabledBlueText,\n },\n dropdownSelector: {\n hoverText: themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n backgroundColor: themeColors[\"Color/Neutral/Bg/colorBgContainer\"].lightMode,\n hoverBG: themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n selectedBGColor: themeColors[\"Color/Brand/Control/colorBgActive\"].lightMode,\n selectedTextColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n optionTextColor:\n themeColors[\"Color/Neutral/Text/colorTextHeading\"].lightMode,\n disabledText: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n border: themeColors[\"Color/Neutral/Border/colorBorderMinimal\"].lightMode,\n dangerText: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n dangerHoverBG:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].lightMode,\n dangerHoverText:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].lightMode,\n },\n readBox: {\n borderColor: lightV2.borderColor,\n backgroundColor: lightV2.disabledGrey,\n textColor: lightV2.mutedText,\n },\n menu: {\n vertical: {\n background: lightColors.menuBackground,\n textColor: lightColors.menuCommonColor,\n hoverSelectedIconBorder: lightColors.white,\n iconBorderColor: lightColors.menuIconBorder,\n iconBGColor: lightColors.menuIconBG,\n dropArrowColor: lightColors.menuDropArrowColor,\n dropArrowBackground: lightColors.menuDropArrowBackground,\n hoverSelectedBackground: lightColors.menuSelectedOption,\n hoverSelectedColor: lightColors.white,\n notificationColor: lightColors.mainRed,\n sectionDividerColor: lightColors.menuColorDivider,\n sectionLabelColor: lightColors.white,\n menuCollapseColor: lightColors.menuCollapseColor,\n },\n horizontal: {\n menuHeaderBackground: lightColors.menuBackground,\n textColor: lightColors.optionTextColor,\n hoverSelectedIconBorder: lightColors.defaultFontColor,\n iconBorderColor: lightColors.menuIconBorder,\n iconBGColor: lightColors.boxBackground,\n dropArrowColor: lightColors.menuDropArrowColor,\n dropArrowBackground: lightColors.boxBackground,\n hoverSelectedBackground: lightColors.mainBlue,\n hoverSelectedColor: lightColors.defaultFontColor,\n notificationColor: lightColors.lightRed,\n sectionDividerColor: lightColors.menuColorDivider,\n barBackground: lightColors.boxBackground,\n dropBackground: lightColors.boxBackground,\n dropHoverSelectedColor: lightColors.white,\n noOptionsBar: lightColors.bulletColor,\n },\n },\n tabs: {\n vertical: {\n buttons: {\n hoverLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n hoverBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n backgroundColor: \"transparent\",\n labelColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n disabledBackgroundColor: \"transparent\",\n disabledColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n selectedBackground: \"transparent\",\n selectedLabelColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n },\n backgroundColor: \"transparent\",\n borders: \"transparent\",\n },\n horizontal: {\n buttons: {\n hoverLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n hoverBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n backgroundColor: \"transparent\",\n labelColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n disabledBackgroundColor: \"transparent\",\n disabledColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n selectedBackground: \"transparent\",\n selectedLabelColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n },\n backgroundColor: \"transparent\",\n selectedIndicatorColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].lightMode,\n bottomBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n },\n },\n codeEditor: {\n backgroundColor: lightColors.white,\n textColor: lightColors.defaultFontColor,\n helpToolsBarBG: lightV2.mainBackgroundColor,\n comment: lightColors.codeEditorComment,\n entityTag: lightColors.codeEditorEntityTag,\n entity: lightColors.codeEditorEntity,\n sublimelinterGutterMark: lightColors.codeEditorSublimelinterGutterMark,\n constant: lightColors.codeEditorConstant,\n string: lightColors.codeEditorString,\n keyword: lightColors.codeEditorKeyword,\n markupBold: lightColors.codeEditorMarkupBold,\n codeEditorRegexp: lightColors.codeEditorRegexp,\n },\n tag: {\n primary: {\n background: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].lightMode,\n label: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n deleteColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n },\n secondary: {\n background: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n label: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n deleteColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n },\n destructive: {\n background: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].lightMode,\n label: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n deleteColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n },\n },\n snackbar: {\n error: {\n backgroundColor: lightV2.lightRed,\n labelColor: lightV2.fontColor,\n },\n default: {\n backgroundColor: lightV2.disabledBlueRegular,\n labelColor: lightV2.fontColor,\n },\n success: {\n backgroundColor: lightV2.lightGreen,\n labelColor: lightV2.fontColor,\n },\n warning: {\n backgroundColor: lightV2.lightOrange,\n labelColor: lightV2.fontColor,\n },\n },\n informativeMessage: {\n error: {\n backgroundColor: lightV2.lightRed,\n borderColor: lightV2.lightRed,\n textColor: lightV2.fontColor,\n },\n default: {\n backgroundColor: lightV2.disabledBlueRegular,\n borderColor: lightV2.disabledBlueRegular,\n textColor: lightV2.fontColor,\n },\n success: {\n backgroundColor: lightV2.lightGreen,\n borderColor: lightV2.lightGreen,\n textColor: lightV2.fontColor,\n },\n warning: {\n backgroundColor: lightV2.lightOrange,\n borderColor: lightV2.lightOrange,\n textColor: lightV2.fontColor,\n },\n },\n notificationCount: {\n none: {\n backgroundColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n textColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n },\n info: {\n backgroundColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].lightMode,\n textColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n },\n success: {\n backgroundColor:\n themeColors[\"Color/Brand/Success/colorPrimaryBg\"].lightMode,\n textColor: themeColors[\"Color/Brand/Success/colorPrimaryText\"].lightMode,\n },\n warning: {\n backgroundColor:\n themeColors[\"Color/Brand/Warning/colorPrimaryBg\"].lightMode,\n textColor: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].lightMode,\n },\n danger: {\n backgroundColor:\n themeColors[\"Color/Brand/Error/colorPrimaryBg\"].lightMode,\n textColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n },\n },\n wizard: {\n stepsBackground: lightColors.boxBackground,\n vertical: {\n stepLabelColor: lightColors.defaultFontColor,\n selectedStepBG: lightColors.borderColor,\n selectedStepLabelColor: lightColors.defaultFontColor,\n disabledLabelColor: lightColors.disabledInnerGrey,\n },\n modal: {\n stepLabelColor: lightV2.modalCloseColor,\n selectedStepBG: lightV2.switchBG,\n selectedStepLabelColor: lightV2.switchBG,\n disabledLabelColor: lightV2.disabledGreyText,\n borderColor: lightV2.defaultButtonPressed,\n buttonHoverBG: lightV2.modalBorderColor,\n },\n },\n slider: {\n bulletBG: lightColors.bulletColor,\n railBG: lightColors.borderColor,\n disabledRail: lightColors.sliderDisabledBG,\n disabledBullet: lightColors.disabledInnerGrey,\n },\n valuePair: {\n labelColor: lightV2.modalTitleColor,\n textColor: lightV2.modalTitleColor,\n linkColor: lightV2.modalCloseColor,\n },\n buttonGroup: {\n border: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n labelColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n activeBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n activeLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n hoverBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].lightMode,\n hoverLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].lightMode,\n disabledLabelColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n disabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgContainer\"].lightMode,\n secondaryBackground:\n themeColors[\"Color/Neutral/Bg/colorBgContainer\"].lightMode,\n secondaryLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n selectedBackground:\n themeColors[\"Color/Brand/Control/colorBgActive\"].lightMode,\n selectedLabelColor:\n themeColors[\"Color/Brand/Info/colorPrimaryActive\"].lightMode,\n },\n dropdownOptions: {\n optionLabel: themeColors[\"Color/Neutral/Text/colorTextLabel\"].lightMode,\n optionBG: \"transparent\",\n hoverOptionBG: themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n activeOptionBG: themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n dangerLabel: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n disabledLabel:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n },\n boxedIcon: {\n iconColor: themeColors[\"Color/Neutral/Icon/colorIcon\"].lightMode,\n bgColor: themeColors[\"Color/Neutral/Bg/colorBgSections\"].lightMode,\n },\n pill: {\n default: {\n labelColor: themeColors[\"Color/Brand/Neutral/colorPrimary\"].lightMode,\n bgColor: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n borderColor: themeColors[\"Color/Brand/Neutral/colorPrimary\"].lightMode,\n },\n secondary: {\n labelColor: themeColors[\"Color/Brand/Error/colorPrimary\"].lightMode,\n bgColor: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].lightMode,\n borderColor: themeColors[\"Color/Brand/Error/colorPrimary\"].lightMode,\n },\n current: {\n labelColor: themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n bgColor: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].lightMode,\n borderColor: themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n },\n },\n badge: {\n none: {\n minimalColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n subtleBG: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].lightMode,\n boldLabel: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].lightMode,\n },\n info: {\n minimalColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n subtleBG: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].lightMode,\n boldLabel: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].lightMode,\n },\n success: {\n minimalColor:\n themeColors[\"Color/Brand/Success/colorPrimaryText\"].lightMode,\n subtleBG: themeColors[\"Color/Brand/Success/colorPrimaryText\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Brand/Success/colorPrimaryBg\"].lightMode,\n boldLabel: themeColors[\"Color/Brand/Success/colorPrimaryText\"].lightMode,\n },\n warning: {\n minimalColor:\n themeColors[\"Color/Brand/Warning/colorPrimaryText\"].lightMode,\n subtleBG: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Brand/Warning/colorPrimaryBg\"].lightMode,\n boldLabel: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].lightMode,\n },\n danger: {\n minimalColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n subtleBG: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].lightMode,\n boldLabel: themeColors[\"Color/Brand/Error/colorPrimaryText\"].lightMode,\n },\n purple: {\n minimalColor: themeColors[\"Color/Base/Purple/6\"].lightMode,\n subtleBG: themeColors[\"Color/Base/Purple/6\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Base/Purple/1\"].lightMode,\n boldLabel: themeColors[\"Color/Base/Purple/6\"].lightMode,\n },\n rose: {\n minimalColor: themeColors[\"Color/Base/Rose/6\"].lightMode,\n subtleBG: themeColors[\"Color/Base/Rose/6\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Base/Rose/1\"].lightMode,\n boldLabel: themeColors[\"Color/Base/Rose/6\"].lightMode,\n },\n scooter: {\n minimalColor: themeColors[\"Color/Base/Scooter/6\"].lightMode,\n subtleBG: themeColors[\"Color/Base/Scooter/6\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n boldBG: themeColors[\"Color/Base/Scooter/1\"].lightMode,\n boldLabel: themeColors[\"Color/Base/Scooter/6\"].lightMode,\n },\n disabled: {\n minimalColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n subtleBG: themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n boldBG: themeColors[\"Color/Brand/Control/colorBgHover\"].lightMode,\n boldLabel: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n },\n },\n};\n\nexport const darkTheme: ThemeDefinitionProps = {\n bgColor: themeColors[\"Color/Neutral/colorBgBase\"].darkMode,\n fontColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n borderColor: themeColors[\"Color/Neutral/Border/colorBorderMinimal\"].darkMode,\n bulletColor: themeColors[\"Color/Neutral/Text/colorTextSecondary\"].darkMode,\n logoColor: themeColors[\"Color/Brand/_minio/Raspberry\"].darkMode,\n logoLabelColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n logoLabelInverse:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n loaderColor: themeColors[\"Color/Base/Royal/10\"].darkMode,\n linkColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n secondaryLinkColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n boxBackground: themeColors[\"Color/Neutral/Bg/colorBgShell\"].darkMode,\n mutedText: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n secondaryText: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n colors: getThemeColors(\"darkMode\"),\n borderRadius: radioVariants,\n paddingSizes: paddingSizeVariants,\n boxShadows: themeShadows,\n box: {\n border: \"transparent\",\n shadow: \"0px 2px 2px 0px rgba(121, 135, 151, 0.15)\",\n backgroundColor: themeColors[\"Color/Neutral/Bg/colorBgContainer\"].darkMode,\n },\n signalColors: {\n main: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n danger: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n good: themeColors[\"Color/Brand/Success/colorPrimaryText\"].darkMode,\n info: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n warning: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].darkMode,\n disabled: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n dark: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n clear: themeColors[\"Color/Neutral/colorBgBase\"].darkMode,\n selectBlue: themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n },\n buttons: {\n primary: {\n enabled: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Royal/5\"].darkMode} 0%, ${themeColors[\"Color/Base/Royal/6\"].darkMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #0B2CA2 inset`,\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Royal/6\"].darkMode} 0%, ${themeColors[\"Color/Base/Royal/7\"].darkMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #0B2CA2 inset`,\n },\n pressed: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Royal/6\"].darkMode} 0%, ${themeColors[\"Color/Base/Royal/7\"].darkMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n shadow: \"none\",\n },\n },\n secondary: {\n enabled: {\n border: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgContainer\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n },\n destructive: {\n enabled: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Sunset/5\"].darkMode} 0%, ${themeColors[\"Color/Base/Sunset/6\"].darkMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #981701 inset`,\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Sunset/6\"].darkMode} 0%, ${themeColors[\"Color/Base/Sunset/7\"].darkMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -2px 3px 0px #981701 inset`,\n },\n pressed: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBorder\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n background: `linear-gradient(180deg, ${themeColors[\"Color/Base/Sunset/6\"].darkMode} 0%, ${themeColors[\"Color/Base/Sunset/7\"].darkMode} 100%)`,\n iconColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n shadow: \"none\",\n },\n },\n \"primary-lighter\": {\n enabled: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].darkMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n background: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n },\n \"secondary-lighter\": {\n enabled: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n background: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n },\n \"destructive-lighter\": {\n enabled: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].darkMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n background: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].darkMode,\n iconColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n },\n \"primary-ghost\": {\n enabled: {\n border: \"transparent\",\n text: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n background: \"transparent\",\n iconColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Primary/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n },\n \"secondary-ghost\": {\n enabled: {\n border: \"transparent\",\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n background: \"transparent\",\n iconColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n },\n \"destructive-ghost\": {\n enabled: {\n border: \"transparent\",\n text: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n background: \"transparent\",\n iconColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n shadow: \"none\",\n },\n disabled: {\n border: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n text: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n iconColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n shadow: \"none\",\n },\n hover: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n pressed: {\n border: themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n text: themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n background:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n iconColor:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n shadow: \"none\",\n },\n },\n },\n login: {\n formBG: darkColors.sectionOneBG,\n promoBG: darkColors.promoBG,\n bgFilter: \"grayscale(50%)\",\n promoHeader: darkColors.logoLabel,\n promoText: darkColors.logoLabel,\n footerElements: darkColors.footerColor,\n footerDivider: darkColors.footerDivider,\n },\n pageHeader: {\n color: lightV2.headerLabelText,\n },\n tooltip: {\n background: darkColors.tooltipBG,\n color: darkColors.tooltipColor,\n },\n commonInput: {\n labelColor: darkColors.labelColor,\n },\n checkbox: {\n checkBoxBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n checkBoxBackground: themeColors[\"Color/Neutral/Bg/colorBgFields\"].darkMode,\n checkBoxHoverBorder:\n themeColors[\"Color/Neutral/Border/colorBorderBold\"].darkMode,\n checkBoxHoverBackground:\n themeColors[\"Color/Neutral/Bg/colorBgFields\"].darkMode,\n checkBoxFocusBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].darkMode,\n checkBoxFocusBackground:\n themeColors[\"Color/Neutral/Bg/colorBgFields\"].darkMode,\n checkBoxFocusShadow: \"0px 0px 0px 4px rgba(43, 100, 229, 0.30)\",\n checkBoxActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].darkMode,\n checkBoxActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].darkMode,\n checkBoxActiveCheckboxColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n checkBoxActiveHoverCheckboxColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n checkBoxActiveHoverBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].darkMode,\n checkBoxActiveHoverBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].darkMode,\n checkBoxFocusActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].darkMode,\n checkBoxFocusActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].darkMode,\n checkBoxFocusActiveCheckboxColor:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n checkBoxFocusActiveHoverBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].darkMode,\n disabledBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n disabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n disabledColor: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n },\n radioGroup: {\n radioBorder: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n radioBackground: themeColors[\"Color/Neutral/Bg/colorBgShell\"].darkMode,\n radioHoverBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].darkMode,\n radioActiveBorder: themeColors[\"Color/Brand/Primary/colorPrimary\"].darkMode,\n radioActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimary\"].darkMode,\n radioActiveCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n radioHoverActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].darkMode,\n radioHoverBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].darkMode,\n radioHoverActiveCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n radioHoverActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].darkMode,\n radioFocusBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].darkMode,\n radioFocusBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].darkMode,\n radioFocusCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n radioFocusActiveBorder:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].darkMode,\n radioFocusActiveBackground:\n themeColors[\"Color/Brand/Primary/colorPrimaryActive\"].darkMode,\n radioFocusActiveCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n radioFocusShadow: themeShadows[\"focusStyle-Light\"],\n radioDisabledBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n radioDisabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n radioDisabledCheck:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n labelColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n subLabelColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n descriptionColor:\n themeColors[\"Color/Neutral/Text/colorTextDescription\"].darkMode,\n },\n iconButton: {\n buttonBG: darkColors.iconButtonBG,\n activeBG: darkColors.iconButtonActive,\n hoverBG: darkColors.iconButtonHover,\n disabledBG: darkColors.iconButtonDisabled,\n color: darkColors.iconButtonColor,\n },\n dataTable: {\n border: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n disabledBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n disabledBG: \"transparent\",\n selected: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n itemDisabled: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n itemColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n hoverColor: themeColors[\"Color/Brand/Control/colorBgActive\"].darkMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n actionButton: {\n border: lightV2.plainIconButtonBorder,\n background: lightV2.plainIconButtonBG,\n iconColor: lightV2.plainIconButtonColor,\n hoverBorder: lightV2.plainIconButtonBorder,\n hoverBackground: lightV2.plainIconButtonBG,\n hoverIconColor: lightV2.plainIconButtonColor,\n activeBorder: lightV2.plainIconButtonBorder,\n activeBackground: lightV2.plainIconButtonBG,\n activeIconColor: lightV2.plainIconButtonColor,\n disabledBackground: \"transparent\",\n disabledBorder: lightV2.disabledSecondary,\n disabledIconColor: lightV2.disabledSecondaryText,\n },\n },\n backLink: {\n color: darkColors.backLinkColor,\n arrow: darkColors.backLinkArrow,\n hover: darkColors.backLinkHover,\n },\n inputBox: {\n border: darkColors.borderColor,\n hoverBorder: darkColors.mainWhite,\n color: darkColors.mainGrey,\n backgroundColor: darkColors.dark,\n error: darkColors.mainRed,\n placeholderColor: darkColors.placeholder,\n disabledBorder: darkColors.disabledGrey,\n disabledBackground: darkColors.disabledInnerGrey,\n disabledPlaceholder: darkColors.disabledGrey,\n disabledText: darkColors.disabledBGGrey,\n },\n breadcrumbs: {\n elementsColor:\n themeColors[\"Color/Neutral/Text/colorTextDescription\"].darkMode,\n selectedColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n hoverBG: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n hoverColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n },\n actionsList: {\n containerBorderColor: darkColors.bulletColor,\n backgroundColor: darkColors.sectionOneBG,\n disabledOptionsTextColor: darkColors.disabledGrey,\n optionsBorder: darkColors.bulletColor,\n optionsHoverTextColor: darkColors.hoverWhite,\n optionsTextColor: darkColors.defaultFontColor,\n titleColor: darkColors.defaultFontColor,\n },\n screenTitle: {\n subtitleColor: themeColors[\"Color/Neutral/Text/colorTextTertiary\"].darkMode,\n titleColor: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n },\n modalBox: {\n closeColor: darkColors.modalCloseColor,\n closeHoverBG: darkColors.modalCloseHoverBG,\n closeHoverColor: darkColors.defaultFontColor,\n containerColor: darkColors.boxBackground,\n overlayColor: darkColors.modalOverlayBG,\n titleColor: darkColors.defaultFontColor,\n iconColor: {\n default: darkColors.mainGrey,\n accept: darkColors.mainGreen,\n delete: darkColors.mainRed,\n },\n },\n switchButton: {\n bulletBGColor: darkColors.bulletBGColor,\n bulletBorderColor: darkColors.mainWhite,\n disabledBulletBGColor: darkColors.disabledBulletBG,\n disabledBulletBorderColor: darkColors.backLinkArrow,\n offLabelColor: darkColors.hoverGrey,\n onLabelColor: darkColors.hoverWhite,\n onBackgroundColor: darkColors.mainGreen,\n switchBackground: darkColors.backLinkArrow,\n disabledBackground: darkColors.disabledSwitchBG,\n disabledOnBackground: darkColors.disabledOnSwitchBG,\n },\n dropdownSelector: {\n hoverText: themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n backgroundColor: \"transparent\",\n hoverBG: themeColors[\"Color/Brand/Control/colorBgHover\"].darkMode,\n selectedBGColor: themeColors[\"Color/Brand/Control/colorBgActive\"].darkMode,\n selectedTextColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n optionTextColor:\n themeColors[\"Color/Neutral/Text/colorTextHeading\"].darkMode,\n disabledText: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n border: themeColors[\"Color/Neutral/Border/colorBorderMinimal\"].darkMode,\n dangerText: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n dangerHoverBG:\n themeColors[\"Color/Brand/Error/colorPrimaryBgHover\"].darkMode,\n dangerHoverText:\n themeColors[\"Color/Brand/Error/colorPrimaryTextHover\"].darkMode,\n },\n readBox: {\n borderColor: darkColors.headerBorder,\n backgroundColor: darkColors.boxBackground,\n textColor: darkColors.readBoxTextColor,\n },\n menu: {\n vertical: {\n background: darkColors.menuBackground,\n textColor: darkColors.menuCommonColor,\n hoverSelectedIconBorder: darkColors.menuHoverSelectedBorderIcon,\n iconBorderColor: darkColors.menuIconBorder,\n iconBGColor: darkColors.menuIconBG,\n dropArrowColor: darkColors.menuDropArrowColor,\n dropArrowBackground: darkColors.menuDropArrowBackground,\n hoverSelectedBackground: darkColors.menuSelectedOption,\n hoverSelectedColor: darkColors.headerColor,\n notificationColor: darkColors.mainRed,\n sectionDividerColor: darkColors.menuColorDivider,\n sectionLabelColor: darkColors.headerColor,\n menuCollapseColor: darkColors.menuCollapseColor,\n },\n horizontal: {\n menuHeaderBackground: darkColors.menuBackground,\n textColor: darkColors.defaultFontColor,\n hoverSelectedIconBorder: darkColors.defaultFontColor,\n iconBorderColor: darkColors.menuIconBorder,\n iconBGColor: darkColors.boxBackground,\n dropArrowColor: darkColors.menuDropArrowColor,\n dropArrowBackground: darkColors.boxBackground,\n hoverSelectedBackground: darkColors.mainGrey,\n hoverSelectedColor: darkColors.headerColor,\n notificationColor: darkColors.mainRed,\n sectionDividerColor: darkColors.menuColorDivider,\n barBackground: darkColors.boxBackground,\n dropBackground: darkColors.boxBackground,\n dropHoverSelectedColor: darkColors.dark,\n noOptionsBar: darkColors.mainGrey,\n },\n },\n tabs: {\n vertical: {\n buttons: {\n hoverLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n hoverBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n backgroundColor: \"transparent\",\n labelColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n disabledBackgroundColor: \"transparent\",\n disabledColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n selectedBackground: \"transparent\",\n selectedLabelColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n },\n backgroundColor: \"transparent\",\n borders: \"transparent\",\n },\n horizontal: {\n buttons: {\n hoverLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n hoverBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n backgroundColor: \"transparent\",\n labelColor: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n disabledBackgroundColor: \"transparent\",\n disabledColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n selectedBackground: \"transparent\",\n selectedLabelColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n },\n backgroundColor: \"transparent\",\n selectedIndicatorColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryBorder\"].darkMode,\n bottomBorder:\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n },\n },\n codeEditor: {\n backgroundColor: darkColors.boxBackground,\n textColor: darkColors.mainWhite,\n helpToolsBarBG: darkColors.boxBackground,\n comment: darkColors.codeEditorComment,\n entityTag: darkColors.codeEditorEntityTag,\n entity: darkColors.codeEditorEntity,\n sublimelinterGutterMark: darkColors.codeEditorSublimelinterGutterMark,\n constant: darkColors.codeEditorConstant,\n string: darkColors.codeEditorString,\n keyword: darkColors.codeEditorKeyword,\n markupBold: darkColors.codeEditorMarkupBold,\n codeEditorRegexp: darkColors.codeEditorRegexp,\n },\n tag: {\n primary: {\n background: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].darkMode,\n label: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n deleteColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n },\n secondary: {\n background: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n label: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n deleteColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n },\n destructive: {\n background: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].darkMode,\n label: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n deleteColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n },\n },\n snackbar: {\n error: {\n backgroundColor: darkColors.mainRed,\n labelColor: darkColors.mainWhite,\n },\n default: {\n backgroundColor: darkColors.mainGrey,\n labelColor: darkColors.dark,\n },\n success: {\n backgroundColor: darkColors.mainGreen,\n labelColor: darkColors.dark,\n },\n warning: {\n backgroundColor: darkColors.mainOrange,\n labelColor: darkColors.dark,\n },\n },\n informativeMessage: {\n error: {\n backgroundColor: darkColors.mainRed,\n borderColor: darkColors.mainRed,\n textColor: darkColors.mainWhite,\n },\n default: {\n backgroundColor: darkColors.mainGrey,\n borderColor: darkColors.mainGrey,\n textColor: darkColors.dark,\n },\n success: {\n backgroundColor: darkColors.mainGreen,\n borderColor: darkColors.mainGreen,\n textColor: darkColors.dark,\n },\n warning: {\n backgroundColor: darkColors.mainOrange,\n borderColor: darkColors.mainOrange,\n textColor: darkColors.dark,\n },\n },\n notificationCount: {\n none: {\n backgroundColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n textColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n },\n info: {\n backgroundColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].darkMode,\n textColor: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n },\n success: {\n backgroundColor:\n themeColors[\"Color/Brand/Success/colorPrimaryBg\"].darkMode,\n textColor: themeColors[\"Color/Brand/Success/colorPrimaryText\"].darkMode,\n },\n warning: {\n backgroundColor:\n themeColors[\"Color/Brand/Warning/colorPrimaryBg\"].darkMode,\n textColor: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].darkMode,\n },\n danger: {\n backgroundColor: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].darkMode,\n textColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n },\n },\n wizard: {\n stepsBackground: darkColors.boxBackground,\n vertical: {\n stepLabelColor: darkColors.defaultFontColor,\n selectedStepBG: darkColors.borderColor,\n selectedStepLabelColor: darkColors.dark,\n disabledLabelColor: darkColors.disabledGrey,\n },\n modal: {\n stepLabelColor: darkColors.defaultFontColor,\n selectedStepBG: darkColors.borderColor,\n selectedStepLabelColor: darkColors.mainWhite,\n disabledLabelColor: darkColors.disabledGrey,\n },\n },\n slider: {\n bulletBG: darkColors.defaultFontColor,\n railBG: darkColors.footerDivider,\n disabledRail: darkColors.disabledSwitchBG,\n disabledBullet: darkColors.disabledSliderBullet,\n },\n pill: {\n default: {\n labelColor: themeColors[\"Color/Brand/Neutral/colorPrimary\"].darkMode,\n bgColor: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n borderColor: themeColors[\"Color/Brand/Neutral/colorPrimary\"].darkMode,\n },\n secondary: {\n labelColor: themeColors[\"Color/Brand/Error/colorPrimary\"].darkMode,\n bgColor: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].darkMode,\n borderColor: themeColors[\"Color/Brand/Error/colorPrimary\"].darkMode,\n },\n current: {\n labelColor: themeColors[\"Color/Brand/Primary/colorPrimary\"].darkMode,\n bgColor: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].darkMode,\n borderColor: themeColors[\"Color/Brand/Primary/colorPrimary\"].darkMode,\n },\n },\n buttonGroup: {\n border: themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].darkMode,\n labelColor: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n activeBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n activeLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n hoverBackground:\n themeColors[\"Color/Brand/Neutral/colorPrimaryBgHover\"].darkMode,\n hoverLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryTextHover\"].darkMode,\n disabledLabelColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n disabledBackground:\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].darkMode,\n background: themeColors[\"Color/Neutral/Bg/colorBgContainer\"].darkMode,\n secondaryBackground:\n themeColors[\"Color/Neutral/Bg/colorBgContainer\"].darkMode,\n secondaryLabelColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n selectedBackground:\n themeColors[\"Color/Brand/Control/colorBgActive\"].darkMode,\n selectedLabelColor:\n themeColors[\"Color/Brand/Info/colorPrimaryActive\"].darkMode,\n },\n dropdownOptions: {\n optionLabel: themeColors[\"Color/Neutral/Text/colorTextLabel\"].darkMode,\n optionBG: \"transparent\",\n hoverOptionBG: themeColors[\"Color/Brand/Control/colorBgHover\"].darkMode,\n activeOptionBG: themeColors[\"Color/Brand/Control/colorBgHover\"].darkMode,\n dangerLabel: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n disabledLabel: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n },\n boxedIcon: {\n iconColor: themeColors[\"Color/Neutral/Icon/colorIcon\"].darkMode,\n bgColor: themeColors[\"Color/Neutral/Bg/colorBgSections\"].darkMode,\n },\n badge: {\n none: {\n minimalColor:\n themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n subtleBG: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Brand/Neutral/colorPrimaryBg\"].darkMode,\n boldLabel: themeColors[\"Color/Brand/Neutral/colorPrimaryText\"].darkMode,\n },\n info: {\n minimalColor:\n themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n subtleBG: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Brand/Primary/colorPrimaryBg\"].darkMode,\n boldLabel: themeColors[\"Color/Brand/Primary/colorPrimaryText\"].darkMode,\n },\n success: {\n minimalColor:\n themeColors[\"Color/Brand/Success/colorPrimaryText\"].darkMode,\n subtleBG: themeColors[\"Color/Brand/Success/colorPrimaryText\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Brand/Success/colorPrimaryBg\"].darkMode,\n boldLabel: themeColors[\"Color/Brand/Success/colorPrimaryText\"].darkMode,\n },\n warning: {\n minimalColor:\n themeColors[\"Color/Brand/Warning/colorPrimaryText\"].darkMode,\n subtleBG: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Brand/Warning/colorPrimaryBg\"].darkMode,\n boldLabel: themeColors[\"Color/Brand/Warning/colorPrimaryText\"].darkMode,\n },\n danger: {\n minimalColor: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n subtleBG: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Brand/Error/colorPrimaryBg\"].darkMode,\n boldLabel: themeColors[\"Color/Brand/Error/colorPrimaryText\"].darkMode,\n },\n purple: {\n minimalColor: themeColors[\"Color/Base/Purple/6\"].darkMode,\n subtleBG: themeColors[\"Color/Base/Purple/6\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Base/Purple/1\"].darkMode,\n boldLabel: themeColors[\"Color/Base/Purple/6\"].darkMode,\n },\n rose: {\n minimalColor: themeColors[\"Color/Base/Rose/6\"].darkMode,\n subtleBG: themeColors[\"Color/Base/Rose/6\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Base/Rose/1\"].darkMode,\n boldLabel: themeColors[\"Color/Base/Rose/6\"].darkMode,\n },\n scooter: {\n minimalColor: themeColors[\"Color/Base/Scooter/6\"].darkMode,\n subtleBG: themeColors[\"Color/Base/Scooter/6\"].darkMode,\n subtleLabel:\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].darkMode,\n boldBG: themeColors[\"Color/Base/Scooter/1\"].darkMode,\n boldLabel: themeColors[\"Color/Base/Scooter/6\"].darkMode,\n },\n disabled: {\n minimalColor:\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n subtleBG: themeColors[\"Color/Brand/Control/colorBgHover\"].darkMode,\n subtleLabel: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n boldBG: themeColors[\"Color/Brand/Control/colorBgHover\"].darkMode,\n boldLabel: themeColors[\"Color/Neutral/Text/colorTextDisabled\"].darkMode,\n },\n },\n};\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC } from \"react\";\nimport isPropValid from \"@emotion/is-prop-valid\";\nimport { StyleSheetManager, ThemeProvider } from \"styled-components\";\nimport { ThemeHandlerProps } from \"./ThemeHandler.types\";\nimport { darkTheme, lightTheme } from \"../../global/themes\";\nimport { ThemeDefinitionProps } from \"../../global/global.types\";\n\nconst ThemeHandler: FC = ({\n darkMode = false,\n children,\n customTheme,\n}) => {\n let selectedTheme: ThemeDefinitionProps = darkMode ? darkTheme : lightTheme;\n\n if (customTheme) {\n selectedTheme = customTheme;\n }\n\n const shouldForwardProp = (propName: string, target: any) => {\n if (typeof target === \"string\") {\n // For HTML elements, forward the prop if it is a valid HTML attribute\n return isPropValid(propName);\n }\n // For other elements, forward all props\n return true;\n };\n\n return (\n \n {children}\n \n );\n};\n\nexport default ThemeHandler;\n","/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\nmodule.exports = isArray;\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nmodule.exports = root;\n","/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\nmodule.exports = freeGlobal;\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nmodule.exports = Symbol;\n","var Symbol = require('./_Symbol');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\nfunction getRawTag(value) {\n var isOwn = hasOwnProperty.call(value, symToStringTag),\n tag = value[symToStringTag];\n\n try {\n value[symToStringTag] = undefined;\n var unmasked = true;\n } catch (e) {}\n\n var result = nativeObjectToString.call(value);\n if (unmasked) {\n if (isOwn) {\n value[symToStringTag] = tag;\n } else {\n delete value[symToStringTag];\n }\n }\n return result;\n}\n\nmodule.exports = getRawTag;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nmodule.exports = objectToString;\n","var Symbol = require('./_Symbol'),\n getRawTag = require('./_getRawTag'),\n objectToString = require('./_objectToString');\n\n/** `Object#toString` result references. */\nvar nullTag = '[object Null]',\n undefinedTag = '[object Undefined]';\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n if (value == null) {\n return value === undefined ? undefinedTag : nullTag;\n }\n return (symToStringTag && symToStringTag in Object(value))\n ? getRawTag(value)\n : objectToString(value);\n}\n\nmodule.exports = baseGetTag;\n","/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return value != null && typeof value == 'object';\n}\n\nmodule.exports = isObjectLike;\n","var baseGetTag = require('./_baseGetTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar symbolTag = '[object Symbol]';\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && baseGetTag(value) == symbolTag);\n}\n\nmodule.exports = isSymbol;\n","var isArray = require('./isArray'),\n isSymbol = require('./isSymbol');\n\n/** Used to match property names within property paths. */\nvar reIsDeepProp = /\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,\n reIsPlainProp = /^\\w*$/;\n\n/**\n * Checks if `value` is a property name and not a property path.\n *\n * @private\n * @param {*} value The value to check.\n * @param {Object} [object] The object to query keys on.\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\n */\nfunction isKey(value, object) {\n if (isArray(value)) {\n return false;\n }\n var type = typeof value;\n if (type == 'number' || type == 'symbol' || type == 'boolean' ||\n value == null || isSymbol(value)) {\n return true;\n }\n return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\n (object != null && value in Object(object));\n}\n\nmodule.exports = isKey;\n","/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return value != null && (type == 'object' || type == 'function');\n}\n\nmodule.exports = isObject;\n","var baseGetTag = require('./_baseGetTag'),\n isObject = require('./isObject');\n\n/** `Object#toString` result references. */\nvar asyncTag = '[object AsyncFunction]',\n funcTag = '[object Function]',\n genTag = '[object GeneratorFunction]',\n proxyTag = '[object Proxy]';\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n if (!isObject(value)) {\n return false;\n }\n // The use of `Object#toString` avoids issues with the `typeof` operator\n // in Safari 9 which returns 'object' for typed arrays and other constructors.\n var tag = baseGetTag(value);\n return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\n}\n\nmodule.exports = isFunction;\n","var coreJsData = require('./_coreJsData');\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n return !!maskSrcKey && (maskSrcKey in func);\n}\n\nmodule.exports = isMasked;\n","var root = require('./_root');\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\nmodule.exports = coreJsData;\n","/** Used for built-in method references. */\nvar funcProto = Function.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to convert.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\nmodule.exports = toSource;\n","var isFunction = require('./isFunction'),\n isMasked = require('./_isMasked'),\n isObject = require('./isObject'),\n toSource = require('./_toSource');\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n * else `false`.\n */\nfunction baseIsNative(value) {\n if (!isObject(value) || isMasked(value)) {\n return false;\n }\n var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\n return pattern.test(toSource(value));\n}\n\nmodule.exports = baseIsNative;\n","/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\n\nmodule.exports = getValue;\n","var baseIsNative = require('./_baseIsNative'),\n getValue = require('./_getValue');\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n var value = getValue(object, key);\n return baseIsNative(value) ? value : undefined;\n}\n\nmodule.exports = getNative;\n","var getNative = require('./_getNative');\n\n/* Built-in method references that are verified to be native. */\nvar nativeCreate = getNative(Object, 'create');\n\nmodule.exports = nativeCreate;\n","var nativeCreate = require('./_nativeCreate');\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n this.size = 0;\n}\n\nmodule.exports = hashClear;\n","/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n var result = this.has(key) && delete this.__data__[key];\n this.size -= result ? 1 : 0;\n return result;\n}\n\nmodule.exports = hashDelete;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n var data = this.__data__;\n if (nativeCreate) {\n var result = data[key];\n return result === HASH_UNDEFINED ? undefined : result;\n }\n return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\nmodule.exports = hashGet;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n var data = this.__data__;\n return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);\n}\n\nmodule.exports = hashHas;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n var data = this.__data__;\n this.size += this.has(key) ? 0 : 1;\n data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n return this;\n}\n\nmodule.exports = hashSet;\n","var hashClear = require('./_hashClear'),\n hashDelete = require('./_hashDelete'),\n hashGet = require('./_hashGet'),\n hashHas = require('./_hashHas'),\n hashSet = require('./_hashSet');\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\nmodule.exports = Hash;\n","/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n this.__data__ = [];\n this.size = 0;\n}\n\nmodule.exports = listCacheClear;\n","/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n return value === other || (value !== value && other !== other);\n}\n\nmodule.exports = eq;\n","var eq = require('./eq');\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n var length = array.length;\n while (length--) {\n if (eq(array[length][0], key)) {\n return length;\n }\n }\n return -1;\n}\n\nmodule.exports = assocIndexOf;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype;\n\n/** Built-in value references. */\nvar splice = arrayProto.splice;\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n return false;\n }\n var lastIndex = data.length - 1;\n if (index == lastIndex) {\n data.pop();\n } else {\n splice.call(data, index, 1);\n }\n --this.size;\n return true;\n}\n\nmodule.exports = listCacheDelete;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n return index < 0 ? undefined : data[index][1];\n}\n\nmodule.exports = listCacheGet;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n return assocIndexOf(this.__data__, key) > -1;\n}\n\nmodule.exports = listCacheHas;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n var data = this.__data__,\n index = assocIndexOf(data, key);\n\n if (index < 0) {\n ++this.size;\n data.push([key, value]);\n } else {\n data[index][1] = value;\n }\n return this;\n}\n\nmodule.exports = listCacheSet;\n","var listCacheClear = require('./_listCacheClear'),\n listCacheDelete = require('./_listCacheDelete'),\n listCacheGet = require('./_listCacheGet'),\n listCacheHas = require('./_listCacheHas'),\n listCacheSet = require('./_listCacheSet');\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\nmodule.exports = ListCache;\n","var getNative = require('./_getNative'),\n root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map');\n\nmodule.exports = Map;\n","var Hash = require('./_Hash'),\n ListCache = require('./_ListCache'),\n Map = require('./_Map');\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.size = 0;\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\nmodule.exports = mapCacheClear;\n","/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n var type = typeof value;\n return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n ? (value !== '__proto__')\n : (value === null);\n}\n\nmodule.exports = isKeyable;\n","var isKeyable = require('./_isKeyable');\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n var data = map.__data__;\n return isKeyable(key)\n ? data[typeof key == 'string' ? 'string' : 'hash']\n : data.map;\n}\n\nmodule.exports = getMapData;\n","var getMapData = require('./_getMapData');\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n var result = getMapData(this, key)['delete'](key);\n this.size -= result ? 1 : 0;\n return result;\n}\n\nmodule.exports = mapCacheDelete;\n","var getMapData = require('./_getMapData');\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n return getMapData(this, key).get(key);\n}\n\nmodule.exports = mapCacheGet;\n","var getMapData = require('./_getMapData');\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n return getMapData(this, key).has(key);\n}\n\nmodule.exports = mapCacheHas;\n","var getMapData = require('./_getMapData');\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n var data = getMapData(this, key),\n size = data.size;\n\n data.set(key, value);\n this.size += data.size == size ? 0 : 1;\n return this;\n}\n\nmodule.exports = mapCacheSet;\n","var mapCacheClear = require('./_mapCacheClear'),\n mapCacheDelete = require('./_mapCacheDelete'),\n mapCacheGet = require('./_mapCacheGet'),\n mapCacheHas = require('./_mapCacheHas'),\n mapCacheSet = require('./_mapCacheSet');\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n this.clear();\n while (++index < length) {\n var entry = entries[index];\n this.set(entry[0], entry[1]);\n }\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\nmodule.exports = MapCache;\n","var MapCache = require('./_MapCache');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/**\n * Creates a function that memoizes the result of `func`. If `resolver` is\n * provided, it determines the cache key for storing the result based on the\n * arguments provided to the memoized function. By default, the first argument\n * provided to the memoized function is used as the map cache key. The `func`\n * is invoked with the `this` binding of the memoized function.\n *\n * **Note:** The cache is exposed as the `cache` property on the memoized\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\n * constructor with one whose instances implement the\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\n * method interface of `clear`, `delete`, `get`, `has`, and `set`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to have its output memoized.\n * @param {Function} [resolver] The function to resolve the cache key.\n * @returns {Function} Returns the new memoized function.\n * @example\n *\n * var object = { 'a': 1, 'b': 2 };\n * var other = { 'c': 3, 'd': 4 };\n *\n * var values = _.memoize(_.values);\n * values(object);\n * // => [1, 2]\n *\n * values(other);\n * // => [3, 4]\n *\n * object.a = 2;\n * values(object);\n * // => [1, 2]\n *\n * // Modify the result cache.\n * values.cache.set(object, ['a', 'b']);\n * values(object);\n * // => ['a', 'b']\n *\n * // Replace `_.memoize.Cache`.\n * _.memoize.Cache = WeakMap;\n */\nfunction memoize(func, resolver) {\n if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n var memoized = function() {\n var args = arguments,\n key = resolver ? resolver.apply(this, args) : args[0],\n cache = memoized.cache;\n\n if (cache.has(key)) {\n return cache.get(key);\n }\n var result = func.apply(this, args);\n memoized.cache = cache.set(key, result) || cache;\n return result;\n };\n memoized.cache = new (memoize.Cache || MapCache);\n return memoized;\n}\n\n// Expose `MapCache`.\nmemoize.Cache = MapCache;\n\nmodule.exports = memoize;\n","var memoize = require('./memoize');\n\n/** Used as the maximum memoize cache size. */\nvar MAX_MEMOIZE_SIZE = 500;\n\n/**\n * A specialized version of `_.memoize` which clears the memoized function's\n * cache when it exceeds `MAX_MEMOIZE_SIZE`.\n *\n * @private\n * @param {Function} func The function to have its output memoized.\n * @returns {Function} Returns the new memoized function.\n */\nfunction memoizeCapped(func) {\n var result = memoize(func, function(key) {\n if (cache.size === MAX_MEMOIZE_SIZE) {\n cache.clear();\n }\n return key;\n });\n\n var cache = result.cache;\n return result;\n}\n\nmodule.exports = memoizeCapped;\n","var memoizeCapped = require('./_memoizeCapped');\n\n/** Used to match property names within property paths. */\nvar rePropName = /[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g;\n\n/** Used to match backslashes in property paths. */\nvar reEscapeChar = /\\\\(\\\\)?/g;\n\n/**\n * Converts `string` to a property path array.\n *\n * @private\n * @param {string} string The string to convert.\n * @returns {Array} Returns the property path array.\n */\nvar stringToPath = memoizeCapped(function(string) {\n var result = [];\n if (string.charCodeAt(0) === 46 /* . */) {\n result.push('');\n }\n string.replace(rePropName, function(match, number, quote, subString) {\n result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));\n });\n return result;\n});\n\nmodule.exports = stringToPath;\n","/**\n * A specialized version of `_.map` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the new mapped array.\n */\nfunction arrayMap(array, iteratee) {\n var index = -1,\n length = array == null ? 0 : array.length,\n result = Array(length);\n\n while (++index < length) {\n result[index] = iteratee(array[index], index, array);\n }\n return result;\n}\n\nmodule.exports = arrayMap;\n","var Symbol = require('./_Symbol'),\n arrayMap = require('./_arrayMap'),\n isArray = require('./isArray'),\n isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n symbolToString = symbolProto ? symbolProto.toString : undefined;\n\n/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */\nfunction baseToString(value) {\n // Exit early for strings to avoid a performance hit in some environments.\n if (typeof value == 'string') {\n return value;\n }\n if (isArray(value)) {\n // Recursively convert values (susceptible to call stack limits).\n return arrayMap(value, baseToString) + '';\n }\n if (isSymbol(value)) {\n return symbolToString ? symbolToString.call(value) : '';\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = baseToString;\n","var baseToString = require('./_baseToString');\n\n/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */\nfunction toString(value) {\n return value == null ? '' : baseToString(value);\n}\n\nmodule.exports = toString;\n","var isArray = require('./isArray'),\n isKey = require('./_isKey'),\n stringToPath = require('./_stringToPath'),\n toString = require('./toString');\n\n/**\n * Casts `value` to a path array if it's not one.\n *\n * @private\n * @param {*} value The value to inspect.\n * @param {Object} [object] The object to query keys on.\n * @returns {Array} Returns the cast property path array.\n */\nfunction castPath(value, object) {\n if (isArray(value)) {\n return value;\n }\n return isKey(value, object) ? [value] : stringToPath(toString(value));\n}\n\nmodule.exports = castPath;\n","var isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/**\n * Converts `value` to a string key if it's not a string or symbol.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {string|symbol} Returns the key.\n */\nfunction toKey(value) {\n if (typeof value == 'string' || isSymbol(value)) {\n return value;\n }\n var result = (value + '');\n return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = toKey;\n","var castPath = require('./_castPath'),\n toKey = require('./_toKey');\n\n/**\n * The base implementation of `_.get` without support for default values.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @returns {*} Returns the resolved value.\n */\nfunction baseGet(object, path) {\n path = castPath(path, object);\n\n var index = 0,\n length = path.length;\n\n while (object != null && index < length) {\n object = object[toKey(path[index++])];\n }\n return (index && index == length) ? object : undefined;\n}\n\nmodule.exports = baseGet;\n","var baseGet = require('./_baseGet');\n\n/**\n * Gets the value at `path` of `object`. If the resolved value is\n * `undefined`, the `defaultValue` is returned in its place.\n *\n * @static\n * @memberOf _\n * @since 3.7.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\n * @returns {*} Returns the resolved value.\n * @example\n *\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\n *\n * _.get(object, 'a[0].b.c');\n * // => 3\n *\n * _.get(object, ['a', '0', 'b', 'c']);\n * // => 3\n *\n * _.get(object, 'a.b.c', 'default');\n * // => 'default'\n */\nfunction get(object, path, defaultValue) {\n var result = object == null ? undefined : baseGet(object, path);\n return result === undefined ? defaultValue : result;\n}\n\nmodule.exports = get;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { createGlobalStyle } from \"styled-components\";\nimport get from \"lodash/get\";\nimport { lightColors, lightV2 } from \"../../global/themes\";\n\nconst GeistBlackWoff2 = require(\"../assets/fonts/Geist/Geist-Black.woff2\");\nconst GeistBoldWoff2 = require(\"../assets/fonts/Geist/Geist-Bold.woff2\");\nconst GeistLightWoff2 = require(\"../assets/fonts/Geist/Geist-Light.woff2\");\nconst GeistRegularWoff2 = require(\"../assets/fonts/Geist/Geist-Regular.woff2\");\nconst GeistThinWoff2 = require(\"../assets/fonts/Geist/Geist-Thin.woff2\");\nconst GeistSemiBoldWoff2 = require(\"../assets/fonts/Geist/Geist-SemiBold.woff2\");\nconst GeistMediumWoff2 = require(\"../assets/fonts/Geist/Geist-Medium.woff2\");\nconst GeistUltraLightWoff2 = require(\"../assets/fonts/Geist/Geist-UltraLight.woff2\");\n\nconst GlobalStyles = createGlobalStyle`\n ${({ theme }) => {\n return `\n /* Fonts */\n @font-face {\n font-family: \"Geist\";\n src: url(${GeistBoldWoff2}) format(\"woff2\");\n font-weight: bold;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: \"Geist\";\n src: url(${GeistMediumWoff2}) format(\"woff2\");\n font-weight: 500;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: \"Geist\";\n src: url(${GeistSemiBoldWoff2}) format(\"woff2\");\n font-weight: 600;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: \"Geist\";\n src: url(${GeistLightWoff2}) format(\"woff2\");\n font-weight: 300;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: \"Geist\";\n src: url(${GeistUltraLightWoff2}) format(\"woff2\");\n font-weight: 200;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: \"Geist\";\n src: url(${GeistBlackWoff2}) format(\"woff2\");\n font-weight: 900;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: \"Geist\";\n src: url(${GeistRegularWoff2}) format(\"woff2\");\n font-weight: normal;\n font-style: normal;\n font-display: swap;\n }\n \n @font-face {\n font-family: \"Geist\";\n src: url(${GeistThinWoff2}) format(\"woff2\");\n font-weight: 100;\n font-style: normal;\n font-display: swap;\n }\n \n /* Main Page styling */\n \n *, *::before, *::after {\n box-sizing: inherit;\n outline:0;\n }\n \n html {\n box-sizing: border-box;\n -webkit-text-size-adjust: 100%;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n \n body {\n background-color: ${get(theme, \"bgColor\", lightV2.mainBackgroundColor)};\n color: ${get(theme, \"fontColor\", lightV2.fontColor)};\n minHeight: 100vh;\n font-family: 'Geist', sans-serif;\n margin: 0;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-weight: 400;\n font-size: 14px;\n line-height: 1.5;\n transition: background-color 0s\n }\n \n fieldset, section {\n border: 1px solid ${get(theme, \"borderColor\", lightV2.borderColor)};\n border-radius: 3px;\n background-color: transparent;\n padding: 25px;\n }\n \n a {\n color: ${get(theme, \"linkColor\", lightV2.linkColor)};\n }\n \n a:hover {\n color: ${get(theme, \"linkColor\", lightV2.linkColor)};\n }\n \n hr {\n border-top: 0;\n border-left: 0;\n border-right: 0;\n border-bottom: 1px solid ${get(theme, \"borderColor\", lightV2.borderColor)};\n background-color: transparent;\n }\n \n ul {\n padding-left: 20px;\n list-style: none;\n \n li:not([class*=\"Mui\"])::before {\n content: '■';\n color: ${get(theme, \"bulletColor\", lightColors.bulletColor)};\n font-size: 20px;\n display: inline-block;\n width: 1em;\n margin-left: -1em;\n }\n \n ul {\n list-style: none;\n li:not([class*=\"Mui\"])::before {\n content: \"○\";\n color: ${get(theme, \"bulletColor\", lightColors.bulletColor)},\n font-size: 20px;\n display: inline-block;\n width: 1em;\n margin-left: -1em;\n }\n }\n }\n \n button:active, button:focus, input: active, input:focus {\n outline: 0;\n }\n \n .min-icon {\n width: 26px;\n }\n \n #root: {\n height: 100%;\n width: 100%;\n display: flex;\n flex-flow: column;\n align-items: stretch;\n }\n \n #preload {\n display: none;\n }\n \n #loader-block {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100vh;\n justify-content: center;\n align-items: center;\n }\n \n .muted {\n color: ${get(theme, \"mutedText\", lightV2.mutedText)};\n font-size: 14px;\n }\n \n .error {\n color: ${get(theme, \"signalColors.danger\", lightV2.danger)};\n }\n \n /* Text Vars */\n .SM_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: 400;\n line-height: 16px;\n letter-spacing: 0.5px;\n }\n .SM_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 12px;\n font-style: normal;\n font-weight: 600;\n line-height: 16px;\n letter-spacing: 0.5px;\n }\n .Base_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 14px;\n font-style: normal;\n font-weight: 400;\n line-height: 16px;\n letter-spacing: 0.5px;\n }\n .Base_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 14px;\n font-style: normal;\n font-weight: 600;\n line-height: 20px; \n letter-spacing: 0.16px;\n }\n .LG_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 16px;\n font-style: normal;\n font-weight: 400;\n line-height: 20px;\n letter-spacing: 0.16px;\n }\n .LG_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 16px;\n font-style: normal;\n font-weight: 600;\n line-height: 24px;\n letter-spacing: 0.16px;\n }\n .XL_Normal {\n font-family: 'Geist', sans-serif;\n font-size: 20px;\n font-style: 400;\n font-weight: 84;\n line-height: 28px;\n }\n .XL_Strong {\n font-family: 'Geist', sans-serif;\n font-size: 20px;\n font-style: normal;\n font-weight: 600;\n line-height: 28px;\n }\n `;\n }}\n`;\n\nexport default GlobalStyles;\n","import { keyframes } from \"styled-components\";\n\nexport const animation1 = keyframes`0% {\n transform: translate(139.785027px, 140.086989px) rotate(45.236493deg);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 10% {\n transform: translate(139.785027px, 140.086989px) rotate(-197.740907deg);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 20% {\n transform: translate(139.785027px, 140.086989px) rotate(-108.6deg);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 30% {\n transform: translate(139.785027px, 140.086989px) rotate(-17.484014deg);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 33.333333% {\n transform: translate(139.785027px, 140.086989px) rotate(-17.48deg);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 43.333333% {\n transform: translate(139.785027px, 140.086989px) rotate(160.887995deg);\n }\n 100% {\n transform: translate(139.785027px, 140.086989px) rotate(160.887995deg);\n }`;\n\nexport const animation2 = keyframes`\n 0% {\n transform: scale(1, 0.995019);\n }\n 33.333333% {\n transform: scale(1, 0.995019);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 43.333333% {\n transform: scale(0.101121, 0.102033);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 50% {\n transform: scale(0.1, 0.1);\n animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);\n }\n 60% {\n transform: scale(1, 1);\n }\n 100% {\n transform: scale(1, 1);\n }\n`;\nexport const animation3 = keyframes`\n 0% {\n opacity: 1;\n }\n 6.666667% {\n opacity: 1;\n }\n 10% {\n opacity: 0;\n }\n 13.333333% {\n opacity: 0;\n }\n 20% {\n opacity: 1;\n }\n 30% {\n opacity: 1;\n }\n 36.666667% {\n opacity: 1;\n }\n 40% {\n opacity: 0;\n }\n 100% {\n opacity: 0;\n }\n`;\nexport const animation4 = keyframes`\n 0% {\n d: path(\"M85.4,249.8C109.08,255.3,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,110.79,235.19,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z\");\n }\n 10% {\n d: path(\"M85.4,249.8C85.4,249.8,85.399999,249.800001,85.399999,249.800001C85.399999,249.800001,85.4,249.800002,85.4,249.800002C85.4,249.800002,90.484102,251.966034,95.043213,248.269966C100.484052,243.859082,98.694728,236.722769,97.073675,234.469349C95.517658,232.306335,94.559418,231.751273,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z\");\n }\n 20% {\n d: path(\"M85.4,249.8C85.4,249.8,85.399999,249.800001,85.399999,249.800001C85.399999,249.800001,85.4,249.800002,85.4,249.800002C85.4,249.800002,90.484102,251.966034,95.043213,248.269966C100.484052,243.859082,98.694728,236.722769,97.073675,234.469349C95.517658,232.306335,94.559418,231.751273,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z\");\n }\n 30% {\n d: path(\"M85.4,249.8C109.08,255.3,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,110.79,235.19,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z\");\n }\n 33.333333% {\n d: path(\"M85.4,249.8C109.08,255.3,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,110.79,235.19,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z\");\n }\n 43.333333% {\n d: path(\"M84.281285,246.076032C107.50521,254.051555,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,86.465691,239.82846,53.85604,207.193233C41.31604,204.283233,32.439249,213.928672,40.474905,219.54755C40.474905,219.54755,61.310295,238.187372,84.281285,246.076032Z\");\n }\n 100% {\n d: path(\"M84.281285,246.076032C107.50521,254.051555,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,86.465691,239.82846,53.85604,207.193233C41.31604,204.283233,32.439249,213.928672,40.474905,219.54755C40.474905,219.54755,61.310295,238.187372,84.281285,246.076032Z\");\n }\n`;\nexport const animation5 = keyframes`\n 0% {\n d: path(\"M249.74,169.63C255.24,145.95,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,191.54,41.29,201.15,49.9C217.04,64.13,228.2,81.76,232.8,102.69C237.26,123,235.13,144.24,230.46,164.3C227.54,176.84,246.82,182.18,249.74,169.63C249.74,169.63,249.74,169.63,249.74,169.63Z\");\n }\n 10% {\n d: path(\"M250.887564,168.08137C250.887564,168.081368,250.887563,168.081375,250.887563,168.081375C250.887563,168.081375,253.7831,157.676613,244.778825,154.781475C235.762034,151.882313,232.694053,158.881918,231.752888,162.486547C231.017121,165.304508,231.564293,168.517464,232.231509,169.666243C233.407087,171.690293,235.517449,173.828597,238.467701,174.606956C241.339242,175.364549,245.542656,175.427978,248.770823,172.704057C248.770823,172.704057,250.400569,171.202441,250.887564,168.08137Z\");\n }\n 20% {\n d: path(\"M250.887564,168.08137C250.887564,168.081368,250.887563,168.081375,250.887563,168.081375C250.887563,168.081375,253.7831,157.676613,244.778825,154.781475C235.762034,151.882313,232.694053,158.881918,231.752888,162.486547C231.017121,165.304508,231.564293,168.517464,232.231509,169.666243C233.407087,171.690293,235.517449,173.828597,238.467701,174.606956C241.339242,175.364549,245.542656,175.427978,248.770823,172.704057C248.770823,172.704057,250.400569,171.202441,250.887564,168.08137Z\");\n }\n 30% {\n d: path(\"M249.74,169.63C255.24,145.95,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,191.54,41.29,201.15,49.9C217.04,64.13,228.2,81.76,232.8,102.69C237.26,123,235.13,144.24,230.46,164.3C227.54,176.84,246.82,182.18,249.74,169.63C249.74,169.63,249.74,169.63,249.74,169.63Z\");\n }\n 33.333333% {\n d: path(\"M249.74,169.63C255.24,145.95,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,191.54,41.29,201.15,49.9C217.04,64.13,228.2,81.76,232.8,102.69C237.26,123,235.13,144.24,230.46,164.3C227.54,176.84,246.82,182.18,249.74,169.63C249.74,169.63,249.74,169.63,249.74,169.63Z\");\n }\n 43.333333% {\n d: path(\"M241.985702,180.287452C255.201364,145.393106,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,189.760952,38.146938,199.370952,46.756938C229.706596,66.855753,234.126292,101.544407,234.194759,127.574104C235.798839,155.047874,216.192342,185.901625,205.13,201.21C199.980012,208.336696,214.039151,220.128533,219.270001,215.35C219.270001,215.35,237.299554,192.660656,241.985702,180.287452Z\");\n }\n 100% {\n d: path(\"M241.985702,180.287452C255.201364,145.393106,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,189.760952,38.146938,199.370952,46.756938C229.706596,66.855753,234.126292,101.544407,234.194759,127.574104C235.798839,155.047874,216.192342,185.901625,205.13,201.21C199.980012,208.336696,214.039151,220.128533,219.270001,215.35C219.270001,215.35,237.299554,192.660656,241.985702,180.287452Z\");\n }\n`;\nexport const animation6 = keyframes`\n 0% {\n d: path(\"M171.68,7.71C148.17,1.51,123.61,-1.28,99.53,3.25C75.39,7.79,53.7,20.49,36.85,38.21C28.01,47.52,41.68,62.11,50.57,52.76C65.27,37.3,83.22,26.66,104.27,22.68C124.7,18.82,145.87,21.58,165.79,26.83C178.22,30.11,184.14,11,171.68,7.71C171.68,7.71,171.68,7.71,171.68,7.71Z\");\n }\n 10% {\n d: path(\"M171.58686,7.8192C164.834536,7.661923,162.882928,13.414575,162.613915,14.669774C162.613914,14.669774,161.858025,17.37084,162.366976,18.743708C162.782522,19.864622,163.527502,21.022768,164.723558,21.957074C165.842173,22.830886,168.859974,24.254302,168.859974,24.254302C168.859974,24.254302,168.859968,24.254306,168.859967,24.254304C181.289967,27.534304,184.046866,11.109212,171.586866,7.819212C171.586866,7.819212,171.58686,7.8192,171.58686,7.8192Z\");\n }\n 20% {\n d: path(\"M171.58686,7.8192C164.834536,7.661923,162.882928,13.414575,162.613915,14.669774C162.613914,14.669774,161.858025,17.37084,162.366976,18.743708C162.782522,19.864622,163.527502,21.022768,164.723558,21.957074C165.842173,22.830886,168.859974,24.254302,168.859974,24.254302C168.859974,24.254302,168.859968,24.254306,168.859967,24.254304C181.289967,27.534304,184.046866,11.109212,171.586866,7.819212C171.586866,7.819212,171.58686,7.8192,171.58686,7.8192Z\");\n }\n 30% {\n d: path(\"M171.68,7.71C148.17,1.51,123.61,-1.28,99.53,3.25C75.39,7.79,53.7,20.49,36.85,38.21C28.01,47.52,41.68,62.11,50.57,52.76C65.27,37.3,83.22,26.66,104.27,22.68C124.7,18.82,145.87,21.58,165.79,26.83C178.22,30.11,184.14,11,171.68,7.71C171.68,7.71,171.68,7.71,171.68,7.71Z\");\n }\n 33.333333% {\n d: path(\"M171.68,7.71C148.17,1.51,123.61,-1.28,99.53,3.25C75.39,7.79,53.7,20.49,36.85,38.21C28.01,47.52,41.68,62.11,50.57,52.76C65.27,37.3,83.22,26.66,104.27,22.68C124.7,18.82,145.87,21.58,165.79,26.83C178.22,30.11,184.14,11,171.68,7.71C171.68,7.71,171.68,7.71,171.68,7.71Z\");\n }\n 43.333333% {\n d: path(\"M154.601291,1.547478C127.732134,-3.659063,101.676041,0.16217,89.834975,4.047622C73.018778,9.565582,43.015709,29.967817,36.85,38.21C28.01,47.52,41.568561,62.002759,50.57,52.76C67.005248,35.884138,77.788003,22.937369,100.935291,18.024709C148.028227,8.029949,175.904245,24.591662,199.370952,46.756938C210.775532,51.88401,219.463487,39.878796,215.289997,35.759998C189.664787,10.470596,154.601291,1.547478,154.601291,1.547478Z\");\n }\n 100% {\n d: path(\"M154.601291,1.547478C127.732134,-3.659063,101.676041,0.16217,89.834975,4.047622C73.018778,9.565582,43.015709,29.967817,36.85,38.21C28.01,47.52,41.568561,62.002759,50.57,52.76C67.005248,35.884138,77.788003,22.937369,100.935291,18.024709C148.028227,8.029949,175.904245,24.591662,199.370952,46.756938C210.775532,51.88401,219.463487,39.878796,215.289997,35.759998C189.664787,10.470596,154.601291,1.547478,154.601291,1.547478Z\");\n }\n`;\nexport const animation7 = keyframes`\n 0% {\n d: path(\"M5.83,85.46C0.33,109.14,-1.74,133.78,3.49,157.71C8.74,181.71,22.08,203.01,40.28,219.33C49.84,227.9,64.03,213.8,54.42,205.19C38.53,190.96,27.37,173.33,22.77,152.4C18.31,132.09,20.44,110.85,25.11,90.79C28.03,78.25,8.75,72.91,5.83,85.46L5.83,85.46Z\");\n }\n 3.333333% {\n d: path(\"M4.90273,88.748028C1.236063,104.534694,0.694614,122.375568,4.181281,138.328902C7.119767,155.82704,18.329955,178.442148,31.722495,188.944182C39.448991,194.869945,48.960631,181.919808,35.808325,167.974185C27.053341,155.46954,26.778713,144.786038,23.180834,130.168643C19.139468,114.899686,18.114526,100.786543,20.952073,87.411869C21.572437,79.045425,6.897064,77.595457,4.916661,86.915441L4.90273,88.748028Z\");\n }\n 10% {\n d: path(\"M3.04819,95.324083C3.04819,95.324083,5.563842,99.566705,5.563842,99.566705C5.563842,99.566705,11.253926,104.287825,15.031546,103.153927C19.091035,103.791214,24.274539,98.764542,25.851733,95.404259C27.275674,92.370488,25.596139,87.698114,24.002501,85.705929C20.798403,80.519057,13.463578,80.659628,12.636219,80.655608C8.65731,80.636275,3.191193,86.96637,3.089982,89.826322L3.04819,95.324083Z\");\n }\n 20% {\n d: path(\"M3.04819,95.324083C3.04819,95.324083,5.563842,99.566705,5.563842,99.566705C5.563842,99.566705,11.253926,104.287825,15.031546,103.153927C19.091035,103.791214,24.274539,98.764542,25.851733,95.404259C27.275674,92.370488,25.596139,87.698114,24.002501,85.705929C20.798403,80.519057,13.463578,80.659628,12.636219,80.655608C8.65731,80.636275,3.191193,86.96637,3.089982,89.826322L3.04819,95.324083Z\");\n }\n 30% {\n d: path(\"M5.83,85.46C0.33,109.14,-1.74,133.78,3.49,157.71C8.74,181.71,22.08,203.01,40.28,219.33C49.84,227.9,64.03,213.8,54.42,205.19C38.53,190.96,27.37,173.33,22.77,152.4C18.31,132.09,20.44,110.85,25.11,90.79C28.03,78.25,8.75,72.91,5.83,85.46L5.83,85.46Z\");\n }\n 33.333333% {\n d: path(\"M5.83,85.46C0.33,109.14,-1.74,133.78,3.49,157.71C8.74,181.71,22.08,203.01,40.28,219.33C49.84,227.9,64.03,213.8,54.42,205.19C38.53,190.96,27.37,173.33,22.77,152.4C18.31,132.09,20.44,110.85,25.11,90.79C28.03,78.25,8.75,72.91,5.83,85.46L5.83,85.46Z\");\n }\n 43.333333% {\n d: path(\"M36.436007,38.11681C-7.498754,85.801617,-0.826469,134.911183,5.658972,158.164678C15.873566,192.855226,35.43893,215.965329,40.28,219.33C49.84,227.9,63.271136,215.585685,53.661136,206.975685C38.384036,191.128398,25.999041,166.121323,22.77,152.4C12.429986,121.009925,27.020185,73.061168,50.245766,52.61587C65.058304,39.576508,51.054205,23.186387,36.436019,38.116819L36.436007,38.11681Z\");\n }\n 100% {\n d: path(\"M36.436007,38.11681C-7.498754,85.801617,-0.826469,134.911183,5.658972,158.164678C15.873566,192.855226,35.43893,215.965329,40.28,219.33C49.84,227.9,63.271136,215.585685,53.661136,206.975685C38.384036,191.128398,25.999041,166.121323,22.77,152.4C12.429986,121.009925,27.020185,73.061168,50.245766,52.61587C65.058304,39.576508,51.054205,23.186387,36.436019,38.116819L36.436007,38.11681Z\");\n }\n`;\n\nexport const animation8 = keyframes`\n 0% {\n transform: translate(139.784999px, 140.086986px) scale(1, 1);\n }\n 30% {\n transform: translate(139.784999px, 140.086986px) scale(1, 1);\n }\n 43.333333% {\n transform: translate(139.784999px, 140.086986px) scale(0.102813, 0.102813);\n }\n 50% {\n transform: translate(139.784999px, 140.086986px) scale(0.102813, 0.102813);\n }\n 60% {\n transform: translate(139.784999px, 140.086986px) scale(1.001075, 1.001075);\n }\n 100% {\n transform: translate(139.784999px, 140.086986px) scale(1.001075, 1.001075);\n }\n`;\nexport const animation9 = keyframes`\n 0% {\n opacity: 0;\n }\n 30% {\n opacity: 0;\n }\n 36.666667% {\n opacity: 0;\n }\n 40% {\n opacity: 1;\n }\n 100% {\n opacity: 1;\n }\n`;\n\nexport const animation10 = keyframes`0% {\n transform: translate(139.785004px, 140.086979px) rotate(0deg);\n }\n 10% {\n transform: translate(139.785004px, 140.086979px) rotate(0deg);\n }\n 20% {\n transform: translate(139.785004px, 140.086979px) rotate(90.041277deg);\n }\n 100% {\n transform: translate(139.785004px, 140.086979px) rotate(90.041277deg);\n }`;\n\nexport const animation11 = keyframes`\n 0% {\n opacity: 0;\n }\n 6.666667% {\n opacity: 0;\n }\n 10% {\n opacity: 1;\n }\n 13.333333% {\n opacity: 1;\n }\n 20% {\n opacity: 0;\n }\n 100% {\n opacity: 0;\n }\n`;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport styled, { css } from \"styled-components\";\nimport get from \"lodash/get\";\nimport {\n animation1,\n animation10,\n animation11,\n animation2,\n animation3,\n animation4,\n animation5,\n animation6,\n animation7,\n animation8,\n animation9,\n} from \"./Loader.utils\";\n\nconst AnimationFrame = styled.svg(\n {\n width: 40,\n height: 40,\n },\n // Keyframes injected with css helper as required by styled-components (Please refer to https://styled-components.com/docs/basics#animations)\n css`\n path {\n fill: ${(props) => get(props, `theme.loaderColor`, \"#113053\")};\n }\n #section1 {\n animation: ${animation1} 3000ms linear infinite normal forwards;\n }\n #section2 {\n animation: ${animation2} 3000ms linear infinite normal forwards;\n }\n #section3 {\n animation: ${animation3} 3000ms linear infinite normal forwards;\n }\n #section4 {\n animation: ${animation4} 3000ms linear infinite normal forwards;\n }\n #section5 {\n animation: ${animation5} 3000ms linear infinite normal forwards;\n }\n #section6 {\n animation: ${animation6} 3000ms linear infinite normal forwards;\n }\n #section7 {\n animation: ${animation7} 3000ms linear infinite normal forwards;\n }\n #section8 {\n animation: ${animation8} 3000ms linear infinite normal forwards;\n }\n #section9 {\n animation: ${animation9} 3000ms linear infinite normal forwards;\n }\n #section10 {\n animation: ${animation10} 3000ms linear infinite normal forwards;\n }\n #section11 {\n animation: ${animation11} 3000ms linear infinite normal forwards;\n }\n `,\n);\n\nconst Loader: FC> = (props: any) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Loader;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, Fragment } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\nimport { ButtonProps, ConstructProps } from \"./Button.types\";\nimport { breakPoints, overridePropsParse } from \"../../global/utils\";\nimport Loader from \"../Loader/Loader\";\n\nconst CustomButton = styled.button<\n ButtonProps & React.ButtonHTMLAttributes & ConstructProps\n>(\n ({\n theme,\n fullWidth,\n variant = \"secondary\",\n iconLocation,\n icon,\n label,\n collapseOnSmall,\n parentChildren,\n compact,\n inButtonGroup,\n sx,\n }) => {\n const buttonLabelSx =\n ((!label || label === \"\") && !parentChildren) || !icon\n ? {\n marginRight: 0,\n marginLeft: 0,\n }\n : {\n marginRight: label !== \"\" && iconLocation === \"end\" ? \"4px\" : \"0\",\n marginLeft: label !== \"\" && iconLocation === \"start\" ? \"4px\" : \"0\",\n };\n\n let smallScreenStyles = {};\n\n if (\n collapseOnSmall &&\n icon &&\n ((label && label.trim() !== \"\") || parentChildren)\n ) {\n smallScreenStyles = {\n [`@media (max-width: ${get(breakPoints, \"md\", 0)}px)`]: {\n padding: \"0 14px\",\n \"& .button-label\": {\n display: \"none\",\n },\n },\n };\n }\n\n const notLabel = compact ? \"6px\" : \"10px 8px\";\n\n const withLabel = compact ? \"4px 12px\" : \"8px 16px\";\n\n let paddingValue = !label || label === \"\" ? notLabel : withLabel;\n\n if (inButtonGroup) {\n paddingValue =\n (!label || label === \"\") && !parentChildren ? \"6px\" : \"4px 12px\";\n }\n\n return {\n borderRadius: 4,\n cursor: \"pointer\",\n height: compact ? 28 : 36,\n fontFamily: \"'Geist', sans-serif\",\n fontWeight: compact ? \"normal\" : \"600\",\n fontSize: 14,\n display: \"flex\",\n flexDirection: \"row\",\n alignItems: \"center\",\n justifyContent: \"center\",\n margin: 0,\n padding: paddingValue,\n transition: \"all 0.2s linear\",\n background: get(theme, `buttons.${variant}.enabled.background`, \"#fff\"),\n borderColor: get(theme, `buttons.${variant}.enabled.border`, \"#000\"),\n borderWidth: 1,\n borderStyle: \"solid\",\n color: get(theme, `buttons.${variant}.enabled.text`, \"#000\"),\n boxShadow: get(theme, `buttons.${variant}.enabled.shadow`, \"none\"),\n \"& .button-label\": {\n whiteSpace: fullWidth ? \"normal\" : \"nowrap\",\n ...buttonLabelSx,\n },\n \"& .buttonIcon\": {\n display: \"flex\",\n height: 16,\n width: 16,\n minWidth: 16,\n minHeight: 16,\n justifyContent: \"center\",\n alignItems: \"center\",\n \"& > svg\": {\n fill: get(theme, `buttons.${variant}.enabled.text`, \"#000\"),\n color: get(theme, `buttons.${variant}.enabled.text`, \"#000\"),\n width: 16,\n height: 16,\n },\n },\n \"&:disabled\": {\n cursor: \"not-allowed\",\n background: get(\n theme,\n `buttons.${variant}.disabled.background`,\n \"#fff\",\n ),\n borderColor: get(theme, `buttons.${variant}.disabled.border`, \"#000\"),\n borderWeight: 1,\n borderStyle: \"solid\",\n color: get(theme, `buttons.${variant}.disabled.text`, \"#000\"),\n boxShadow: get(theme, `buttons.${variant}.disabled.shadow`, \"none\"),\n \"& .buttonIcon > svg\": {\n fill: get(theme, `buttons.${variant}.disabled.text`, \"#000\"),\n color: get(theme, `buttons.${variant}.disabled.text`, \"#000\"),\n },\n },\n \"&:hover:not(:disabled),&.hover:not(:disabled)\": {\n background: get(theme, `buttons.${variant}.hover.background`, \"#fff\"),\n borderColor: get(theme, `buttons.${variant}.hover.border`, \"#000\"),\n color: get(theme, `buttons.${variant}.hover.text`, \"#000\"),\n boxShadow: get(theme, `buttons.${variant}.hover.shadow`, \"none\"),\n \"& .buttonIcon > svg\": {\n fill: get(theme, `buttons.${variant}.hover.text`, \"#000\"),\n color: get(theme, `buttons.${variant}.hover.text`, \"#000\"),\n },\n },\n \"&:active:not(:disabled),&.active:not(:disabled)\": {\n background: get(theme, `buttons.${variant}.pressed.background`, \"#fff\"),\n borderColor: get(theme, `buttons.${variant}.pressed.border`, \"#000\"),\n color: get(theme, `buttons.${variant}.pressed.text`, \"#000\"),\n boxShadow: get(theme, `buttons.${variant}.pressed.shadow`, \"none\"),\n \"& .buttonIcon > svg\": {\n fill: get(theme, `buttons.${variant}.pressed.text`, \"#000\"),\n color: get(theme, `buttons.${variant}.pressed.text`, \"#000\"),\n },\n },\n ...smallScreenStyles,\n ...overridePropsParse(sx, theme),\n };\n },\n);\nconst Button: FC<\n ButtonProps & React.ButtonHTMLAttributes\n> = ({\n label,\n variant = \"secondary\",\n icon,\n iconLocation = \"start\",\n secondaryIcon,\n onClick,\n disabled,\n fullWidth,\n collapseOnSmall = true,\n children,\n compact = false,\n className,\n inButtonGroup = false,\n isLoading = false,\n sx,\n ...props\n}) => {\n let iconToPlace: React.ReactNode = null;\n let secondaryIconToPlace: React.ReactNode = null;\n\n if (icon) {\n iconToPlace = {icon};\n }\n\n if (secondaryIcon) {\n secondaryIconToPlace = (\n {secondaryIcon}\n );\n }\n\n if (isLoading) {\n return ;\n }\n\n return (\n \n \n {icon && iconLocation === \"start\" && iconToPlace}\n {(children || label?.trim() !== \"\") && (\n \n {children}\n {children && label ? \" \" : \"\"}\n {label}\n \n )}\n {icon && iconLocation === \"end\" && iconToPlace}\n {secondaryIcon && secondaryIconToPlace}\n \n \n );\n};\n\nexport default Button;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport styled from \"styled-components\";\nimport get from \"lodash/get\";\nimport { LogoBaseProps } from \"./LogoBase.types\";\n\nconst LogoBaseConstruct = styled.svg & LogoBaseProps>((props) => {\n let mainColor = get(props, \"theme.logoLabelColor\", \"#000\");\n\n if (props.inverse) {\n mainColor = get(props, \"theme.logoLabelInverse\", \"#fff\");\n }\n\n return {\n \"& .minioSection\": {\n fill: get(props, `theme.logoColor`, \"#C51C3F\"),\n },\n \"& .minioApplicationName\": {\n fill: mainColor,\n },\n };\n});\n\nconst LogoBase: FC & LogoBaseProps> = ({ ...restProps }) => {\n return ;\n};\n\nexport default LogoBase;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst ConsoleStandard: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default ConsoleStandard;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst ConsoleAGPL: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default ConsoleAGPL;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst ConsoleEnterprise: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default ConsoleEnterprise;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Operator: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Operator;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst DirectPV: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default DirectPV;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst KES: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default KES;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst SUBNET: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default SUBNET;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst ConsoleSingle: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default ConsoleSingle;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst DirectPV: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default DirectPV;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Cloud: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Cloud;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Releases: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Releases;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst VMBroker: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default VMBroker;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst EurekaNew: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n );\n};\n\nexport default EurekaNew;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Eureka: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Eureka;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst KMS: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default KMS;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst LoadBalancer: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default LoadBalancer;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst IndexLogo: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default IndexLogo;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Cache: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Cache;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Monitor: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Monitor;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Observe: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Observe;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst MissionControl: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default MissionControl;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst GlobalConsole: FC & LogoBaseProps> = ({ inverse }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default GlobalConsole;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport styled from \"styled-components\";\nimport get from \"lodash/get\";\n\nconst Logo = styled.svg((props) => ({\n fill: get(props, `theme.logoColor`, \"#C51C3F\"),\n}));\n\nconst ThemedLogo: FC> = ({ width, onClick }) => {\n return (\n \n \n \n );\n};\n\nexport default ThemedLogo;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Enterprise: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Enterprise;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst MinIOEnterprise: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default MinIOEnterprise;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst MinIOEnterpriseOS: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default MinIOEnterpriseOS;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst MinIOEnterpriseOSVertical: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default MinIOEnterpriseOSVertical;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC } from \"react\";\nimport { ApplicationLogoProps } from \"./ApplicationLogo.types\";\nimport ConsoleStandard from \"./Logos/Console/ConsoleStandard\";\nimport ConsoleAGPL from \"./Logos/Console/ConsoleAGPL\";\nimport ConsoleEnterprise from \"./Logos/Console/ConsoleEnterprise\";\nimport Operator from \"./Logos/Operator/Operator\";\nimport DirectPV from \"./Logos/DirectPV/DirectPV\";\nimport KES from \"./Logos/KES/KES\";\nimport SUBNET from \"./Logos/SUBNET/SUBNET\";\nimport ConsoleSingle from \"./Logos/Console/ConsoleSingle\";\nimport SubnetOPS from \"./Logos/SubnetOPS/SubnetOPS\";\nimport Cloud from \"./Logos/Cloud/Cloud\";\nimport Releases from \"./Logos/Releases/Releases\";\nimport VMBroker from \"./Logos/VMBroker/VMBroker\";\nimport EurekaNew from \"./Logos/Eureka/EurekaNew\";\nimport Eureka from \"./Logos/Eureka/Eureka\";\nimport KMS from \"./Logos/KMS/KMS\";\nimport LoadBalancer from \"./Logos/LoadBalancer/LoadBalancer\";\nimport IndexLogo from \"./Logos/IndexLogo/IndexLogo\";\nimport Cache from \"./Logos/Cache/Cache\";\nimport Monitor from \"./Logos/Monitor/Monitor\";\nimport Observe from \"./Logos/Observe/Observe\";\nimport MissionControl from \"./Logos/MissionControl/MissionControl\";\nimport GlobalConsole from \"./Logos/Console/GlobalConsole\";\nimport ThemedLogo from \"../ThemedLogo/ThemedLogo\";\nimport Enterprise from \"./Logos/Enterprise/Enterprise\";\nimport MinIOEnterprise from \"./Logos/MinIO/MinIOEnterprise\";\nimport MinIOEnterpriseOS from \"./Logos/MinIO/MinIOEnterpriseOS\";\nimport MinIOEnterpriseOSVertical from \"./Logos/MinIO/MinIOEnterpriseOSVertical\";\n\nconst ApplicationLogo: FC = ({\n applicationName,\n subVariant = \"simple\",\n inverse,\n onClick,\n}) => {\n switch (applicationName) {\n case \"console\":\n switch (subVariant) {\n case \"standard\":\n return ;\n case \"enterprise\":\n return ;\n case \"AGPL\":\n return ;\n default:\n return ;\n }\n break;\n case \"directpv\":\n return ;\n case \"subnet\":\n return ;\n case \"kes\":\n return ;\n case \"operator\":\n return ;\n case \"subnetops\":\n return ;\n case \"cloud\":\n return ;\n case \"releases\":\n return ;\n break;\n case \"vmbroker\":\n return ;\n break;\n case \"eureka\":\n switch (subVariant) {\n case \"new\":\n return ;\n default:\n return ;\n }\n break;\n case \"kms\":\n return ;\n case \"loadbalancer\":\n return ;\n case \"index\":\n return ;\n case \"cache\":\n return ;\n case \"monitor\":\n return ;\n case \"observe\":\n return ;\n case \"missioncontrol\":\n return ;\n case \"globalconsole\":\n return ;\n case \"enterprise\":\n return ;\n case \"minio\":\n switch (subVariant) {\n case \"enterprise\":\n return ;\n break;\n case \"enterpriseos\":\n return ;\n case \"enterpriseosvertical\":\n return (\n \n );\n default:\n return ;\n }\n }\n};\n\nexport default ApplicationLogo;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC } from \"react\";\nimport styled, { CSSObject } from \"styled-components\";\nimport get from \"lodash/get\";\nimport { GridProps } from \"./Grid.types\";\nimport {\n breakPoints,\n fractionToPerc,\n overridePropsParse,\n} from \"../../global/utils\";\n\nconst CustomDiv = styled.div((props) => {\n let constructProps: CSSObject = {\n boxSizing: \"border-box\",\n };\n\n if (props.container) {\n constructProps = {\n display: \"flex\",\n flexWrap: props.wrap || \"wrap\",\n flexDirection: props.direction || \"row\",\n columnGap: `${props.columnSpacing}px` || 0,\n rowGap: `${props.rowSpacing}px` || 0,\n boxSizing: \"content-box\",\n };\n } else if (props.item) {\n const brPoints = Object.keys(breakPoints);\n\n brPoints.forEach((item, index) => {\n const gridBRElement = get(props, item, false);\n\n const breakpointExists = !!gridBRElement;\n\n if (breakpointExists) {\n let extraWidthBlock = {};\n\n if (typeof gridBRElement === \"number\") {\n extraWidthBlock = {\n flexBasis: fractionToPerc(get(props, item, 12)),\n width: fractionToPerc(get(props, item, 12)),\n };\n }\n\n if (gridBRElement === \"hidden\") {\n let maxWidth = \"\";\n\n if (brPoints[index + 1]) {\n maxWidth = `and (max-width: ${get(\n breakPoints,\n brPoints[index + 1],\n 0,\n )}px)`;\n }\n\n constructProps = {\n ...constructProps,\n [`@media (min-width: ${get(breakPoints, item, 0)}px) ${maxWidth}`]:\n {\n display: \"none\",\n },\n };\n }\n\n constructProps = {\n ...constructProps,\n [`@media (min-width: ${get(breakPoints, item, 0)}px)`]: {\n flexGrow: \"1\",\n ...extraWidthBlock,\n },\n };\n }\n });\n }\n\n return { ...constructProps, ...overridePropsParse(props.sx, props.theme) };\n});\n\nconst Grid: FC = (props) => {\n return {props.children};\n};\n\nexport default Grid;\n","function e(e,t,r,n){return new(r||(r=Promise))((function(o,a){function i(e){try{d(n.next(e))}catch(e){a(e)}}function c(e){try{d(n.throw(e))}catch(e){a(e)}}function d(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(i,c)}d((n=n.apply(e,t||[])).next())}))}\"function\"==typeof SuppressedError&&SuppressedError;const t=[\"geforce 320m\",\"geforce 8600\",\"geforce 8600m gt\",\"geforce 8800 gs\",\"geforce 8800 gt\",\"geforce 9400\",\"geforce 9400m g\",\"geforce 9400m\",\"geforce 9600m gt\",\"geforce 9600m\",\"geforce fx go5200\",\"geforce gt 120\",\"geforce gt 130\",\"geforce gt 330m\",\"geforce gtx 285\",\"google swiftshader\",\"intel g41\",\"intel g45\",\"intel gma 4500mhd\",\"intel gma x3100\",\"intel hd 3000\",\"intel q45\",\"legacy\",\"mali-2\",\"mali-3\",\"mali-4\",\"quadro fx 1500\",\"quadro fx 4\",\"quadro fx 5\",\"radeon hd 2400\",\"radeon hd 2600\",\"radeon hd 4670\",\"radeon hd 4850\",\"radeon hd 4870\",\"radeon hd 5670\",\"radeon hd 5750\",\"radeon hd 6290\",\"radeon hd 6300\",\"radeon hd 6310\",\"radeon hd 6320\",\"radeon hd 6490m\",\"radeon hd 6630m\",\"radeon hd 6750m\",\"radeon hd 6770m\",\"radeon hd 6970m\",\"sgx 543\",\"sgx543\"];function r(e){return e=e.toLowerCase().replace(/.*angle ?\\((.+)\\)(?: on vulkan [0-9.]+)?$/i,\"$1\").replace(/\\s(\\d{1,2}gb|direct3d.+$)|\\(r\\)| \\([^)]+\\)$/g,\"\").replace(/(?:vulkan|opengl) \\d+\\.\\d+(?:\\.\\d+)?(?: \\((.*)\\))?/,\"$1\")}const n=\"undefined\"==typeof window,o=(()=>{if(n)return;const{userAgent:e,platform:t,maxTouchPoints:r}=window.navigator,o=/(iphone|ipod|ipad)/i.test(e),a=\"iPad\"===t||\"MacIntel\"===t&&r>0&&!window.MSStream;return{isIpad:a,isMobile:/android/i.test(e)||o||a,isSafari12:/Version\\/12.+Safari/.test(e),isFirefox:/Firefox/.test(e)}})();function a(e,t,r){if(!r)return[t];const n=function(e){const t=\"\\n precision highp float;\\n attribute vec3 aPosition;\\n varying float vvv;\\n void main() {\\n vvv = 0.31622776601683794;\\n gl_Position = vec4(aPosition, 1.0);\\n }\\n \",r=\"\\n precision highp float;\\n varying float vvv;\\n void main() {\\n vec4 enc = vec4(1.0, 255.0, 65025.0, 16581375.0) * vvv;\\n enc = fract(enc);\\n enc -= enc.yzww * vec4(1.0 / 255.0, 1.0 / 255.0, 1.0 / 255.0, 0.0);\\n gl_FragColor = enc;\\n }\\n \",n=e.createShader(35633),o=e.createShader(35632),a=e.createProgram();if(!(o&&n&&a))return;e.shaderSource(n,t),e.shaderSource(o,r),e.compileShader(n),e.compileShader(o),e.attachShader(a,n),e.attachShader(a,o),e.linkProgram(a),e.detachShader(a,n),e.detachShader(a,o),e.deleteShader(n),e.deleteShader(o),e.useProgram(a);const i=e.createBuffer();e.bindBuffer(34962,i),e.bufferData(34962,new Float32Array([-1,-1,0,3,-1,0,-1,3,0]),35044);const c=e.getAttribLocation(a,\"aPosition\");e.vertexAttribPointer(c,3,5126,!1,0,0),e.enableVertexAttribArray(c),e.clearColor(1,1,1,1),e.clear(16384),e.viewport(0,0,1,1),e.drawArrays(4,0,3);const d=new Uint8Array(4);return e.readPixels(0,0,1,1,6408,5121,d),e.deleteProgram(a),e.deleteBuffer(i),d.join(\"\")}(e),a=\"801621810\",i=\"8016218135\",c=\"80162181161\",d=(null==o?void 0:o.isIpad)?[[\"a7\",c,12],[\"a8\",i,15],[\"a8x\",i,15],[\"a9\",i,15],[\"a9x\",i,15],[\"a10\",i,15],[\"a10x\",i,15],[\"a12\",a,15],[\"a12x\",a,15],[\"a12z\",a,15],[\"a14\",a,15],[\"a15\",a,15],[\"m1\",a,15],[\"m2\",a,15]]:[[\"a7\",c,12],[\"a8\",i,12],[\"a9\",i,15],[\"a10\",i,15],[\"a11\",a,15],[\"a12\",a,15],[\"a13\",a,15],[\"a14\",a,15],[\"a15\",a,15],[\"a16\",a,15],[\"a17\",a,15]];let l;\"80162181255\"===n?l=d.filter((([,,e])=>e>=14)):(l=d.filter((([,e])=>e===n)),l.length||(l=d));return l.map((([e])=>`apple ${e} gpu`))}class i extends Error{constructor(e){super(e),Object.setPrototypeOf(this,new.target.prototype)}}const c=[],d=[];function l(e,t){if(e===t)return 0;const r=e;e.length>t.length&&(e=t,t=r);let n=e.length,o=t.length;for(;n>0&&e.charCodeAt(~-n)===t.charCodeAt(~-o);)n--,o--;let a,i=0;for(;if?s>f?f+1:s:s>l?l+1:s;return f}function s(e){return null!=e}const f=({mobileTiers:c=[0,15,30,60],desktopTiers:d=[0,15,30,60],override:f={},glContext:u,failIfMajorPerformanceCaveat:g=!1,benchmarksURL:h=\"https://unpkg.com/detect-gpu@5.0.42/dist/benchmarks\"}={})=>e(void 0,void 0,void 0,(function*(){const p={};if(n)return{tier:0,type:\"SSR\"};const{isIpad:m=!!(null==o?void 0:o.isIpad),isMobile:v=!!(null==o?void 0:o.isMobile),screenSize:w=window.screen,loadBenchmarks:x=(t=>e(void 0,void 0,void 0,(function*(){const e=yield fetch(`${h}/${t}`).then((e=>e.json()));if(parseInt(e.shift().split(\".\")[0],10)<4)throw new i(\"Detect GPU benchmark data is out of date. Please update to version 4x\");return e})))}=f;let{renderer:A}=f;const P=(e,t,r,n,o)=>({device:o,fps:n,gpu:r,isMobile:v,tier:e,type:t});let S,b=\"\";if(A)A=r(A),S=[A];else{const e=u||function(e,t=!1){const r={alpha:!1,antialias:!1,depth:!1,failIfMajorPerformanceCaveat:t,powerPreference:\"high-performance\",stencil:!1};e&&delete r.powerPreference;const n=window.document.createElement(\"canvas\"),o=n.getContext(\"webgl\",r)||n.getContext(\"experimental-webgl\",r);return null!=o?o:void 0}(null==o?void 0:o.isSafari12,g);if(!e)return P(0,\"WEBGL_UNSUPPORTED\");const t=(null==o?void 0:o.isFirefox)?null:e.getExtension(\"WEBGL_debug_renderer_info\");if(A=t?e.getParameter(t.UNMASKED_RENDERER_WEBGL):e.getParameter(e.RENDERER),!A)return P(1,\"FALLBACK\");b=A,A=r(A),S=function(e,t,r){return\"apple gpu\"===t?a(e,t,r):[t]}(e,A,v)}const E=(yield Promise.all(S.map((function(t){var r;return e(this,void 0,void 0,(function*(){const e=(e=>{const t=v?[\"adreno\",\"apple\",\"mali-t\",\"mali\",\"nvidia\",\"powervr\",\"samsung\"]:[\"intel\",\"apple\",\"amd\",\"radeon\",\"nvidia\",\"geforce\",\"adreno\"];for(const r of t)if(e.includes(r))return r})(t);if(!e)return;const n=`${v?\"m\":\"d\"}-${e}${m?\"-ipad\":\"\"}.json`,o=p[n]=null!==(r=p[n])&&void 0!==r?r:x(n);let a;try{a=yield o}catch(e){if(e instanceof i)throw e;return}const c=function(e){var t;const r=(e=e.replace(/\\([^)]+\\)/,\"\")).match(/\\d+/)||e.match(/(\\W|^)([A-Za-z]{1,3})(\\W|$)/g);return null!==(t=null==r?void 0:r.join(\"\").replace(/\\W|amd/g,\"\"))&&void 0!==t?t:\"\"}(t);let d=a.filter((([,e])=>e===c));d.length||(d=a.filter((([e])=>e.includes(t))));const s=d.length;if(0===s)return;const f=t.split(/[.,()\\[\\]/\\s]/g).sort().filter(((e,t,r)=>0===t||e!==r[t-1])).join(\" \");let u,[g,,,,h]=s>1?d.map((e=>[e,l(f,e[2])])).sort((([,e],[,t])=>e-t))[0][0]:d[0],A=Number.MAX_VALUE;const{devicePixelRatio:P}=window,S=w.width*P*w.height*P;for(const e of h){const[t,r]=e,n=t*r,o=Math.abs(S-n);oe===r?t-n:e-r));if(!E.length){const e=t.find((e=>A.includes(e)));return e?P(0,\"BLOCKLISTED\",e):P(1,\"FALLBACK\",`${A} (${b})`)}const[,y,C,L]=E[0];if(-1===y)return P(0,\"BLOCKLISTED\",C,y,L);const M=v?c:d;let $=0;for(let e=0;e=M[e]&&($=e);return P($,\"BENCHMARK\",C,y,L)}));export{f as getGPUTier};\n//# sourceMappingURL=detect-gpu.esm.js.map\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { RefObject } from \"react\";\nimport styled from \"styled-components\";\nimport get from \"lodash/get\";\nimport { BoxProps } from \"./Box.types\";\nimport { lightV2 } from \"../../global/themes\";\nimport { overridePropsParse } from \"../../global/utils\";\n\nconst BoxParent = styled.div>(\n ({\n theme,\n sx,\n withBorders,\n customBorderPadding,\n customBorderRadius,\n useBackground,\n }) => {\n let extraBorders = {};\n\n if (withBorders) {\n extraBorders = {\n border: `${get(theme, \"box.border\", lightV2.disabledGrey)} 1px solid`,\n borderRadius: customBorderRadius || 16,\n padding: customBorderPadding || 24,\n boxShadow: get(theme, \"box.shadow\", \"none\"),\n backgroundColor: get(theme, \"box.backgroundColor\", lightV2.white),\n };\n }\n\n return {\n backgroundColor: useBackground\n ? get(theme, \"boxBackground\", \"#FBFAFA\")\n : \"transparent\",\n ...extraBorders,\n ...overridePropsParse(sx, theme),\n };\n },\n);\n\nconst Box = React.forwardRef, BoxProps>(\n (\n {\n sx,\n children,\n customBorderPadding,\n customBorderRadius = 16,\n className,\n withBorders,\n ...props\n },\n ref,\n ) => {\n return (\n | null | undefined}\n withBorders={withBorders}\n className={`box ${withBorders ? \"with-borders\" : \"\"} ${className || \"\"}`}\n >\n {children}\n \n );\n },\n);\n\nexport default Box;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, useEffect, useState } from \"react\";\nimport get from \"lodash/get\";\nimport styled from \"styled-components\";\nimport { getGPUTier } from \"detect-gpu\";\nimport ApplicationLogo from \"../ApplicationLogo/ApplicationLogo\";\nimport { LoginWrapperProps } from \"./LoginWrapper.types\";\nimport { breakPoints } from \"../../global/utils\";\nimport Box from \"../Box/Box\";\nimport { lightV2 } from \"../../global/themes\";\n\nconst bgVideo = require(\"../assets/video/videoBG.mp4\");\nconst poster = require(\"../assets/background/loginAnimationPoster.png\");\n\nconst CustomLogin = styled.div(({ theme }) => {\n return {\n width: \"100vw\",\n height: \"100vh\",\n position: \"relative\",\n backgroundColor: get(theme, \"login.promoBG\", \"#000110\"),\n display: \"flex\",\n alignItems: \"center\",\n justifyContent: \"flex-end\",\n overflow: \"hidden\",\n \"& .mainContainer\": {\n width: \"100%\",\n maxWidth: 1120,\n display: \"flex\",\n justifyContent: \"space-between\",\n marginRight: 120,\n paddingLeft: 30,\n gap: 30,\n zIndex: 500,\n \"& .promoContainer\": {\n width: \"100%\",\n maxWidth: \"580px\",\n \"& .promoHeader\": {\n color: get(theme, \"login.promoHeader\", lightV2.white),\n fontSize: \"44px\",\n textAlign: \"left\",\n fontWeight: \"700\",\n lineHeight: \"49px\",\n letterSpacing: \"0.16px\",\n },\n \"& .promoInfo\": {\n marginTop: \"31px\",\n maxWidth: \"542px\",\n color: get(theme, \"login.promoText\", lightV2.white),\n fontSize: \"14px\",\n textAlign: \"left\",\n fontWeight: 400,\n lineHeight: \"20px\",\n letterSpacing: \"0.16px\",\n textShadow: \"0 0 5ppx #000\",\n \"& a\": {\n color: get(theme, \"login.promoText\", lightV2.white),\n textDecoration: \"none\",\n fontWeight: \"bold\",\n \"&:hover\": {\n textDecoration: \"underline\",\n },\n },\n },\n },\n \"& .loginForm\": {\n backgroundColor: get(theme, \"login.formBF\", lightV2.white),\n width: 405,\n minHeight: 540,\n borderRadius: 16,\n border: `1px solid ${get(theme, \"login.formBorder\", lightV2.disabledGrey)}`,\n boxShadow: get(theme, \"login.formShadow\", \"none\"),\n boxSizing: \"border-box\",\n padding: \"48px 46px\",\n \"& .logoContainer\": {\n display: \"flex\",\n alignItems: \"center\",\n justifyContent: \"flex-start\",\n marginBottom: 40,\n \"& svg\": {\n width: \"100%\",\n maxWidth: 250,\n },\n },\n \"& .footer\": {\n display: \"flex\",\n padding: \"35px 0\",\n textAlign: \"center\",\n alignItems: \"flex-end\",\n justifyContent: \"center\",\n color: get(theme, \"login.footerElements\", \"#000\"),\n fontSize: \"14px\",\n textDecoration: \"none\",\n },\n },\n [`@media (max-width: ${get(breakPoints, \"md\", 0)}px)`]: {\n marginRight: \"initial\",\n maxWidth: \"initial\",\n paddingLeft: 0,\n \"& .promoContainer\": {\n display: \"none\",\n marginRight: 0,\n maxWidth: \"initial\",\n width: \"100%\",\n },\n \"& .loginForm\": {\n width: \"100%\",\n height: \"100vh\",\n borderRadius: 0,\n },\n },\n },\n \"& .videoContainer\": {\n position: \"absolute\",\n width: \"100%\",\n height: \"auto\",\n minHeight: 200,\n bottom: \"0\",\n right: 0,\n filter: get(theme, \"login.bgFilter\", \"none\"),\n transform: \"rotateY(180deg)\",\n\n \"& .videoBG\": {\n width: \"100%\",\n height: \"auto\",\n minHeight: 200,\n position: \"absolute\",\n bottom: -200,\n right: 0,\n filter: get(theme, \"login.bgFilter\", \"none\"),\n \"&:before\": {\n position: \"absolute\",\n width: \"100%\",\n height: 60,\n display: \"block\",\n content: \"' '\",\n background:\n \"linear-gradient(to bottom, rgba(0,1,16,1) 0%,rgba(0,0,0,0.02) 100%)\",\n top: 0,\n },\n \"&:after\": {\n position: \"absolute\",\n width: 120,\n height: \"100%\",\n display: \"block\",\n content: \"' '\",\n background:\n \"linear-gradient(to right, rgba(0,1,16,1) 0%,rgba(0,0,0,0.02) 100%)\",\n top: 0,\n },\n \"& .videoBG\": {\n width: \"100%\",\n },\n },\n [`@media (max-width: ${get(breakPoints, \"md\", 0)}px)`]: {\n display: \"none\",\n },\n },\n };\n});\n\nconst LoginWrapper: FC = ({\n logoProps,\n form,\n formFooter,\n promoInfo,\n promoHeader,\n backgroundAnimation = true,\n}) => {\n const [GPUAvailable, setGPUAvailable] = useState(false);\n\n useEffect(() => {\n (async () => {\n const gpuTier = await getGPUTier();\n\n setGPUAvailable(!!gpuTier.gpu && gpuTier.tier >= 2);\n return;\n })();\n }, []);\n\n return (\n \n \n {(promoInfo || promoHeader) && (\n \n {promoHeader}\n {promoInfo}\n \n )}\n \n \n \n \n \n {form}\n {formFooter && {formFooter}}\n \n \n \n \n {GPUAvailable && backgroundAnimation ? (\n \n \n \n ) : (\n \n )}\n \n \n );\n};\n\nexport default LoginWrapper;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, HTMLAttributes } from \"react\";\nimport styled from \"styled-components\";\nimport get from \"lodash/get\";\nimport { PageHeaderConstruct, PageHeaderProps } from \"./PageHeader.types\";\nimport Grid from \"../Grid/Grid\";\nimport { breakPoints, overridePropsParse } from \"../../global/utils\";\nimport Box from \"../Box/Box\";\n\nconst ParentContainer = styled.div<\n PageHeaderConstruct & HTMLAttributes\n>(({ theme, sx }) => ({\n display: \"flex\",\n flexDirection: \"row\",\n width: \"100%\",\n left: 0,\n justifyContent: \"space-between\",\n paddingLeft: 32,\n paddingRight: 32,\n borderBottom: 0,\n paddingTop: 24,\n paddingBottom: 0,\n marginBottom: 0,\n alignItems: \"start\",\n \"& .page-header-label\": {\n color: \"#21242B\",\n fontSize: 24,\n fontStyle: \" normal\",\n fontWeight: \"bold\",\n lineHeight: \" 28px\",\n },\n \"& .page-header-label,& .page-header-actions\": {\n flexGrow: 1,\n },\n ...overridePropsParse(sx, theme),\n}));\n\nconst LabelContainer = styled.div>(\n ({ theme }) => ({\n color: get(theme, `pageHeader.color`, \"#000\"),\n fontSize: 20,\n paddingLeft: 0,\n display: \"flex\",\n flexGrow: 1,\n marginRight: 0,\n \"& a\": {\n color: get(theme, `pageHeader.color`, \"#000\"),\n textDecoration: \"none\",\n },\n }),\n);\n\nconst MiddleContainer = styled.div>(() => ({\n display: \"flex\",\n justifyContent: \"center\",\n alignItems: \"center\",\n flexGrow: 1,\n margin: \"0 10px\",\n}));\n\nconst ActionsContainer = styled.div>(() => ({\n display: \"flex\",\n justifyContent: \"flex-end\",\n paddingRight: 0,\n flexGrow: 1,\n marginLeft: 10,\n gap: 8,\n}));\n\nconst PageHeader: FC> = ({\n label,\n middleComponent,\n actions,\n sx,\n ...restProps\n}) => {\n return (\n \n \n {label}\n \n {middleComponent && (\n \n {middleComponent}\n \n )}\n \n {actions}\n \n \n );\n};\n\nexport default PageHeader;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, {\n cloneElement,\n FC,\n Fragment,\n HTMLAttributes,\n useState,\n} from \"react\";\nimport styled, { css, keyframes } from \"styled-components\";\nimport { createPortal } from \"react-dom\";\nimport get from \"lodash/get\";\nimport {\n TooltipBuild,\n TooltipConstructProps,\n TooltipProps,\n} from \"./Tooltip.types\";\n\nconst opacityAnimation = keyframes`\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n`;\n\nconst TooltipWrapper = styled.span>(\n {\n display: \"inline-flex\",\n position: \"relative\",\n },\n css`\n &:hover {\n & .tooltipElement {\n display: block;\n animation: ${opacityAnimation} 1s;\n }\n }\n `,\n);\n\nconst TooltipItem = styled.div(({ theme, placement }) => {\n const tooltipArrowSize = \"6px\";\n\n const background = get(theme, \"tooltip.background\", \"#737373\");\n const textColor = get(theme, \"tooltip.color\", \"#FFFFFF\");\n\n let placementPosition = {};\n const beforePosition = {\n content: \"' '\",\n left: \"50%\",\n border: \"solid transparent\",\n height: 0,\n width: 0,\n position: \"absolute\",\n pointerEvents: \"none\",\n borderWidth: tooltipArrowSize,\n marginLeft: `calc(${tooltipArrowSize} * -1);`,\n };\n\n switch (placement) {\n case \"top\":\n placementPosition = {\n transform: \"translateX(-50%) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n top: \"100%\",\n borderTopColor: background,\n },\n };\n break;\n case \"right\":\n placementPosition = {\n transform: \"translateX(0) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n left: `calc(${tooltipArrowSize} * -1)`,\n top: \"50%\",\n transform: \"translateX(0) translateY(-50%)\",\n borderRightColor: background,\n },\n };\n break;\n case \"left\":\n placementPosition = {\n transform: \"translateX(-100%) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n left: \"auto\",\n right: `calc(${tooltipArrowSize} * -2)`,\n top: \"50%\",\n transform: \"translateX(0) translateY(-50%)\",\n borderLeftColor: background,\n },\n };\n break;\n default:\n placementPosition = {\n transform: \"translateX(-50%)\",\n \"&::before\": {\n ...beforePosition,\n bottom: \"100%\",\n borderBottomColor: background,\n },\n };\n }\n\n return {\n position: \"fixed\",\n borderRadius: 4,\n color: textColor,\n background: background,\n lineHeight: 1,\n zIndex: 10001,\n padding: 8,\n fontSize: 12,\n boxShadow: \"#00000050 0px 3px 10px\",\n maxWidth: 350,\n ...placementPosition,\n };\n});\n\nconst TooltipElement: FC = ({\n placement,\n content,\n anchorEl,\n}) => {\n let position = {};\n let calculatedPlacement = placement;\n const boundYLimit = 45;\n const boundXLimit = 175;\n\n if (anchorEl) {\n const bounds = anchorEl.getBoundingClientRect();\n const windowWidth = document.documentElement.offsetWidth;\n const windowHeight = document.documentElement.offsetHeight;\n\n switch (placement) {\n case \"bottom\":\n const calcPosition = bounds.top + bounds.height + boundYLimit;\n\n if (calcPosition > windowHeight) {\n calculatedPlacement = \"top\";\n }\n break;\n case \"left\":\n const calcInitPosition = bounds.left - boundXLimit;\n\n if (calcInitPosition < 0) {\n calculatedPlacement = \"right\";\n }\n\n break;\n case \"right\":\n const calcEndPosition = bounds.left + bounds.width + boundXLimit;\n\n if (calcEndPosition > windowWidth) {\n calculatedPlacement = \"left\";\n }\n break;\n case \"top\":\n if (bounds.top < boundYLimit) {\n calculatedPlacement = \"bottom\";\n }\n\n break;\n }\n\n switch (calculatedPlacement) {\n case \"bottom\":\n position = {\n top: bounds.top + bounds.height + 10,\n left: bounds.left + bounds.width / 2,\n };\n break;\n case \"left\":\n position = {\n top: bounds.top + bounds.height / 2,\n left: bounds.left - 12,\n };\n break;\n case \"right\":\n position = {\n top: bounds.top + bounds.height / 2,\n left: bounds.left + bounds.width + 12,\n };\n break;\n case \"top\":\n position = {\n top: bounds.top - bounds.height / 2 - 10,\n left: bounds.left + bounds.width / 2,\n };\n break;\n }\n }\n\n return (\n \n {content}\n \n );\n};\n\nconst Tooltip: FC = ({\n children,\n tooltip,\n errorProps,\n placement = \"bottom\",\n}) => {\n const [anchorEl, setAnchorEl] = useState<\n (EventTarget & HTMLSpanElement) | null\n >(null);\n const [tooltipVisible, setTooltipVisible] = useState(false);\n\n if (tooltip === \"\") {\n return (\n \n {errorProps ? cloneElement(children, { ...errorProps }) : children}\n \n );\n }\n\n return (\n \n {\n setAnchorEl(event.currentTarget);\n setTooltipVisible(true);\n }}\n onPointerLeave={() => {\n setTooltipVisible(false);\n }}\n >\n {errorProps ? cloneElement(children, { ...errorProps }) : children}\n {tooltipVisible &&\n createPortal(\n ,\n document.body,\n )}\n \n \n );\n};\n\nexport default Tooltip;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleHelpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleHelpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, {\n FC,\n Fragment,\n HTMLAttributes,\n useEffect,\n useRef,\n useState,\n} from \"react\";\nimport styled, { css, keyframes } from \"styled-components\";\nimport { createPortal } from \"react-dom\";\nimport get from \"lodash/get\";\nimport {\n HelpTipBuild,\n HelpTipConstructProps,\n HelpTipProps,\n} from \"./HelpTip.types\";\nimport Grid from \"../Grid/Grid\";\nimport CircleHelpIcon from \"../Icons/NewDesignIcons/CircleHelpIcon\";\n\nconst opacityAnimation = keyframes`\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n`;\nconst HelptipWrapper = styled.span>(\n {\n display: \"inline-flex\",\n position: \"relative\",\n },\n css`\n &:hover {\n & .tooltipElement {\n display: block;\n animation: ${opacityAnimation} 1s;\n }\n }\n `,\n);\n\nconst HelptipItem = styled.div(({ theme, placement }) => {\n const tooltipArrowSize = \"6px\";\n\n const background = get(theme, \"tooltip.background\", \"#737373\");\n const textColor = get(theme, \"tooltip.color\", \"#FFFFFF\");\n\n let placementPosition = {};\n const beforePosition = {\n content: \"' '\",\n left: \"50%\",\n border: \"solid transparent\",\n height: 0,\n width: 0,\n position: \"absolute\",\n pointerEvents: \"none\",\n borderWidth: tooltipArrowSize,\n marginLeft: `calc(${tooltipArrowSize} * -1);`,\n };\n\n switch (placement) {\n case \"top\":\n placementPosition = {\n transform: \"translateX(-50%) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n top: \"100%\",\n borderTopColor: background,\n },\n };\n break;\n case \"right\":\n placementPosition = {\n transform: \"translateX(0) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n left: `calc(${tooltipArrowSize} * -1)`,\n top: \"50%\",\n transform: \"translateX(0) translateY(-50%)\",\n borderRightColor: background,\n },\n };\n break;\n case \"left\":\n placementPosition = {\n transform: \"translateX(-100%) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n left: \"auto\",\n right: `calc(${tooltipArrowSize} * -2)`,\n top: \"50%\",\n transform: \"translateX(0) translateY(-50%)\",\n borderLeftColor: background,\n },\n };\n break;\n default:\n placementPosition = {\n transform: \"translateX(-50%)\",\n \"&::before\": {\n ...beforePosition,\n bottom: \"100%\",\n borderBottomColor: background,\n },\n };\n }\n\n return {\n position: \"fixed\",\n borderRadius: 4,\n color: textColor,\n background: background,\n lineHeight: 1,\n zIndex: 10001,\n padding: 2,\n fontSize: 12,\n boxShadow: \"#00000050 0px 3px 10px\",\n maxWidth: 350,\n ...placementPosition,\n };\n});\n\nconst HelpTargetItem = styled.div(({ theme, placement }) => {\n const tooltipArrowSize = \"6px\";\n\n const background = get(theme, \"tooltip.background\", \"#737373\");\n\n let placementPosition = {};\n const beforePosition = {\n content: \"' '\",\n left: \"50%\",\n height: 0,\n width: 0,\n position: \"absolute\",\n pointerEvents: \"none\",\n marginLeft: `calc(${tooltipArrowSize} * -1);`,\n };\n\n switch (placement) {\n case \"top\":\n placementPosition = {\n transform: \"translateX(-50%) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n top: \"100%\",\n borderTopColor: background,\n },\n };\n break;\n case \"right\":\n placementPosition = {\n transform: \"translateX(0) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n left: `calc(${tooltipArrowSize} * -1)`,\n top: \"50%\",\n transform: \"translateX(0) translateY(-50%)\",\n borderRightColor: background,\n },\n };\n break;\n case \"left\":\n placementPosition = {\n transform: \"translateX(-100%) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n left: \"auto\",\n right: `calc(${tooltipArrowSize} * -2)`,\n top: \"50%\",\n transform: \"translateX(0) translateY(-50%)\",\n borderLeftColor: background,\n },\n };\n break;\n default:\n placementPosition = {\n transform: \"translateX(-50%)\",\n \"&::before\": {\n ...beforePosition,\n bottom: \"100%\",\n borderBottomColor: background,\n },\n };\n }\n\n return {\n position: \"fixed\",\n color: background,\n zIndex: 10001,\n ...placementPosition,\n };\n});\n\nconst BaseHelpTip = styled.div(({ theme }) => ({\n border: `1px solid ${get(theme, \"borderColor\", \"#E2E2E2\")}`,\n borderRadius: 2,\n backgroundColor: get(theme, \"boxBackground\", \"#FBFAFA\"),\n paddingLeft: 10,\n paddingTop: 5,\n paddingBottom: 5,\n paddingRight: 10,\n \"& .leftItems\": {\n fontSize: 16,\n fontWeight: \"bold\",\n display: \"flex\",\n alignItems: \"center\",\n \"& .min-icon\": {\n marginRight: 5,\n height: 28,\n width: 38,\n },\n },\n \"& .helpText\": {\n fontSize: 10,\n paddingLeft: 5,\n marginTop: 5,\n color: \"black\",\n },\n}));\n\nexport const HelpTip: FC = ({ children, content, placement }) => {\n const [anchorEl, setAnchorEl] = useState<\n (EventTarget & HTMLSpanElement) | null\n >(null);\n const [helptipVisible, setHelptipVisible] = useState(false);\n const [helptipOpen, setHelptipOpen] = useState(false);\n\n const handlePointerLeave = () => {\n helptipOpen\n ? setTimeout(() => {\n setHelptipVisible(false);\n setHelptipOpen(false);\n }, 50000)\n : setTimeout(() => {\n setHelptipVisible(false);\n }, 1000);\n };\n\n const handleClick = () => {\n if (!helptipOpen) {\n setHelptipVisible(false);\n setHelptipOpen(true);\n }\n };\n\n const HelptipElement: FC = ({\n placement,\n content,\n anchorEl,\n }) => {\n let position = {};\n let calculatedPlacement = placement;\n const boundYLimit = 25;\n const boundXLimit = 175;\n\n if (anchorEl) {\n const bounds = anchorEl.getBoundingClientRect();\n const windowWidth = document.documentElement.offsetWidth;\n const windowHeight = document.documentElement.offsetHeight;\n\n switch (placement) {\n case \"bottom\":\n const calcPosition = bounds.top + bounds.height + boundYLimit;\n\n if (calcPosition > windowHeight) {\n calculatedPlacement = \"top\";\n }\n break;\n case \"left\":\n const calcInitPosition = bounds.left - boundXLimit;\n\n if (calcInitPosition < 0) {\n calculatedPlacement = \"right\";\n }\n\n break;\n case \"right\":\n const calcEndPosition = bounds.left + bounds.width + boundXLimit;\n\n if (calcEndPosition > windowWidth) {\n calculatedPlacement = \"left\";\n }\n break;\n case \"top\":\n if (bounds.top < boundYLimit) {\n calculatedPlacement = \"bottom\";\n }\n\n break;\n }\n\n switch (calculatedPlacement) {\n case \"bottom\":\n position = {\n top: bounds.top + bounds.height + 10,\n left: bounds.left + bounds.width / 2,\n };\n break;\n case \"left\":\n position = {\n top: bounds.top + bounds.height / 2,\n left: bounds.left - 12,\n };\n break;\n case \"right\":\n position = {\n top: bounds.top + bounds.height / 2,\n left: bounds.left + bounds.width + 12,\n };\n break;\n case \"top\":\n position = {\n top: bounds.top - bounds.height / 2 - 10,\n left: bounds.left + bounds.width / 2,\n };\n break;\n }\n }\n\n return (\n \n {content}\n \n );\n };\n\n const HelptipTarget: FC = ({\n placement,\n anchorEl,\n }) => {\n let position = {};\n let calculatedPlacement = placement;\n const boundYLimit = 45;\n const boundXLimit = 175;\n\n if (anchorEl) {\n const bounds = anchorEl.getBoundingClientRect();\n const windowWidth = document.documentElement.offsetWidth;\n const windowHeight = document.documentElement.offsetHeight;\n\n switch (placement) {\n case \"bottom\":\n const calcPosition = bounds.top + bounds.height + boundYLimit;\n\n if (calcPosition > windowHeight) {\n calculatedPlacement = \"top\";\n }\n break;\n case \"left\":\n const calcInitPosition = bounds.left - boundXLimit;\n\n if (calcInitPosition < 0) {\n }\n\n break;\n case \"right\":\n const calcEndPosition = bounds.left + bounds.width + boundXLimit;\n\n if (calcEndPosition > windowWidth) {\n calculatedPlacement = \"left\";\n }\n break;\n case \"top\":\n if (bounds.top < boundYLimit) {\n calculatedPlacement = \"bottom\";\n }\n\n break;\n }\n\n switch (calculatedPlacement) {\n case \"bottom\":\n position = {\n top: bounds.top + bounds.height + 10,\n left: bounds.left + bounds.width / 2,\n };\n break;\n case \"left\":\n position = {\n top: bounds.top + bounds.height / 2,\n left: bounds.left - 12,\n };\n break;\n case \"right\":\n position = {\n top: bounds.top + bounds.height / 2,\n left: bounds.left + bounds.width + 12,\n };\n break;\n case \"top\":\n position = {\n top: bounds.top - bounds.height / 2 - 10,\n left: bounds.left + bounds.width / 2,\n };\n break;\n }\n }\n\n return (\n \n \n \n );\n };\n\n function useOutsideAlerter(ref: any) {\n useEffect(() => {\n function handleClickOutside(event: any) {\n if (ref.current && !ref.current.contains(event.target)) {\n setHelptipOpen(false);\n }\n }\n\n document.addEventListener(\"mousedown\", handleClickOutside);\n return () => {\n document.removeEventListener(\"mousedown\", handleClickOutside);\n };\n }, [ref]);\n }\n const wrapperRef = useRef(null);\n useOutsideAlerter(wrapperRef);\n\n return placement ? (\n \n {\n if (!helptipOpen) {\n setAnchorEl(event.currentTarget);\n setHelptipVisible(true);\n }\n }}\n onMouseLeave={handlePointerLeave}\n >\n {children}\n {helptipVisible &&\n !helptipOpen &&\n createPortal(\n }\n anchorEl={anchorEl}\n />,\n document.body,\n )}\n {helptipOpen &&\n createPortal(\n \n \n \n {content}\n \n \n \n }\n anchorEl={anchorEl}\n />,\n document.body,\n )}\n \n \n ) : (\n {children}\n );\n};\n\nexport default HelpTip;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { CSSProperties, FC } from \"react\";\nimport styled from \"styled-components\";\nimport get from \"lodash/get\";\nimport { InputLabelProps } from \"./InputLabel.types\";\nimport HelpTip from \"../HelpTip/HelpTip\";\nimport { lightV2 } from \"../../global/themes\";\nimport { overridePropsParse } from \"../../global/utils\";\n\nconst CustomLabel = styled.label(\n ({ theme, inputSizeMode, orientation, sx }) => {\n let lineHeightVariant: CSSProperties[\"height\"] = \"initial\";\n\n if (orientation === \"horizontal\" && inputSizeMode) {\n switch (inputSizeMode) {\n case \"small\":\n lineHeightVariant = \"28px\";\n break;\n case \"large\":\n lineHeightVariant = \"38px\";\n break;\n }\n }\n\n return {\n color: get(theme, \"commonInput.labelColor\", lightV2.fontColor),\n textAlign: \"left\" as const,\n alignItems: \"flex-start\" as const,\n display: \"flex\",\n userSelect: \"none\",\n whiteSpace: \"nowrap\",\n \"& > span\": {\n display: \"flex\",\n alignItems: \"center\",\n lineHeight: lineHeightVariant,\n minWidth: 180,\n \"&.noMinWidthLabel\": {\n minWidth: \"initial\",\n },\n },\n ...overridePropsParse(sx, theme),\n };\n },\n);\n\nconst InputLabel: FC = ({\n children,\n sx,\n noMinWidth,\n htmlFor,\n helpTip,\n helpTipPlacement,\n orientation = \"horizontal\",\n inputSizeMode,\n ...props\n}) => {\n return (\n \n \n {helpTip ? (\n \n {children}\n \n ) : (\n children\n )}\n \n \n );\n};\n\nexport default InputLabel;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, HTMLAttributes } from \"react\";\nimport { breakPoints, overridePropsParse } from \"./utils\";\nimport styled from \"styled-components\";\nimport { OverrideTheme } from \"./global.types\";\n\nexport interface FieldContainerProps {\n children: React.ReactNode;\n className?: string;\n sx?: OverrideTheme;\n}\n\nconst MainContainer = styled.div<\n HTMLAttributes & FieldContainerProps\n>(({ sx, theme }) => ({\n position: \"relative\",\n display: \"flex\",\n flexWrap: \"wrap\",\n width: \"100%\",\n flexBasis: \"100%\",\n [`@media (max-width: ${breakPoints.sm})`]: {\n flexFlow: \"column\",\n },\n \"& .tooltipContainer\": {\n marginLeft: 5,\n display: \"flex\",\n alignItems: \"center\",\n \"& .min-icon\": {\n width: 13,\n },\n },\n ...overridePropsParse(sx, theme),\n}));\n\nexport const FieldContainer: FC = ({\n children,\n sx,\n className,\n}) => {\n return (\n \n {children}\n \n );\n};\n\nexport default FieldContainer;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, Fragment } from \"react\";\nimport styled from \"styled-components\";\nimport get from \"lodash/get\";\nimport { CheckboxProps } from \"./Checkbox.types\";\nimport InputLabel from \"../InputLabel/InputLabel\";\nimport { InputLabelProps } from \"../InputLabel/InputLabel.types\";\nimport FieldContainer from \"../../global/FieldContainer\";\nimport Tooltip from \"../Tooltip/Tooltip\";\nimport { overridePropsParse } from \"../../global/utils\";\nimport { themeColors } from \"../../global/themeColors\";\nimport CheckIcon from \"../Icons/NewDesignIcons/CheckIcon\";\nimport CircleHelpIcon from \"../Icons/NewDesignIcons/CircleHelpIcon\";\n\nconst CheckboxItem = styled.label(({ sx, theme }) => ({\n position: \"relative\",\n \"& input\": {\n display: \"none\",\n },\n \"& .checkbox\": {\n position: \"relative\",\n display: \"block\",\n width: 16,\n height: 16,\n borderRadius: 4,\n border: `1px solid ${get(theme, \"checkbox.checkBoxBorder\", themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode)}`,\n backgroundColor: get(\n theme,\n \"checkbox.checkBoxBackground\",\n themeColors[\"Color/Neutral/Bg/colorBgFields\"].lightMode,\n ),\n boxSizing: \"border-box\" as const,\n \"&:hover:not(:disabled)\": {\n borderColor: get(\n theme,\n \"checkbox.checkBoxHoverBorder\",\n themeColors[\"Color/Neutral/Border/colorBorderBold\"].lightMode,\n ),\n },\n \"& .icon-overlay\": {\n display: \"none\",\n },\n },\n \"input:checked ~ .checkbox\": {\n borderColor: get(\n theme,\n \"checkbox.checkBoxActiveBorder\",\n themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n ),\n backgroundColor: get(\n theme,\n \"checkbox.checkBoxActiveColor\",\n themeColors[\"Color/Brand/Primary/colorPrimary\"].lightMode,\n ),\n overflow: \"hidden\",\n \"&:before\": {\n content: \"' '\",\n position: \"absolute\",\n display: \"block\",\n width: 16,\n height: 16,\n borderRadius: 4,\n top: \"50%\",\n left: \"50%\",\n transform: \"translateX(-50%) translateY(-50%)\",\n },\n \"& .icon-overlay\": {\n display: \"block\",\n },\n \"&:hover\": {\n borderColor: get(\n theme,\n \"checkbox.checkBoxActiveHoverBorder\",\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n ),\n backgroundColor: get(\n theme,\n \"checkbox.checkBoxActiveHoverBackground\",\n themeColors[\"Color/Brand/Primary/colorPrimaryHover\"].lightMode,\n ),\n },\n },\n \"input:disabled\": {\n \"& ~ .checkbox\": {\n border: `1px solid ${get(theme, \"checkbox.disabledBorder\", themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode)}`,\n backgroundColor: get(\n theme,\n \"checkbox.disabledBackground\",\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n ),\n \"&:hover\": {\n borderColor: get(\n theme,\n \"checkbox.disabledBorder\",\n themeColors[\"Color/Neutral/Border/colorBorderSubtle\"].lightMode,\n ),\n backgroundColor: get(\n theme,\n \"checkbox.disabledBackground\",\n themeColors[\"Color/Neutral/Bg/colorBgDisabled\"].lightMode,\n ),\n },\n },\n },\n \"& .icon-overlay\": {\n color: get(\n theme,\n \"checkbox.checkBoxActiveCheckboxColor\",\n themeColors[\"Color/Neutral/Text/colorTextLightSolid\"].lightMode,\n ),\n position: \"absolute\",\n width: 14,\n height: 14,\n \"&.disabled\": {\n color: get(\n theme,\n \"checkbox.disabledColor\",\n themeColors[\"Color/Neutral/Text/colorTextDisabled\"].lightMode,\n ),\n },\n },\n ...overridePropsParse(sx, theme),\n}));\n\nconst Checkbox: FC<\n CheckboxProps & React.InputHTMLAttributes\n> = ({\n tooltip,\n label,\n id,\n overrideLabelClasses,\n sx,\n className,\n helpTip,\n helpTipPlacement,\n checked,\n disabled,\n ...props\n}) => {\n return (\n \n e.stopPropagation()}>\n \n \n \n \n \n {label !== \"\" && (\n \n {label}\n {tooltip && tooltip !== \"\" && (\n
\n \n \n \n
\n )}\n \n )}\n \n );\n};\n\nexport default Checkbox;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC } from \"react\";\nimport { IconButtonProps } from \"./IconButton.types\";\nimport Button from \"../Button/Button\";\n\nconst IconButton: FC = ({\n children,\n id,\n size,\n variant = \"primary-lighter\",\n isLoading,\n ...props\n}) => {\n return (\n \n );\n};\n\nexport default IconButton;\n","function _classCallCheck(a, n) {\n if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\");\n}\nexport { _classCallCheck as default };","function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, _typeof(o);\n}\nexport { _typeof as default };","import _typeof from \"./typeof.js\";\nimport toPrimitive from \"./toPrimitive.js\";\nfunction toPropertyKey(t) {\n var i = toPrimitive(t, \"string\");\n return \"symbol\" == _typeof(i) ? i : i + \"\";\n}\nexport { toPropertyKey as default };","import _typeof from \"./typeof.js\";\nfunction toPrimitive(t, r) {\n if (\"object\" != _typeof(t) || !t) return t;\n var e = t[Symbol.toPrimitive];\n if (void 0 !== e) {\n var i = e.call(t, r || \"default\");\n if (\"object\" != _typeof(i)) return i;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (\"string\" === r ? String : Number)(t);\n}\nexport { toPrimitive as default };","import toPropertyKey from \"./toPropertyKey.js\";\nfunction _defineProperties(e, r) {\n for (var t = 0; t < r.length; t++) {\n var o = r[t];\n o.enumerable = o.enumerable || !1, o.configurable = !0, \"value\" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o);\n }\n}\nfunction _createClass(e, r, t) {\n return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, \"prototype\", {\n writable: !1\n }), e;\n}\nexport { _createClass as default };","function _assertThisInitialized(e) {\n if (void 0 === e) throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n return e;\n}\nexport { _assertThisInitialized as default };","import _typeof from \"./typeof.js\";\nimport assertThisInitialized from \"./assertThisInitialized.js\";\nfunction _possibleConstructorReturn(t, e) {\n if (e && (\"object\" == _typeof(e) || \"function\" == typeof e)) return e;\n if (void 0 !== e) throw new TypeError(\"Derived constructors may only return object or undefined\");\n return assertThisInitialized(t);\n}\nexport { _possibleConstructorReturn as default };","function _getPrototypeOf(t) {\n return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {\n return t.__proto__ || Object.getPrototypeOf(t);\n }, _getPrototypeOf(t);\n}\nexport { _getPrototypeOf as default };","function _setPrototypeOf(t, e) {\n return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {\n return t.__proto__ = e, t;\n }, _setPrototypeOf(t, e);\n}\nexport { _setPrototypeOf as default };","import setPrototypeOf from \"./setPrototypeOf.js\";\nfunction _inherits(t, e) {\n if (\"function\" != typeof e && null !== e) throw new TypeError(\"Super expression must either be null or a function\");\n t.prototype = Object.create(e && e.prototype, {\n constructor: {\n value: t,\n writable: !0,\n configurable: !0\n }\n }), Object.defineProperty(t, \"prototype\", {\n writable: !1\n }), e && setPrototypeOf(t, e);\n}\nexport { _inherits as default };","import toPropertyKey from \"./toPropertyKey.js\";\nfunction _defineProperty(e, r, t) {\n return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {\n value: t,\n enumerable: !0,\n configurable: !0,\n writable: !0\n }) : e[r] = t, e;\n}\nexport { _defineProperty as default };","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nfunction componentWillMount() {\n // Call this.constructor.gDSFP to support sub-classes.\n var state = this.constructor.getDerivedStateFromProps(this.props, this.state);\n if (state !== null && state !== undefined) {\n this.setState(state);\n }\n}\n\nfunction componentWillReceiveProps(nextProps) {\n // Call this.constructor.gDSFP to support sub-classes.\n // Use the setState() updater to ensure state isn't stale in certain edge cases.\n function updater(prevState) {\n var state = this.constructor.getDerivedStateFromProps(nextProps, prevState);\n return state !== null && state !== undefined ? state : null;\n }\n // Binding \"this\" is important for shallow renderer support.\n this.setState(updater.bind(this));\n}\n\nfunction componentWillUpdate(nextProps, nextState) {\n try {\n var prevProps = this.props;\n var prevState = this.state;\n this.props = nextProps;\n this.state = nextState;\n this.__reactInternalSnapshotFlag = true;\n this.__reactInternalSnapshot = this.getSnapshotBeforeUpdate(\n prevProps,\n prevState\n );\n } finally {\n this.props = prevProps;\n this.state = prevState;\n }\n}\n\n// React may warn about cWM/cWRP/cWU methods being deprecated.\n// Add a flag to suppress these warnings for this special case.\ncomponentWillMount.__suppressDeprecationWarning = true;\ncomponentWillReceiveProps.__suppressDeprecationWarning = true;\ncomponentWillUpdate.__suppressDeprecationWarning = true;\n\nfunction polyfill(Component) {\n var prototype = Component.prototype;\n\n if (!prototype || !prototype.isReactComponent) {\n throw new Error('Can only polyfill class components');\n }\n\n if (\n typeof Component.getDerivedStateFromProps !== 'function' &&\n typeof prototype.getSnapshotBeforeUpdate !== 'function'\n ) {\n return Component;\n }\n\n // If new component APIs are defined, \"unsafe\" lifecycles won't be called.\n // Error if any of these lifecycles are present,\n // Because they would work differently between older and newer (16.3+) versions of React.\n var foundWillMountName = null;\n var foundWillReceivePropsName = null;\n var foundWillUpdateName = null;\n if (typeof prototype.componentWillMount === 'function') {\n foundWillMountName = 'componentWillMount';\n } else if (typeof prototype.UNSAFE_componentWillMount === 'function') {\n foundWillMountName = 'UNSAFE_componentWillMount';\n }\n if (typeof prototype.componentWillReceiveProps === 'function') {\n foundWillReceivePropsName = 'componentWillReceiveProps';\n } else if (typeof prototype.UNSAFE_componentWillReceiveProps === 'function') {\n foundWillReceivePropsName = 'UNSAFE_componentWillReceiveProps';\n }\n if (typeof prototype.componentWillUpdate === 'function') {\n foundWillUpdateName = 'componentWillUpdate';\n } else if (typeof prototype.UNSAFE_componentWillUpdate === 'function') {\n foundWillUpdateName = 'UNSAFE_componentWillUpdate';\n }\n if (\n foundWillMountName !== null ||\n foundWillReceivePropsName !== null ||\n foundWillUpdateName !== null\n ) {\n var componentName = Component.displayName || Component.name;\n var newApiName =\n typeof Component.getDerivedStateFromProps === 'function'\n ? 'getDerivedStateFromProps()'\n : 'getSnapshotBeforeUpdate()';\n\n throw Error(\n 'Unsafe legacy lifecycles will not be called for components using new component APIs.\\n\\n' +\n componentName +\n ' uses ' +\n newApiName +\n ' but also contains the following legacy lifecycles:' +\n (foundWillMountName !== null ? '\\n ' + foundWillMountName : '') +\n (foundWillReceivePropsName !== null\n ? '\\n ' + foundWillReceivePropsName\n : '') +\n (foundWillUpdateName !== null ? '\\n ' + foundWillUpdateName : '') +\n '\\n\\nThe above lifecycles should be removed. Learn more about this warning here:\\n' +\n 'https://fb.me/react-async-component-lifecycle-hooks'\n );\n }\n\n // React <= 16.2 does not support static getDerivedStateFromProps.\n // As a workaround, use cWM and cWRP to invoke the new static lifecycle.\n // Newer versions of React will ignore these lifecycles if gDSFP exists.\n if (typeof Component.getDerivedStateFromProps === 'function') {\n prototype.componentWillMount = componentWillMount;\n prototype.componentWillReceiveProps = componentWillReceiveProps;\n }\n\n // React <= 16.2 does not support getSnapshotBeforeUpdate.\n // As a workaround, use cWU to invoke the new lifecycle.\n // Newer versions of React will ignore that lifecycle if gSBU exists.\n if (typeof prototype.getSnapshotBeforeUpdate === 'function') {\n if (typeof prototype.componentDidUpdate !== 'function') {\n throw new Error(\n 'Cannot polyfill getSnapshotBeforeUpdate() for components that do not define componentDidUpdate() on the prototype'\n );\n }\n\n prototype.componentWillUpdate = componentWillUpdate;\n\n var componentDidUpdate = prototype.componentDidUpdate;\n\n prototype.componentDidUpdate = function componentDidUpdatePolyfill(\n prevProps,\n prevState,\n maybeSnapshot\n ) {\n // 16.3+ will not execute our will-update method;\n // It will pass a snapshot value to did-update though.\n // Older versions will require our polyfilled will-update value.\n // We need to handle both cases, but can't just check for the presence of \"maybeSnapshot\",\n // Because for <= 15.x versions this might be a \"prevContext\" object.\n // We also can't just check \"__reactInternalSnapshot\",\n // Because get-snapshot might return a falsy value.\n // So check for the explicit __reactInternalSnapshotFlag flag to determine behavior.\n var snapshot = this.__reactInternalSnapshotFlag\n ? this.__reactInternalSnapshot\n : maybeSnapshot;\n\n componentDidUpdate.call(this, prevProps, prevState, snapshot);\n };\n }\n\n return Component;\n}\n\nexport { polyfill };\n","function _extends() {\n return _extends = Object.assign ? Object.assign.bind() : function (n) {\n for (var e = 1; e < arguments.length; e++) {\n var t = arguments[e];\n for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);\n }\n return n;\n }, _extends.apply(null, arguments);\n}\nexport { _extends as default };","function r(e){var t,f,n=\"\";if(\"string\"==typeof e||\"number\"==typeof e)n+=e;else if(\"object\"==typeof e)if(Array.isArray(e))for(t=0;t