kanbaii 0.2.5 → 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.
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  <p align="center">
2
- <img src="https://img.shields.io/badge/kanbaii-v0.2.0-6366f1?style=for-the-badge&labelColor=0a0a0b" alt="Version" />
2
+ <img src="https://img.shields.io/npm/v/kanbaii?style=for-the-badge&color=6366f1&labelColor=0a0a0b" alt="npm version" />
3
+ <img src="https://img.shields.io/npm/dw/kanbaii?style=for-the-badge&color=22c55e&labelColor=0a0a0b" alt="downloads" />
3
4
  <img src="https://img.shields.io/badge/node-%3E%3D18-22c55e?style=for-the-badge&labelColor=0a0a0b" alt="Node" />
4
5
  <img src="https://img.shields.io/badge/license-MIT-71717a?style=for-the-badge&labelColor=0a0a0b" alt="License" />
5
- <img src="https://img.shields.io/badge/AI-Claude-f59e0b?style=for-the-badge&labelColor=0a0a0b" alt="Claude AI" />
6
6
  </p>
7
7
 
8
8
  <h1 align="center">
@@ -12,214 +12,170 @@
12
12
  </h1>
13
13
 
14
14
  <p align="center">
15
- <strong>Your ideas deserve structure. AI gives them momentum.</strong>
15
+ <strong>The organization layer that Claude Code doesn't have.</strong>
16
16
  <br />
17
- <sub>For creators, founders, students, teams, and anyone with a plan to execute.</sub>
17
+ <sub>Plan visually. Track progress. Let AI execute. All local, all yours.</sub>
18
18
  </p>
19
19
 
20
20
  <p align="center">
21
- <a href="#quick-start">Quick Start</a> ·
22
- <a href="#who-is-it-for">Who Is It For</a> ·
23
- <a href="#concepts">Concepts</a> ·
24
- <a href="#wizard">Wizard</a> ·
25
- <a href="#ralph--teams">Ralph & Teams</a> ·
26
- <a href="#cli">CLI</a>
21
+ <a href="#the-problem">The Problem</a> ·
22
+ <a href="#30-second-start">30-Second Start</a> ·
23
+ <a href="#how-it-works">How It Works</a> ·
24
+ <a href="#when-to-use-what">When To Use What</a> ·
25
+ <a href="#features">Features</a> ·
26
+ <a href="#cli-reference">CLI</a>
27
27
  </p>
28
28
 
29
29
  ---
30
30
 
31
- ## What Is KANBAII
31
+ ## The Problem
32
32
 
33
- A local-first project board powered by AI. No accounts, no subscriptions, no cloud. Install it, open it, organize anythingfrom a product launch to a thesis, from a startup MVP to a home renovation plan.
33
+ **Claude Code is incredible at executing.** You give it a task, it does it. But when your project has 15 features, 8 bugs, and 3 refactors all at different stages Claude Code doesn't know where you left off, what's next, or what the big picture looks like.
34
34
 
35
- KANBAII gives you structure when you need it and an AI that can actually execute work for you.
35
+ You need a board. You need structure. You need to see the whole battlefield.
36
36
 
37
- ```bash
38
- npx kanbaii
39
- ```
37
+ **That's KANBAII.** A visual kanban board that sits on top of Claude Code. Organize your work, track progress across work items, and when you're ready — hit play and let AI execute the tasks for you.
40
38
 
41
- That's it. Opens in your browser.
39
+ > KANBAII doesn't replace Claude Code. It gives Claude Code a mission control.
42
40
 
43
41
  ---
44
42
 
45
- ## Who Is It For
46
-
47
- **Everyone.** You don't need to be a programmer.
48
-
49
- | You are... | KANBAII helps you... |
50
- |---|---|
51
- | A **founder** with 10 ideas and no process | Break each idea into clear steps and prioritize |
52
- | A **student** planning a thesis or project | Turn a vague goal into a structured plan with tasks |
53
- | A **freelancer** juggling clients | Separate projects, track what's active, what's done |
54
- | A **developer** building software | Execute tasks with AI agents that write code for you |
55
- | A **team lead** coordinating work | Run multiple work streams in parallel with Teams |
56
- | A **creator** launching something | Plan, track, and ship — without spreadsheet chaos |
57
-
58
- If you've ever felt overwhelmed by everything you need to do, KANBAII turns that noise into a clear board.
59
-
60
- ---
61
-
62
- ## Quick Start
63
-
64
- ### 1. Prerequisites
65
-
66
- You need [Claude Code](https://docs.anthropic.com/en/docs/claude-code) installed and authenticated:
67
-
68
- ```bash
69
- npm install -g @anthropic-ai/claude-code
70
- claude login
71
- ```
43
+ ## 30-Second Start
72
44
 
73
- ### 2. Install & Run
45
+ **Prerequisites:** [Claude Code](https://docs.anthropic.com/en/docs/claude-code) installed and authenticated.
74
46
 
75
47
  ```bash
48
+ # Install
76
49
  npm install -g kanbaii
77
- kanbaii doctor # verify everything works
78
- kanbaii start # opens browser at localhost:5555
79
- ```
80
-
81
- Or without installing: `npx kanbaii start`
82
-
83
- ### 3. Create Your First Project
84
-
85
- 1. Click **+ New** in the sidebar
86
- 2. Name your project (e.g., "My App")
87
- 3. Set the **working directory** — the folder where your code lives
88
-
89
- ### 4. Plan with AI
90
-
91
- 1. Go to the **Planner** tab
92
- 2. Describe what you want to build in plain language
93
- 3. AI generates work items with plans and tasks
94
- 4. Review, edit, approve — your board is populated
95
50
 
96
- ### 5. Execute
51
+ # Verify everything works
52
+ kanbaii doctor
97
53
 
98
- **Manual**: Drag tasks across columns as you work.
99
-
100
- **Ralph** (single work item): Click a work item → Ralph tab → Play. Claude executes tasks sequentially, asks you questions when blocked.
101
-
102
- **Teams** (multiple work items): Go to Teams tab → select work items → Start. The AI coordinator assigns tasks to workers in parallel.
103
-
104
- ### 6. That's It
54
+ # Launch opens in your browser
55
+ kanbaii start
56
+ ```
105
57
 
106
- Your data lives in `./data/projects/` as clean JSON files. No cloud, no accounts. Stop the server with Ctrl+C.
58
+ That's it. Your board is at `localhost:5555`. Data stays on your machine as clean JSON files.
107
59
 
108
60
  ---
109
61
 
110
- ## Concepts
111
-
112
- ### The Hierarchy
62
+ ## How It Works
113
63
 
114
- KANBAII organizes work in two levels:
64
+ ### 1. Organize in two levels
115
65
 
116
66
  ```
117
67
  Project (your big goal)
118
- └── Work Items (the pieces to build)
68
+ └── Work Items (Feature / Bug / Refactor)
119
69
  ├── Plan (context, strategy, notes)
120
- └── Tasks (concrete steps on a kanban board)
70
+ └── Tasks (5-column kanban board)
121
71
  ```
122
72
 
123
- **Work Items** are the meaningful chunks: a feature to build, a bug to fix, a section to refactor. Each one gets its own 5-column kanban board.
73
+ **Work Items** are the meaningful chunks. Each one gets its own kanban board with `Backlog Todo In Progress Review Done`.
124
74
 
125
- ### Work Item Types
75
+ ### 2. Plan with AI (or manually)
126
76
 
127
- | Type | When to use | Color |
128
- |------|------------|-------|
129
- | **Feature** | Something new to create | Indigo |
130
- | **Bug** | Something broken to fix | Red |
131
- | **Refactor** | Something existing to improve | Amber |
77
+ Open the **Planner** describe what you want in plain language:
132
78
 
133
- ### Two Levels of Kanban
79
+ > "I need user auth with login, signup, password reset, and OAuth for Google & GitHub"
134
80
 
135
- - **Level 1 Work Items Board**: Drag work items across `Planning Active Review Done`
136
- - **Level 2 — Task Board**: Each work item has its own `Backlog → Todo → In Progress → Review → Done`
81
+ AI generates structured work items with plans and tasks. Review, edit, approve. Or skip the AI and create everything manually — your call.
137
82
 
138
- Click a work item to enter its board. Breadcrumb to navigate back. Simple.
83
+ ### 3. Execute
139
84
 
140
- ---
85
+ Three modes, pick what fits:
141
86
 
142
- ## Wizard
87
+ | Mode | What it does | When to use |
88
+ |------|-------------|-------------|
89
+ | **Manual** | You drag tasks across columns | When you're doing the work yourself |
90
+ | **Ralph** | AI executes one work item end-to-end | Focused, sequential work |
91
+ | **Teams** | AI coordinator runs multiple work items in parallel | Sprint-style, multiple fronts at once |
143
92
 
144
- The AI wizard turns a sentence into a structured plan:
145
-
146
- 1. Pick a type (Feature / Bug / Refactor)
147
- 2. Describe what you need in plain language
148
- 3. AI generates a plan — you review and approve
149
- 4. AI generates tasks from the plan — you review and approve
150
- 5. Your board is populated and ready
151
-
152
- Skip any step. Edit anything. The wizard accelerates — it never locks you in.
93
+ Ralph reads the plan, resolves dependencies, executes tasks in order, and moves them to Review. Teams does the same — but with multiple workers, simultaneously.
153
94
 
154
95
  ---
155
96
 
156
- ## Ralph & Teams
157
-
158
- ### Ralph — Single Executor
97
+ ## When To Use What
159
98
 
160
- Select one work item. Ralph handles it end to end:
99
+ This is the key question. Here's the honest answer:
161
100
 
162
- - Reads the plan for context
163
- - Resolves task dependencies
164
- - Executes tasks in order (parallel where safe)
165
- - Moves completed work to Review
166
- - Reports back with summaries
101
+ ```
102
+ ┌─────────────────────────────┐
103
+ "Fix this one bug" │ │
104
+ "Refactor this func" │ Claude Code directly │
105
+ "Explain this code" │ (terminal, one task) │
106
+ "Write tests for X" │ │
107
+ └─────────────────────────────┘
108
+
109
+ ┌─────────────────────────────┐
110
+ "Build auth system" │ │
111
+ "8 bugs to triage" │ KANBAII │
112
+ "MVP with 15 features" │ (board + AI execution) │
113
+ "Track sprint progress" │ │
114
+ └─────────────────────────────┘
115
+ ```
167
116
 
168
- **Think of Ralph as a focused assistant** one work item, full attention.
117
+ **The rule:** if you can describe it in one sentence Claude Code. If you need a list → KANBAII.
169
118
 
170
- ### Teams Parallel Execution
119
+ They're not competing tools. KANBAII calls Claude Code under the hood. It's the **project layer** that makes Claude Code work across many tasks instead of one at a time.
171
120
 
172
- Select multiple work items. A coordinator assigns each to a worker. Workers execute simultaneously — one work item per worker.
121
+ ---
173
122
 
174
- **Think of Teams as a squad** — multiple work items, all moving at once.
123
+ ## Features
175
124
 
176
- ---
125
+ ### Visual Kanban Board
126
+ Two-level board with drag & drop. Work items flow through `Planning → Active → Review → Done`. Tasks inside each work item flow through 5 columns. Real-time updates via Socket.IO.
177
127
 
178
- ## CLI
128
+ ### AI Planner
129
+ Describe what you need in natural language. AI generates work items with full plans and decomposed tasks. Review and approve before anything hits your board.
179
130
 
180
- ```bash
181
- kanbaii start # Start the server (opens browser)
182
- kanbaii start -p 8080 # Custom port
183
- kanbaii start --no-open # Don't open browser
184
- kanbaii doctor # Check Claude CLI, Node, auth, dependencies
185
- kanbaii status # Health check (is server running?)
186
- kanbaii init # Initialize data directory
187
- kanbaii stop # Info for stopping the server
188
- ```
131
+ ### Ralph — Focused Executor
132
+ One work item, full attention. Reads the plan, picks up tasks from Todo, executes them sequentially (parallel where safe), moves completed work to Review. Pauses and asks you when it needs input.
189
133
 
190
- ### Configuration
134
+ ### Teams — Parallel Execution
135
+ Select multiple work items. A coordinator assigns each to a worker. Workers execute simultaneously — one work item per worker. Watch progress from the Teams dashboard.
191
136
 
192
- | Setting | Default | Description |
193
- |---------|---------|-------------|
194
- | `port` | `5555` | Server port |
195
- | `dataDir` | `~/.kanbaii/data` | Where project data lives |
196
- | `openBrowser` | `true` | Auto-open on start |
137
+ ### Local-First, Zero Config
138
+ No accounts. No subscriptions. No cloud. Your data is JSON files on disk. Fully git-friendly. Stop the server and your data is still there, readable, portable.
197
139
 
198
- ```bash
199
- kanbaii init --port 8080 --data ~/my-projects
200
- ```
140
+ ### Developer Experience
141
+ - **Command Palette** (`Ctrl+K`) for fast navigation
142
+ - **Keyboard-first** — everything accessible without a mouse
143
+ - **Dark & Light themes** — Obsidian dark mode, Porcelain light mode
144
+ - **Doctor command** — validates Claude CLI, auth, Node.js, everything
201
145
 
202
146
  ---
203
147
 
204
- ## How Data Works
148
+ ## Data Structure
205
149
 
206
- No database. Clean JSON files on disk, fully git-friendly:
150
+ No database. Clean JSON files you can read, edit, and version control:
207
151
 
208
152
  ```
209
- data/projects/my-project/
210
- project.json
153
+ data/projects/my-app/
154
+ project.json # Project metadata
211
155
  work-items/
212
- feat-auth-system.json
213
- bug-login-crash.json
156
+ feat-auth-system.json # Feature with plan + tasks
157
+ bug-login-crash.json # Bug with plan + tasks
214
158
  ```
215
159
 
216
- Your data stays on your machine. Always.
160
+ ---
161
+
162
+ ## CLI Reference
163
+
164
+ ```bash
165
+ kanbaii start # Start server, open browser
166
+ kanbaii start -p 8080 # Custom port
167
+ kanbaii start --no-open # Don't open browser
168
+ kanbaii start --data-dir ~/my-data # Custom data directory
169
+ kanbaii doctor # Diagnose: Claude CLI, Node, auth
170
+ kanbaii status # Is the server running?
171
+ kanbaii init # Initialize data directory
172
+ ```
217
173
 
218
174
  ---
219
175
 
220
176
  ## Architecture
221
177
 
222
- For contributors and the curious:
178
+ For contributors:
223
179
 
224
180
  ```
225
181
  Express + Socket.IO ──── Single port (default: 5555)
@@ -229,56 +185,38 @@ Express + Socket.IO ──── Single port (default: 5555)
229
185
  └── /* Static frontend (Next.js export)
230
186
  ```
231
187
 
232
- | Component | Technology |
233
- |-----------|-----------|
234
- | Backend | Express 4 + Socket.IO 4 |
235
- | Frontend | Next.js 14 (static export) |
236
- | State | Zustand |
237
- | Drag & Drop | @atlaskit/pragmatic-drag-and-drop |
238
- | Animations | Framer Motion |
239
- | AI Engine | Claude CLI |
240
- | CLI | Commander.js |
241
- | Validation | Zod |
188
+ | Layer | Stack |
189
+ |-------|-------|
190
+ | Backend | Express, Socket.IO, Zod |
191
+ | Frontend | Next.js 14, Zustand, Framer Motion |
192
+ | AI | Claude Code CLI |
242
193
  | Testing | Vitest |
243
194
 
244
- ---
245
-
246
- ## Development
247
-
248
195
  ```bash
249
196
  git clone https://github.com/martinmsaavedra/kanbaii.git
250
- cd kanbaii
251
-
252
- npm install
197
+ cd kanbaii && npm install
253
198
  cd frontend && npm install && cd ..
254
199
 
255
- # Dev mode
256
200
  npm run dev:server # Express on :5555
257
201
  npm run dev:frontend # Next.js on :3000
258
-
259
- # Test
260
202
  npm test
261
-
262
- # Build
263
- npm run build
264
203
  ```
265
204
 
266
205
  ---
267
206
 
268
207
  ## Philosophy
269
208
 
270
- > Structure without ceremony. AI without lock-in. Your data, your machine.
209
+ > **Structure without ceremony. AI without lock-in. Your data, your machine.**
271
210
 
272
- KANBAII is for anyone who wants to:
273
- - Turn ideas into action without overthinking the process
274
- - Stay organized without paying for another SaaS
275
- - Let AI do the heavy lifting while you stay in control
276
- - Work locally, own your data, move fast
211
+ - Your board is a JSON folder, not a vendor database
212
+ - Claude Code does the real work KANBAII just gives it structure
213
+ - No accounts, no cloud, no tracking — install and go
214
+ - Organization is the multiplier not more AI, but better-directed AI
277
215
 
278
216
  ---
279
217
 
280
218
  <p align="center">
281
- <sub>Built by <a href="https://github.com/martinmsaavedra">Martín Saavedra</a></sub>
219
+ <sub>Built by <a href="https://github.com/martinmsaavedra">Martin Saavedra</a></sub>
282
220
  <br />
283
- <sub>Powered by <a href="https://anthropic.com">Claude</a> · Licensed under MIT</sub>
221
+ <sub>Powered by <a href="https://anthropic.com">Claude</a> · MIT License</sub>
284
222
  </p>
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/b0704326f821d6ff.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-5c1d03322d6ecf76.js"/><script src="/_next/static/chunks/fd9d1056-1f1f859026f5f0fa.js" async=""></script><script src="/_next/static/chunks/117-93de0183f63af83e.js" async=""></script><script src="/_next/static/chunks/main-app-2f313c3206a6e049.js" async=""></script><script src="/_next/static/chunks/947-6596e9d0905e814e.js" async=""></script><script src="/_next/static/chunks/23-2e97e53d3c5bbe2d.js" async=""></script><script src="/_next/static/chunks/app/layout-80932402bd5ccddf.js" async=""></script><meta name="robots" content="noindex"/><meta name="theme-color" content="#6366f1"/><title>KANBAII</title><meta name="description" content="Structure for your ideas. AI to move them forward."/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><link rel="icon" href="/favicon-16x16.svg" sizes="16x16" type="image/svg+xml"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><script src="/_next/static/chunks/webpack-5c1d03322d6ecf76.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/b0704326f821d6ff.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[2846,[],\"\"]\n4:I[4707,[],\"\"]\n5:I[6423,[],\"\"]\n6:I[792,[\"947\",\"static/chunks/947-6596e9d0905e814e.js\",\"23\",\"static/chunks/23-2e97e53d3c5bbe2d.js\",\"185\",\"static/chunks/app/layout-80932402bd5ccddf.js\"],\"AppShell\"]\nc:I[1060,[],\"\"]\n7:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n8:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n9:{\"display\":\"inline-block\"}\na:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nd:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"Cf9hATpgEKJoZ9zgTBmHE\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"_not-found\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null],null],null]},[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/b0704326f821d6ff.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$7\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$8\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$a\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$Lb\"],\"globalErrorComponent\":\"$c\",\"missingSlots\":\"$Wd\"}]\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"name\":\"theme-color\",\"content\":\"#6366f1\"}],[\"$\",\"meta\",\"2\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"3\",{\"children\":\"KANBAII\"}],[\"$\",\"meta\",\"4\",{\"name\":\"description\",\"content\":\"Structure for your ideas. AI to move them forward.\"}],[\"$\",\"link\",\"5\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"use-credentials\"}],[\"$\",\"link\",\"6\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",\"7\",{\"rel\":\"icon\",\"href\":\"/favicon-16x16.svg\",\"sizes\":\"16x16\",\"type\":\"image/svg+xml\"}]]\n3:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/2671f4087ec3bbc3.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-5c1d03322d6ecf76.js"/><script src="/_next/static/chunks/fd9d1056-1f1f859026f5f0fa.js" async=""></script><script src="/_next/static/chunks/117-93de0183f63af83e.js" async=""></script><script src="/_next/static/chunks/main-app-2f313c3206a6e049.js" async=""></script><script src="/_next/static/chunks/947-6596e9d0905e814e.js" async=""></script><script src="/_next/static/chunks/23-2e97e53d3c5bbe2d.js" async=""></script><script src="/_next/static/chunks/app/layout-80932402bd5ccddf.js" async=""></script><meta name="robots" content="noindex"/><meta name="theme-color" content="#6366f1"/><title>KANBAII</title><meta name="description" content="Structure for your ideas. AI to move them forward."/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><link rel="icon" href="/favicon-16x16.svg" sizes="16x16" type="image/svg+xml"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><script src="/_next/static/chunks/webpack-5c1d03322d6ecf76.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/2671f4087ec3bbc3.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[2846,[],\"\"]\n4:I[4707,[],\"\"]\n5:I[6423,[],\"\"]\n6:I[792,[\"947\",\"static/chunks/947-6596e9d0905e814e.js\",\"23\",\"static/chunks/23-2e97e53d3c5bbe2d.js\",\"185\",\"static/chunks/app/layout-80932402bd5ccddf.js\"],\"AppShell\"]\nc:I[1060,[],\"\"]\n7:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n8:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n9:{\"display\":\"inline-block\"}\na:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nd:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"dwjREEZVmsUge1LeMuNBi\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"_not-found\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null],null],null]},[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/2671f4087ec3bbc3.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$7\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$8\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$9\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$a\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$Lb\"],\"globalErrorComponent\":\"$c\",\"missingSlots\":\"$Wd\"}]\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"name\":\"theme-color\",\"content\":\"#6366f1\"}],[\"$\",\"meta\",\"2\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"3\",{\"children\":\"KANBAII\"}],[\"$\",\"meta\",\"4\",{\"name\":\"description\",\"content\":\"Structure for your ideas. AI to move them forward.\"}],[\"$\",\"link\",\"5\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"use-credentials\"}],[\"$\",\"link\",\"6\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",\"7\",{\"rel\":\"icon\",\"href\":\"/favicon-16x16.svg\",\"sizes\":\"16x16\",\"type\":\"image/svg+xml\"}]]\n3:null\n"])</script></body></html>
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[263],{223:function(e,t,n){n.d(t,{A:function(){return c},X:function(){return l}});var r=n(6127);function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?a(Object(n),!0).forEach(function(t){(0,r.Z)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var i={top:function(e,t){return Math.abs(t.y-e.top)},right:function(e,t){return Math.abs(e.right-t.x)},bottom:function(e,t){return Math.abs(e.bottom-t.y)},left:function(e,t){return Math.abs(t.x-e.left)}},u=Symbol("closestEdge");function l(e,t){var n,a,l=t.element,c=t.input,f=t.allowedEdges,d={x:c.clientX,y:c.clientY},p=l.getBoundingClientRect(),s=null!==(n=null===(a=f.map(function(e){return{edge:e,value:i[e](p,d)}}).sort(function(e,t){return e.value-t.value})[0])||void 0===a?void 0:a.edge)&&void 0!==n?n:null;return o(o({},e),{},(0,r.Z)({},u,s))}function c(e){var t;return null!==(t=e[u])&&void 0!==t?t:null}},3415:function(e,t,n){function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function a(e,t){if(e){if("string"==typeof e)return r(e,t);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o,i,u=[],l=!0,c=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=o.call(n)).done)&&(u.push(r.value),u.length!==t);l=!0);}catch(e){c=!0,a=e}finally{try{if(!l&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(c)throw a}}return u}}(e,t)||a(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}n.d(t,{En:function(){return G},wO:function(){return V}});var i,u,l,c,f,d,p=n(357),s="data-pdnd-honey-pot";function v(e){return e instanceof Element&&e.hasAttribute(s)}function y(e){var t=o(document.elementsFromPoint(e.x,e.y),2),n=t[0],r=t[1];return n?v(n)?null!=r?r:null:n:null}var g=n(6127);function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?h(Object(n),!0).forEach(function(t){(0,g.Z)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function b(e){var t,n,r,a,o={x:Math.min((a={x:Math.max((r={x:(n={x:Math.floor((t=e.client).x),y:Math.floor(t.y)}).x-1,y:n.y-1}).x,0),y:Math.max(r.y,0)}).x,window.innerWidth-2),y:Math.min(a.y,window.innerHeight-2)};return DOMRect.fromRect({x:o.x,y:o.y,width:2,height:2})}function w(e){var t=e.clientRect;return{left:"".concat(t.left,"px"),top:"".concat(t.top,"px"),width:"".concat(t.width,"px"),height:"".concat(t.height,"px")}}function O(e){return function(e){if(Array.isArray(e))return r(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||a(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function k(e){var t=null;return function(){if(!t){for(var n=arguments.length,r=Array(n),a=0;a<n;a++)r[a]=arguments[a];t={result:e.apply(this,r)}}return t.result}}var j=k(function(){return navigator.userAgent.includes("Firefox")}),D=k(function(){var e=navigator.userAgent;return e.includes("AppleWebKit")&&!e.includes("Chrome")}),M={isLeavingWindow:Symbol("leaving"),isEnteringWindow:Symbol("entering")};function x(e){return{altKey:e.altKey,button:e.button,buttons:e.buttons,ctrlKey:e.ctrlKey,metaKey:e.metaKey,shiftKey:e.shiftKey,clientX:e.clientX,clientY:e.clientY,pageX:e.pageX,pageY:e.pageY}}!function(){if("undefined"!=typeof window&&D()){var e=t();(0,p.Ev)(window,[{type:"dragstart",listener:function(){e.enterCount=0,e.isOverWindow=!0}},{type:"drop",listener:n},{type:"dragend",listener:n},{type:"dragenter",listener:function(t){e.isOverWindow||0!==e.enterCount||(t[M.isEnteringWindow]=!0),e.isOverWindow=!0,e.enterCount++}},{type:"dragleave",listener:function(t){e.enterCount--,e.isOverWindow&&0===e.enterCount&&(t[M.isLeavingWindow]=!0,e.isOverWindow=!1)}}],{capture:!0})}function t(){return{enterCount:0,isOverWindow:!1}}function n(){e=t()}}();var T=(i=function(e){return e()},u=[],l=null,(c=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];u=t,l||(l=requestAnimationFrame(function(){l=null,i.apply(void 0,u)}))}).cancel=function(){l&&(cancelAnimationFrame(l),l=null)},c),E=(f=null,{schedule:function(e){f={frameId:requestAnimationFrame(function(){f=null,e()}),fn:e}},flush:function(){f&&(cancelAnimationFrame(f.frameId),f.fn(),f=null)}}),S={isActive:!1};function A(){return!S.isActive}function P(e){var t,n=e.event,r=null===(t=e.current[0])||void 0===t?void 0:t.dropEffect;null!=r&&n.dataTransfer&&(n.dataTransfer.dropEffect=r)}var Z=function(e){var t,n,r=e.event,a=e.dragType,o=e.getDropTargetsOver,i=e.dispatchEvent;if(A()){var u=function(e){var t=e.event,n=e.dragType,r=e.getDropTargetsOver,a=x(t);if("external"===n.startedFrom)return{input:a,dropTargets:[]};var o=r({input:a,source:n.payload,target:t.target,current:[]});return{input:a,dropTargets:o}}({event:r,dragType:a,getDropTargetsOver:o});S.isActive=!0;var l={current:u};P({event:r,current:u.dropTargets});var c=function(e){var t=e.source,n=e.initial,r=e.dispatchEvent,a={dropTargets:[]};function o(e){r(e),a={dropTargets:e.payload.location.current.dropTargets}}return{start:function(e){var r=e.nativeSetDragImage,i={current:n,previous:a,initial:n};o({eventName:"onGenerateDragPreview",payload:{source:t,location:i,nativeSetDragImage:r}}),E.schedule(function(){o({eventName:"onDragStart",payload:{source:t,location:i}})})},dragUpdate:function(e){var r=e.current;E.flush(),T.cancel(),o({eventName:"onDropTargetChange",payload:{source:t,location:{initial:n,previous:a,current:r}}})},drag:function(e){var r=e.current;T(function(){E.flush(),o({eventName:"onDrag",payload:{source:t,location:{initial:n,previous:a,current:r}}})})},drop:function(e){var r=e.current,i=e.updatedSourcePayload;E.flush(),T.cancel(),o({eventName:"onDrop",payload:{source:null!=i?i:t,location:{current:r,previous:a,initial:n}}})}}}({source:a.payload,dispatchEvent:i,initial:u}),f=(0,p.Ev)(window,[{type:"dragover",listener:function(e){s(e),c.drag({current:l.current})}},{type:"dragenter",listener:s},{type:"dragleave",listener:function(e){(function(e){var t=e.dragLeave,n=t.type,r=t.relatedTarget;return"dragleave"===n&&(D()?!!D()&&t.hasOwnProperty(M.isLeavingWindow):null==r||(j()?"nodeName"in r&&r.ownerDocument!==document:r instanceof HTMLIFrameElement))})({dragLeave:e})&&(d({input:l.current.input,dropTargets:[]}),"external"===a.startedFrom&&g())}},{type:"drop",listener:function(e){if(l.current={dropTargets:l.current.dropTargets,input:x(e)},!l.current.dropTargets.length){g();return}e.preventDefault(),P({event:e,current:l.current.dropTargets}),c.drop({current:l.current,updatedSourcePayload:"external"===a.type?a.getDropPayload(e):null}),h()}},{type:"dragend",listener:function(e){l.current={dropTargets:l.current.dropTargets,input:x(e)},g()}}].concat(O([{type:"pointermove",listener:(n=0,function(){if(n<20){n++;return}t()})},{type:"pointerdown",listener:t=g}])),{capture:!0});c.start({nativeSetDragImage:r.dataTransfer?r.dataTransfer.setDragImage.bind(r.dataTransfer):null})}function d(e){var t=function(e){var t=e.current,n=e.next;if(t.length!==n.length)return!0;for(var r=0;r<t.length;r++)if(t[r].element!==n[r].element)return!0;return!1}({current:l.current.dropTargets,next:e.dropTargets});l.current=e,t&&c.dragUpdate({current:l.current})}function s(e){var t=x(e),n=o({target:v(e.target)?y({x:t.clientX,y:t.clientY}):e.target,input:t,source:a.payload,current:l.current.dropTargets});n.length&&(e.preventDefault(),P({event:e,current:n})),d({dropTargets:n,input:t})}function g(){l.current.dropTargets.length&&d({dropTargets:[],input:l.current.input}),c.drop({current:l.current,updatedSourcePayload:null}),h()}function h(){S.isActive=!1,f()}},C=new Map;function I(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(){t.forEach(function(e){return e()})}}function H(e,t){var n=t.attribute,r=t.value;return e.setAttribute(n,r),function(){return e.removeAttribute(n)}}function z(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function K(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?z(Object(n),!0).forEach(function(t){(0,g.Z)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):z(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function L(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return q(e,void 0);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?q(e,void 0):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,a=function(){};return{s:a,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:a}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i=!0,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){u=!0,o=e},f:function(){try{i||null==n.return||n.return()}finally{if(u)throw o}}}}function q(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function F(e){return e.slice(0).reverse()}function N(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function W(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}var X=k(function(){return navigator.userAgent.toLocaleLowerCase().includes("android")}),Y="text/plain",_=new WeakMap,R=(d=null,{bindEvents:function(){return d=null,(0,p.ak)(window,{type:"pointermove",listener:function(e){d={x:e.clientX,y:e.clientY}},options:{capture:!0}})},getOnPostDispatch:function(){var e=null;return function(t){var n=t.eventName,r=t.payload;if("onDragStart"===n){var a,o,i,u,l=r.location.initial.input;a=({initial:null!=d?d:{x:l.clientX,y:l.clientY}}).initial,(o=document.createElement("div")).setAttribute(s,"true"),i=b({client:a}),Object.assign(o.style,m(m({backgroundColor:"transparent",position:"fixed",padding:0,margin:0,boxSizing:"border-box"},w({clientRect:i})),{},{pointerEvents:"auto",zIndex:2147483647})),document.body.appendChild(o),u=(0,p.ak)(window,{type:"pointermove",listener:function(e){i=b({client:{x:e.clientX,y:e.clientY}}),Object.assign(o.style,w({clientRect:i}))},options:{capture:!0}}),e=function(e){var t,n,r,a=e.current;if(u(),n=(t={client:a,clientRect:i}).client,r=t.clientRect,n.x>=r.x&&n.x<=r.x+r.width&&n.y>=r.y&&n.y<=r.y+r.height){o.remove();return}function l(){c(),o.remove()}var c=(0,p.Ev)(window,[{type:"pointerdown",listener:l},{type:"pointermove",listener:l},{type:"focusin",listener:l},{type:"focusout",listener:l},{type:"dragstart",listener:l},{type:"dragenter",listener:l},{type:"dragover",listener:l}],{capture:!0})}}if("onDrop"===n){var c,f=r.location.current.input;null===(c=e)||void 0===c||c({current:{x:f.clientX,y:f.clientY}}),e=null,d=null}}}}),U=function(e){var t=e.typeKey,n=e.mount,r=e.dispatchEventToSource,a=e.onPostDispatch,o=e.defaultDropEffect,i=function(){var e=new Set,t=null;function n(e){t&&(!e.canMonitor||e.canMonitor(t.canMonitorArgs))&&t.active.add(e)}return{dispatchEvent:function(r){var a=r.eventName,o=r.payload;if("onGenerateDragPreview"===a){t={canMonitorArgs:{initial:o.location.initial,source:o.source},active:new Set};var i,u=function(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return N(e,void 0);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?N(e,void 0):void 0}}(e))){n&&(e=n);var r=0,a=function(){};return{s:a,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:a}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i=!0,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){u=!0,o=e},f:function(){try{i||null==n.return||n.return()}finally{if(u)throw o}}}}(e);try{for(u.s();!(i=u.n()).done;){var l=i.value;n(l)}}catch(e){u.e(e)}finally{u.f()}}if(t){for(var c=Array.from(t.active),f=0;f<c.length;f++){var d,p=c[f];t.active.has(p)&&(null===(d=p[a])||void 0===d||d.call(p,o))}"onDrop"===a&&(t.active.clear(),t=null)}},monitorForConsumers:function(r){var a=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?W(Object(n),!0).forEach(function(t){(0,g.Z)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):W(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}({},r);return e.add(a),n(a),k(function(){e.delete(a),t&&t.active.delete(a)})}}}(),u=function(e){var t=e.typeKey,n=e.defaultDropEffect,r=new WeakMap,a="data-drop-target-for-".concat(t),o="[".concat(a,"]");function i(e){var t,n=e.eventName,a=e.payload,o=L(a.location.current.dropTargets);try{for(o.s();!(t=o.n()).done;){var i,u=t.value,l=r.get(u.element),c=K(K({},a),{},{self:u});null==l||null===(i=l[n])||void 0===i||i.call(l,c)}}catch(e){o.e(e)}finally{o.f()}}var u={onGenerateDragPreview:i,onDrag:i,onDragStart:i,onDrop:i,onDropTargetChange:function(e){var t,n=e.payload,a=new Set(n.location.current.dropTargets.map(function(e){return e.element})),o=new Set,i=L(n.location.previous.dropTargets);try{for(i.s();!(t=i.n()).done;){var u,l,c=t.value;o.add(c.element);var f=r.get(c.element),d=a.has(c.element),p=K(K({},n),{},{self:c});null==f||null===(u=f.onDropTargetChange)||void 0===u||u.call(f,p),d||null==f||null===(l=f.onDragLeave)||void 0===l||l.call(f,p)}}catch(e){i.e(e)}finally{i.f()}var s,v=L(n.location.current.dropTargets);try{for(v.s();!(s=v.n()).done;){var y,g,h=s.value;if(!o.has(h.element)){var m=K(K({},n),{},{self:h}),b=r.get(h.element);null==b||null===(y=b.onDropTargetChange)||void 0===y||y.call(b,m),null==b||null===(g=b.onDragEnter)||void 0===g||g.call(b,m)}}}catch(e){v.e(e)}finally{v.f()}}};return{dropTargetForConsumers:function(e){return k(I(H(e.element,{attribute:a,value:"true"}),(r.set(e.element,e),function(){return r.delete(e.element)})))},getIsOver:function(e){var t=e.source,a=e.target,i=e.input,u=e.current,l=function e(t){var a,i,u,l,c=t.source,f=t.target,d=t.input,p=t.result,s=void 0===p?[]:p;if(null==f)return s;if(!(f instanceof Element))return f instanceof Node?e({source:c,target:f.parentElement,input:d,result:s}):s;var v=f.closest(o);if(null==v)return s;var y=r.get(v);if(null==y)return s;var g={input:d,source:c,element:y.element};if(y.canDrop&&!y.canDrop(g))return e({source:c,target:y.element.parentElement,input:d,result:s});var h=null!==(a=null===(i=y.getData)||void 0===i?void 0:i.call(y,g))&&void 0!==a?a:{},m=null!==(u=null===(l=y.getDropEffect)||void 0===l?void 0:l.call(y,g))&&void 0!==u?u:n,b={data:h,element:y.element,dropEffect:m,isActiveDueToStickiness:!1};return e({source:c,target:y.element.parentElement,input:d,result:[].concat(O(s),[b])})}({source:t,target:a,input:i});if(l.length>=u.length)return l;for(var c=F(u),f=F(l),d=[],p=0;p<c.length;p++){var s,v=c[p],y=f[p];if(null!=y){d.push(y);continue}var g=d[p-1],h=c[p-1];if((null==g?void 0:g.element)!==(null==h?void 0:h.element))break;var m=r.get(v.element);if(!m)break;var b={input:i,source:t,element:m.element};if(m.canDrop&&!m.canDrop(b)||!(null!==(s=m.getIsSticky)&&void 0!==s&&s.call(m,b)))break;d.push(K(K({},v),{},{isActiveDueToStickiness:!0}))}return F(d)},dispatchEvent:function(e){u[e.eventName](e)}}}({typeKey:t,defaultDropEffect:o});function l(e){null==r||r(e),u.dispatchEvent(e),i.dispatchEvent(e),null==a||a(e)}function c(e){Z({event:e.event,dragType:e.dragType,getDropTargetsOver:u.getIsOver,dispatchEvent:l})}return{registerUsage:function(){var e,r;return r=function(e){var t=e.typeKey,n=e.mount,r=C.get(t);if(r)return r.usageCount++,r;var a={typeKey:t,unmount:n(),usageCount:1};return C.set(t,a),a}(e={typeKey:t,mount:function(){return n({canStart:A,start:c})}}),function(){r.usageCount--,r.usageCount>0||(r.unmount(),C.delete(e.typeKey))}},dropTarget:u.dropTargetForConsumers,monitor:i.monitorForConsumers}}({typeKey:"element",defaultDropEffect:"move",mount:function(e){return I(R.bindEvents(),(0,p.ak)(document,{type:"dragstart",listener:function(t){if(e.canStart(t)&&!t.defaultPrevented&&t.dataTransfer){var n,r,a,i,u,l,c=t.target;if(c instanceof HTMLElement){var f=_.get(c);if(f){var d=x(t),p={element:f.element,dragHandle:null!==(n=f.dragHandle)&&void 0!==n?n:null,input:d};if(f.canDrag&&!f.canDrag(p)){t.preventDefault();return}if(f.dragHandle){var s=y({x:d.clientX,y:d.clientY});if(!f.dragHandle.contains(s)){t.preventDefault();return}}var v=null!==(r=null===(a=f.getInitialDataForExternal)||void 0===a?void 0:a.call(f,p))&&void 0!==r?r:null;if(v)for(var g=0,h=Object.entries(v);g<h.length;g++){var m=o(h[g],2),b=m[0],w=m[1];t.dataTransfer.setData(b,null!=w?w:"")}!X()||t.dataTransfer.types.includes(Y)||t.dataTransfer.types.includes("text/uri-list")||t.dataTransfer.setData(Y,"pdnd:android-fallback"),t.dataTransfer.setData("application/vnd.pdnd","");var O={element:f.element,dragHandle:null!==(i=f.dragHandle)&&void 0!==i?i:null,data:null!==(u=null===(l=f.getInitialData)||void 0===l?void 0:l.call(f,p))&&void 0!==u?u:{}};e.start({event:t,dragType:{type:"element",payload:O,startedFrom:"internal"}})}}}}}))},dispatchEventToSource:function(e){var t,n,r=e.eventName,a=e.payload;null===(t=_.get(a.source.element))||void 0===t||null===(n=t[r])||void 0===n||n.call(t,a)},onPostDispatch:R.getOnPostDispatch()}),V=U.dropTarget;function G(e){return k(I(U.registerUsage(),(_.set(e.element,e),function(){_.delete(e.element)}),H(e.element,{attribute:"draggable",value:"true"})))}U.monitor},3918:function(e,t,n){var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.bindAll=void 0;var a=n(9599);function o(e){return void 0===e?void 0:"boolean"==typeof e?{capture:e}:e}t.bindAll=function(e,t,n){var i=t.map(function(t){var i=null==n?t:r(r({},t),{options:r(r({},o(n)),o(t.options))});return(0,a.bind)(e,i)});return function(){i.forEach(function(e){return e()})}}},9599:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.bind=void 0,t.bind=function(e,t){var n=t.type,r=t.listener,a=t.options;return e.addEventListener(n,r,a),function(){e.removeEventListener(n,r,a)}}},357:function(e,t,n){t.Ev=t.ak=void 0;var r=n(9599);Object.defineProperty(t,"ak",{enumerable:!0,get:function(){return r.bind}});var a=n(3918);Object.defineProperty(t,"Ev",{enumerable:!0,get:function(){return a.bindAll}})},5051:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("arrow-down",[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]])},4972:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("brain",[["path",{d:"M12 18V5",key:"adv99a"}],["path",{d:"M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4",key:"1e3is1"}],["path",{d:"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5",key:"1gqd8o"}],["path",{d:"M17.997 5.125a4 4 0 0 1 2.526 5.77",key:"iwvgf7"}],["path",{d:"M18 18a4 4 0 0 0 2-7.464",key:"efp6ie"}],["path",{d:"M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517",key:"1gq6am"}],["path",{d:"M6 18a4 4 0 0 1-2-7.464",key:"k1g0md"}],["path",{d:"M6.003 5.125a4 4 0 0 0-2.526 5.77",key:"q97ue3"}]])},875:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("chevron-down",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]])},407:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("chevron-right",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]])},2135:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("chevron-up",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]])},3315:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("command",[["path",{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3",key:"11bfej"}]])},2735:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("download",[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]])},6362:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("external-link",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]])},8736:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("file-text",[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]])},4938:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("house",[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}]])},8124:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("layers",[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]])},1817:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("loader-circle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]])},2718:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("message-circle",[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]])},8662:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("mic",[["path",{d:"M12 19v3",key:"npa21l"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2",key:"1vc78b"}],["rect",{x:"9",y:"2",width:"6",height:"13",rx:"3",key:"s6n7sd"}]])},9227:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("pause",[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1",key:"kaeet6"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1",key:"1wsw3u"}]])},2207:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("pen-line",[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]])},5675:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("pencil",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]])},3276:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("play",[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]])},9076:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("rotate-ccw",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]])},3229:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("save",[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]])},2023:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("sparkles",[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]])},8866:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("toggle-left",[["circle",{cx:"9",cy:"12",r:"3",key:"u3jwor"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7",key:"g7kal2"}]])},6034:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("toggle-right",[["circle",{cx:"15",cy:"12",r:"3",key:"1afu0r"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7",key:"g7kal2"}]])},9525:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("wrench",[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z",key:"1ngwbx"}]])},6127:function(e,t,n){function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t,n){var a;return(a=function(e,t){if("object"!=r(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var a=n.call(e,t||"default");if("object"!=r(a))return a;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(t,"string"),(t="symbol"==r(a)?a:a+"")in e)?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,{Z:function(){return a}})}}]);
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[193],{223:function(e,t,n){n.d(t,{A:function(){return c},X:function(){return l}});var r=n(6127);function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function o(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?a(Object(n),!0).forEach(function(t){(0,r.Z)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var i={top:function(e,t){return Math.abs(t.y-e.top)},right:function(e,t){return Math.abs(e.right-t.x)},bottom:function(e,t){return Math.abs(e.bottom-t.y)},left:function(e,t){return Math.abs(t.x-e.left)}},u=Symbol("closestEdge");function l(e,t){var n,a,l=t.element,c=t.input,f=t.allowedEdges,d={x:c.clientX,y:c.clientY},p=l.getBoundingClientRect(),s=null!==(n=null===(a=f.map(function(e){return{edge:e,value:i[e](p,d)}}).sort(function(e,t){return e.value-t.value})[0])||void 0===a?void 0:a.edge)&&void 0!==n?n:null;return o(o({},e),{},(0,r.Z)({},u,s))}function c(e){var t;return null!==(t=e[u])&&void 0!==t?t:null}},3415:function(e,t,n){function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function a(e,t){if(e){if("string"==typeof e)return r(e,t);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o,i,u=[],l=!0,c=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=o.call(n)).done)&&(u.push(r.value),u.length!==t);l=!0);}catch(e){c=!0,a=e}finally{try{if(!l&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(c)throw a}}return u}}(e,t)||a(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}n.d(t,{En:function(){return G},wO:function(){return V}});var i,u,l,c,f,d,p=n(357),s="data-pdnd-honey-pot";function v(e){return e instanceof Element&&e.hasAttribute(s)}function y(e){var t=o(document.elementsFromPoint(e.x,e.y),2),n=t[0],r=t[1];return n?v(n)?null!=r?r:null:n:null}var g=n(6127);function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?h(Object(n),!0).forEach(function(t){(0,g.Z)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function b(e){var t,n,r,a,o={x:Math.min((a={x:Math.max((r={x:(n={x:Math.floor((t=e.client).x),y:Math.floor(t.y)}).x-1,y:n.y-1}).x,0),y:Math.max(r.y,0)}).x,window.innerWidth-2),y:Math.min(a.y,window.innerHeight-2)};return DOMRect.fromRect({x:o.x,y:o.y,width:2,height:2})}function w(e){var t=e.clientRect;return{left:"".concat(t.left,"px"),top:"".concat(t.top,"px"),width:"".concat(t.width,"px"),height:"".concat(t.height,"px")}}function O(e){return function(e){if(Array.isArray(e))return r(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||a(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function k(e){var t=null;return function(){if(!t){for(var n=arguments.length,r=Array(n),a=0;a<n;a++)r[a]=arguments[a];t={result:e.apply(this,r)}}return t.result}}var j=k(function(){return navigator.userAgent.includes("Firefox")}),D=k(function(){var e=navigator.userAgent;return e.includes("AppleWebKit")&&!e.includes("Chrome")}),M={isLeavingWindow:Symbol("leaving"),isEnteringWindow:Symbol("entering")};function x(e){return{altKey:e.altKey,button:e.button,buttons:e.buttons,ctrlKey:e.ctrlKey,metaKey:e.metaKey,shiftKey:e.shiftKey,clientX:e.clientX,clientY:e.clientY,pageX:e.pageX,pageY:e.pageY}}!function(){if("undefined"!=typeof window&&D()){var e=t();(0,p.Ev)(window,[{type:"dragstart",listener:function(){e.enterCount=0,e.isOverWindow=!0}},{type:"drop",listener:n},{type:"dragend",listener:n},{type:"dragenter",listener:function(t){e.isOverWindow||0!==e.enterCount||(t[M.isEnteringWindow]=!0),e.isOverWindow=!0,e.enterCount++}},{type:"dragleave",listener:function(t){e.enterCount--,e.isOverWindow&&0===e.enterCount&&(t[M.isLeavingWindow]=!0,e.isOverWindow=!1)}}],{capture:!0})}function t(){return{enterCount:0,isOverWindow:!1}}function n(){e=t()}}();var T=(i=function(e){return e()},u=[],l=null,(c=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];u=t,l||(l=requestAnimationFrame(function(){l=null,i.apply(void 0,u)}))}).cancel=function(){l&&(cancelAnimationFrame(l),l=null)},c),E=(f=null,{schedule:function(e){f={frameId:requestAnimationFrame(function(){f=null,e()}),fn:e}},flush:function(){f&&(cancelAnimationFrame(f.frameId),f.fn(),f=null)}}),S={isActive:!1};function A(){return!S.isActive}function Z(e){var t,n=e.event,r=null===(t=e.current[0])||void 0===t?void 0:t.dropEffect;null!=r&&n.dataTransfer&&(n.dataTransfer.dropEffect=r)}var P=function(e){var t,n,r=e.event,a=e.dragType,o=e.getDropTargetsOver,i=e.dispatchEvent;if(A()){var u=function(e){var t=e.event,n=e.dragType,r=e.getDropTargetsOver,a=x(t);if("external"===n.startedFrom)return{input:a,dropTargets:[]};var o=r({input:a,source:n.payload,target:t.target,current:[]});return{input:a,dropTargets:o}}({event:r,dragType:a,getDropTargetsOver:o});S.isActive=!0;var l={current:u};Z({event:r,current:u.dropTargets});var c=function(e){var t=e.source,n=e.initial,r=e.dispatchEvent,a={dropTargets:[]};function o(e){r(e),a={dropTargets:e.payload.location.current.dropTargets}}return{start:function(e){var r=e.nativeSetDragImage,i={current:n,previous:a,initial:n};o({eventName:"onGenerateDragPreview",payload:{source:t,location:i,nativeSetDragImage:r}}),E.schedule(function(){o({eventName:"onDragStart",payload:{source:t,location:i}})})},dragUpdate:function(e){var r=e.current;E.flush(),T.cancel(),o({eventName:"onDropTargetChange",payload:{source:t,location:{initial:n,previous:a,current:r}}})},drag:function(e){var r=e.current;T(function(){E.flush(),o({eventName:"onDrag",payload:{source:t,location:{initial:n,previous:a,current:r}}})})},drop:function(e){var r=e.current,i=e.updatedSourcePayload;E.flush(),T.cancel(),o({eventName:"onDrop",payload:{source:null!=i?i:t,location:{current:r,previous:a,initial:n}}})}}}({source:a.payload,dispatchEvent:i,initial:u}),f=(0,p.Ev)(window,[{type:"dragover",listener:function(e){s(e),c.drag({current:l.current})}},{type:"dragenter",listener:s},{type:"dragleave",listener:function(e){(function(e){var t=e.dragLeave,n=t.type,r=t.relatedTarget;return"dragleave"===n&&(D()?!!D()&&t.hasOwnProperty(M.isLeavingWindow):null==r||(j()?"nodeName"in r&&r.ownerDocument!==document:r instanceof HTMLIFrameElement))})({dragLeave:e})&&(d({input:l.current.input,dropTargets:[]}),"external"===a.startedFrom&&g())}},{type:"drop",listener:function(e){if(l.current={dropTargets:l.current.dropTargets,input:x(e)},!l.current.dropTargets.length){g();return}e.preventDefault(),Z({event:e,current:l.current.dropTargets}),c.drop({current:l.current,updatedSourcePayload:"external"===a.type?a.getDropPayload(e):null}),h()}},{type:"dragend",listener:function(e){l.current={dropTargets:l.current.dropTargets,input:x(e)},g()}}].concat(O([{type:"pointermove",listener:(n=0,function(){if(n<20){n++;return}t()})},{type:"pointerdown",listener:t=g}])),{capture:!0});c.start({nativeSetDragImage:r.dataTransfer?r.dataTransfer.setDragImage.bind(r.dataTransfer):null})}function d(e){var t=function(e){var t=e.current,n=e.next;if(t.length!==n.length)return!0;for(var r=0;r<t.length;r++)if(t[r].element!==n[r].element)return!0;return!1}({current:l.current.dropTargets,next:e.dropTargets});l.current=e,t&&c.dragUpdate({current:l.current})}function s(e){var t=x(e),n=o({target:v(e.target)?y({x:t.clientX,y:t.clientY}):e.target,input:t,source:a.payload,current:l.current.dropTargets});n.length&&(e.preventDefault(),Z({event:e,current:n})),d({dropTargets:n,input:t})}function g(){l.current.dropTargets.length&&d({dropTargets:[],input:l.current.input}),c.drop({current:l.current,updatedSourcePayload:null}),h()}function h(){S.isActive=!1,f()}},C=new Map;function I(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(){t.forEach(function(e){return e()})}}function z(e,t){var n=t.attribute,r=t.value;return e.setAttribute(n,r),function(){return e.removeAttribute(n)}}function H(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function K(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?H(Object(n),!0).forEach(function(t){(0,g.Z)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):H(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function q(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return L(e,void 0);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?L(e,void 0):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,a=function(){};return{s:a,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:a}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i=!0,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){u=!0,o=e},f:function(){try{i||null==n.return||n.return()}finally{if(u)throw o}}}}function L(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function F(e){return e.slice(0).reverse()}function N(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function W(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}var X=k(function(){return navigator.userAgent.toLocaleLowerCase().includes("android")}),Y="text/plain",_=new WeakMap,R=(d=null,{bindEvents:function(){return d=null,(0,p.ak)(window,{type:"pointermove",listener:function(e){d={x:e.clientX,y:e.clientY}},options:{capture:!0}})},getOnPostDispatch:function(){var e=null;return function(t){var n=t.eventName,r=t.payload;if("onDragStart"===n){var a,o,i,u,l=r.location.initial.input;a=({initial:null!=d?d:{x:l.clientX,y:l.clientY}}).initial,(o=document.createElement("div")).setAttribute(s,"true"),i=b({client:a}),Object.assign(o.style,m(m({backgroundColor:"transparent",position:"fixed",padding:0,margin:0,boxSizing:"border-box"},w({clientRect:i})),{},{pointerEvents:"auto",zIndex:2147483647})),document.body.appendChild(o),u=(0,p.ak)(window,{type:"pointermove",listener:function(e){i=b({client:{x:e.clientX,y:e.clientY}}),Object.assign(o.style,w({clientRect:i}))},options:{capture:!0}}),e=function(e){var t,n,r,a=e.current;if(u(),n=(t={client:a,clientRect:i}).client,r=t.clientRect,n.x>=r.x&&n.x<=r.x+r.width&&n.y>=r.y&&n.y<=r.y+r.height){o.remove();return}function l(){c(),o.remove()}var c=(0,p.Ev)(window,[{type:"pointerdown",listener:l},{type:"pointermove",listener:l},{type:"focusin",listener:l},{type:"focusout",listener:l},{type:"dragstart",listener:l},{type:"dragenter",listener:l},{type:"dragover",listener:l}],{capture:!0})}}if("onDrop"===n){var c,f=r.location.current.input;null===(c=e)||void 0===c||c({current:{x:f.clientX,y:f.clientY}}),e=null,d=null}}}}),U=function(e){var t=e.typeKey,n=e.mount,r=e.dispatchEventToSource,a=e.onPostDispatch,o=e.defaultDropEffect,i=function(){var e=new Set,t=null;function n(e){t&&(!e.canMonitor||e.canMonitor(t.canMonitorArgs))&&t.active.add(e)}return{dispatchEvent:function(r){var a=r.eventName,o=r.payload;if("onGenerateDragPreview"===a){t={canMonitorArgs:{initial:o.location.initial,source:o.source},active:new Set};var i,u=function(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return N(e,void 0);var n=({}).toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?N(e,void 0):void 0}}(e))){n&&(e=n);var r=0,a=function(){};return{s:a,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:a}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i=!0,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){u=!0,o=e},f:function(){try{i||null==n.return||n.return()}finally{if(u)throw o}}}}(e);try{for(u.s();!(i=u.n()).done;){var l=i.value;n(l)}}catch(e){u.e(e)}finally{u.f()}}if(t){for(var c=Array.from(t.active),f=0;f<c.length;f++){var d,p=c[f];t.active.has(p)&&(null===(d=p[a])||void 0===d||d.call(p,o))}"onDrop"===a&&(t.active.clear(),t=null)}},monitorForConsumers:function(r){var a=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?W(Object(n),!0).forEach(function(t){(0,g.Z)(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):W(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}({},r);return e.add(a),n(a),k(function(){e.delete(a),t&&t.active.delete(a)})}}}(),u=function(e){var t=e.typeKey,n=e.defaultDropEffect,r=new WeakMap,a="data-drop-target-for-".concat(t),o="[".concat(a,"]");function i(e){var t,n=e.eventName,a=e.payload,o=q(a.location.current.dropTargets);try{for(o.s();!(t=o.n()).done;){var i,u=t.value,l=r.get(u.element),c=K(K({},a),{},{self:u});null==l||null===(i=l[n])||void 0===i||i.call(l,c)}}catch(e){o.e(e)}finally{o.f()}}var u={onGenerateDragPreview:i,onDrag:i,onDragStart:i,onDrop:i,onDropTargetChange:function(e){var t,n=e.payload,a=new Set(n.location.current.dropTargets.map(function(e){return e.element})),o=new Set,i=q(n.location.previous.dropTargets);try{for(i.s();!(t=i.n()).done;){var u,l,c=t.value;o.add(c.element);var f=r.get(c.element),d=a.has(c.element),p=K(K({},n),{},{self:c});null==f||null===(u=f.onDropTargetChange)||void 0===u||u.call(f,p),d||null==f||null===(l=f.onDragLeave)||void 0===l||l.call(f,p)}}catch(e){i.e(e)}finally{i.f()}var s,v=q(n.location.current.dropTargets);try{for(v.s();!(s=v.n()).done;){var y,g,h=s.value;if(!o.has(h.element)){var m=K(K({},n),{},{self:h}),b=r.get(h.element);null==b||null===(y=b.onDropTargetChange)||void 0===y||y.call(b,m),null==b||null===(g=b.onDragEnter)||void 0===g||g.call(b,m)}}}catch(e){v.e(e)}finally{v.f()}}};return{dropTargetForConsumers:function(e){return k(I(z(e.element,{attribute:a,value:"true"}),(r.set(e.element,e),function(){return r.delete(e.element)})))},getIsOver:function(e){var t=e.source,a=e.target,i=e.input,u=e.current,l=function e(t){var a,i,u,l,c=t.source,f=t.target,d=t.input,p=t.result,s=void 0===p?[]:p;if(null==f)return s;if(!(f instanceof Element))return f instanceof Node?e({source:c,target:f.parentElement,input:d,result:s}):s;var v=f.closest(o);if(null==v)return s;var y=r.get(v);if(null==y)return s;var g={input:d,source:c,element:y.element};if(y.canDrop&&!y.canDrop(g))return e({source:c,target:y.element.parentElement,input:d,result:s});var h=null!==(a=null===(i=y.getData)||void 0===i?void 0:i.call(y,g))&&void 0!==a?a:{},m=null!==(u=null===(l=y.getDropEffect)||void 0===l?void 0:l.call(y,g))&&void 0!==u?u:n,b={data:h,element:y.element,dropEffect:m,isActiveDueToStickiness:!1};return e({source:c,target:y.element.parentElement,input:d,result:[].concat(O(s),[b])})}({source:t,target:a,input:i});if(l.length>=u.length)return l;for(var c=F(u),f=F(l),d=[],p=0;p<c.length;p++){var s,v=c[p],y=f[p];if(null!=y){d.push(y);continue}var g=d[p-1],h=c[p-1];if((null==g?void 0:g.element)!==(null==h?void 0:h.element))break;var m=r.get(v.element);if(!m)break;var b={input:i,source:t,element:m.element};if(m.canDrop&&!m.canDrop(b)||!(null!==(s=m.getIsSticky)&&void 0!==s&&s.call(m,b)))break;d.push(K(K({},v),{},{isActiveDueToStickiness:!0}))}return F(d)},dispatchEvent:function(e){u[e.eventName](e)}}}({typeKey:t,defaultDropEffect:o});function l(e){null==r||r(e),u.dispatchEvent(e),i.dispatchEvent(e),null==a||a(e)}function c(e){P({event:e.event,dragType:e.dragType,getDropTargetsOver:u.getIsOver,dispatchEvent:l})}return{registerUsage:function(){var e,r;return r=function(e){var t=e.typeKey,n=e.mount,r=C.get(t);if(r)return r.usageCount++,r;var a={typeKey:t,unmount:n(),usageCount:1};return C.set(t,a),a}(e={typeKey:t,mount:function(){return n({canStart:A,start:c})}}),function(){r.usageCount--,r.usageCount>0||(r.unmount(),C.delete(e.typeKey))}},dropTarget:u.dropTargetForConsumers,monitor:i.monitorForConsumers}}({typeKey:"element",defaultDropEffect:"move",mount:function(e){return I(R.bindEvents(),(0,p.ak)(document,{type:"dragstart",listener:function(t){if(e.canStart(t)&&!t.defaultPrevented&&t.dataTransfer){var n,r,a,i,u,l,c=t.target;if(c instanceof HTMLElement){var f=_.get(c);if(f){var d=x(t),p={element:f.element,dragHandle:null!==(n=f.dragHandle)&&void 0!==n?n:null,input:d};if(f.canDrag&&!f.canDrag(p)){t.preventDefault();return}if(f.dragHandle){var s=y({x:d.clientX,y:d.clientY});if(!f.dragHandle.contains(s)){t.preventDefault();return}}var v=null!==(r=null===(a=f.getInitialDataForExternal)||void 0===a?void 0:a.call(f,p))&&void 0!==r?r:null;if(v)for(var g=0,h=Object.entries(v);g<h.length;g++){var m=o(h[g],2),b=m[0],w=m[1];t.dataTransfer.setData(b,null!=w?w:"")}!X()||t.dataTransfer.types.includes(Y)||t.dataTransfer.types.includes("text/uri-list")||t.dataTransfer.setData(Y,"pdnd:android-fallback"),t.dataTransfer.setData("application/vnd.pdnd","");var O={element:f.element,dragHandle:null!==(i=f.dragHandle)&&void 0!==i?i:null,data:null!==(u=null===(l=f.getInitialData)||void 0===l?void 0:l.call(f,p))&&void 0!==u?u:{}};e.start({event:t,dragType:{type:"element",payload:O,startedFrom:"internal"}})}}}}}))},dispatchEventToSource:function(e){var t,n,r=e.eventName,a=e.payload;null===(t=_.get(a.source.element))||void 0===t||null===(n=t[r])||void 0===n||n.call(t,a)},onPostDispatch:R.getOnPostDispatch()}),V=U.dropTarget;function G(e){return k(I(U.registerUsage(),(_.set(e.element,e),function(){_.delete(e.element)}),z(e.element,{attribute:"draggable",value:"true"})))}U.monitor},3918:function(e,t,n){var r=this&&this.__assign||function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.bindAll=void 0;var a=n(9599);function o(e){return void 0===e?void 0:"boolean"==typeof e?{capture:e}:e}t.bindAll=function(e,t,n){var i=t.map(function(t){var i=null==n?t:r(r({},t),{options:r(r({},o(n)),o(t.options))});return(0,a.bind)(e,i)});return function(){i.forEach(function(e){return e()})}}},9599:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.bind=void 0,t.bind=function(e,t){var n=t.type,r=t.listener,a=t.options;return e.addEventListener(n,r,a),function(){e.removeEventListener(n,r,a)}}},357:function(e,t,n){t.Ev=t.ak=void 0;var r=n(9599);Object.defineProperty(t,"ak",{enumerable:!0,get:function(){return r.bind}});var a=n(3918);Object.defineProperty(t,"Ev",{enumerable:!0,get:function(){return a.bindAll}})},5051:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("arrow-down",[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]])},6858:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]])},4972:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("brain",[["path",{d:"M12 18V5",key:"adv99a"}],["path",{d:"M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4",key:"1e3is1"}],["path",{d:"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5",key:"1gqd8o"}],["path",{d:"M17.997 5.125a4 4 0 0 1 2.526 5.77",key:"iwvgf7"}],["path",{d:"M18 18a4 4 0 0 0 2-7.464",key:"efp6ie"}],["path",{d:"M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517",key:"1gq6am"}],["path",{d:"M6 18a4 4 0 0 1-2-7.464",key:"k1g0md"}],["path",{d:"M6.003 5.125a4 4 0 0 0-2.526 5.77",key:"q97ue3"}]])},875:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("chevron-down",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]])},407:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("chevron-right",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]])},2135:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("chevron-up",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]])},3315:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("command",[["path",{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3",key:"11bfej"}]])},2735:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("download",[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]])},6362:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("external-link",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]])},8736:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("file-text",[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]])},4938:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("house",[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}]])},8124:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("layers",[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]])},1817:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("loader-circle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]])},2718:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("message-circle",[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]])},8662:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("mic",[["path",{d:"M12 19v3",key:"npa21l"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2",key:"1vc78b"}],["rect",{x:"9",y:"2",width:"6",height:"13",rx:"3",key:"s6n7sd"}]])},9227:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("pause",[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1",key:"kaeet6"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1",key:"1wsw3u"}]])},2207:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("pen-line",[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]])},5675:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("pencil",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]])},3276:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("play",[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]])},9076:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("rotate-ccw",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]])},3229:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("save",[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]])},2023:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("sparkles",[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]])},8866:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("toggle-left",[["circle",{cx:"9",cy:"12",r:"3",key:"u3jwor"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7",key:"g7kal2"}]])},6034:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("toggle-right",[["circle",{cx:"15",cy:"12",r:"3",key:"1afu0r"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7",key:"g7kal2"}]])},9525:function(e,t,n){n.d(t,{Z:function(){return r}});let r=(0,n(2829).Z)("wrench",[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z",key:"1ngwbx"}]])},6127:function(e,t,n){function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t,n){var a;return(a=function(e,t){if("object"!=r(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var a=n.call(e,t||"default");if("object"!=r(a))return a;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(t,"string"),(t="symbol"==r(a)?a:a+"")in e)?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,{Z:function(){return a}})}}]);