iobroker.tint 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +201 -0
  3. package/admin/build/assets/__virtual_mf___mfe_internal__tintComponents__loadShare__react__loadShare__.js_commonjs-proxy-Cl6Kn7gP.js +9 -0
  4. package/admin/build/assets/_virtual_mf-localSharedImportMap___mfe_internal__tintComponents-B1A16Tgp.js +1 -0
  5. package/admin/build/assets/_virtual_mf___mfe_internal__tintComponents__loadShare___mf_0_emotion_mf_1_react__loadShare__.js-C8Vyx7Bj.js +8 -0
  6. package/admin/build/assets/_virtual_mf___mfe_internal__tintComponents__loadShare___mf_0_emotion_mf_1_styled__loadShare__.js-ByxO1Xun.js +1 -0
  7. package/admin/build/assets/_virtual_mf___mfe_internal__tintComponents__loadShare___mf_0_mui_mf_1_material__loadShare__.js-Dg1UrPxy.js +248 -0
  8. package/admin/build/assets/_virtual_mf___mfe_internal__tintComponents__loadShare__react__loadShare__.js-CAwea2Mm.js +1 -0
  9. package/admin/build/assets/_virtual_mf___mfe_internal__tintComponents__loadShare__react_mf_1_jsx_mf_2_runtime__loadShare__.js-B7t36uFG.js +9 -0
  10. package/admin/build/assets/_virtual_mf___mfe_internal__tintComponents__loadShare__react_mf_2_dom__loadShare__.js-rV2HHyiS.js +24 -0
  11. package/admin/build/assets/bootstrap-DdKMNh18.js +1 -0
  12. package/admin/build/assets/hostInit-C5jswnkw.js +1 -0
  13. package/admin/build/assets/index-C-tjmgJM.js +1 -0
  14. package/admin/build/assets/preload-helper-BlTxHScW.js +1 -0
  15. package/admin/build/assets/virtualExposes-Bu4cv-kd.js +1 -0
  16. package/admin/build/customComponents.js +7 -0
  17. package/admin/build/customComponents.ssr.js +48 -0
  18. package/admin/i18n/de.json +35 -0
  19. package/admin/i18n/en.json +35 -0
  20. package/admin/i18n/es.json +35 -0
  21. package/admin/i18n/fr.json +35 -0
  22. package/admin/i18n/it.json +35 -0
  23. package/admin/i18n/nl.json +35 -0
  24. package/admin/i18n/pl.json +35 -0
  25. package/admin/i18n/pt.json +35 -0
  26. package/admin/i18n/ru.json +35 -0
  27. package/admin/i18n/uk.json +35 -0
  28. package/admin/i18n/zh-cn.json +35 -0
  29. package/admin/jsonConfig.json +329 -0
  30. package/admin/tint.png +0 -0
  31. package/io-package.json +227 -0
  32. package/lib/adapter-config.d.ts +20 -0
  33. package/lib/admin-projections.js +61 -0
  34. package/lib/color-utils.js +230 -0
  35. package/lib/deconz-api.js +379 -0
  36. package/lib/deconz-ws.js +151 -0
  37. package/lib/device-category.js +42 -0
  38. package/lib/objects.js +1002 -0
  39. package/lib/remote-handler.js +218 -0
  40. package/main.js +1924 -0
  41. package/package.json +84 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 ssbingo <s.sternitzke@online.de>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,201 @@
1
+ ![Logo](admin/tint.png)
2
+ # ioBroker.tint
3
+
4
+ [![NPM version](https://img.shields.io/npm/v/iobroker.tint.svg)](https://www.npmjs.com/package/iobroker.tint)
5
+ [![Downloads](https://img.shields.io/npm/dm/iobroker.tint.svg)](https://www.npmjs.com/package/iobroker.tint)
6
+ ![Number of Installations](https://iobroker.live/badges/tint-installed.svg)
7
+ ![Current version in stable repository](https://iobroker.live/badges/tint-stable.svg)
8
+
9
+ [![NPM](https://nodei.co/npm/iobroker.tint.png?downloads=true)](https://nodei.co/npm/iobroker.tint/)
10
+
11
+ **Tests:** ![Test and Release](https://github.com/ssbingo/ioBroker.tint/workflows/Test%20and%20Release/badge.svg)
12
+
13
+ ## tint adapter for ioBroker
14
+
15
+ Control **Müller Licht tint** Zigbee smart lights via a **deCONZ / ConBee** gateway.
16
+ This adapter provides full control over individual lights, light groups, and scenes, and
17
+ decodes every button and color-wheel event from the Tint remote control.
18
+
19
+ Other languages: [Deutsch](doc/de/README.md) · [Русский](doc/ru/README.md) · [Português](doc/pt/README.md) · [Nederlands](doc/nl/README.md) · [Français](doc/fr/README.md) · [Italiano](doc/it/README.md) · [Español](doc/es/README.md) · [Polski](doc/pl/README.md) · [Українська](doc/uk/README.md) · [中文](doc/zh-cn/README.md)
20
+
21
+ ## DISCLAIMER
22
+
23
+ The name **Müller Licht** and the product name **tint** are trademarks of Müller-Licht International GmbH.
24
+ This adapter is an independent, community project and is **not** affiliated with or endorsed by Müller-Licht.
25
+ The adapter communicates exclusively through the open deCONZ REST API provided by dresden elektronik.
26
+
27
+ ## Features
28
+
29
+ - **Lights** – switch, dim, change color temperature (2000–6500 K), set RGB color (hex, XY, hue/saturation)
30
+ - **Light effects** – colorloop, sunset, party, worklight, campfire, romance, nightlight
31
+ - **Groups** – control all lights in a group with a single state
32
+ - **Scenes** – recall named scenes per group
33
+ - **Tint remote** – full decoding of button events (short press, hold, release) and zone selection (1–3 / all)
34
+ - **Color wheel** – CIE XY coordinates and hex color derived from every wheel position change; optional auto-apply to the active zone
35
+ - **Color temperature wheel** – color temperature value in Kelvin delivered per remote event
36
+ - **Real-time push** – deCONZ WebSocket for instant state updates (no polling delay)
37
+ - **Fallback polling** – configurable REST polling interval for resilience
38
+ - **Battery & reachability** – monitored for every remote
39
+
40
+ ## Requirements
41
+
42
+ - deCONZ / ConBee gateway (ConBee I/II/III or RaspBee) with deCONZ software ≥ 2.x
43
+ - Müller Licht tint bulbs already paired to the deCONZ gateway
44
+ - deCONZ API key (unlock via the deCONZ app or Phoscon web interface)
45
+ - Node.js ≥ 20
46
+
47
+ ## Installation
48
+
49
+ Install via the ioBroker admin panel (search for **tint**) or from the command line:
50
+
51
+ ```bash
52
+ iobroker add tint
53
+ ```
54
+
55
+ ## Configuration
56
+
57
+ | Parameter | Default | Description |
58
+ |-----------|---------|-------------|
59
+ | IP address | `192.168.1.100` | IP address of the deCONZ / ConBee gateway |
60
+ | REST port | `80` | HTTP port of the deCONZ REST API |
61
+ | WebSocket port | `443` | WebSocket port used by deCONZ for push events |
62
+ | API key | *(empty)* | deCONZ API key (unlock in Phoscon / deCONZ settings) |
63
+ | Polling interval | `60` | Fallback REST poll interval in seconds |
64
+ | Auto-apply color wheel | `true` | Automatically set the chosen color on the active zone when the remote color wheel is turned |
65
+ | Transition time | `4` | Default light transition time in steps of 100 ms (4 = 400 ms) |
66
+ | Watchdog (minutes) | `120` | Watchdog timeout; adapter reconnects after this many minutes without a WebSocket event |
67
+
68
+ ### Obtaining a deCONZ API key
69
+
70
+ 1. Open the Phoscon web interface (usually `http://<gateway-ip>/pwa`).
71
+ 2. Go to **Settings → Gateway → Advanced**.
72
+ 3. Click **Authenticate app** and copy the generated API key.
73
+
74
+ Alternatively unlock via the deCONZ desktop app: **Menu → Settings → Gateway → Allow new connections** then call `/api` POST endpoint.
75
+
76
+ ## Object structure
77
+
78
+ ### Lights (`lights.<id>.*`)
79
+
80
+ | State | Type | R/W | Description |
81
+ |-------|------|-----|-------------|
82
+ | `info.name` | string | R | Light name from deCONZ |
83
+ | `info.modelid` | string | R | Model identifier |
84
+ | `info.manufacturer` | string | R | Manufacturer name |
85
+ | `info.reachable` | boolean | R | Zigbee reachability |
86
+ | `info.uniqueid` | string | R | Zigbee IEEE address |
87
+ | `state.on` | boolean | R/W | On / off |
88
+ | `state.brightness` | number (%) | R/W | Brightness 0–100 % |
89
+ | `state.colorTemp` | number (K) | R/W | Color temperature 2000–6500 K |
90
+ | `state.hue` | number | R/W | Hue 0–65535 |
91
+ | `state.saturation` | number | R/W | Saturation 0–254 |
92
+ | `state.hex` | string | R/W | RGB color as `#RRGGBB` hex string |
93
+ | `state.x` | number | R/W | CIE x chromaticity (raw) |
94
+ | `state.y` | number | R/W | CIE y chromaticity (raw) |
95
+ | `state.colorMode` | string | R | Active color mode (`ct`, `xy`, `hs`) |
96
+ | `state.effect` | string | R/W | Light effect (`none`, `colorloop`, …) |
97
+ | `state.effectSpeed` | number | R/W | Effect speed 0–255 |
98
+ | `state.transitionTime` | number (×100 ms) | R/W | Per-light transition time override |
99
+
100
+ ### Groups (`groups.<id>.*`)
101
+
102
+ | State | Type | R/W | Description |
103
+ |-------|------|-----|-------------|
104
+ | `info.name` | string | R | Group name |
105
+ | `info.memberCount` | number | R | Number of lights in the group |
106
+ | `info.allOn` | boolean | R | `true` when all lights in the group are on |
107
+ | `info.anyOn` | boolean | R | `true` when at least one light is on |
108
+ | `action.on` | boolean | R/W | Switch all lights in the group |
109
+ | `action.brightness` | number (%) | R/W | Group brightness 0–100 % |
110
+ | `action.colorTemp` | number (K) | R/W | Group color temperature 2000–6500 K |
111
+ | `action.hex` | string | R/W | Group RGB color as `#RRGGBB` |
112
+ | `action.effect` | string | R/W | Group light effect |
113
+ | `action.transitionTime` | number (×100 ms) | R/W | Group transition time override |
114
+ | `action.activateScene` | string | R/W | Write a scene name to recall it |
115
+ | `scenes.<name>` | boolean | R/W | Set to `true` to recall this scene |
116
+
117
+ ### Remotes (`remotes.<id>.*`)
118
+
119
+ | State | Type | R/W | Description |
120
+ |-------|------|-----|-------------|
121
+ | `info.name` | string | R | Remote name |
122
+ | `info.battery` | number (%) | R | Battery charge level |
123
+ | `info.reachable` | boolean | R | Zigbee reachability |
124
+ | `info.lastSeen` | string | R | Last seen timestamp |
125
+ | `button.lastEvent` | number | R | Raw deCONZ button event code |
126
+ | `button.lastEventName` | string | R | Human-readable event name |
127
+ | `button.pressType` | string | R | `short`, `hold`, or `release` |
128
+ | `button.activeZone` | number | R | Active zone: 0 = all, 1–3 = zone 1–3 |
129
+ | `colorWheel.angle` | number (°) | R | Color wheel angle 0–359 ° |
130
+ | `colorWheel.x` | number | R | CIE x of the selected color |
131
+ | `colorWheel.y` | number | R | CIE y of the selected color |
132
+ | `colorWheel.hex` | string | R | Selected color as `#RRGGBB` |
133
+ | `colorWheel.triggered` | boolean | R | Pulses `true` on each wheel event |
134
+ | `colorTemp.value` | number (K) | R | Selected color temperature in Kelvin |
135
+ | `colorTemp.mired` | number | R | Selected color temperature in mired |
136
+ | `colorTemp.pressType` | string | R | `short` or `hold` |
137
+
138
+ ## Changelog
139
+
140
+ <!--
141
+ Placeholder for the next version (at the beginning of the line):
142
+ ### **WORK IN PROGRESS**
143
+ -->
144
+
145
+ ### 0.3.0 (2026-06-23)
146
+ * (ssbingo) Fix: device tabs in admin no longer trigger a false "switch host" warning — React 18 and @mui/material v6 are now shared with admin's host instead of being bundled separately (panel bundle size drops from ~411 KB to ~66 KB)
147
+ * (ssbingo) Fix: remove leftover legacy "tint" sidebar tab (admin/tab_m.html) — superseded by the jsonConfig device tabs
148
+
149
+ ### 0.2.6 (2026-06-17)
150
+ * (ssbingo) Fix: pairing button replaced with a custom PairButton component — no longer relies on admin's result-mapping for encrypted fields; shows inline status ("Key received — please Save!" / error text)
151
+
152
+ ### 0.2.5 (2026-06-16)
153
+ * (ssbingo) Fix: pairing button now implemented as a custom panel component — always visible regardless of adapter alive state
154
+ * (ssbingo) Fix: commit panel build bundles to git so GitHub installs work without a manual build step (empty Leuchten/Gruppen tabs resolved)
155
+
156
+ ### 0.2.4 (2026-06-15)
157
+ * (ssbingo) Improve pairing UX: click button first, adapter polls deCONZ every 3 s until pairing window opens (up to 60 s) — no more time pressure
158
+
159
+ ### 0.2.3 (2026-06-15)
160
+ * (ssbingo) Add automatic API key pairing: new "Request API key from deCONZ" button in the Settings tab
161
+
162
+ ### 0.2.2 (2026-06-15)
163
+ * (ssbingo) Fix tab labels: "Leuchten" and "Gruppen" now shown correctly (i18n keys added to `admin/i18n/`)
164
+ * (ssbingo) Add static description text above each panel tab (always visible, even when panel fails to load)
165
+ * (ssbingo) Panel components: add sendTo timeout (10 s), alive-check, deferred mount via setTimeout, error boundary
166
+ * (ssbingo) Improve LightsTab and GroupsTab UX: status bar with dot indicator, count label, alert boxes for error/empty/offline
167
+
168
+ ### 0.2.1 (2026-06-15)
169
+ * (ssbingo) Fix: panels were empty because `window.React` is not a global in admin 7
170
+
171
+ ### 0.2.0 (2026-06-15)
172
+ * (ssbingo) Admin UI: lights and groups overview tabs inside the adapter settings dialog
173
+ * (ssbingo) Group management: create, edit, and delete deCONZ groups from the admin UI
174
+ * (ssbingo) Drop Node 20 support; require Node.js >= 22
175
+
176
+ ### 0.1.0 (2026-06-15)
177
+ * (ssbingo) Initial release: lights, groups, scenes, Tint remote with color wheel
178
+
179
+ ## License
180
+
181
+ MIT License
182
+
183
+ Copyright (c) 2026 ssbingo <s.sternitzke@online.de>
184
+
185
+ Permission is hereby granted, free of charge, to any person obtaining a copy
186
+ of this software and associated documentation files (the "Software"), to deal
187
+ in the Software without restriction, including without limitation the rights
188
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
189
+ copies of the Software, and to permit persons to whom the Software is
190
+ furnished to do so, subject to the following conditions:
191
+
192
+ The above copyright notice and this permission notice shall be included in all
193
+ copies or substantial portions of the Software.
194
+
195
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
196
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
197
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
198
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
199
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
200
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
201
+ SOFTWARE.
@@ -0,0 +1,9 @@
1
+ function F(e,t){for(var r=0;r<t.length;r++){const u=t[r];if(typeof u!="string"&&!Array.isArray(u)){for(const _ in u)if(_!=="default"&&!(_ in e)){const f=Object.getOwnPropertyDescriptor(u,_);f&&Object.defineProperty(e,_,f.get?f:{enumerable:!0,get:()=>u[_]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}function U(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var x={exports:{}},n={};/**
2
+ * @license React
3
+ * react.production.min.js
4
+ *
5
+ * Copyright (c) Facebook, Inc. and its affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */var d=Symbol.for("react.element"),A=Symbol.for("react.portal"),z=Symbol.for("react.fragment"),q=Symbol.for("react.strict_mode"),B=Symbol.for("react.profiler"),H=Symbol.for("react.provider"),W=Symbol.for("react.context"),Y=Symbol.for("react.forward_ref"),G=Symbol.for("react.suspense"),K=Symbol.for("react.memo"),J=Symbol.for("react.lazy"),g=Symbol.iterator;function Q(e){return e===null||typeof e!="object"?null:(e=g&&e[g]||e["@@iterator"],typeof e=="function"?e:null)}var I={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},T=Object.assign,w={};function m(e,t,r){this.props=e,this.context=t,this.refs=w,this.updater=r||I}m.prototype.isReactComponent={};m.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};m.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function j(){}j.prototype=m.prototype;function v(e,t,r){this.props=e,this.context=t,this.refs=w,this.updater=r||I}var b=v.prototype=new j;b.constructor=v;T(b,m.prototype);b.isPureReactComponent=!0;var O=Array.isArray,P=Object.prototype.hasOwnProperty,R={current:null},D={key:!0,ref:!0,__self:!0,__source:!0};function L(e,t,r){var u,_={},f=null,l=null;if(t!=null)for(u in t.ref!==void 0&&(l=t.ref),t.key!==void 0&&(f=""+t.key),t)P.call(t,u)&&!D.hasOwnProperty(u)&&(_[u]=t[u]);var c=arguments.length-2;if(c===1)_.children=r;else if(1<c){for(var s=Array(c),i=0;i<c;i++)s[i]=arguments[i+2];_.children=s}if(e&&e.defaultProps)for(u in c=e.defaultProps,c)_[u]===void 0&&(_[u]=c[u]);return{$$typeof:d,type:e,key:f,ref:l,props:_,_owner:R.current}}function X(e,t){return{$$typeof:d,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function C(e){return typeof e=="object"&&e!==null&&e.$$typeof===d}function Z(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(r){return t[r]})}var k=/\/+/g;function $(e,t){return typeof e=="object"&&e!==null&&e.key!=null?Z(""+e.key):t.toString(36)}function E(e,t,r,u,_){var f=typeof e;(f==="undefined"||f==="boolean")&&(e=null);var l=!1;if(e===null)l=!0;else switch(f){case"string":case"number":l=!0;break;case"object":switch(e.$$typeof){case d:case A:l=!0}}if(l)return l=e,_=_(l),e=u===""?"."+$(l,0):u,O(_)?(r="",e!=null&&(r=e.replace(k,"$&/")+"/"),E(_,t,r,"",function(i){return i})):_!=null&&(C(_)&&(_=X(_,r+(!_.key||l&&l.key===_.key?"":(""+_.key).replace(k,"$&/")+"/")+e)),t.push(_)),1;if(l=0,u=u===""?".":u+":",O(e))for(var c=0;c<e.length;c++){f=e[c];var s=u+$(f,c);l+=E(f,t,r,s,_)}else if(s=Q(e),typeof s=="function")for(e=s.call(e),c=0;!(f=e.next()).done;)f=f.value,s=u+$(f,c++),l+=E(f,t,r,s,_);else if(f==="object")throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return l}function y(e,t,r){if(e==null)return e;var u=[],_=0;return E(e,u,"","",function(f){return t.call(r,f,_++)}),u}function ee(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(r){(e._status===0||e._status===-1)&&(e._status=1,e._result=r)},function(r){(e._status===0||e._status===-1)&&(e._status=2,e._result=r)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var a={current:null},h={transition:null},te={ReactCurrentDispatcher:a,ReactCurrentBatchConfig:h,ReactCurrentOwner:R};function V(){throw Error("act(...) is not supported in production builds of React.")}n.Children={map:y,forEach:function(e,t,r){y(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return y(e,function(){t++}),t},toArray:function(e){return y(e,function(t){return t})||[]},only:function(e){if(!C(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};n.Component=m;n.Fragment=z;n.Profiler=B;n.PureComponent=v;n.StrictMode=q;n.Suspense=G;n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=te;n.act=V;n.cloneElement=function(e,t,r){if(e==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var u=T({},e.props),_=e.key,f=e.ref,l=e._owner;if(t!=null){if(t.ref!==void 0&&(f=t.ref,l=R.current),t.key!==void 0&&(_=""+t.key),e.type&&e.type.defaultProps)var c=e.type.defaultProps;for(s in t)P.call(t,s)&&!D.hasOwnProperty(s)&&(u[s]=t[s]===void 0&&c!==void 0?c[s]:t[s])}var s=arguments.length-2;if(s===1)u.children=r;else if(1<s){c=Array(s);for(var i=0;i<s;i++)c[i]=arguments[i+2];u.children=c}return{$$typeof:d,type:e.type,key:_,ref:f,props:u,_owner:l}};n.createContext=function(e){return e={$$typeof:W,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:H,_context:e},e.Consumer=e};n.createElement=L;n.createFactory=function(e){var t=L.bind(null,e);return t.type=e,t};n.createRef=function(){return{current:null}};n.forwardRef=function(e){return{$$typeof:Y,render:e}};n.isValidElement=C;n.lazy=function(e){return{$$typeof:J,_payload:{_status:-1,_result:e},_init:ee}};n.memo=function(e,t){return{$$typeof:K,type:e,compare:t===void 0?null:t}};n.startTransition=function(e){var t=h.transition;h.transition={};try{e()}finally{h.transition=t}};n.unstable_act=V;n.useCallback=function(e,t){return a.current.useCallback(e,t)};n.useContext=function(e){return a.current.useContext(e)};n.useDebugValue=function(){};n.useDeferredValue=function(e){return a.current.useDeferredValue(e)};n.useEffect=function(e,t){return a.current.useEffect(e,t)};n.useId=function(){return a.current.useId()};n.useImperativeHandle=function(e,t,r){return a.current.useImperativeHandle(e,t,r)};n.useInsertionEffect=function(e,t){return a.current.useInsertionEffect(e,t)};n.useLayoutEffect=function(e,t){return a.current.useLayoutEffect(e,t)};n.useMemo=function(e,t){return a.current.useMemo(e,t)};n.useReducer=function(e,t,r){return a.current.useReducer(e,t,r)};n.useRef=function(e){return a.current.useRef(e)};n.useState=function(e){return a.current.useState(e)};n.useSyncExternalStore=function(e,t,r){return a.current.useSyncExternalStore(e,t,r)};n.useTransition=function(){return a.current.useTransition()};n.version="18.3.1";x.exports=n;var M=x.exports;const re=U(M),ne=F({__proto__:null,default:re},[M]),o=ne,oe=o.Children,ue=o.Component,_e=o.Fragment,fe=o.Profiler,se=o.PureComponent,ce=o.StrictMode,le=o.Suspense,ae=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,ie=o.act,me=o.cloneElement,pe=o.createContext,de=o.createElement,ye=o.createFactory,Ee=o.createRef,he=o.forwardRef,Se=o.isValidElement,$e=o.lazy,ve=o.memo,be=o.startTransition,Re=o.unstable_act,Ce=o.useCallback,ge=o.useContext,Oe=o.useDebugValue,ke=o.useDeferredValue,xe=o.useEffect,Ie=o.useId,Te=o.useImperativeHandle,we=o.useInsertionEffect,je=o.useLayoutEffect,Pe=o.useMemo,De=o.useReducer,Le=o.useRef,Ve=o.useState,Me=o.useSyncExternalStore,Ne=o.useTransition,Fe=o.version,Ue=Object.freeze(Object.defineProperty({__proto__:null,Children:oe,Component:ue,Fragment:_e,Profiler:fe,PureComponent:se,StrictMode:ce,Suspense:le,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:ae,act:ie,cloneElement:me,createContext:pe,createElement:de,createFactory:ye,createRef:Ee,default:o,forwardRef:he,isValidElement:Se,lazy:$e,memo:ve,startTransition:be,unstable_act:Re,useCallback:Ce,useContext:ge,useDebugValue:Oe,useDeferredValue:ke,useEffect:xe,useId:Ie,useImperativeHandle:Te,useInsertionEffect:we,useLayoutEffect:je,useMemo:Pe,useReducer:De,useRef:Le,useState:Ve,useSyncExternalStore:Me,useTransition:Ne,version:Fe},Symbol.toStringTag,{value:"Module"})),S="__mf_module_cache__";globalThis[S]||={share:{},remote:{}};globalThis[S].share||={};globalThis[S].remote||={};const N=globalThis[S],Ae=e=>{let t=e;for(let r=0;r<5;r++){const u=t?.default;if(!u||typeof u!="object")break;const _=Object.keys(t).filter(f=>f!=="default").map(f=>t[f]);if(_.length>0&&_.some(f=>f!==void 0))break;t=u}return t};let p=N.share.react;p===void 0&&(p=Ae(Ue),N.share.react=p);const ze=(()=>{let e=p;for(let t=0;t<5;t++){const r=e?.default;if(!r||typeof r!="object")return r??e;e=r}return e})(),{Children:qe,Component:Be,Fragment:He,Profiler:We,PureComponent:Ye,StrictMode:Ge,Suspense:Ke,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:Je,act:Qe,cloneElement:Xe,createContext:Ze,createElement:et,createFactory:tt,createRef:rt,forwardRef:nt,isValidElement:ot,lazy:ut,memo:_t,startTransition:ft,unstable_act:st,useCallback:ct,useContext:lt,useDebugValue:at,useDeferredValue:it,useEffect:mt,useId:pt,useImperativeHandle:dt,useInsertionEffect:yt,useLayoutEffect:Et,useMemo:ht,useReducer:St,useRef:$t,useState:vt,useSyncExternalStore:bt,useTransition:Rt,version:Ct}=p;export{ze as _,ne as a,U as g};
@@ -0,0 +1 @@
1
+ import{_ as o}from"./preload-helper-BlTxHScW.js";const n={"@emotion/react":async()=>await o(()=>import("./_virtual_mf___mfe_internal__tintComponents__loadShare___mf_0_emotion_mf_1_react__loadShare__.js-C8Vyx7Bj.js").then(t=>t.k),[]),"@emotion/styled":async()=>await o(()=>import("./_virtual_mf___mfe_internal__tintComponents__loadShare___mf_0_emotion_mf_1_styled__loadShare__.js-ByxO1Xun.js").then(t=>t.a),[]),"@mui/material":async()=>await o(()=>import("./_virtual_mf___mfe_internal__tintComponents__loadShare___mf_0_mui_mf_1_material__loadShare__.js-Dg1UrPxy.js").then(t=>t.o),[]),react:async()=>await o(()=>import("./_virtual_mf___mfe_internal__tintComponents__loadShare__react__loadShare__.js-CAwea2Mm.js").then(t=>t.r),[]),"react-dom":async()=>await o(()=>import("./_virtual_mf___mfe_internal__tintComponents__loadShare__react_mf_2_dom__loadShare__.js-rV2HHyiS.js").then(t=>t.d),[]),"react/jsx-runtime":async()=>await o(()=>import("./_virtual_mf___mfe_internal__tintComponents__loadShare__react_mf_1_jsx_mf_2_runtime__loadShare__.js-B7t36uFG.js").then(t=>t.b),[])},a={"@emotion/react":{name:"@emotion/react",version:"11.14.0",scope:["default"],loaded:!1,from:"tintComponents",async get(){a["@emotion/react"].loaded=!0;const{"@emotion/react":e}=n,r={...await e()};return Object.defineProperty(r,"__esModule",{value:!0,enumerable:!1}),function(){return r}},shareConfig:{singleton:!0,requiredVersion:"*"}},"@emotion/styled":{name:"@emotion/styled",version:"11.14.1",scope:["default"],loaded:!1,from:"tintComponents",async get(){a["@emotion/styled"].loaded=!0;const{"@emotion/styled":e}=n,r={...await e()};return Object.defineProperty(r,"__esModule",{value:!0,enumerable:!1}),function(){return r}},shareConfig:{singleton:!0,requiredVersion:"*"}},"@mui/material":{name:"@mui/material",version:"6.5.0",scope:["default"],loaded:!1,from:"tintComponents",async get(){a["@mui/material"].loaded=!0;const{"@mui/material":e}=n,r={...await e()};return Object.defineProperty(r,"__esModule",{value:!0,enumerable:!1}),function(){return r}},shareConfig:{singleton:!0,requiredVersion:"*"}},react:{name:"react",version:"18.3.1",scope:["default"],loaded:!1,from:"tintComponents",async get(){a.react.loaded=!0;const{react:e}=n,r={...await e()};return Object.defineProperty(r,"__esModule",{value:!0,enumerable:!1}),function(){return r}},shareConfig:{singleton:!0,requiredVersion:"*"}},"react-dom":{name:"react-dom",version:"18.3.1",scope:["default"],loaded:!1,from:"tintComponents",async get(){a["react-dom"].loaded=!0;const{"react-dom":e}=n,r={...await e()};return Object.defineProperty(r,"__esModule",{value:!0,enumerable:!1}),function(){return r}},shareConfig:{singleton:!0,requiredVersion:"*"}},"react/jsx-runtime":{name:"react/jsx-runtime",version:"18.3.1",scope:["default"],loaded:!1,from:"tintComponents",async get(){a["react/jsx-runtime"].loaded=!0;const{"react/jsx-runtime":e}=n,r={...await e()};return Object.defineProperty(r,"__esModule",{value:!0,enumerable:!1}),function(){return r}},shareConfig:{singleton:!0,requiredVersion:"*"}}},i=[];export{i as usedRemotes,a as usedShared};
@@ -0,0 +1,8 @@
1
+ import{R as je,_ as hr,a as Xe,b as F,c as j,d as Ye,e as Be,f as dr}from"./_virtual_mf___mfe_internal__tintComponents__loadShare__react__loadShare__.js-CAwea2Mm.js";import{g as yr}from"./__virtual_mf___mfe_internal__tintComponents__loadShare__react__loadShare__.js_commonjs-proxy-Cl6Kn7gP.js";function _r(e,r){for(var t=0;t<r.length;t++){const n=r[t];if(typeof n!="string"&&!Array.isArray(n)){for(const a in n)if(a!=="default"&&!(a in e)){const s=Object.getOwnPropertyDescriptor(n,a);s&&Object.defineProperty(e,a,s.get?s:{enumerable:!0,get:()=>n[a]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}function ee(){return ee=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)({}).hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ee.apply(null,arguments)}function pr(e){if(e.sheet)return e.sheet;for(var r=0;r<document.styleSheets.length;r++)if(document.styleSheets[r].ownerNode===e)return document.styleSheets[r]}function vr(e){var r=document.createElement("style");return r.setAttribute("data-emotion",e.key),e.nonce!==void 0&&r.setAttribute("nonce",e.nonce),r.appendChild(document.createTextNode("")),r.setAttribute("data-s",""),r}var br=(function(){function e(t){var n=this;this._insertTag=function(a){var s;n.tags.length===0?n.insertionPoint?s=n.insertionPoint.nextSibling:n.prepend?s=n.container.firstChild:s=n.before:s=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(a,s),n.tags.push(a)},this.isSpeedy=t.speedy===void 0?!0:t.speedy,this.tags=[],this.ctr=0,this.nonce=t.nonce,this.key=t.key,this.container=t.container,this.prepend=t.prepend,this.insertionPoint=t.insertionPoint,this.before=null}var r=e.prototype;return r.hydrate=function(n){n.forEach(this._insertTag)},r.insert=function(n){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(vr(this));var a=this.tags[this.tags.length-1];if(this.isSpeedy){var s=pr(a);try{s.insertRule(n,s.cssRules.length)}catch{}}else a.appendChild(document.createTextNode(n));this.ctr++},r.flush=function(){this.tags.forEach(function(n){var a;return(a=n.parentNode)==null?void 0:a.removeChild(n)}),this.tags=[],this.ctr=0},e})(),w="-ms-",re="-moz-",l="-webkit-",He="comm",Se="rule",$e="decl",gr="@import",Ue="@keyframes",xr="@layer",wr=Math.abs,ne=String.fromCharCode,Sr=Object.assign;function $r(e,r){return g(e,0)^45?(((r<<2^g(e,0))<<2^g(e,1))<<2^g(e,2))<<2^g(e,3):0}function Ze(e){return e.trim()}function Cr(e,r){return(e=r.exec(e))?e[0]:e}function m(e,r,t){return e.replace(r,t)}function ge(e,r){return e.indexOf(r)}function g(e,r){return e.charCodeAt(r)|0}function q(e,r,t){return e.slice(r,t)}function k(e){return e.length}function Ce(e){return e.length}function H(e,r){return r.push(e),e}function Er(e,r){return e.map(r).join("")}var ae=1,G=1,Qe=0,$=0,v=0,V="";function se(e,r,t,n,a,s,i){return{value:e,root:r,parent:t,type:n,props:a,children:s,line:ae,column:G,length:i,return:""}}function K(e,r){return Sr(se("",null,null,"",null,null,0),e,{length:-e.length},r)}function Tr(){return v}function Pr(){return v=$>0?g(V,--$):0,G--,v===10&&(G=1,ae--),v}function T(){return v=$<Qe?g(V,$++):0,G++,v===10&&(G=1,ae++),v}function R(){return g(V,$)}function U(){return $}function Y(e,r){return q(V,e,r)}function J(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function er(e){return ae=G=1,Qe=k(V=e),$=0,[]}function rr(e){return V="",e}function Z(e){return Ze(Y($-1,xe(e===91?e+2:e===40?e+1:e)))}function Or(e){for(;(v=R())&&v<33;)T();return J(e)>2||J(v)>3?"":" "}function Ar(e,r){for(;--r&&T()&&!(v<48||v>102||v>57&&v<65||v>70&&v<97););return Y(e,U()+(r<6&&R()==32&&T()==32))}function xe(e){for(;T();)switch(v){case e:return $;case 34:case 39:e!==34&&e!==39&&xe(v);break;case 40:e===41&&xe(e);break;case 92:T();break}return $}function kr(e,r){for(;T()&&e+v!==57;)if(e+v===84&&R()===47)break;return"/*"+Y(r,$-1)+"*"+ne(e===47?e:T())}function Nr(e){for(;!J(R());)T();return Y(e,$)}function Rr(e){return rr(Q("",null,null,null,[""],e=er(e),0,[0],e))}function Q(e,r,t,n,a,s,i,o,c){for(var u=0,f=0,d=i,M=0,I=0,E=0,_=1,S=1,p=1,x=0,O="",B=a,W=s,A=n,y=O;S;)switch(E=x,x=T()){case 40:if(E!=108&&g(y,d-1)==58){ge(y+=m(Z(x),"&","&\f"),"&\f")!=-1&&(p=-1);break}case 34:case 39:case 91:y+=Z(x);break;case 9:case 10:case 13:case 32:y+=Or(E);break;case 92:y+=Ar(U()-1,7);continue;case 47:switch(R()){case 42:case 47:H(Mr(kr(T(),U()),r,t),c);break;default:y+="/"}break;case 123*_:o[u++]=k(y)*p;case 125*_:case 59:case 0:switch(x){case 0:case 125:S=0;case 59+f:p==-1&&(y=m(y,/\f/g,"")),I>0&&k(y)-d&&H(I>32?ze(y+";",n,t,d-1):ze(m(y," ","")+";",n,t,d-2),c);break;case 59:y+=";";default:if(H(A=Ie(y,r,t,u,f,a,o,O,B=[],W=[],d),s),x===123)if(f===0)Q(y,r,A,A,B,s,d,o,W);else switch(M===99&&g(y,3)===110?100:M){case 100:case 108:case 109:case 115:Q(e,A,A,n&&H(Ie(e,A,A,0,0,a,o,O,a,B=[],d),W),a,W,d,o,n?B:W);break;default:Q(y,A,A,A,[""],W,0,o,W)}}u=f=I=0,_=p=1,O=y="",d=i;break;case 58:d=1+k(y),I=E;default:if(_<1){if(x==123)--_;else if(x==125&&_++==0&&Pr()==125)continue}switch(y+=ne(x),x*_){case 38:p=f>0?1:(y+="\f",-1);break;case 44:o[u++]=(k(y)-1)*p,p=1;break;case 64:R()===45&&(y+=Z(T())),M=R(),f=d=k(O=y+=Nr(U())),x++;break;case 45:E===45&&k(y)==2&&(_=0)}}return s}function Ie(e,r,t,n,a,s,i,o,c,u,f){for(var d=a-1,M=a===0?s:[""],I=Ce(M),E=0,_=0,S=0;E<n;++E)for(var p=0,x=q(e,d+1,d=wr(_=i[E])),O=e;p<I;++p)(O=Ze(_>0?M[p]+" "+x:m(x,/&\f/g,M[p])))&&(c[S++]=O);return se(e,r,t,a===0?Se:o,c,u,f)}function Mr(e,r,t){return se(e,r,t,He,ne(Tr()),q(e,2,-2),0)}function ze(e,r,t,n){return se(e,r,t,$e,q(e,0,n),q(e,n+1,-1),n)}function L(e,r){for(var t="",n=Ce(e),a=0;a<n;a++)t+=r(e[a],a,e,r)||"";return t}function jr(e,r,t,n){switch(e.type){case xr:if(e.children.length)break;case gr:case $e:return e.return=e.return||e.value;case He:return"";case Ue:return e.return=e.value+"{"+L(e.children,n)+"}";case Se:e.value=e.props.join(",")}return k(t=L(e.children,n))?e.return=e.value+"{"+t+"}":""}function Ir(e){var r=Ce(e);return function(t,n,a,s){for(var i="",o=0;o<r;o++)i+=e[o](t,n,a,s)||"";return i}}function zr(e){return function(r){r.root||(r=r.return)&&e(r)}}var Fe=function(r){var t=new WeakMap;return function(n){if(t.has(n))return t.get(n);var a=r(n);return t.set(n,a),a}};function Fr(e){var r=Object.create(null);return function(t){return r[t]===void 0&&(r[t]=e(t)),r[t]}}var Wr=function(r,t,n){for(var a=0,s=0;a=s,s=R(),a===38&&s===12&&(t[n]=1),!J(s);)T();return Y(r,$)},Lr=function(r,t){var n=-1,a=44;do switch(J(a)){case 0:a===38&&R()===12&&(t[n]=1),r[n]+=Wr($-1,t,n);break;case 2:r[n]+=Z(a);break;case 4:if(a===44){r[++n]=R()===58?"&\f":"",t[n]=r[n].length;break}default:r[n]+=ne(a)}while(a=T());return r},Dr=function(r,t){return rr(Lr(er(r),t))},We=new WeakMap,Gr=function(r){if(!(r.type!=="rule"||!r.parent||r.length<1)){for(var t=r.value,n=r.parent,a=r.column===n.column&&r.line===n.line;n.type!=="rule";)if(n=n.parent,!n)return;if(!(r.props.length===1&&t.charCodeAt(0)!==58&&!We.get(n))&&!a){We.set(r,!0);for(var s=[],i=Dr(t,s),o=n.props,c=0,u=0;c<i.length;c++)for(var f=0;f<o.length;f++,u++)r.props[u]=s[c]?i[c].replace(/&\f/g,o[f]):o[f]+" "+i[c]}}},Vr=function(r){if(r.type==="decl"){var t=r.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(r.return="",r.value="")}};function tr(e,r){switch($r(e,r)){case 5103:return l+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return l+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return l+e+re+e+w+e+e;case 6828:case 4268:return l+e+w+e+e;case 6165:return l+e+w+"flex-"+e+e;case 5187:return l+e+m(e,/(\w+).+(:[^]+)/,l+"box-$1$2"+w+"flex-$1$2")+e;case 5443:return l+e+w+"flex-item-"+m(e,/flex-|-self/,"")+e;case 4675:return l+e+w+"flex-line-pack"+m(e,/align-content|flex-|-self/,"")+e;case 5548:return l+e+w+m(e,"shrink","negative")+e;case 5292:return l+e+w+m(e,"basis","preferred-size")+e;case 6060:return l+"box-"+m(e,"-grow","")+l+e+w+m(e,"grow","positive")+e;case 4554:return l+m(e,/([^-])(transform)/g,"$1"+l+"$2")+e;case 6187:return m(m(m(e,/(zoom-|grab)/,l+"$1"),/(image-set)/,l+"$1"),e,"")+e;case 5495:case 3959:return m(e,/(image-set\([^]*)/,l+"$1$`$1");case 4968:return m(m(e,/(.+:)(flex-)?(.*)/,l+"box-pack:$3"+w+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+l+e+e;case 4095:case 3583:case 4068:case 2532:return m(e,/(.+)-inline(.+)/,l+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(k(e)-1-r>6)switch(g(e,r+1)){case 109:if(g(e,r+4)!==45)break;case 102:return m(e,/(.+:)(.+)-([^]+)/,"$1"+l+"$2-$3$1"+re+(g(e,r+3)==108?"$3":"$2-$3"))+e;case 115:return~ge(e,"stretch")?tr(m(e,"stretch","fill-available"),r)+e:e}break;case 4949:if(g(e,r+1)!==115)break;case 6444:switch(g(e,k(e)-3-(~ge(e,"!important")&&10))){case 107:return m(e,":",":"+l)+e;case 101:return m(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+l+(g(e,14)===45?"inline-":"")+"box$3$1"+l+"$2$3$1"+w+"$2box$3")+e}break;case 5936:switch(g(e,r+11)){case 114:return l+e+w+m(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return l+e+w+m(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return l+e+w+m(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return l+e+w+e+e}return e}var Kr=function(r,t,n,a){if(r.length>-1&&!r.return)switch(r.type){case $e:r.return=tr(r.value,r.length);break;case Ue:return L([K(r,{value:m(r.value,"@","@"+l)})],a);case Se:if(r.length)return Er(r.props,function(s){switch(Cr(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return L([K(r,{props:[m(s,/:(read-\w+)/,":"+re+"$1")]})],a);case"::placeholder":return L([K(r,{props:[m(s,/:(plac\w+)/,":"+l+"input-$1")]}),K(r,{props:[m(s,/:(plac\w+)/,":"+re+"$1")]}),K(r,{props:[m(s,/:(plac\w+)/,w+"input-$1")]})],a)}return""})}},qr=[Kr],Jr=function(r){var t=r.key;if(t==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(_){var S=_.getAttribute("data-emotion");S.indexOf(" ")!==-1&&(document.head.appendChild(_),_.setAttribute("data-s",""))})}var a=r.stylisPlugins||qr,s={},i,o=[];i=r.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(_){for(var S=_.getAttribute("data-emotion").split(" "),p=1;p<S.length;p++)s[S[p]]=!0;o.push(_)});var c,u=[Gr,Vr];{var f,d=[jr,zr(function(_){f.insert(_)})],M=Ir(u.concat(a,d)),I=function(S){return L(Rr(S),M)};c=function(S,p,x,O){f=x,I(S?S+"{"+p.styles+"}":p.styles),O&&(E.inserted[p.name]=!0)}}var E={key:t,sheet:new br({key:t,container:i,nonce:r.nonce,speedy:r.speedy,prepend:r.prepend,insertionPoint:r.insertionPoint}),nonce:r.nonce,inserted:s,registered:{},insert:c};return E.sheet.hydrate(o),E},nr={exports:{}},h={};/** @license React v16.13.1
2
+ * react-is.production.min.js
3
+ *
4
+ * Copyright (c) Facebook, Inc. and its affiliates.
5
+ *
6
+ * This source code is licensed under the MIT license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */var b=typeof Symbol=="function"&&Symbol.for,Ee=b?Symbol.for("react.element"):60103,Te=b?Symbol.for("react.portal"):60106,ie=b?Symbol.for("react.fragment"):60107,oe=b?Symbol.for("react.strict_mode"):60108,ce=b?Symbol.for("react.profiler"):60114,fe=b?Symbol.for("react.provider"):60109,ue=b?Symbol.for("react.context"):60110,Pe=b?Symbol.for("react.async_mode"):60111,le=b?Symbol.for("react.concurrent_mode"):60111,me=b?Symbol.for("react.forward_ref"):60112,he=b?Symbol.for("react.suspense"):60113,Xr=b?Symbol.for("react.suspense_list"):60120,de=b?Symbol.for("react.memo"):60115,ye=b?Symbol.for("react.lazy"):60116,Yr=b?Symbol.for("react.block"):60121,Br=b?Symbol.for("react.fundamental"):60117,Hr=b?Symbol.for("react.responder"):60118,Ur=b?Symbol.for("react.scope"):60119;function P(e){if(typeof e=="object"&&e!==null){var r=e.$$typeof;switch(r){case Ee:switch(e=e.type,e){case Pe:case le:case ie:case ce:case oe:case he:return e;default:switch(e=e&&e.$$typeof,e){case ue:case me:case ye:case de:case fe:return e;default:return r}}case Te:return r}}}function ar(e){return P(e)===le}h.AsyncMode=Pe;h.ConcurrentMode=le;h.ContextConsumer=ue;h.ContextProvider=fe;h.Element=Ee;h.ForwardRef=me;h.Fragment=ie;h.Lazy=ye;h.Memo=de;h.Portal=Te;h.Profiler=ce;h.StrictMode=oe;h.Suspense=he;h.isAsyncMode=function(e){return ar(e)||P(e)===Pe};h.isConcurrentMode=ar;h.isContextConsumer=function(e){return P(e)===ue};h.isContextProvider=function(e){return P(e)===fe};h.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===Ee};h.isForwardRef=function(e){return P(e)===me};h.isFragment=function(e){return P(e)===ie};h.isLazy=function(e){return P(e)===ye};h.isMemo=function(e){return P(e)===de};h.isPortal=function(e){return P(e)===Te};h.isProfiler=function(e){return P(e)===ce};h.isStrictMode=function(e){return P(e)===oe};h.isSuspense=function(e){return P(e)===he};h.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===ie||e===le||e===ce||e===oe||e===he||e===Xr||typeof e=="object"&&e!==null&&(e.$$typeof===ye||e.$$typeof===de||e.$$typeof===fe||e.$$typeof===ue||e.$$typeof===me||e.$$typeof===Br||e.$$typeof===Hr||e.$$typeof===Ur||e.$$typeof===Yr)};h.typeOf=P;nr.exports=h;var Zr=nr.exports,Oe=Zr,Qr={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},et={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},rt={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},sr={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},Ae={};Ae[Oe.ForwardRef]=rt;Ae[Oe.Memo]=sr;function Le(e){return Oe.isMemo(e)?sr:Ae[e.$$typeof]||Qr}var tt=Object.defineProperty,nt=Object.getOwnPropertyNames,De=Object.getOwnPropertySymbols,at=Object.getOwnPropertyDescriptor,st=Object.getPrototypeOf,Ge=Object.prototype;function ir(e,r,t){if(typeof r!="string"){if(Ge){var n=st(r);n&&n!==Ge&&ir(e,n,t)}var a=nt(r);De&&(a=a.concat(De(r)));for(var s=Le(e),i=Le(r),o=0;o<a.length;++o){var c=a[o];if(!et[c]&&!(t&&t[c])&&!(i&&i[c])&&!(s&&s[c])){var u=at(r,c);try{tt(e,c,u)}catch{}}}}return e}var it=ir;const ot=yr(it);var ct=(function(e,r){return ot(e,r)}),ft=!0;function or(e,r,t){var n="";return t.split(" ").forEach(function(a){e[a]!==void 0?r.push(e[a]+";"):a&&(n+=a+" ")}),n}var ke=function(r,t,n){var a=r.key+"-"+t.name;(n===!1||ft===!1)&&r.registered[a]===void 0&&(r.registered[a]=t.styles)},Ne=function(r,t,n){ke(r,t,n);var a=r.key+"-"+t.name;if(r.inserted[t.name]===void 0){var s=t;do r.insert(t===s?"."+a:"",s,r.sheet,!0),s=s.next;while(s!==void 0)}};function ut(e){for(var r=0,t,n=0,a=e.length;a>=4;++n,a-=4)t=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,t=(t&65535)*1540483477+((t>>>16)*59797<<16),t^=t>>>24,r=(t&65535)*1540483477+((t>>>16)*59797<<16)^(r&65535)*1540483477+((r>>>16)*59797<<16);switch(a){case 3:r^=(e.charCodeAt(n+2)&255)<<16;case 2:r^=(e.charCodeAt(n+1)&255)<<8;case 1:r^=e.charCodeAt(n)&255,r=(r&65535)*1540483477+((r>>>16)*59797<<16)}return r^=r>>>13,r=(r&65535)*1540483477+((r>>>16)*59797<<16),((r^r>>>15)>>>0).toString(36)}var lt={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},mt=/[A-Z]|^ms/g,ht=/_EMO_([^_]+?)_([^]*?)_EMO_/g,cr=function(r){return r.charCodeAt(1)===45},Ve=function(r){return r!=null&&typeof r!="boolean"},be=Fr(function(e){return cr(e)?e:e.replace(mt,"-$&").toLowerCase()}),Ke=function(r,t){switch(r){case"animation":case"animationName":if(typeof t=="string")return t.replace(ht,function(n,a,s){return N={name:a,styles:s,next:N},a})}return lt[r]!==1&&!cr(r)&&typeof t=="number"&&t!==0?t+"px":t};function X(e,r,t){if(t==null)return"";var n=t;if(n.__emotion_styles!==void 0)return n;switch(typeof t){case"boolean":return"";case"object":{var a=t;if(a.anim===1)return N={name:a.name,styles:a.styles,next:N},a.name;var s=t;if(s.styles!==void 0){var i=s.next;if(i!==void 0)for(;i!==void 0;)N={name:i.name,styles:i.styles,next:N},i=i.next;var o=s.styles+";";return o}return dt(e,r,t)}case"function":{if(e!==void 0){var c=N,u=t(e);return N=c,X(e,r,u)}break}}var f=t;if(r==null)return f;var d=r[f];return d!==void 0?d:f}function dt(e,r,t){var n="";if(Array.isArray(t))for(var a=0;a<t.length;a++)n+=X(e,r,t[a])+";";else for(var s in t){var i=t[s];if(typeof i!="object"){var o=i;r!=null&&r[o]!==void 0?n+=s+"{"+r[o]+"}":Ve(o)&&(n+=be(s)+":"+Ke(s,o)+";")}else if(Array.isArray(i)&&typeof i[0]=="string"&&(r==null||r[i[0]]===void 0))for(var c=0;c<i.length;c++)Ve(i[c])&&(n+=be(s)+":"+Ke(s,i[c])+";");else{var u=X(e,r,i);switch(s){case"animation":case"animationName":{n+=be(s)+":"+u+";";break}default:n+=s+"{"+u+"}"}}}return n}var qe=/label:\s*([^\s;{]+)\s*(;|$)/g,N;function _e(e,r,t){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,a="";N=void 0;var s=e[0];if(s==null||s.raw===void 0)n=!1,a+=X(t,r,s);else{var i=s;a+=i[0]}for(var o=1;o<e.length;o++)if(a+=X(t,r,e[o]),n){var c=s;a+=c[o]}qe.lastIndex=0;for(var u="",f;(f=qe.exec(a))!==null;)u+="-"+f[1];var d=ut(a)+u;return{name:d,styles:a,next:N}}var yt=function(r){return r()},fr=je.useInsertionEffect?je.useInsertionEffect:!1,ur=fr||yt,Je=fr||hr,Re=Xe(typeof HTMLElement<"u"?Jr({key:"css"}):null),_t=Re.Provider,pt=function(){return F(Re)},pe=function(r){return Ye(function(t,n){var a=F(Re);return r(t,a,n)})},z=Xe({}),vt=function(){return F(z)},bt=function(r,t){if(typeof t=="function"){var n=t(r);return n}return ee({},r,t)},gt=Fe(function(e){return Fe(function(r){return bt(e,r)})}),xt=function(r){var t=F(z);return r.theme!==t&&(t=gt(t)(r.theme)),j(z.Provider,{value:t},r.children)};function wt(e){var r=e.displayName||e.name||"Component",t=Ye(function(a,s){var i=F(z);return j(e,ee({theme:i,ref:s},a))});return t.displayName="WithTheme("+r+")",ct(t,e)}var Me={}.hasOwnProperty,we="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",St=function(r,t){var n={};for(var a in t)Me.call(t,a)&&(n[a]=t[a]);return n[we]=r,n},$t=function(r){var t=r.cache,n=r.serialized,a=r.isStringTag;return ke(t,n,a),ur(function(){return Ne(t,n,a)}),null},Ct=pe(function(e,r,t){var n=e.css;typeof n=="string"&&r.registered[n]!==void 0&&(n=r.registered[n]);var a=e[we],s=[n],i="";typeof e.className=="string"?i=or(r.registered,s,e.className):e.className!=null&&(i=e.className+" ");var o=_e(s,void 0,F(z));i+=r.key+"-"+o.name;var c={};for(var u in e)Me.call(e,u)&&u!=="css"&&u!==we&&(c[u]=e[u]);return c.className=i,t&&(c.ref=t),j(Be,null,j($t,{cache:r,serialized:o,isStringTag:typeof a=="string"}),j(a,c))}),Et=Ct,te=function(r,t){var n=arguments;if(t==null||!Me.call(t,"css"))return j.apply(void 0,n);var a=n.length,s=new Array(a);s[0]=Et,s[1]=St(r,t);for(var i=2;i<a;i++)s[i]=n[i];return j.apply(null,s)};(function(e){var r;r||(r=e.JSX||(e.JSX={}))})(te||(te={}));var Tt=pe(function(e,r){var t=e.styles,n=_e([t],void 0,F(z)),a=dr();return Je(function(){var s=r.key+"-global",i=new r.sheet.constructor({key:s,nonce:r.sheet.nonce,container:r.sheet.container,speedy:r.sheet.isSpeedy}),o=!1,c=document.querySelector('style[data-emotion="'+s+" "+n.name+'"]');return r.sheet.tags.length&&(i.before=r.sheet.tags[0]),c!==null&&(o=!0,c.setAttribute("data-emotion",s),i.hydrate([c])),a.current=[i,o],function(){i.flush()}},[r]),Je(function(){var s=a.current,i=s[0],o=s[1];if(o){s[1]=!1;return}if(n.next!==void 0&&Ne(r,n.next,!0),i.tags.length){var c=i.tags[i.tags.length-1].nextElementSibling;i.before=c,i.flush()}r.insert("",n,i,!1)},[r,n.name]),null});function lr(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return _e(r)}function Pt(){var e=lr.apply(void 0,arguments),r="animation-"+e.name;return{name:r,styles:"@keyframes "+r+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}var Ot=function e(r){for(var t=r.length,n=0,a="";n<t;n++){var s=r[n];if(s!=null){var i=void 0;switch(typeof s){case"boolean":break;case"object":{if(Array.isArray(s))i=e(s);else{i="";for(var o in s)s[o]&&o&&(i&&(i+=" "),i+=o)}break}default:i=s}i&&(a&&(a+=" "),a+=i)}}return a};function At(e,r,t){var n=[],a=or(e,n,t);return n.length<2?t:a+r(n)}var kt=function(r){var t=r.cache,n=r.serializedArr;return ur(function(){for(var a=0;a<n.length;a++)Ne(t,n[a],!1)}),null},Nt=pe(function(e,r){var t=[],n=function(){for(var c=arguments.length,u=new Array(c),f=0;f<c;f++)u[f]=arguments[f];var d=_e(u,r.registered);return t.push(d),ke(r,d,!1),r.key+"-"+d.name},a=function(){for(var c=arguments.length,u=new Array(c),f=0;f<c;f++)u[f]=arguments[f];return At(r.registered,n,Ot(u))},s={css:n,cx:a,theme:F(z)},i=e.children(s);return j(Be,null,j(kt,{cache:r,serializedArr:t}),i)});const Rt=Object.freeze(Object.defineProperty({__proto__:null,CacheProvider:_t,ClassNames:Nt,Global:Tt,ThemeContext:z,ThemeProvider:xt,__unsafe_useEmotionCache:pt,get createElement(){return te},css:lr,get jsx(){return te},keyframes:Pt,useTheme:vt,withEmotionCache:pe,withTheme:wt},Symbol.toStringTag,{value:"Module"})),C=Rt,Mt=C.jsx,jt=C.CacheProvider,It=C.ThemeContext,zt=C.ThemeProvider,Ft=C.__unsafe_useEmotionCache,Wt=C.useTheme,Lt=C.withEmotionCache,Dt=C.withTheme,Gt=C.ClassNames,Vt=C.Global,Kt=C.createElement,qt=C.css,Jt=C.keyframes,Xt=Object.freeze(Object.defineProperty({__proto__:null,CacheProvider:jt,ClassNames:Gt,Global:Vt,ThemeContext:It,ThemeProvider:zt,__unsafe_useEmotionCache:Ft,createElement:Kt,css:qt,default:C,jsx:Mt,keyframes:Jt,useTheme:Wt,withEmotionCache:Lt,withTheme:Dt},Symbol.toStringTag,{value:"Module"})),ve="__mf_module_cache__";globalThis[ve]||={share:{},remote:{}};globalThis[ve].share||={};globalThis[ve].remote||={};const mr=globalThis[ve],Yt=e=>{let r=e;for(let t=0;t<5;t++){const n=r?.default;if(!n||typeof n!="object")break;const a=Object.keys(r).filter(s=>s!=="default").map(s=>r[s]);if(a.length>0&&a.some(s=>s!==void 0))break;r=n}return r};let D=mr.share["@emotion/react"];D===void 0&&(D=Yt(Xt),mr.share["@emotion/react"]=D);const Bt=(()=>{let e=D;for(let r=0;r<5;r++){const t=e?.default;if(!t||typeof t!="object")return t??e;e=t}return e})(),{jsx:Ht,CacheProvider:Ut,ThemeContext:Zt,ThemeProvider:Qt,__unsafe_useEmotionCache:en,useTheme:rn,withEmotionCache:tn,withTheme:nn,ClassNames:an,Global:sn,createElement:on,css:cn,keyframes:fn}=D,un=D,hn=_r({__proto__:null,CacheProvider:Ut,ClassNames:an,Global:sn,ThemeContext:Zt,ThemeProvider:Qt,__unsafe_useEmotionCache:en,createElement:on,css:cn,default:Bt,jsx:Ht,keyframes:fn,useTheme:rn,withEmotionCache:tn,withTheme:nn},[un]);export{br as S,hn as _,tn as a,Zt as b,ee as c,Ut as d,Jr as e,sn as f,or as g,fn as h,Ne as i,cn as j,Xt as k,Fr as m,ke as r,_e as s,ur as u};
@@ -0,0 +1 @@
1
+ import{m as L,a as E,b as I,g as N,s as D,c as H,r as U,u as q,i as V}from"./_virtual_mf___mfe_internal__tintComponents__loadShare___mf_0_emotion_mf_1_react__loadShare__.js-C8Vyx7Bj.js";import{b as B,c as x,e as W}from"./_virtual_mf___mfe_internal__tintComponents__loadShare__react__loadShare__.js-CAwea2Mm.js";function X(r,e){for(var o=0;o<e.length;o++){const n=e[o];if(typeof n!="string"&&!Array.isArray(n)){for(const t in n)if(t!=="default"&&!(t in r)){const a=Object.getOwnPropertyDescriptor(n,t);a&&Object.defineProperty(r,t,a.get?a:{enumerable:!0,get:()=>n[t]})}}}return Object.freeze(Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}))}var G=/^((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|fetchpriority|fetchPriority|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|popover|popoverTarget|popoverTargetAction|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)-.*))$/,Y=L(function(r){return G.test(r)||r.charCodeAt(0)===111&&r.charCodeAt(1)===110&&r.charCodeAt(2)<91}),K=Y,$=function(e){return e!=="theme"},M=function(e){return typeof e=="string"&&e.charCodeAt(0)>96?K:$},R=function(e,o,n){var t;if(o){var a=o.shouldForwardProp;t=e.__emotion_forwardProp&&a?function(c){return e.__emotion_forwardProp(c)&&a(c)}:a}return typeof t!="function"&&n&&(t=e.__emotion_forwardProp),t},Z=function(e){var o=e.cache,n=e.serialized,t=e.isStringTag;return U(o,n,t),q(function(){return V(o,n,t)}),null},J=function r(e,o){var n=e.__emotion_real===e,t=n&&e.__emotion_base||e,a,c;o!==void 0&&(a=o.label,c=o.target);var k=R(e,o,n),w=k||M(t),S=!w("as");return function(){var m=arguments,s=n&&e.__emotion_styles!==void 0?e.__emotion_styles.slice(0):[];if(a!==void 0&&s.push("label:"+a+";"),m[0]==null||m[0].raw===void 0)s.push.apply(s,m);else{var T=m[0];s.push(T[0]);for(var F=m.length,p=1;p<F;p++)s.push(m[p],T[p])}var l=E(function(i,u,g){var P=S&&i.as||t,f="",C=[],h=i;if(i.theme==null){h={};for(var O in i)h[O]=i[O];h.theme=B(I)}typeof i.className=="string"?f=N(u.registered,C,i.className):i.className!=null&&(f=i.className+" ");var A=D(s.concat(C),u.registered,h);f+=u.key+"-"+A.name,c!==void 0&&(f+=" "+c);var j=S&&k===void 0?M(P):w,_={};for(var y in i)S&&y==="as"||j(y)&&(_[y]=i[y]);return _.className=f,g&&(_.ref=g),x(W,null,x(Z,{cache:u,serialized:A,isStringTag:typeof P=="string"}),x(P,_))});return l.displayName=a!==void 0?a:"Styled("+(typeof t=="string"?t:t.displayName||t.name||"Component")+")",l.defaultProps=e.defaultProps,l.__emotion_real=l,l.__emotion_base=t,l.__emotion_styles=s,l.__emotion_forwardProp=k,Object.defineProperty(l,"toString",{value:function(){return"."+c}}),l.withComponent=function(i,u){var g=r(i,H({},o,u,{shouldForwardProp:R(l,u,!0)}));return g.apply(void 0,s)},l}},Q=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],v=J.bind(null);Q.forEach(function(r){v[r]=v(r)});const ee=Object.freeze(Object.defineProperty({__proto__:null,default:v},Symbol.toStringTag,{value:"Module"})),te=v??ee,re=Object.freeze(Object.defineProperty({__proto__:null,default:te},Symbol.toStringTag,{value:"Module"})),b="__mf_module_cache__";globalThis[b]||={share:{},remote:{}};globalThis[b].share||={};globalThis[b].remote||={};const z=globalThis[b],ae=r=>{let e=r;for(let o=0;o<5;o++){const n=e?.default;if(!n||typeof n!="object")break;const t=Object.keys(e).filter(a=>a!=="default").map(a=>e[a]);if(t.length>0&&t.some(a=>a!==void 0))break;e=n}return e};let d=z.share["@emotion/styled"];d===void 0&&(d=ae(re),z.share["@emotion/styled"]=d);const oe=d,ne=d.__esModule?d.default:d.default??d,se=X({__proto__:null,default:ne},[oe]);export{se as _,re as a,ne as e};