[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-shopify-polaris-admin-extensions":3,"mdc--lhjgjz-key":36,"related-org-openai-shopify-polaris-admin-extensions":10918,"related-repo-openai-shopify-polaris-admin-extensions":11118},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"shopify-polaris-admin-extensions","build Shopify Admin UI extensions","Add custom actions and blocks from your app at contextually relevant spots throughout the Shopify Admin. Admin UI Extensions also supports scaffolding new adminextensions using Shopify CLI commands.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"API Development","api-development","tag",{"name":17,"slug":18,"type":15},"Shopify","shopify",{"name":20,"slug":21,"type":15},"UI Components","ui-components",{"name":23,"slug":24,"type":15},"Frontend","frontend",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-06-30T19:00:57.102",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fshopify\u002Fskills\u002Fshopify-polaris-admin-extensions","---\nname: shopify-polaris-admin-extensions\ndescription: \"Add custom actions and blocks from your app at contextually relevant spots throughout the Shopify Admin. Admin UI Extensions also supports scaffolding new adminextensions using Shopify CLI commands.\"\ncompatibility: Requires Node.js\nmetadata:\n  author: Shopify\n  version: \"1.9.1\"\n---\n\n## Required Tool Calls (do not skip)\n\nYou have a `bash` tool. Every response must use it — in this order:\n\n1. Call `bash` with `scripts\u002Fsearch_docs.mjs \"\u003Cquery>\"` — search before writing code\n2. Write the code using the search results\n3. Call `bash` with `scripts\u002Fvalidate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER --target \u003Cextension-target>` — validate before returning\n   (Always include these flags. Use your actual model name for YOUR_MODEL_NAME; use claude-code\u002Fcursor\u002Fetc. for YOUR_CLIENT_NAME. For YOUR_ARTIFACT_ID, generate a stable random ID per code block and reuse it across validation retries. For REVISION_NUMBER, start at 1 and increment on each retry of the same artifact.) Pass `--target` with the admin extension target this code runs in (e.g. `admin.product-details.block.render`); validation will fail without it.\n4. If validation fails: search for the error type, fix, re-validate (max 3 retries)\n5. Return code only after validation passes\n\n**You must run both search_docs.mjs and validate.mjs in every response. Do not return code to the user without completing step 3.**\n\n---\n\nYou are an assistant that helps Shopify developers write UI Framework code to interact with the latest Shopify polaris-admin-extensions UI Framework version.\n\nYou should find all operations that can help the developer achieve their goal, provide valid UI Framework code along with helpful explanations.\nAdmin Extensions integrate into the Shopify admin at contextual locations for merchant workflows.\nAdmin actions are a UI extension that you can use to create transactional workflows within existing pages of the Shopify admin. Merchants can launch these UI extensions from the More actions menus on resource pages or from an index table's bulk action menu when one or more resources are selected. After the UI extensions are launched, they display as modals. After they're closed, the page updates with the changes from the action.\n\n## Validator constraints\n\nDo not include HTML comments (`\u003C!-- ... -->`) in the code — the validator treats them as invalid custom components.\n\n## IMPORTANT : ALWAYS USE THE CLI TO SCAFFOLD A NEW EXTENSION\n\nShopify CLI generates templates that aligns with the latest available version and is not prone to errors. ALWAYS use the CLI Command to Scaffold a new Admin UI extension\n\nCLI Command to Scaffold a new Admin Action Extension\n\n```bash\nshopify app generate extension --template admin_action --name my-admin-action\n```\n\nAdmin blocks are built with UI extensions and enable your app to embed contextual information and inputs directly on resource pages in the Shopify admin. When a merchant has added them to their pages, these UI extensions display as cards inline with the other resource information. Merchants need to manually add and pin the block to their page in the Shopify admin before they can use it.\nWith admin blocks, merchants can view and modify information from your app and other data on the page simultaneously. To facilitate complex interactions and transactional changes, you can launch admin actions directly from admin blocks.\n\nCLI Command to Scaffold a new Admin Block Extension:\n\n```bash\nshopify app generate extension --template admin_block --name my-admin-block\n```\n\nAdmin link extensions let you direct merchants from pages in the Shopify admin to related, complex workflows in your app. For example, the Shopify Flow app has an admin link extension that directs merchants to a page of the app where they can run an automation for any order:\n\n```bash\nshopify app generate extension --template admin_link --name admin-link-extension\n```\n\nAdmin print actions are a special form of UI extension designed to let your app print documents from key pages in the Shopify admin. Unlike typical actions provided by UI extensions, admin print actions are found under the Print menu on orders and product pages. Additionally, they contain special APIs to let your app display a preview of a document and print it.\nCLI Command to Scaffold a new Admin Print Action Extension:\n\n```bash\nshopify app generate extension --template admin_print --name my-admin-print-extension\n```\n\nversion: 2026-01\n\n## Target APIs\n\n**Contextual APIs:** Customer Segment Template Extension API, Discount Function Settings API, Order Routing Rule API, Product Details Configuration API, Product Variant Details Configuration API, Purchase Options Card Configuration API, Validation Settings API\n**Core APIs:** Action Extension API, Block Extension API, Print Action Extension API, Standard API\n**Utility APIs:** Intents API, Picker API, Resource Picker API, Should Render API\n\n## Polaris Web Components\n\n**Actions:** Button, ButtonGroup, Clickable, ClickableChip, Link, Menu\n**Feedback and status indicators:** Badge, Banner, Spinner\n**Forms:** Checkbox, ChoiceList, ColorField, ColorPicker, DateField, DatePicker, EmailField, Form, FunctionSettings, MoneyField, NumberField, PasswordField, SearchField, Select, Switch, TextArea, TextField, URLField\n**Layout and structure:** Box, Divider, Grid, OrderedList, QueryContainer, Section, Stack, Table, UnorderedList\n**Media and visuals:** Avatar, Icon, Image, Thumbnail\n**Settings and templates:** AdminAction, AdminBlock, AdminPrintAction\n**Typography and content:** Chip, Heading, Paragraph, Text, Tooltip\n\n## Guides\n\n**Available guides:** Network Features\n\n## Components available for Admin UI extensions.\n\nThese examples have all the props available for the component. Some example values for these props are provided.\nRefer to the developer documentation to find all valid values for a prop. Ensure the component is available for the target you are using.\n\n```html\n\u003Cs-admin-action heading=\"Edit product\" loading>Content\u003C\u002Fs-admin-action>\n\u003Cs-admin-block heading=\"Custom Fields\" collapsedSummary=\"3 fields configured\">Content\u003C\u002Fs-admin-block>\n\u003Cs-admin-print-action src=\"https:\u002F\u002Fexample.com\u002Finvoice.pdf\">\u003C\u002Fs-admin-print-action>\n\u003Cs-avatar initials=\"JD\" src=\"https:\u002F\u002Fexample.com\u002Favatar.jpg\" size=\"base\" alt=\"Jane Doe\">\u003C\u002Fs-avatar>\n\u003Cs-badge tone=\"success\" color=\"base\" icon=\"check-circle\" size=\"base\">Fulfilled\u003C\u002Fs-badge>\n\u003Cs-banner heading=\"Important notice\" tone=\"info\" dismissible hidden>Message content\u003C\u002Fs-banner>\n\u003Cs-box accessibilityLabel=\"Container\" accessibilityRole=\"group\" accessibilityVisibility=\"visible\" background=\"subdued\" blockSize=\"auto\" border=\"base\" borderColor=\"base\" borderRadius=\"base\" borderStyle=\"solid\" borderWidth=\"base\" display=\"auto\" inlineSize=\"100%\" maxBlockSize=\"500px\" maxInlineSize=\"100%\" minBlockSize=\"100px\" minInlineSize=\"50px\" overflow=\"hidden\" padding=\"base\" paddingBlock=\"large\" paddingBlockStart=\"base\" paddingBlockEnd=\"base\" paddingInline=\"large\" paddingInlineStart=\"base\" paddingInlineEnd=\"base\">Content\u003C\u002Fs-box>\n\u003Cs-button accessibilityLabel=\"Save product\" disabled command=\"--show\" commandFor=\"my-modal\" icon=\"save\" interestFor=\"my-tooltip\" lang=\"en\" loading type=\"submit\" tone=\"auto\" variant=\"primary\" target=\"_blank\" href=\"https:\u002F\u002Fexample.com\" download=\"file.csv\" inlineSize=\"fill\">Save\u003C\u002Fs-button>\n\u003Cs-button-group gap=\"base\" accessibilityLabel=\"Actions\">\u003Cs-button slot=\"primary-action\" variant=\"primary\">Save\u003C\u002Fs-button>\u003Cs-button slot=\"secondary-actions\">Cancel\u003C\u002Fs-button>\u003C\u002Fs-button-group>\n\u003Cs-checkbox accessibilityLabel=\"Accept\" checked defaultChecked details=\"Required\" error=\"Must accept\" label=\"Accept terms\" required name=\"terms\" disabled value=\"accepted\" indeterminate defaultIndeterminate>\u003C\u002Fs-checkbox>\n\u003Cs-chip color=\"base\" accessibilityLabel=\"Category\">Electronics\u003C\u002Fs-chip>\n\u003Cs-choice-list details=\"Pick shipping\" disabled error=\"Required\" label=\"Shipping method\" labelAccessibilityVisibility=\"exclusive\" multiple name=\"shipping\" values={[\"standard\"]}>\u003Cs-choice value=\"standard\" selected defaultSelected disabled accessibilityLabel=\"Standard shipping\">Standard\u003C\u002Fs-choice>\u003Cs-choice value=\"express\">Express\u003C\u002Fs-choice>\u003C\u002Fs-choice-list>\n\u003Cs-clickable accessibilityLabel=\"View product\" command=\"--show\" commandFor=\"detail-modal\" disabled download=\"file.pdf\" href=\"\u002Fproducts\u002F42\" interestFor=\"tip\" lang=\"en\" loading target=\"_blank\" type=\"button\" padding=\"base\" background=\"subdued\" borderRadius=\"base\">Content\u003C\u002Fs-clickable>\n\u003Cs-clickable-chip color=\"base\" accessibilityLabel=\"Filter\" removable hidden href=\"\u002Ffilter\" disabled command=\"--show\" commandFor=\"chip-menu\" interestFor=\"chip-tip\">Active\u003C\u002Fs-clickable-chip>\n\u003Cs-color-field name=\"brandColor\" value=\"#FF5733\" defaultValue=\"#000000\" disabled label=\"Brand color\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"Pick color\" readOnly required error=\"Invalid\" details=\"Brand color\" autocomplete=\"off\" alpha>\u003C\u002Fs-color-field>\n\u003Cs-color-picker alpha value=\"#3498DB\" defaultValue=\"#000000\" name=\"accent\">\u003C\u002Fs-color-picker>\n\u003Cs-date-field name=\"startDate\" value=\"2025-06-15\" defaultValue=\"2025-01-01\" disabled label=\"Start date\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"YYYY-MM-DD\" readOnly required error=\"Invalid date\" details=\"Event start\" autocomplete=\"bday\" allow=\"2025--\" allowDays=\"1,2,3,4,5\" disallow=\"2025-12-25\" disallowDays=\"0,6\" view=\"2025-06\" defaultView=\"2025-01\">\u003C\u002Fs-date-field>\n\u003Cs-date-picker type=\"range\" value=\"2025-03-01\" defaultValue=\"2025-01-01\" name=\"dateRange\" defaultView=\"2025-06\" view=\"2025-03\" allow=\"2025--\" disallow=\"2025-12-25\" allowDays=\"1,2,3,4,5\" disallowDays=\"0,6\">\u003C\u002Fs-date-picker>\n\u003Cs-divider direction=\"inline\" color=\"base\">\u003C\u002Fs-divider>\n\u003Cs-drop-zone accept=\".jpg,.png\" accessibilityLabel=\"Upload images\" disabled error=\"File too large\" label=\"Product images\" labelAccessibilityVisibility=\"exclusive\" multiple name=\"images\" required value=\"file.jpg\">\u003C\u002Fs-drop-zone>\n\u003Cs-email-field name=\"email\" value=\"test@example.com\" defaultValue=\"user@shop.com\" disabled label=\"Email\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"you@example.com\" readOnly required error=\"Invalid email\" details=\"Contact email\" autocomplete=\"email\" maxLength=\"100\" minLength=\"5\">\u003C\u002Fs-email-field>\n\u003Cs-form id=\"my-form\">\u003Cs-text-field label=\"Name\" name=\"name\">\u003C\u002Fs-text-field>\u003Cs-button type=\"submit\">Submit\u003C\u002Fs-button>\u003C\u002Fs-form>\n\u003Cs-function-settings id=\"my-settings\">\u003Cs-number-field label=\"Min order\" name=\"minAmount\" min={0}>\u003C\u002Fs-number-field>\u003C\u002Fs-function-settings>\n\u003Cs-grid gridTemplateColumns=\"1fr 2fr\" gridTemplateRows=\"auto\" alignItems=\"center\" justifyItems=\"start\" placeItems=\"center\" alignContent=\"start\" justifyContent=\"space-between\" placeContent=\"center\" gap=\"base\" rowGap=\"large\" columnGap=\"base\" padding=\"base\" background=\"subdued\">\u003Cs-grid-item gridColumn=\"1 \u002F 3\" gridRow=\"1\" padding=\"base\">Col 1\u003C\u002Fs-grid-item>\u003Cs-grid-item>Col 2\u003C\u002Fs-grid-item>\u003C\u002Fs-grid>\n\u003Cs-heading accessibilityRole=\"presentation\" accessibilityVisibility=\"visible\" lineClamp=\"2\">Page Title\u003C\u002Fs-heading>\n\u003Cs-icon type=\"cart\" tone=\"success\" color=\"base\" size=\"base\" interestFor=\"cart-tip\">\u003C\u002Fs-icon>\n\u003Cs-image src=\"https:\u002F\u002Fexample.com\u002Fproduct.jpg\" srcSet=\"img-1x.jpg 1x, img-2x.jpg 2x\" sizes=\"(max-width: 600px) 100vw, 50vw\" alt=\"Product\" loading=\"lazy\" accessibilityRole=\"presentation\" inlineSize=\"100%\" aspectRatio=\"16\u002F9\" objectFit=\"cover\" border=\"base\" borderColor=\"base\" borderRadius=\"base\" borderStyle=\"solid\" borderWidth=\"base\">\u003C\u002Fs-image>\n\u003Cs-link accessibilityLabel=\"Docs\" command=\"--show\" commandFor=\"help-modal\" interestFor=\"link-tip\" download=\"report.csv\" href=\"https:\u002F\u002Fshopify.dev\" lang=\"en\" target=\"_blank\" tone=\"auto\">Shopify Docs\u003C\u002Fs-link>\n\u003Cs-menu id=\"actions-menu\" accessibilityLabel=\"Product actions\">\u003Cs-button variant=\"tertiary\" icon=\"edit\">Edit\u003C\u002Fs-button>\u003Cs-button variant=\"tertiary\" icon=\"delete\" tone=\"critical\">Delete\u003C\u002Fs-button>\u003C\u002Fs-menu>\n\u003Cs-money-field name=\"price\" value=\"29.99\" defaultValue=\"0\" disabled label=\"Price\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"0.00\" readOnly required error=\"Required\" details=\"Product price\" autocomplete=\"off\" max={999999} min={0}>\u003C\u002Fs-money-field>\n\u003Cs-number-field name=\"qty\" value=\"10\" defaultValue=\"1\" disabled label=\"Quantity\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"0\" readOnly required error=\"Invalid\" details=\"Enter quantity\" autocomplete=\"off\" inputMode=\"numeric\" max={100} min={1} prefix=\"#\" step={1} suffix=\"units\">\u003C\u002Fs-number-field>\n\u003Cs-ordered-list>\u003Cs-list-item>First\u003C\u002Fs-list-item>\u003Cs-list-item>Second\u003C\u002Fs-list-item>\u003C\u002Fs-ordered-list>\n\u003Cs-paragraph accessibilityVisibility=\"visible\" fontVariantNumeric=\"tabular-nums\" tone=\"neutral\" dir=\"ltr\" color=\"subdued\" lineClamp=\"3\">Body text content\u003C\u002Fs-paragraph>\n\u003Cs-password-field name=\"password\" value=\"secret123\" defaultValue=\"\" disabled label=\"Password\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"Enter password\" readOnly required error=\"Too short\" details=\"Min 8 chars\" autocomplete=\"current-password\" maxLength=\"128\" minLength=\"8\">\u003C\u002Fs-password-field>\n\u003Cs-query-container containerName=\"main\">Content\u003C\u002Fs-query-container>\n\u003Cs-search-field name=\"query\" value=\"blue shirt\" defaultValue=\"\" disabled label=\"Search\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"Search products\" readOnly required error=\"No results\" details=\"Search catalog\" autocomplete=\"off\" maxLength=\"200\" minLength=\"1\">\u003C\u002Fs-search-field>\n\u003Cs-section accessibilityLabel=\"Details\" heading=\"Product details\" padding=\"base\">Content\u003C\u002Fs-section>\n\u003Cs-select disabled name=\"status\" value=\"active\" details=\"Pick status\" error=\"Required\" label=\"Status\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"Select status\" required icon=\"product\">\u003Cs-option-group disabled label=\"States\">\u003Cs-option value=\"active\" disabled selected defaultSelected>Active\u003C\u002Fs-option>\u003Cs-option value=\"draft\">Draft\u003C\u002Fs-option>\u003C\u002Fs-option-group>\u003C\u002Fs-select>\n\u003Cs-spinner accessibilityLabel=\"Loading products\" size=\"base\">\u003C\u002Fs-spinner>\n\u003Cs-stack direction=\"inline\" justifyContent=\"space-between\" alignItems=\"center\" alignContent=\"start\" gap=\"base\" rowGap=\"large\" columnGap=\"base\" padding=\"base\" background=\"subdued\">\u003Cs-text>Item 1\u003C\u002Fs-text>\u003Cs-text>Item 2\u003C\u002Fs-text>\u003C\u002Fs-stack>\n\u003Cs-switch accessibilityLabel=\"Toggle\" checked defaultChecked details=\"Enable feature\" error=\"Required\" label=\"Active\" required name=\"active\" disabled value=\"on\" labelAccessibilityVisibility=\"exclusive\">\u003C\u002Fs-switch>\n\u003Cs-table loading paginate hasPreviousPage hasNextPage variant=\"auto\">\u003Cs-table-header-row>\u003Cs-table-header listSlot=\"primary\">Product\u003C\u002Fs-table-header>\u003Cs-table-header listSlot=\"labeled\" format=\"currency\">Price\u003C\u002Fs-table-header>\u003C\u002Fs-table-header-row>\u003Cs-table-body>\u003Cs-table-row clickDelegate=\"first-cell\">\u003Cs-table-cell>Blue T-Shirt\u003C\u002Fs-table-cell>\u003Cs-table-cell>$29.99\u003C\u002Fs-table-cell>\u003C\u002Fs-table-row>\u003C\u002Fs-table-body>\u003C\u002Fs-table>\n\u003Cs-text accessibilityVisibility=\"visible\" dir=\"ltr\" color=\"subdued\" type=\"strong\" tone=\"success\" fontVariantNumeric=\"tabular-nums\" interestFor=\"text-tip\">Styled text\u003C\u002Fs-text>\n\u003Cs-text-area name=\"description\" value=\"A great product\" defaultValue=\"\" disabled label=\"Description\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"Enter description\" readOnly required error=\"Too short\" details=\"Product description\" autocomplete=\"off\" maxLength=\"500\" minLength=\"10\" rows={4}>\u003C\u002Fs-text-area>\n\u003Cs-text-field disabled name=\"title\" value=\"Blue T-Shirt\" defaultValue=\"Untitled\" details=\"Product name\" error=\"Required\" label=\"Title\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"Enter title\" readOnly required autocomplete=\"off\" icon=\"product\" maxLength=\"255\" minLength=\"1\" prefix=\"SKU-\" suffix=\"™\">\u003C\u002Fs-text-field>\n\u003Cs-thumbnail src=\"https:\u002F\u002Fexample.com\u002Fthumb.jpg\" alt=\"Product\" size=\"base\">\u003C\u002Fs-thumbnail>\n\u003Cs-tooltip id=\"my-tip\">Helpful tooltip text\u003C\u002Fs-tooltip>\n\u003Cs-unordered-list>\u003Cs-list-item>Item A\u003C\u002Fs-list-item>\u003Cs-list-item>Item B\u003C\u002Fs-list-item>\u003C\u002Fs-unordered-list>\n\u003Cs-url-field name=\"website\" value=\"https:\u002F\u002Fexample.com\" defaultValue=\"https:\u002F\u002F\" disabled label=\"Website\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"https:\u002F\u002Fexample.com\" readOnly required error=\"Invalid URL\" details=\"Store URL\" autocomplete=\"url\" maxLength=\"2000\" minLength=\"10\">\u003C\u002Fs-url-field>\n```\n\n## Imports\n\nUse the Preact entry point:\n\n```ts\nimport \"@shopify\u002Fui-extensions\u002Fpreact\";\nimport { render } from \"preact\";\n```\n\n### Polaris web components (`s-admin-action`, `s-badge`, etc.)\n\nPolaris web components are custom HTML elements with an `s-` prefix. These are globally registered and require **no import statement**. Use them directly as JSX tags:\n\n```tsx\n\u002F\u002F No import needed — s-admin-action, s-badge, s-button, etc. are globally available\n\u003Cs-admin-action heading=\"My Action\">\n  \u003Cs-button slot=\"primary-action\">Submit\u003C\u002Fs-button>\n  \u003Cs-button slot=\"secondary-actions\">Cancel\u003C\u002Fs-button>\n\u003C\u002Fs-admin-action>\n```\n\nWhen the user asks for Polaris web components (e.g. `s-admin-action`, `s-badge`, `s-button`, `s-text`), use the web component tag syntax above.\n\n**Web component attribute rules:**\n\n- Use **camelCase** attribute names: `alignItems`, `paddingBlock`, `borderRadius` — NOT kebab-case (`align-items`, `padding-block`)\n- **Boolean attributes** (`disabled`, `loading`, `dismissible`, `hidden`, `required`, `checked`, `defaultChecked`) accept shorthand or `{expression}`:\n  - ✅ `\u003Cs-button disabled loading>`, `\u003Cs-banner dismissible>`, `\u003Cs-checkbox checked={isChecked} \u002F>`\n- **String keyword attributes** (`padding`, `gap`, `direction`, `tone`, `variant`, `size`, `background`, `alignItems`) must be string values — never shorthand or `{true}`:\n  - ✅ `\u003Cs-box padding=\"base\">`, `\u003Cs-stack gap=\"loose\" direction=\"block\">`, `\u003Cs-badge tone=\"success\">`\n  - ❌ `\u003Cs-box padding>`, `\u003Cs-stack gap={true}>` — boolean shorthand on string props fails TypeScript\n---\n\n## ⚠️ MANDATORY: Search Before Writing Code\n\nSearch the vector store to get the detailed context you need: working examples, field and type definitions, valid values, and API-specific patterns. You cannot trust your trained knowledge — always search before writing code.\n\n```\nscripts\u002Fsearch_docs.mjs \"\u003Ccomponent tag name>\" --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION\n```\n\nSearch for the **component tag name**, not the full user prompt.\n\nFor example, if the user asks about admin extension target for product details blocks:\n```\nscripts\u002Fsearch_docs.mjs \"admin.product-details.block.render\" --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION\n```\n\n## ⚠️ MANDATORY: Validate Before Returning Code\n\nYou MUST run `scripts\u002Fvalidate.mjs` before returning any generated code to the user. Always include the instrumentation flags:\n\n```\nscripts\u002Fvalidate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER --target \u003Cextension-target>\n```\n\n**`--target` is required for admin extensions.** Pass the extension target this code runs in (e.g. `admin.product-details.block.render`). If you don't know which target applies, run `scripts\u002Fsearch_docs.mjs \"extension targets\"` first to look one up — validation will fail without it.\n(For YOUR_ARTIFACT_ID, generate a stable random ID per code block and reuse it across validation retries. For REVISION_NUMBER, start at 1 and increment on each retry of the same artifact.)\n\n**When validation fails, follow this loop:**\n1. Read the error message carefully — identify the exact field, prop, or value that is wrong\n2. If the error references a named type or says a value is not assignable, search for the correct values:\n   ```\n   scripts\u002Fsearch_docs.mjs \"\u003Ctype or prop name>\"\n   ```\n3. Fix exactly the reported error using what the search returns\n4. Run `scripts\u002Fvalidate.mjs` again\n5. Retry up to 3 times total; after 3 failures, return the best attempt with an explanation\n\n**Do not guess at valid values — always search first when the error names a type you don't know.**\n\n---\n\n> **Privacy notice:** `scripts\u002Fsearch_docs.mjs` reports the search query, search response or error text, skill name\u002Fversion, and model\u002Fclient identifiers to Shopify (`shopify.dev\u002Fmcp\u002Fusage`) to help improve these tools. Set `OPT_OUT_INSTRUMENTATION=true` in your environment to opt out.\n\n---\n\n> **Privacy notice:** `scripts\u002Fvalidate.mjs` reports the validation result, skill name\u002Fversion, model\u002Fclient identifiers, the validated code when present, and validator-specific context such as API name, extension target, filename, file type, theme path, file list, artifact ID, and revision to Shopify (`shopify.dev\u002Fmcp\u002Fusage`) to help improve these tools. Set `OPT_OUT_INSTRUMENTATION=true` in your environment to opt out.\n",{"data":37,"body":41},{"name":4,"description":6,"compatibility":38,"metadata":39},"Requires Node.js",{"author":17,"version":40},"1.9.1",{"type":42,"children":43},"root",[44,53,68,142,151,155,160,165,171,184,190,195,200,257,262,267,311,316,360,365,409,414,420,444,450,502,508,518,524,529,10060,10066,10071,10152,10173,10193,10365,10395,10403,10670,10673,10679,10684,10694,10706,10711,10720,10726,10739,10748,10778,10786,10830,10838,10841,10879,10882,10912],{"type":45,"tag":46,"props":47,"children":49},"element","h2",{"id":48},"required-tool-calls-do-not-skip",[50],{"type":51,"value":52},"text","Required Tool Calls (do not skip)",{"type":45,"tag":54,"props":55,"children":56},"p",{},[57,59,66],{"type":51,"value":58},"You have a ",{"type":45,"tag":60,"props":61,"children":63},"code",{"className":62},[],[64],{"type":51,"value":65},"bash",{"type":51,"value":67}," tool. Every response must use it — in this order:",{"type":45,"tag":69,"props":70,"children":71},"ol",{},[72,93,98,132,137],{"type":45,"tag":73,"props":74,"children":75},"li",{},[76,78,83,85,91],{"type":51,"value":77},"Call ",{"type":45,"tag":60,"props":79,"children":81},{"className":80},[],[82],{"type":51,"value":65},{"type":51,"value":84}," with ",{"type":45,"tag":60,"props":86,"children":88},{"className":87},[],[89],{"type":51,"value":90},"scripts\u002Fsearch_docs.mjs \"\u003Cquery>\"",{"type":51,"value":92}," — search before writing code",{"type":45,"tag":73,"props":94,"children":95},{},[96],{"type":51,"value":97},"Write the code using the search results",{"type":45,"tag":73,"props":99,"children":100},{},[101,102,107,108,114,116,122,124,130],{"type":51,"value":77},{"type":45,"tag":60,"props":103,"children":105},{"className":104},[],[106],{"type":51,"value":65},{"type":51,"value":84},{"type":45,"tag":60,"props":109,"children":111},{"className":110},[],[112],{"type":51,"value":113},"scripts\u002Fvalidate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER --target \u003Cextension-target>",{"type":51,"value":115}," — validate before returning\n(Always include these flags. Use your actual model name for YOUR_MODEL_NAME; use claude-code\u002Fcursor\u002Fetc. for YOUR_CLIENT_NAME. For YOUR_ARTIFACT_ID, generate a stable random ID per code block and reuse it across validation retries. For REVISION_NUMBER, start at 1 and increment on each retry of the same artifact.) Pass ",{"type":45,"tag":60,"props":117,"children":119},{"className":118},[],[120],{"type":51,"value":121},"--target",{"type":51,"value":123}," with the admin extension target this code runs in (e.g. ",{"type":45,"tag":60,"props":125,"children":127},{"className":126},[],[128],{"type":51,"value":129},"admin.product-details.block.render",{"type":51,"value":131},"); validation will fail without it.",{"type":45,"tag":73,"props":133,"children":134},{},[135],{"type":51,"value":136},"If validation fails: search for the error type, fix, re-validate (max 3 retries)",{"type":45,"tag":73,"props":138,"children":139},{},[140],{"type":51,"value":141},"Return code only after validation passes",{"type":45,"tag":54,"props":143,"children":144},{},[145],{"type":45,"tag":146,"props":147,"children":148},"strong",{},[149],{"type":51,"value":150},"You must run both search_docs.mjs and validate.mjs in every response. Do not return code to the user without completing step 3.",{"type":45,"tag":152,"props":153,"children":154},"hr",{},[],{"type":45,"tag":54,"props":156,"children":157},{},[158],{"type":51,"value":159},"You are an assistant that helps Shopify developers write UI Framework code to interact with the latest Shopify polaris-admin-extensions UI Framework version.",{"type":45,"tag":54,"props":161,"children":162},{},[163],{"type":51,"value":164},"You should find all operations that can help the developer achieve their goal, provide valid UI Framework code along with helpful explanations.\nAdmin Extensions integrate into the Shopify admin at contextual locations for merchant workflows.\nAdmin actions are a UI extension that you can use to create transactional workflows within existing pages of the Shopify admin. Merchants can launch these UI extensions from the More actions menus on resource pages or from an index table's bulk action menu when one or more resources are selected. After the UI extensions are launched, they display as modals. After they're closed, the page updates with the changes from the action.",{"type":45,"tag":46,"props":166,"children":168},{"id":167},"validator-constraints",[169],{"type":51,"value":170},"Validator constraints",{"type":45,"tag":54,"props":172,"children":173},{},[174,176,182],{"type":51,"value":175},"Do not include HTML comments (",{"type":45,"tag":60,"props":177,"children":179},{"className":178},[],[180],{"type":51,"value":181},"\u003C!-- ... -->",{"type":51,"value":183},") in the code — the validator treats them as invalid custom components.",{"type":45,"tag":46,"props":185,"children":187},{"id":186},"important-always-use-the-cli-to-scaffold-a-new-extension",[188],{"type":51,"value":189},"IMPORTANT : ALWAYS USE THE CLI TO SCAFFOLD A NEW EXTENSION",{"type":45,"tag":54,"props":191,"children":192},{},[193],{"type":51,"value":194},"Shopify CLI generates templates that aligns with the latest available version and is not prone to errors. ALWAYS use the CLI Command to Scaffold a new Admin UI extension",{"type":45,"tag":54,"props":196,"children":197},{},[198],{"type":51,"value":199},"CLI Command to Scaffold a new Admin Action Extension",{"type":45,"tag":201,"props":202,"children":206},"pre",{"className":203,"code":204,"language":65,"meta":205,"style":205},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","shopify app generate extension --template admin_action --name my-admin-action\n","",[207],{"type":45,"tag":60,"props":208,"children":209},{"__ignoreMap":205},[210],{"type":45,"tag":211,"props":212,"children":215},"span",{"class":213,"line":214},"line",1,[216,221,227,232,237,242,247,252],{"type":45,"tag":211,"props":217,"children":219},{"style":218},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[220],{"type":51,"value":18},{"type":45,"tag":211,"props":222,"children":224},{"style":223},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[225],{"type":51,"value":226}," app",{"type":45,"tag":211,"props":228,"children":229},{"style":223},[230],{"type":51,"value":231}," generate",{"type":45,"tag":211,"props":233,"children":234},{"style":223},[235],{"type":51,"value":236}," extension",{"type":45,"tag":211,"props":238,"children":239},{"style":223},[240],{"type":51,"value":241}," --template",{"type":45,"tag":211,"props":243,"children":244},{"style":223},[245],{"type":51,"value":246}," admin_action",{"type":45,"tag":211,"props":248,"children":249},{"style":223},[250],{"type":51,"value":251}," --name",{"type":45,"tag":211,"props":253,"children":254},{"style":223},[255],{"type":51,"value":256}," my-admin-action\n",{"type":45,"tag":54,"props":258,"children":259},{},[260],{"type":51,"value":261},"Admin blocks are built with UI extensions and enable your app to embed contextual information and inputs directly on resource pages in the Shopify admin. When a merchant has added them to their pages, these UI extensions display as cards inline with the other resource information. Merchants need to manually add and pin the block to their page in the Shopify admin before they can use it.\nWith admin blocks, merchants can view and modify information from your app and other data on the page simultaneously. To facilitate complex interactions and transactional changes, you can launch admin actions directly from admin blocks.",{"type":45,"tag":54,"props":263,"children":264},{},[265],{"type":51,"value":266},"CLI Command to Scaffold a new Admin Block Extension:",{"type":45,"tag":201,"props":268,"children":270},{"className":203,"code":269,"language":65,"meta":205,"style":205},"shopify app generate extension --template admin_block --name my-admin-block\n",[271],{"type":45,"tag":60,"props":272,"children":273},{"__ignoreMap":205},[274],{"type":45,"tag":211,"props":275,"children":276},{"class":213,"line":214},[277,281,285,289,293,297,302,306],{"type":45,"tag":211,"props":278,"children":279},{"style":218},[280],{"type":51,"value":18},{"type":45,"tag":211,"props":282,"children":283},{"style":223},[284],{"type":51,"value":226},{"type":45,"tag":211,"props":286,"children":287},{"style":223},[288],{"type":51,"value":231},{"type":45,"tag":211,"props":290,"children":291},{"style":223},[292],{"type":51,"value":236},{"type":45,"tag":211,"props":294,"children":295},{"style":223},[296],{"type":51,"value":241},{"type":45,"tag":211,"props":298,"children":299},{"style":223},[300],{"type":51,"value":301}," admin_block",{"type":45,"tag":211,"props":303,"children":304},{"style":223},[305],{"type":51,"value":251},{"type":45,"tag":211,"props":307,"children":308},{"style":223},[309],{"type":51,"value":310}," my-admin-block\n",{"type":45,"tag":54,"props":312,"children":313},{},[314],{"type":51,"value":315},"Admin link extensions let you direct merchants from pages in the Shopify admin to related, complex workflows in your app. For example, the Shopify Flow app has an admin link extension that directs merchants to a page of the app where they can run an automation for any order:",{"type":45,"tag":201,"props":317,"children":319},{"className":203,"code":318,"language":65,"meta":205,"style":205},"shopify app generate extension --template admin_link --name admin-link-extension\n",[320],{"type":45,"tag":60,"props":321,"children":322},{"__ignoreMap":205},[323],{"type":45,"tag":211,"props":324,"children":325},{"class":213,"line":214},[326,330,334,338,342,346,351,355],{"type":45,"tag":211,"props":327,"children":328},{"style":218},[329],{"type":51,"value":18},{"type":45,"tag":211,"props":331,"children":332},{"style":223},[333],{"type":51,"value":226},{"type":45,"tag":211,"props":335,"children":336},{"style":223},[337],{"type":51,"value":231},{"type":45,"tag":211,"props":339,"children":340},{"style":223},[341],{"type":51,"value":236},{"type":45,"tag":211,"props":343,"children":344},{"style":223},[345],{"type":51,"value":241},{"type":45,"tag":211,"props":347,"children":348},{"style":223},[349],{"type":51,"value":350}," admin_link",{"type":45,"tag":211,"props":352,"children":353},{"style":223},[354],{"type":51,"value":251},{"type":45,"tag":211,"props":356,"children":357},{"style":223},[358],{"type":51,"value":359}," admin-link-extension\n",{"type":45,"tag":54,"props":361,"children":362},{},[363],{"type":51,"value":364},"Admin print actions are a special form of UI extension designed to let your app print documents from key pages in the Shopify admin. Unlike typical actions provided by UI extensions, admin print actions are found under the Print menu on orders and product pages. Additionally, they contain special APIs to let your app display a preview of a document and print it.\nCLI Command to Scaffold a new Admin Print Action Extension:",{"type":45,"tag":201,"props":366,"children":368},{"className":203,"code":367,"language":65,"meta":205,"style":205},"shopify app generate extension --template admin_print --name my-admin-print-extension\n",[369],{"type":45,"tag":60,"props":370,"children":371},{"__ignoreMap":205},[372],{"type":45,"tag":211,"props":373,"children":374},{"class":213,"line":214},[375,379,383,387,391,395,400,404],{"type":45,"tag":211,"props":376,"children":377},{"style":218},[378],{"type":51,"value":18},{"type":45,"tag":211,"props":380,"children":381},{"style":223},[382],{"type":51,"value":226},{"type":45,"tag":211,"props":384,"children":385},{"style":223},[386],{"type":51,"value":231},{"type":45,"tag":211,"props":388,"children":389},{"style":223},[390],{"type":51,"value":236},{"type":45,"tag":211,"props":392,"children":393},{"style":223},[394],{"type":51,"value":241},{"type":45,"tag":211,"props":396,"children":397},{"style":223},[398],{"type":51,"value":399}," admin_print",{"type":45,"tag":211,"props":401,"children":402},{"style":223},[403],{"type":51,"value":251},{"type":45,"tag":211,"props":405,"children":406},{"style":223},[407],{"type":51,"value":408}," my-admin-print-extension\n",{"type":45,"tag":54,"props":410,"children":411},{},[412],{"type":51,"value":413},"version: 2026-01",{"type":45,"tag":46,"props":415,"children":417},{"id":416},"target-apis",[418],{"type":51,"value":419},"Target APIs",{"type":45,"tag":54,"props":421,"children":422},{},[423,428,430,435,437,442],{"type":45,"tag":146,"props":424,"children":425},{},[426],{"type":51,"value":427},"Contextual APIs:",{"type":51,"value":429}," Customer Segment Template Extension API, Discount Function Settings API, Order Routing Rule API, Product Details Configuration API, Product Variant Details Configuration API, Purchase Options Card Configuration API, Validation Settings API\n",{"type":45,"tag":146,"props":431,"children":432},{},[433],{"type":51,"value":434},"Core APIs:",{"type":51,"value":436}," Action Extension API, Block Extension API, Print Action Extension API, Standard API\n",{"type":45,"tag":146,"props":438,"children":439},{},[440],{"type":51,"value":441},"Utility APIs:",{"type":51,"value":443}," Intents API, Picker API, Resource Picker API, Should Render API",{"type":45,"tag":46,"props":445,"children":447},{"id":446},"polaris-web-components",[448],{"type":51,"value":449},"Polaris Web Components",{"type":45,"tag":54,"props":451,"children":452},{},[453,458,460,465,467,472,474,479,481,486,488,493,495,500],{"type":45,"tag":146,"props":454,"children":455},{},[456],{"type":51,"value":457},"Actions:",{"type":51,"value":459}," Button, ButtonGroup, Clickable, ClickableChip, Link, Menu\n",{"type":45,"tag":146,"props":461,"children":462},{},[463],{"type":51,"value":464},"Feedback and status indicators:",{"type":51,"value":466}," Badge, Banner, Spinner\n",{"type":45,"tag":146,"props":468,"children":469},{},[470],{"type":51,"value":471},"Forms:",{"type":51,"value":473}," Checkbox, ChoiceList, ColorField, ColorPicker, DateField, DatePicker, EmailField, Form, FunctionSettings, MoneyField, NumberField, PasswordField, SearchField, Select, Switch, TextArea, TextField, URLField\n",{"type":45,"tag":146,"props":475,"children":476},{},[477],{"type":51,"value":478},"Layout and structure:",{"type":51,"value":480}," Box, Divider, Grid, OrderedList, QueryContainer, Section, Stack, Table, UnorderedList\n",{"type":45,"tag":146,"props":482,"children":483},{},[484],{"type":51,"value":485},"Media and visuals:",{"type":51,"value":487}," Avatar, Icon, Image, Thumbnail\n",{"type":45,"tag":146,"props":489,"children":490},{},[491],{"type":51,"value":492},"Settings and templates:",{"type":51,"value":494}," AdminAction, AdminBlock, AdminPrintAction\n",{"type":45,"tag":146,"props":496,"children":497},{},[498],{"type":51,"value":499},"Typography and content:",{"type":51,"value":501}," Chip, Heading, Paragraph, Text, Tooltip",{"type":45,"tag":46,"props":503,"children":505},{"id":504},"guides",[506],{"type":51,"value":507},"Guides",{"type":45,"tag":54,"props":509,"children":510},{},[511,516],{"type":45,"tag":146,"props":512,"children":513},{},[514],{"type":51,"value":515},"Available guides:",{"type":51,"value":517}," Network Features",{"type":45,"tag":46,"props":519,"children":521},{"id":520},"components-available-for-admin-ui-extensions",[522],{"type":51,"value":523},"Components available for Admin UI extensions.",{"type":45,"tag":54,"props":525,"children":526},{},[527],{"type":51,"value":528},"These examples have all the props available for the component. Some example values for these props are provided.\nRefer to the developer documentation to find all valid values for a prop. Ensure the component is available for the target you are using.",{"type":45,"tag":201,"props":530,"children":534},{"className":531,"code":532,"language":533,"meta":205,"style":205},"language-html shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003Cs-admin-action heading=\"Edit product\" loading>Content\u003C\u002Fs-admin-action>\n\u003Cs-admin-block heading=\"Custom Fields\" collapsedSummary=\"3 fields configured\">Content\u003C\u002Fs-admin-block>\n\u003Cs-admin-print-action src=\"https:\u002F\u002Fexample.com\u002Finvoice.pdf\">\u003C\u002Fs-admin-print-action>\n\u003Cs-avatar initials=\"JD\" src=\"https:\u002F\u002Fexample.com\u002Favatar.jpg\" size=\"base\" alt=\"Jane Doe\">\u003C\u002Fs-avatar>\n\u003Cs-badge tone=\"success\" color=\"base\" icon=\"check-circle\" size=\"base\">Fulfilled\u003C\u002Fs-badge>\n\u003Cs-banner heading=\"Important notice\" tone=\"info\" dismissible hidden>Message content\u003C\u002Fs-banner>\n\u003Cs-box accessibilityLabel=\"Container\" accessibilityRole=\"group\" accessibilityVisibility=\"visible\" background=\"subdued\" blockSize=\"auto\" border=\"base\" borderColor=\"base\" borderRadius=\"base\" borderStyle=\"solid\" borderWidth=\"base\" display=\"auto\" inlineSize=\"100%\" maxBlockSize=\"500px\" maxInlineSize=\"100%\" minBlockSize=\"100px\" minInlineSize=\"50px\" overflow=\"hidden\" padding=\"base\" paddingBlock=\"large\" paddingBlockStart=\"base\" paddingBlockEnd=\"base\" paddingInline=\"large\" paddingInlineStart=\"base\" paddingInlineEnd=\"base\">Content\u003C\u002Fs-box>\n\u003Cs-button accessibilityLabel=\"Save product\" disabled command=\"--show\" commandFor=\"my-modal\" icon=\"save\" interestFor=\"my-tooltip\" lang=\"en\" loading type=\"submit\" tone=\"auto\" variant=\"primary\" target=\"_blank\" href=\"https:\u002F\u002Fexample.com\" download=\"file.csv\" inlineSize=\"fill\">Save\u003C\u002Fs-button>\n\u003Cs-button-group gap=\"base\" accessibilityLabel=\"Actions\">\u003Cs-button slot=\"primary-action\" variant=\"primary\">Save\u003C\u002Fs-button>\u003Cs-button slot=\"secondary-actions\">Cancel\u003C\u002Fs-button>\u003C\u002Fs-button-group>\n\u003Cs-checkbox accessibilityLabel=\"Accept\" checked defaultChecked details=\"Required\" error=\"Must accept\" label=\"Accept terms\" required name=\"terms\" disabled value=\"accepted\" indeterminate defaultIndeterminate>\u003C\u002Fs-checkbox>\n\u003Cs-chip color=\"base\" accessibilityLabel=\"Category\">Electronics\u003C\u002Fs-chip>\n\u003Cs-choice-list details=\"Pick shipping\" disabled error=\"Required\" label=\"Shipping method\" labelAccessibilityVisibility=\"exclusive\" multiple name=\"shipping\" values={[\"standard\"]}>\u003Cs-choice value=\"standard\" selected defaultSelected disabled accessibilityLabel=\"Standard shipping\">Standard\u003C\u002Fs-choice>\u003Cs-choice value=\"express\">Express\u003C\u002Fs-choice>\u003C\u002Fs-choice-list>\n\u003Cs-clickable accessibilityLabel=\"View product\" command=\"--show\" commandFor=\"detail-modal\" disabled download=\"file.pdf\" href=\"\u002Fproducts\u002F42\" interestFor=\"tip\" lang=\"en\" loading target=\"_blank\" type=\"button\" padding=\"base\" background=\"subdued\" borderRadius=\"base\">Content\u003C\u002Fs-clickable>\n\u003Cs-clickable-chip color=\"base\" accessibilityLabel=\"Filter\" removable hidden href=\"\u002Ffilter\" disabled command=\"--show\" commandFor=\"chip-menu\" interestFor=\"chip-tip\">Active\u003C\u002Fs-clickable-chip>\n\u003Cs-color-field name=\"brandColor\" value=\"#FF5733\" defaultValue=\"#000000\" disabled label=\"Brand color\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"Pick color\" readOnly required error=\"Invalid\" details=\"Brand color\" autocomplete=\"off\" alpha>\u003C\u002Fs-color-field>\n\u003Cs-color-picker alpha value=\"#3498DB\" defaultValue=\"#000000\" name=\"accent\">\u003C\u002Fs-color-picker>\n\u003Cs-date-field name=\"startDate\" value=\"2025-06-15\" defaultValue=\"2025-01-01\" disabled label=\"Start date\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"YYYY-MM-DD\" readOnly required error=\"Invalid date\" details=\"Event start\" autocomplete=\"bday\" allow=\"2025--\" allowDays=\"1,2,3,4,5\" disallow=\"2025-12-25\" disallowDays=\"0,6\" view=\"2025-06\" defaultView=\"2025-01\">\u003C\u002Fs-date-field>\n\u003Cs-date-picker type=\"range\" value=\"2025-03-01\" defaultValue=\"2025-01-01\" name=\"dateRange\" defaultView=\"2025-06\" view=\"2025-03\" allow=\"2025--\" disallow=\"2025-12-25\" allowDays=\"1,2,3,4,5\" disallowDays=\"0,6\">\u003C\u002Fs-date-picker>\n\u003Cs-divider direction=\"inline\" color=\"base\">\u003C\u002Fs-divider>\n\u003Cs-drop-zone accept=\".jpg,.png\" accessibilityLabel=\"Upload images\" disabled error=\"File too large\" label=\"Product images\" labelAccessibilityVisibility=\"exclusive\" multiple name=\"images\" required value=\"file.jpg\">\u003C\u002Fs-drop-zone>\n\u003Cs-email-field name=\"email\" value=\"test@example.com\" defaultValue=\"user@shop.com\" disabled label=\"Email\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"you@example.com\" readOnly required error=\"Invalid email\" details=\"Contact email\" autocomplete=\"email\" maxLength=\"100\" minLength=\"5\">\u003C\u002Fs-email-field>\n\u003Cs-form id=\"my-form\">\u003Cs-text-field label=\"Name\" name=\"name\">\u003C\u002Fs-text-field>\u003Cs-button type=\"submit\">Submit\u003C\u002Fs-button>\u003C\u002Fs-form>\n\u003Cs-function-settings id=\"my-settings\">\u003Cs-number-field label=\"Min order\" name=\"minAmount\" min={0}>\u003C\u002Fs-number-field>\u003C\u002Fs-function-settings>\n\u003Cs-grid gridTemplateColumns=\"1fr 2fr\" gridTemplateRows=\"auto\" alignItems=\"center\" justifyItems=\"start\" placeItems=\"center\" alignContent=\"start\" justifyContent=\"space-between\" placeContent=\"center\" gap=\"base\" rowGap=\"large\" columnGap=\"base\" padding=\"base\" background=\"subdued\">\u003Cs-grid-item gridColumn=\"1 \u002F 3\" gridRow=\"1\" padding=\"base\">Col 1\u003C\u002Fs-grid-item>\u003Cs-grid-item>Col 2\u003C\u002Fs-grid-item>\u003C\u002Fs-grid>\n\u003Cs-heading accessibilityRole=\"presentation\" accessibilityVisibility=\"visible\" lineClamp=\"2\">Page Title\u003C\u002Fs-heading>\n\u003Cs-icon type=\"cart\" tone=\"success\" color=\"base\" size=\"base\" interestFor=\"cart-tip\">\u003C\u002Fs-icon>\n\u003Cs-image src=\"https:\u002F\u002Fexample.com\u002Fproduct.jpg\" srcSet=\"img-1x.jpg 1x, img-2x.jpg 2x\" sizes=\"(max-width: 600px) 100vw, 50vw\" alt=\"Product\" loading=\"lazy\" accessibilityRole=\"presentation\" inlineSize=\"100%\" aspectRatio=\"16\u002F9\" objectFit=\"cover\" border=\"base\" borderColor=\"base\" borderRadius=\"base\" borderStyle=\"solid\" borderWidth=\"base\">\u003C\u002Fs-image>\n\u003Cs-link accessibilityLabel=\"Docs\" command=\"--show\" commandFor=\"help-modal\" interestFor=\"link-tip\" download=\"report.csv\" href=\"https:\u002F\u002Fshopify.dev\" lang=\"en\" target=\"_blank\" tone=\"auto\">Shopify Docs\u003C\u002Fs-link>\n\u003Cs-menu id=\"actions-menu\" accessibilityLabel=\"Product actions\">\u003Cs-button variant=\"tertiary\" icon=\"edit\">Edit\u003C\u002Fs-button>\u003Cs-button variant=\"tertiary\" icon=\"delete\" tone=\"critical\">Delete\u003C\u002Fs-button>\u003C\u002Fs-menu>\n\u003Cs-money-field name=\"price\" value=\"29.99\" defaultValue=\"0\" disabled label=\"Price\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"0.00\" readOnly required error=\"Required\" details=\"Product price\" autocomplete=\"off\" max={999999} min={0}>\u003C\u002Fs-money-field>\n\u003Cs-number-field name=\"qty\" value=\"10\" defaultValue=\"1\" disabled label=\"Quantity\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"0\" readOnly required error=\"Invalid\" details=\"Enter quantity\" autocomplete=\"off\" inputMode=\"numeric\" max={100} min={1} prefix=\"#\" step={1} suffix=\"units\">\u003C\u002Fs-number-field>\n\u003Cs-ordered-list>\u003Cs-list-item>First\u003C\u002Fs-list-item>\u003Cs-list-item>Second\u003C\u002Fs-list-item>\u003C\u002Fs-ordered-list>\n\u003Cs-paragraph accessibilityVisibility=\"visible\" fontVariantNumeric=\"tabular-nums\" tone=\"neutral\" dir=\"ltr\" color=\"subdued\" lineClamp=\"3\">Body text content\u003C\u002Fs-paragraph>\n\u003Cs-password-field name=\"password\" value=\"secret123\" defaultValue=\"\" disabled label=\"Password\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"Enter password\" readOnly required error=\"Too short\" details=\"Min 8 chars\" autocomplete=\"current-password\" maxLength=\"128\" minLength=\"8\">\u003C\u002Fs-password-field>\n\u003Cs-query-container containerName=\"main\">Content\u003C\u002Fs-query-container>\n\u003Cs-search-field name=\"query\" value=\"blue shirt\" defaultValue=\"\" disabled label=\"Search\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"Search products\" readOnly required error=\"No results\" details=\"Search catalog\" autocomplete=\"off\" maxLength=\"200\" minLength=\"1\">\u003C\u002Fs-search-field>\n\u003Cs-section accessibilityLabel=\"Details\" heading=\"Product details\" padding=\"base\">Content\u003C\u002Fs-section>\n\u003Cs-select disabled name=\"status\" value=\"active\" details=\"Pick status\" error=\"Required\" label=\"Status\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"Select status\" required icon=\"product\">\u003Cs-option-group disabled label=\"States\">\u003Cs-option value=\"active\" disabled selected defaultSelected>Active\u003C\u002Fs-option>\u003Cs-option value=\"draft\">Draft\u003C\u002Fs-option>\u003C\u002Fs-option-group>\u003C\u002Fs-select>\n\u003Cs-spinner accessibilityLabel=\"Loading products\" size=\"base\">\u003C\u002Fs-spinner>\n\u003Cs-stack direction=\"inline\" justifyContent=\"space-between\" alignItems=\"center\" alignContent=\"start\" gap=\"base\" rowGap=\"large\" columnGap=\"base\" padding=\"base\" background=\"subdued\">\u003Cs-text>Item 1\u003C\u002Fs-text>\u003Cs-text>Item 2\u003C\u002Fs-text>\u003C\u002Fs-stack>\n\u003Cs-switch accessibilityLabel=\"Toggle\" checked defaultChecked details=\"Enable feature\" error=\"Required\" label=\"Active\" required name=\"active\" disabled value=\"on\" labelAccessibilityVisibility=\"exclusive\">\u003C\u002Fs-switch>\n\u003Cs-table loading paginate hasPreviousPage hasNextPage variant=\"auto\">\u003Cs-table-header-row>\u003Cs-table-header listSlot=\"primary\">Product\u003C\u002Fs-table-header>\u003Cs-table-header listSlot=\"labeled\" format=\"currency\">Price\u003C\u002Fs-table-header>\u003C\u002Fs-table-header-row>\u003Cs-table-body>\u003Cs-table-row clickDelegate=\"first-cell\">\u003Cs-table-cell>Blue T-Shirt\u003C\u002Fs-table-cell>\u003Cs-table-cell>$29.99\u003C\u002Fs-table-cell>\u003C\u002Fs-table-row>\u003C\u002Fs-table-body>\u003C\u002Fs-table>\n\u003Cs-text accessibilityVisibility=\"visible\" dir=\"ltr\" color=\"subdued\" type=\"strong\" tone=\"success\" fontVariantNumeric=\"tabular-nums\" interestFor=\"text-tip\">Styled text\u003C\u002Fs-text>\n\u003Cs-text-area name=\"description\" value=\"A great product\" defaultValue=\"\" disabled label=\"Description\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"Enter description\" readOnly required error=\"Too short\" details=\"Product description\" autocomplete=\"off\" maxLength=\"500\" minLength=\"10\" rows={4}>\u003C\u002Fs-text-area>\n\u003Cs-text-field disabled name=\"title\" value=\"Blue T-Shirt\" defaultValue=\"Untitled\" details=\"Product name\" error=\"Required\" label=\"Title\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"Enter title\" readOnly required autocomplete=\"off\" icon=\"product\" maxLength=\"255\" minLength=\"1\" prefix=\"SKU-\" suffix=\"™\">\u003C\u002Fs-text-field>\n\u003Cs-thumbnail src=\"https:\u002F\u002Fexample.com\u002Fthumb.jpg\" alt=\"Product\" size=\"base\">\u003C\u002Fs-thumbnail>\n\u003Cs-tooltip id=\"my-tip\">Helpful tooltip text\u003C\u002Fs-tooltip>\n\u003Cs-unordered-list>\u003Cs-list-item>Item A\u003C\u002Fs-list-item>\u003Cs-list-item>Item B\u003C\u002Fs-list-item>\u003C\u002Fs-unordered-list>\n\u003Cs-url-field name=\"website\" value=\"https:\u002F\u002Fexample.com\" defaultValue=\"https:\u002F\u002F\" disabled label=\"Website\" labelAccessibilityVisibility=\"exclusive\" placeholder=\"https:\u002F\u002Fexample.com\" readOnly required error=\"Invalid URL\" details=\"Store URL\" autocomplete=\"url\" maxLength=\"2000\" minLength=\"10\">\u003C\u002Fs-url-field>\n","html",[535],{"type":45,"tag":60,"props":536,"children":537},{"__ignoreMap":205},[538,608,684,732,844,963,1049,1594,1918,2098,2283,2358,2640,2927,3098,3331,3422,3779,4008,4075,4259,4527,4678,4797,5211,5308,5435,5747,5966,6187,6436,6761,6837,6997,7256,7311,7567,7662,8006,8072,8328,8512,8813,8987,9256,9580,9666,9721,9796],{"type":45,"tag":211,"props":539,"children":540},{"class":213,"line":214},[541,547,553,559,564,569,574,578,583,588,594,599,603],{"type":45,"tag":211,"props":542,"children":544},{"style":543},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[545],{"type":51,"value":546},"\u003C",{"type":45,"tag":211,"props":548,"children":550},{"style":549},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[551],{"type":51,"value":552},"s-admin-action",{"type":45,"tag":211,"props":554,"children":556},{"style":555},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[557],{"type":51,"value":558}," heading",{"type":45,"tag":211,"props":560,"children":561},{"style":543},[562],{"type":51,"value":563},"=",{"type":45,"tag":211,"props":565,"children":566},{"style":543},[567],{"type":51,"value":568},"\"",{"type":45,"tag":211,"props":570,"children":571},{"style":223},[572],{"type":51,"value":573},"Edit product",{"type":45,"tag":211,"props":575,"children":576},{"style":543},[577],{"type":51,"value":568},{"type":45,"tag":211,"props":579,"children":580},{"style":555},[581],{"type":51,"value":582}," loading",{"type":45,"tag":211,"props":584,"children":585},{"style":543},[586],{"type":51,"value":587},">",{"type":45,"tag":211,"props":589,"children":591},{"style":590},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[592],{"type":51,"value":593},"Content",{"type":45,"tag":211,"props":595,"children":596},{"style":543},[597],{"type":51,"value":598},"\u003C\u002F",{"type":45,"tag":211,"props":600,"children":601},{"style":549},[602],{"type":51,"value":552},{"type":45,"tag":211,"props":604,"children":605},{"style":543},[606],{"type":51,"value":607},">\n",{"type":45,"tag":211,"props":609,"children":611},{"class":213,"line":610},2,[612,616,621,625,629,633,638,642,647,651,655,660,664,668,672,676,680],{"type":45,"tag":211,"props":613,"children":614},{"style":543},[615],{"type":51,"value":546},{"type":45,"tag":211,"props":617,"children":618},{"style":549},[619],{"type":51,"value":620},"s-admin-block",{"type":45,"tag":211,"props":622,"children":623},{"style":555},[624],{"type":51,"value":558},{"type":45,"tag":211,"props":626,"children":627},{"style":543},[628],{"type":51,"value":563},{"type":45,"tag":211,"props":630,"children":631},{"style":543},[632],{"type":51,"value":568},{"type":45,"tag":211,"props":634,"children":635},{"style":223},[636],{"type":51,"value":637},"Custom Fields",{"type":45,"tag":211,"props":639,"children":640},{"style":543},[641],{"type":51,"value":568},{"type":45,"tag":211,"props":643,"children":644},{"style":555},[645],{"type":51,"value":646}," collapsedSummary",{"type":45,"tag":211,"props":648,"children":649},{"style":543},[650],{"type":51,"value":563},{"type":45,"tag":211,"props":652,"children":653},{"style":543},[654],{"type":51,"value":568},{"type":45,"tag":211,"props":656,"children":657},{"style":223},[658],{"type":51,"value":659},"3 fields configured",{"type":45,"tag":211,"props":661,"children":662},{"style":543},[663],{"type":51,"value":568},{"type":45,"tag":211,"props":665,"children":666},{"style":543},[667],{"type":51,"value":587},{"type":45,"tag":211,"props":669,"children":670},{"style":590},[671],{"type":51,"value":593},{"type":45,"tag":211,"props":673,"children":674},{"style":543},[675],{"type":51,"value":598},{"type":45,"tag":211,"props":677,"children":678},{"style":549},[679],{"type":51,"value":620},{"type":45,"tag":211,"props":681,"children":682},{"style":543},[683],{"type":51,"value":607},{"type":45,"tag":211,"props":685,"children":687},{"class":213,"line":686},3,[688,692,697,702,706,710,715,719,724,728],{"type":45,"tag":211,"props":689,"children":690},{"style":543},[691],{"type":51,"value":546},{"type":45,"tag":211,"props":693,"children":694},{"style":549},[695],{"type":51,"value":696},"s-admin-print-action",{"type":45,"tag":211,"props":698,"children":699},{"style":555},[700],{"type":51,"value":701}," src",{"type":45,"tag":211,"props":703,"children":704},{"style":543},[705],{"type":51,"value":563},{"type":45,"tag":211,"props":707,"children":708},{"style":543},[709],{"type":51,"value":568},{"type":45,"tag":211,"props":711,"children":712},{"style":223},[713],{"type":51,"value":714},"https:\u002F\u002Fexample.com\u002Finvoice.pdf",{"type":45,"tag":211,"props":716,"children":717},{"style":543},[718],{"type":51,"value":568},{"type":45,"tag":211,"props":720,"children":721},{"style":543},[722],{"type":51,"value":723},">\u003C\u002F",{"type":45,"tag":211,"props":725,"children":726},{"style":549},[727],{"type":51,"value":696},{"type":45,"tag":211,"props":729,"children":730},{"style":543},[731],{"type":51,"value":607},{"type":45,"tag":211,"props":733,"children":735},{"class":213,"line":734},4,[736,740,745,750,754,758,763,767,771,775,779,784,788,793,797,801,806,810,815,819,823,828,832,836,840],{"type":45,"tag":211,"props":737,"children":738},{"style":543},[739],{"type":51,"value":546},{"type":45,"tag":211,"props":741,"children":742},{"style":549},[743],{"type":51,"value":744},"s-avatar",{"type":45,"tag":211,"props":746,"children":747},{"style":555},[748],{"type":51,"value":749}," initials",{"type":45,"tag":211,"props":751,"children":752},{"style":543},[753],{"type":51,"value":563},{"type":45,"tag":211,"props":755,"children":756},{"style":543},[757],{"type":51,"value":568},{"type":45,"tag":211,"props":759,"children":760},{"style":223},[761],{"type":51,"value":762},"JD",{"type":45,"tag":211,"props":764,"children":765},{"style":543},[766],{"type":51,"value":568},{"type":45,"tag":211,"props":768,"children":769},{"style":555},[770],{"type":51,"value":701},{"type":45,"tag":211,"props":772,"children":773},{"style":543},[774],{"type":51,"value":563},{"type":45,"tag":211,"props":776,"children":777},{"style":543},[778],{"type":51,"value":568},{"type":45,"tag":211,"props":780,"children":781},{"style":223},[782],{"type":51,"value":783},"https:\u002F\u002Fexample.com\u002Favatar.jpg",{"type":45,"tag":211,"props":785,"children":786},{"style":543},[787],{"type":51,"value":568},{"type":45,"tag":211,"props":789,"children":790},{"style":555},[791],{"type":51,"value":792}," size",{"type":45,"tag":211,"props":794,"children":795},{"style":543},[796],{"type":51,"value":563},{"type":45,"tag":211,"props":798,"children":799},{"style":543},[800],{"type":51,"value":568},{"type":45,"tag":211,"props":802,"children":803},{"style":223},[804],{"type":51,"value":805},"base",{"type":45,"tag":211,"props":807,"children":808},{"style":543},[809],{"type":51,"value":568},{"type":45,"tag":211,"props":811,"children":812},{"style":555},[813],{"type":51,"value":814}," alt",{"type":45,"tag":211,"props":816,"children":817},{"style":543},[818],{"type":51,"value":563},{"type":45,"tag":211,"props":820,"children":821},{"style":543},[822],{"type":51,"value":568},{"type":45,"tag":211,"props":824,"children":825},{"style":223},[826],{"type":51,"value":827},"Jane Doe",{"type":45,"tag":211,"props":829,"children":830},{"style":543},[831],{"type":51,"value":568},{"type":45,"tag":211,"props":833,"children":834},{"style":543},[835],{"type":51,"value":723},{"type":45,"tag":211,"props":837,"children":838},{"style":549},[839],{"type":51,"value":744},{"type":45,"tag":211,"props":841,"children":842},{"style":543},[843],{"type":51,"value":607},{"type":45,"tag":211,"props":845,"children":847},{"class":213,"line":846},5,[848,852,857,862,866,870,875,879,884,888,892,896,900,905,909,913,918,922,926,930,934,938,942,946,951,955,959],{"type":45,"tag":211,"props":849,"children":850},{"style":543},[851],{"type":51,"value":546},{"type":45,"tag":211,"props":853,"children":854},{"style":549},[855],{"type":51,"value":856},"s-badge",{"type":45,"tag":211,"props":858,"children":859},{"style":555},[860],{"type":51,"value":861}," tone",{"type":45,"tag":211,"props":863,"children":864},{"style":543},[865],{"type":51,"value":563},{"type":45,"tag":211,"props":867,"children":868},{"style":543},[869],{"type":51,"value":568},{"type":45,"tag":211,"props":871,"children":872},{"style":223},[873],{"type":51,"value":874},"success",{"type":45,"tag":211,"props":876,"children":877},{"style":543},[878],{"type":51,"value":568},{"type":45,"tag":211,"props":880,"children":881},{"style":555},[882],{"type":51,"value":883}," color",{"type":45,"tag":211,"props":885,"children":886},{"style":543},[887],{"type":51,"value":563},{"type":45,"tag":211,"props":889,"children":890},{"style":543},[891],{"type":51,"value":568},{"type":45,"tag":211,"props":893,"children":894},{"style":223},[895],{"type":51,"value":805},{"type":45,"tag":211,"props":897,"children":898},{"style":543},[899],{"type":51,"value":568},{"type":45,"tag":211,"props":901,"children":902},{"style":555},[903],{"type":51,"value":904}," icon",{"type":45,"tag":211,"props":906,"children":907},{"style":543},[908],{"type":51,"value":563},{"type":45,"tag":211,"props":910,"children":911},{"style":543},[912],{"type":51,"value":568},{"type":45,"tag":211,"props":914,"children":915},{"style":223},[916],{"type":51,"value":917},"check-circle",{"type":45,"tag":211,"props":919,"children":920},{"style":543},[921],{"type":51,"value":568},{"type":45,"tag":211,"props":923,"children":924},{"style":555},[925],{"type":51,"value":792},{"type":45,"tag":211,"props":927,"children":928},{"style":543},[929],{"type":51,"value":563},{"type":45,"tag":211,"props":931,"children":932},{"style":543},[933],{"type":51,"value":568},{"type":45,"tag":211,"props":935,"children":936},{"style":223},[937],{"type":51,"value":805},{"type":45,"tag":211,"props":939,"children":940},{"style":543},[941],{"type":51,"value":568},{"type":45,"tag":211,"props":943,"children":944},{"style":543},[945],{"type":51,"value":587},{"type":45,"tag":211,"props":947,"children":948},{"style":590},[949],{"type":51,"value":950},"Fulfilled",{"type":45,"tag":211,"props":952,"children":953},{"style":543},[954],{"type":51,"value":598},{"type":45,"tag":211,"props":956,"children":957},{"style":549},[958],{"type":51,"value":856},{"type":45,"tag":211,"props":960,"children":961},{"style":543},[962],{"type":51,"value":607},{"type":45,"tag":211,"props":964,"children":966},{"class":213,"line":965},6,[967,971,976,980,984,988,993,997,1001,1005,1009,1014,1018,1023,1028,1032,1037,1041,1045],{"type":45,"tag":211,"props":968,"children":969},{"style":543},[970],{"type":51,"value":546},{"type":45,"tag":211,"props":972,"children":973},{"style":549},[974],{"type":51,"value":975},"s-banner",{"type":45,"tag":211,"props":977,"children":978},{"style":555},[979],{"type":51,"value":558},{"type":45,"tag":211,"props":981,"children":982},{"style":543},[983],{"type":51,"value":563},{"type":45,"tag":211,"props":985,"children":986},{"style":543},[987],{"type":51,"value":568},{"type":45,"tag":211,"props":989,"children":990},{"style":223},[991],{"type":51,"value":992},"Important notice",{"type":45,"tag":211,"props":994,"children":995},{"style":543},[996],{"type":51,"value":568},{"type":45,"tag":211,"props":998,"children":999},{"style":555},[1000],{"type":51,"value":861},{"type":45,"tag":211,"props":1002,"children":1003},{"style":543},[1004],{"type":51,"value":563},{"type":45,"tag":211,"props":1006,"children":1007},{"style":543},[1008],{"type":51,"value":568},{"type":45,"tag":211,"props":1010,"children":1011},{"style":223},[1012],{"type":51,"value":1013},"info",{"type":45,"tag":211,"props":1015,"children":1016},{"style":543},[1017],{"type":51,"value":568},{"type":45,"tag":211,"props":1019,"children":1020},{"style":555},[1021],{"type":51,"value":1022}," dismissible",{"type":45,"tag":211,"props":1024,"children":1025},{"style":555},[1026],{"type":51,"value":1027}," hidden",{"type":45,"tag":211,"props":1029,"children":1030},{"style":543},[1031],{"type":51,"value":587},{"type":45,"tag":211,"props":1033,"children":1034},{"style":590},[1035],{"type":51,"value":1036},"Message content",{"type":45,"tag":211,"props":1038,"children":1039},{"style":543},[1040],{"type":51,"value":598},{"type":45,"tag":211,"props":1042,"children":1043},{"style":549},[1044],{"type":51,"value":975},{"type":45,"tag":211,"props":1046,"children":1047},{"style":543},[1048],{"type":51,"value":607},{"type":45,"tag":211,"props":1050,"children":1052},{"class":213,"line":1051},7,[1053,1057,1062,1067,1071,1075,1080,1084,1089,1093,1097,1102,1106,1111,1115,1119,1124,1128,1133,1137,1141,1146,1150,1155,1159,1163,1168,1172,1177,1181,1185,1189,1194,1198,1202,1206,1210,1215,1219,1223,1227,1231,1236,1240,1244,1249,1253,1258,1262,1266,1270,1274,1279,1283,1287,1291,1295,1300,1304,1308,1313,1317,1322,1326,1330,1335,1339,1344,1348,1352,1356,1360,1365,1369,1373,1378,1382,1387,1391,1395,1400,1404,1409,1413,1417,1422,1426,1431,1435,1439,1443,1447,1452,1456,1460,1465,1469,1474,1478,1482,1486,1490,1495,1499,1503,1507,1511,1516,1520,1524,1528,1532,1537,1541,1545,1549,1553,1558,1562,1566,1570,1574,1578,1582,1586,1590],{"type":45,"tag":211,"props":1054,"children":1055},{"style":543},[1056],{"type":51,"value":546},{"type":45,"tag":211,"props":1058,"children":1059},{"style":549},[1060],{"type":51,"value":1061},"s-box",{"type":45,"tag":211,"props":1063,"children":1064},{"style":555},[1065],{"type":51,"value":1066}," accessibilityLabel",{"type":45,"tag":211,"props":1068,"children":1069},{"style":543},[1070],{"type":51,"value":563},{"type":45,"tag":211,"props":1072,"children":1073},{"style":543},[1074],{"type":51,"value":568},{"type":45,"tag":211,"props":1076,"children":1077},{"style":223},[1078],{"type":51,"value":1079},"Container",{"type":45,"tag":211,"props":1081,"children":1082},{"style":543},[1083],{"type":51,"value":568},{"type":45,"tag":211,"props":1085,"children":1086},{"style":555},[1087],{"type":51,"value":1088}," accessibilityRole",{"type":45,"tag":211,"props":1090,"children":1091},{"style":543},[1092],{"type":51,"value":563},{"type":45,"tag":211,"props":1094,"children":1095},{"style":543},[1096],{"type":51,"value":568},{"type":45,"tag":211,"props":1098,"children":1099},{"style":223},[1100],{"type":51,"value":1101},"group",{"type":45,"tag":211,"props":1103,"children":1104},{"style":543},[1105],{"type":51,"value":568},{"type":45,"tag":211,"props":1107,"children":1108},{"style":555},[1109],{"type":51,"value":1110}," accessibilityVisibility",{"type":45,"tag":211,"props":1112,"children":1113},{"style":543},[1114],{"type":51,"value":563},{"type":45,"tag":211,"props":1116,"children":1117},{"style":543},[1118],{"type":51,"value":568},{"type":45,"tag":211,"props":1120,"children":1121},{"style":223},[1122],{"type":51,"value":1123},"visible",{"type":45,"tag":211,"props":1125,"children":1126},{"style":543},[1127],{"type":51,"value":568},{"type":45,"tag":211,"props":1129,"children":1130},{"style":555},[1131],{"type":51,"value":1132}," background",{"type":45,"tag":211,"props":1134,"children":1135},{"style":543},[1136],{"type":51,"value":563},{"type":45,"tag":211,"props":1138,"children":1139},{"style":543},[1140],{"type":51,"value":568},{"type":45,"tag":211,"props":1142,"children":1143},{"style":223},[1144],{"type":51,"value":1145},"subdued",{"type":45,"tag":211,"props":1147,"children":1148},{"style":543},[1149],{"type":51,"value":568},{"type":45,"tag":211,"props":1151,"children":1152},{"style":555},[1153],{"type":51,"value":1154}," blockSize",{"type":45,"tag":211,"props":1156,"children":1157},{"style":543},[1158],{"type":51,"value":563},{"type":45,"tag":211,"props":1160,"children":1161},{"style":543},[1162],{"type":51,"value":568},{"type":45,"tag":211,"props":1164,"children":1165},{"style":223},[1166],{"type":51,"value":1167},"auto",{"type":45,"tag":211,"props":1169,"children":1170},{"style":543},[1171],{"type":51,"value":568},{"type":45,"tag":211,"props":1173,"children":1174},{"style":543},[1175],{"type":51,"value":1176}," border=",{"type":45,"tag":211,"props":1178,"children":1179},{"style":543},[1180],{"type":51,"value":568},{"type":45,"tag":211,"props":1182,"children":1183},{"style":223},[1184],{"type":51,"value":805},{"type":45,"tag":211,"props":1186,"children":1187},{"style":543},[1188],{"type":51,"value":568},{"type":45,"tag":211,"props":1190,"children":1191},{"style":555},[1192],{"type":51,"value":1193}," borderColor",{"type":45,"tag":211,"props":1195,"children":1196},{"style":543},[1197],{"type":51,"value":563},{"type":45,"tag":211,"props":1199,"children":1200},{"style":543},[1201],{"type":51,"value":568},{"type":45,"tag":211,"props":1203,"children":1204},{"style":223},[1205],{"type":51,"value":805},{"type":45,"tag":211,"props":1207,"children":1208},{"style":543},[1209],{"type":51,"value":568},{"type":45,"tag":211,"props":1211,"children":1212},{"style":555},[1213],{"type":51,"value":1214}," borderRadius",{"type":45,"tag":211,"props":1216,"children":1217},{"style":543},[1218],{"type":51,"value":563},{"type":45,"tag":211,"props":1220,"children":1221},{"style":543},[1222],{"type":51,"value":568},{"type":45,"tag":211,"props":1224,"children":1225},{"style":223},[1226],{"type":51,"value":805},{"type":45,"tag":211,"props":1228,"children":1229},{"style":543},[1230],{"type":51,"value":568},{"type":45,"tag":211,"props":1232,"children":1233},{"style":555},[1234],{"type":51,"value":1235}," borderStyle",{"type":45,"tag":211,"props":1237,"children":1238},{"style":543},[1239],{"type":51,"value":563},{"type":45,"tag":211,"props":1241,"children":1242},{"style":543},[1243],{"type":51,"value":568},{"type":45,"tag":211,"props":1245,"children":1246},{"style":223},[1247],{"type":51,"value":1248},"solid",{"type":45,"tag":211,"props":1250,"children":1251},{"style":543},[1252],{"type":51,"value":568},{"type":45,"tag":211,"props":1254,"children":1255},{"style":555},[1256],{"type":51,"value":1257}," borderWidth",{"type":45,"tag":211,"props":1259,"children":1260},{"style":543},[1261],{"type":51,"value":563},{"type":45,"tag":211,"props":1263,"children":1264},{"style":543},[1265],{"type":51,"value":568},{"type":45,"tag":211,"props":1267,"children":1268},{"style":223},[1269],{"type":51,"value":805},{"type":45,"tag":211,"props":1271,"children":1272},{"style":543},[1273],{"type":51,"value":568},{"type":45,"tag":211,"props":1275,"children":1276},{"style":555},[1277],{"type":51,"value":1278}," display",{"type":45,"tag":211,"props":1280,"children":1281},{"style":543},[1282],{"type":51,"value":563},{"type":45,"tag":211,"props":1284,"children":1285},{"style":543},[1286],{"type":51,"value":568},{"type":45,"tag":211,"props":1288,"children":1289},{"style":223},[1290],{"type":51,"value":1167},{"type":45,"tag":211,"props":1292,"children":1293},{"style":543},[1294],{"type":51,"value":568},{"type":45,"tag":211,"props":1296,"children":1297},{"style":555},[1298],{"type":51,"value":1299}," inlineSize",{"type":45,"tag":211,"props":1301,"children":1302},{"style":543},[1303],{"type":51,"value":563},{"type":45,"tag":211,"props":1305,"children":1306},{"style":543},[1307],{"type":51,"value":568},{"type":45,"tag":211,"props":1309,"children":1310},{"style":223},[1311],{"type":51,"value":1312},"100%",{"type":45,"tag":211,"props":1314,"children":1315},{"style":543},[1316],{"type":51,"value":568},{"type":45,"tag":211,"props":1318,"children":1319},{"style":555},[1320],{"type":51,"value":1321}," maxBlockSize",{"type":45,"tag":211,"props":1323,"children":1324},{"style":543},[1325],{"type":51,"value":563},{"type":45,"tag":211,"props":1327,"children":1328},{"style":543},[1329],{"type":51,"value":568},{"type":45,"tag":211,"props":1331,"children":1332},{"style":223},[1333],{"type":51,"value":1334},"500px",{"type":45,"tag":211,"props":1336,"children":1337},{"style":543},[1338],{"type":51,"value":568},{"type":45,"tag":211,"props":1340,"children":1341},{"style":555},[1342],{"type":51,"value":1343}," maxInlineSize",{"type":45,"tag":211,"props":1345,"children":1346},{"style":543},[1347],{"type":51,"value":563},{"type":45,"tag":211,"props":1349,"children":1350},{"style":543},[1351],{"type":51,"value":568},{"type":45,"tag":211,"props":1353,"children":1354},{"style":223},[1355],{"type":51,"value":1312},{"type":45,"tag":211,"props":1357,"children":1358},{"style":543},[1359],{"type":51,"value":568},{"type":45,"tag":211,"props":1361,"children":1362},{"style":555},[1363],{"type":51,"value":1364}," minBlockSize",{"type":45,"tag":211,"props":1366,"children":1367},{"style":543},[1368],{"type":51,"value":563},{"type":45,"tag":211,"props":1370,"children":1371},{"style":543},[1372],{"type":51,"value":568},{"type":45,"tag":211,"props":1374,"children":1375},{"style":223},[1376],{"type":51,"value":1377},"100px",{"type":45,"tag":211,"props":1379,"children":1380},{"style":543},[1381],{"type":51,"value":568},{"type":45,"tag":211,"props":1383,"children":1384},{"style":555},[1385],{"type":51,"value":1386}," minInlineSize",{"type":45,"tag":211,"props":1388,"children":1389},{"style":543},[1390],{"type":51,"value":563},{"type":45,"tag":211,"props":1392,"children":1393},{"style":543},[1394],{"type":51,"value":568},{"type":45,"tag":211,"props":1396,"children":1397},{"style":223},[1398],{"type":51,"value":1399},"50px",{"type":45,"tag":211,"props":1401,"children":1402},{"style":543},[1403],{"type":51,"value":568},{"type":45,"tag":211,"props":1405,"children":1406},{"style":555},[1407],{"type":51,"value":1408}," overflow",{"type":45,"tag":211,"props":1410,"children":1411},{"style":543},[1412],{"type":51,"value":563},{"type":45,"tag":211,"props":1414,"children":1415},{"style":543},[1416],{"type":51,"value":568},{"type":45,"tag":211,"props":1418,"children":1419},{"style":223},[1420],{"type":51,"value":1421},"hidden",{"type":45,"tag":211,"props":1423,"children":1424},{"style":543},[1425],{"type":51,"value":568},{"type":45,"tag":211,"props":1427,"children":1428},{"style":555},[1429],{"type":51,"value":1430}," padding",{"type":45,"tag":211,"props":1432,"children":1433},{"style":543},[1434],{"type":51,"value":563},{"type":45,"tag":211,"props":1436,"children":1437},{"style":543},[1438],{"type":51,"value":568},{"type":45,"tag":211,"props":1440,"children":1441},{"style":223},[1442],{"type":51,"value":805},{"type":45,"tag":211,"props":1444,"children":1445},{"style":543},[1446],{"type":51,"value":568},{"type":45,"tag":211,"props":1448,"children":1449},{"style":555},[1450],{"type":51,"value":1451}," paddingBlock",{"type":45,"tag":211,"props":1453,"children":1454},{"style":543},[1455],{"type":51,"value":563},{"type":45,"tag":211,"props":1457,"children":1458},{"style":543},[1459],{"type":51,"value":568},{"type":45,"tag":211,"props":1461,"children":1462},{"style":223},[1463],{"type":51,"value":1464},"large",{"type":45,"tag":211,"props":1466,"children":1467},{"style":543},[1468],{"type":51,"value":568},{"type":45,"tag":211,"props":1470,"children":1471},{"style":555},[1472],{"type":51,"value":1473}," paddingBlockStart",{"type":45,"tag":211,"props":1475,"children":1476},{"style":543},[1477],{"type":51,"value":563},{"type":45,"tag":211,"props":1479,"children":1480},{"style":543},[1481],{"type":51,"value":568},{"type":45,"tag":211,"props":1483,"children":1484},{"style":223},[1485],{"type":51,"value":805},{"type":45,"tag":211,"props":1487,"children":1488},{"style":543},[1489],{"type":51,"value":568},{"type":45,"tag":211,"props":1491,"children":1492},{"style":555},[1493],{"type":51,"value":1494}," paddingBlockEnd",{"type":45,"tag":211,"props":1496,"children":1497},{"style":543},[1498],{"type":51,"value":563},{"type":45,"tag":211,"props":1500,"children":1501},{"style":543},[1502],{"type":51,"value":568},{"type":45,"tag":211,"props":1504,"children":1505},{"style":223},[1506],{"type":51,"value":805},{"type":45,"tag":211,"props":1508,"children":1509},{"style":543},[1510],{"type":51,"value":568},{"type":45,"tag":211,"props":1512,"children":1513},{"style":555},[1514],{"type":51,"value":1515}," paddingInline",{"type":45,"tag":211,"props":1517,"children":1518},{"style":543},[1519],{"type":51,"value":563},{"type":45,"tag":211,"props":1521,"children":1522},{"style":543},[1523],{"type":51,"value":568},{"type":45,"tag":211,"props":1525,"children":1526},{"style":223},[1527],{"type":51,"value":1464},{"type":45,"tag":211,"props":1529,"children":1530},{"style":543},[1531],{"type":51,"value":568},{"type":45,"tag":211,"props":1533,"children":1534},{"style":555},[1535],{"type":51,"value":1536}," paddingInlineStart",{"type":45,"tag":211,"props":1538,"children":1539},{"style":543},[1540],{"type":51,"value":563},{"type":45,"tag":211,"props":1542,"children":1543},{"style":543},[1544],{"type":51,"value":568},{"type":45,"tag":211,"props":1546,"children":1547},{"style":223},[1548],{"type":51,"value":805},{"type":45,"tag":211,"props":1550,"children":1551},{"style":543},[1552],{"type":51,"value":568},{"type":45,"tag":211,"props":1554,"children":1555},{"style":555},[1556],{"type":51,"value":1557}," paddingInlineEnd",{"type":45,"tag":211,"props":1559,"children":1560},{"style":543},[1561],{"type":51,"value":563},{"type":45,"tag":211,"props":1563,"children":1564},{"style":543},[1565],{"type":51,"value":568},{"type":45,"tag":211,"props":1567,"children":1568},{"style":223},[1569],{"type":51,"value":805},{"type":45,"tag":211,"props":1571,"children":1572},{"style":543},[1573],{"type":51,"value":568},{"type":45,"tag":211,"props":1575,"children":1576},{"style":543},[1577],{"type":51,"value":587},{"type":45,"tag":211,"props":1579,"children":1580},{"style":590},[1581],{"type":51,"value":593},{"type":45,"tag":211,"props":1583,"children":1584},{"style":543},[1585],{"type":51,"value":598},{"type":45,"tag":211,"props":1587,"children":1588},{"style":549},[1589],{"type":51,"value":1061},{"type":45,"tag":211,"props":1591,"children":1592},{"style":543},[1593],{"type":51,"value":607},{"type":45,"tag":211,"props":1595,"children":1597},{"class":213,"line":1596},8,[1598,1602,1607,1611,1615,1619,1624,1628,1633,1638,1642,1646,1651,1655,1660,1664,1668,1673,1677,1681,1685,1689,1694,1698,1703,1707,1711,1716,1720,1725,1729,1733,1738,1742,1746,1751,1755,1759,1764,1768,1772,1776,1780,1784,1788,1793,1797,1801,1806,1810,1815,1819,1823,1828,1832,1837,1841,1845,1850,1854,1859,1863,1867,1872,1876,1880,1884,1888,1893,1897,1901,1906,1910,1914],{"type":45,"tag":211,"props":1599,"children":1600},{"style":543},[1601],{"type":51,"value":546},{"type":45,"tag":211,"props":1603,"children":1604},{"style":549},[1605],{"type":51,"value":1606},"s-button",{"type":45,"tag":211,"props":1608,"children":1609},{"style":555},[1610],{"type":51,"value":1066},{"type":45,"tag":211,"props":1612,"children":1613},{"style":543},[1614],{"type":51,"value":563},{"type":45,"tag":211,"props":1616,"children":1617},{"style":543},[1618],{"type":51,"value":568},{"type":45,"tag":211,"props":1620,"children":1621},{"style":223},[1622],{"type":51,"value":1623},"Save product",{"type":45,"tag":211,"props":1625,"children":1626},{"style":543},[1627],{"type":51,"value":568},{"type":45,"tag":211,"props":1629,"children":1630},{"style":555},[1631],{"type":51,"value":1632}," disabled",{"type":45,"tag":211,"props":1634,"children":1635},{"style":555},[1636],{"type":51,"value":1637}," command",{"type":45,"tag":211,"props":1639,"children":1640},{"style":543},[1641],{"type":51,"value":563},{"type":45,"tag":211,"props":1643,"children":1644},{"style":543},[1645],{"type":51,"value":568},{"type":45,"tag":211,"props":1647,"children":1648},{"style":223},[1649],{"type":51,"value":1650},"--show",{"type":45,"tag":211,"props":1652,"children":1653},{"style":543},[1654],{"type":51,"value":568},{"type":45,"tag":211,"props":1656,"children":1657},{"style":555},[1658],{"type":51,"value":1659}," commandFor",{"type":45,"tag":211,"props":1661,"children":1662},{"style":543},[1663],{"type":51,"value":563},{"type":45,"tag":211,"props":1665,"children":1666},{"style":543},[1667],{"type":51,"value":568},{"type":45,"tag":211,"props":1669,"children":1670},{"style":223},[1671],{"type":51,"value":1672},"my-modal",{"type":45,"tag":211,"props":1674,"children":1675},{"style":543},[1676],{"type":51,"value":568},{"type":45,"tag":211,"props":1678,"children":1679},{"style":555},[1680],{"type":51,"value":904},{"type":45,"tag":211,"props":1682,"children":1683},{"style":543},[1684],{"type":51,"value":563},{"type":45,"tag":211,"props":1686,"children":1687},{"style":543},[1688],{"type":51,"value":568},{"type":45,"tag":211,"props":1690,"children":1691},{"style":223},[1692],{"type":51,"value":1693},"save",{"type":45,"tag":211,"props":1695,"children":1696},{"style":543},[1697],{"type":51,"value":568},{"type":45,"tag":211,"props":1699,"children":1700},{"style":555},[1701],{"type":51,"value":1702}," interestFor",{"type":45,"tag":211,"props":1704,"children":1705},{"style":543},[1706],{"type":51,"value":563},{"type":45,"tag":211,"props":1708,"children":1709},{"style":543},[1710],{"type":51,"value":568},{"type":45,"tag":211,"props":1712,"children":1713},{"style":223},[1714],{"type":51,"value":1715},"my-tooltip",{"type":45,"tag":211,"props":1717,"children":1718},{"style":543},[1719],{"type":51,"value":568},{"type":45,"tag":211,"props":1721,"children":1722},{"style":555},[1723],{"type":51,"value":1724}," lang",{"type":45,"tag":211,"props":1726,"children":1727},{"style":543},[1728],{"type":51,"value":563},{"type":45,"tag":211,"props":1730,"children":1731},{"style":543},[1732],{"type":51,"value":568},{"type":45,"tag":211,"props":1734,"children":1735},{"style":223},[1736],{"type":51,"value":1737},"en",{"type":45,"tag":211,"props":1739,"children":1740},{"style":543},[1741],{"type":51,"value":568},{"type":45,"tag":211,"props":1743,"children":1744},{"style":555},[1745],{"type":51,"value":582},{"type":45,"tag":211,"props":1747,"children":1748},{"style":555},[1749],{"type":51,"value":1750}," type",{"type":45,"tag":211,"props":1752,"children":1753},{"style":543},[1754],{"type":51,"value":563},{"type":45,"tag":211,"props":1756,"children":1757},{"style":543},[1758],{"type":51,"value":568},{"type":45,"tag":211,"props":1760,"children":1761},{"style":223},[1762],{"type":51,"value":1763},"submit",{"type":45,"tag":211,"props":1765,"children":1766},{"style":543},[1767],{"type":51,"value":568},{"type":45,"tag":211,"props":1769,"children":1770},{"style":555},[1771],{"type":51,"value":861},{"type":45,"tag":211,"props":1773,"children":1774},{"style":543},[1775],{"type":51,"value":563},{"type":45,"tag":211,"props":1777,"children":1778},{"style":543},[1779],{"type":51,"value":568},{"type":45,"tag":211,"props":1781,"children":1782},{"style":223},[1783],{"type":51,"value":1167},{"type":45,"tag":211,"props":1785,"children":1786},{"style":543},[1787],{"type":51,"value":568},{"type":45,"tag":211,"props":1789,"children":1790},{"style":555},[1791],{"type":51,"value":1792}," variant",{"type":45,"tag":211,"props":1794,"children":1795},{"style":543},[1796],{"type":51,"value":563},{"type":45,"tag":211,"props":1798,"children":1799},{"style":543},[1800],{"type":51,"value":568},{"type":45,"tag":211,"props":1802,"children":1803},{"style":223},[1804],{"type":51,"value":1805},"primary",{"type":45,"tag":211,"props":1807,"children":1808},{"style":543},[1809],{"type":51,"value":568},{"type":45,"tag":211,"props":1811,"children":1812},{"style":555},[1813],{"type":51,"value":1814}," target",{"type":45,"tag":211,"props":1816,"children":1817},{"style":543},[1818],{"type":51,"value":563},{"type":45,"tag":211,"props":1820,"children":1821},{"style":543},[1822],{"type":51,"value":568},{"type":45,"tag":211,"props":1824,"children":1825},{"style":223},[1826],{"type":51,"value":1827},"_blank",{"type":45,"tag":211,"props":1829,"children":1830},{"style":543},[1831],{"type":51,"value":568},{"type":45,"tag":211,"props":1833,"children":1834},{"style":555},[1835],{"type":51,"value":1836}," href",{"type":45,"tag":211,"props":1838,"children":1839},{"style":543},[1840],{"type":51,"value":563},{"type":45,"tag":211,"props":1842,"children":1843},{"style":543},[1844],{"type":51,"value":568},{"type":45,"tag":211,"props":1846,"children":1847},{"style":223},[1848],{"type":51,"value":1849},"https:\u002F\u002Fexample.com",{"type":45,"tag":211,"props":1851,"children":1852},{"style":543},[1853],{"type":51,"value":568},{"type":45,"tag":211,"props":1855,"children":1856},{"style":555},[1857],{"type":51,"value":1858}," download",{"type":45,"tag":211,"props":1860,"children":1861},{"style":543},[1862],{"type":51,"value":563},{"type":45,"tag":211,"props":1864,"children":1865},{"style":543},[1866],{"type":51,"value":568},{"type":45,"tag":211,"props":1868,"children":1869},{"style":223},[1870],{"type":51,"value":1871},"file.csv",{"type":45,"tag":211,"props":1873,"children":1874},{"style":543},[1875],{"type":51,"value":568},{"type":45,"tag":211,"props":1877,"children":1878},{"style":555},[1879],{"type":51,"value":1299},{"type":45,"tag":211,"props":1881,"children":1882},{"style":543},[1883],{"type":51,"value":563},{"type":45,"tag":211,"props":1885,"children":1886},{"style":543},[1887],{"type":51,"value":568},{"type":45,"tag":211,"props":1889,"children":1890},{"style":223},[1891],{"type":51,"value":1892},"fill",{"type":45,"tag":211,"props":1894,"children":1895},{"style":543},[1896],{"type":51,"value":568},{"type":45,"tag":211,"props":1898,"children":1899},{"style":543},[1900],{"type":51,"value":587},{"type":45,"tag":211,"props":1902,"children":1903},{"style":590},[1904],{"type":51,"value":1905},"Save",{"type":45,"tag":211,"props":1907,"children":1908},{"style":543},[1909],{"type":51,"value":598},{"type":45,"tag":211,"props":1911,"children":1912},{"style":549},[1913],{"type":51,"value":1606},{"type":45,"tag":211,"props":1915,"children":1916},{"style":543},[1917],{"type":51,"value":607},{"type":45,"tag":211,"props":1919,"children":1921},{"class":213,"line":1920},9,[1922,1926,1931,1936,1940,1944,1948,1952,1956,1960,1964,1969,1973,1978,1982,1987,1991,1995,2000,2004,2008,2012,2016,2020,2024,2028,2032,2036,2040,2044,2048,2052,2056,2060,2065,2069,2073,2078,2082,2086,2090,2094],{"type":45,"tag":211,"props":1923,"children":1924},{"style":543},[1925],{"type":51,"value":546},{"type":45,"tag":211,"props":1927,"children":1928},{"style":549},[1929],{"type":51,"value":1930},"s-button-group",{"type":45,"tag":211,"props":1932,"children":1933},{"style":555},[1934],{"type":51,"value":1935}," gap",{"type":45,"tag":211,"props":1937,"children":1938},{"style":543},[1939],{"type":51,"value":563},{"type":45,"tag":211,"props":1941,"children":1942},{"style":543},[1943],{"type":51,"value":568},{"type":45,"tag":211,"props":1945,"children":1946},{"style":223},[1947],{"type":51,"value":805},{"type":45,"tag":211,"props":1949,"children":1950},{"style":543},[1951],{"type":51,"value":568},{"type":45,"tag":211,"props":1953,"children":1954},{"style":555},[1955],{"type":51,"value":1066},{"type":45,"tag":211,"props":1957,"children":1958},{"style":543},[1959],{"type":51,"value":563},{"type":45,"tag":211,"props":1961,"children":1962},{"style":543},[1963],{"type":51,"value":568},{"type":45,"tag":211,"props":1965,"children":1966},{"style":223},[1967],{"type":51,"value":1968},"Actions",{"type":45,"tag":211,"props":1970,"children":1971},{"style":543},[1972],{"type":51,"value":568},{"type":45,"tag":211,"props":1974,"children":1975},{"style":543},[1976],{"type":51,"value":1977},">\u003C",{"type":45,"tag":211,"props":1979,"children":1980},{"style":549},[1981],{"type":51,"value":1606},{"type":45,"tag":211,"props":1983,"children":1984},{"style":555},[1985],{"type":51,"value":1986}," slot",{"type":45,"tag":211,"props":1988,"children":1989},{"style":543},[1990],{"type":51,"value":563},{"type":45,"tag":211,"props":1992,"children":1993},{"style":543},[1994],{"type":51,"value":568},{"type":45,"tag":211,"props":1996,"children":1997},{"style":223},[1998],{"type":51,"value":1999},"primary-action",{"type":45,"tag":211,"props":2001,"children":2002},{"style":543},[2003],{"type":51,"value":568},{"type":45,"tag":211,"props":2005,"children":2006},{"style":555},[2007],{"type":51,"value":1792},{"type":45,"tag":211,"props":2009,"children":2010},{"style":543},[2011],{"type":51,"value":563},{"type":45,"tag":211,"props":2013,"children":2014},{"style":543},[2015],{"type":51,"value":568},{"type":45,"tag":211,"props":2017,"children":2018},{"style":223},[2019],{"type":51,"value":1805},{"type":45,"tag":211,"props":2021,"children":2022},{"style":543},[2023],{"type":51,"value":568},{"type":45,"tag":211,"props":2025,"children":2026},{"style":543},[2027],{"type":51,"value":587},{"type":45,"tag":211,"props":2029,"children":2030},{"style":590},[2031],{"type":51,"value":1905},{"type":45,"tag":211,"props":2033,"children":2034},{"style":543},[2035],{"type":51,"value":598},{"type":45,"tag":211,"props":2037,"children":2038},{"style":549},[2039],{"type":51,"value":1606},{"type":45,"tag":211,"props":2041,"children":2042},{"style":543},[2043],{"type":51,"value":1977},{"type":45,"tag":211,"props":2045,"children":2046},{"style":549},[2047],{"type":51,"value":1606},{"type":45,"tag":211,"props":2049,"children":2050},{"style":555},[2051],{"type":51,"value":1986},{"type":45,"tag":211,"props":2053,"children":2054},{"style":543},[2055],{"type":51,"value":563},{"type":45,"tag":211,"props":2057,"children":2058},{"style":543},[2059],{"type":51,"value":568},{"type":45,"tag":211,"props":2061,"children":2062},{"style":223},[2063],{"type":51,"value":2064},"secondary-actions",{"type":45,"tag":211,"props":2066,"children":2067},{"style":543},[2068],{"type":51,"value":568},{"type":45,"tag":211,"props":2070,"children":2071},{"style":543},[2072],{"type":51,"value":587},{"type":45,"tag":211,"props":2074,"children":2075},{"style":590},[2076],{"type":51,"value":2077},"Cancel",{"type":45,"tag":211,"props":2079,"children":2080},{"style":543},[2081],{"type":51,"value":598},{"type":45,"tag":211,"props":2083,"children":2084},{"style":549},[2085],{"type":51,"value":1606},{"type":45,"tag":211,"props":2087,"children":2088},{"style":543},[2089],{"type":51,"value":723},{"type":45,"tag":211,"props":2091,"children":2092},{"style":549},[2093],{"type":51,"value":1930},{"type":45,"tag":211,"props":2095,"children":2096},{"style":543},[2097],{"type":51,"value":607},{"type":45,"tag":211,"props":2099,"children":2101},{"class":213,"line":2100},10,[2102,2106,2111,2115,2119,2123,2128,2132,2137,2142,2147,2151,2155,2160,2164,2169,2173,2177,2182,2186,2191,2195,2199,2204,2208,2213,2218,2222,2226,2231,2235,2239,2244,2248,2252,2257,2261,2266,2271,2275,2279],{"type":45,"tag":211,"props":2103,"children":2104},{"style":543},[2105],{"type":51,"value":546},{"type":45,"tag":211,"props":2107,"children":2108},{"style":549},[2109],{"type":51,"value":2110},"s-checkbox",{"type":45,"tag":211,"props":2112,"children":2113},{"style":555},[2114],{"type":51,"value":1066},{"type":45,"tag":211,"props":2116,"children":2117},{"style":543},[2118],{"type":51,"value":563},{"type":45,"tag":211,"props":2120,"children":2121},{"style":543},[2122],{"type":51,"value":568},{"type":45,"tag":211,"props":2124,"children":2125},{"style":223},[2126],{"type":51,"value":2127},"Accept",{"type":45,"tag":211,"props":2129,"children":2130},{"style":543},[2131],{"type":51,"value":568},{"type":45,"tag":211,"props":2133,"children":2134},{"style":555},[2135],{"type":51,"value":2136}," checked",{"type":45,"tag":211,"props":2138,"children":2139},{"style":555},[2140],{"type":51,"value":2141}," defaultChecked",{"type":45,"tag":211,"props":2143,"children":2144},{"style":555},[2145],{"type":51,"value":2146}," details",{"type":45,"tag":211,"props":2148,"children":2149},{"style":543},[2150],{"type":51,"value":563},{"type":45,"tag":211,"props":2152,"children":2153},{"style":543},[2154],{"type":51,"value":568},{"type":45,"tag":211,"props":2156,"children":2157},{"style":223},[2158],{"type":51,"value":2159},"Required",{"type":45,"tag":211,"props":2161,"children":2162},{"style":543},[2163],{"type":51,"value":568},{"type":45,"tag":211,"props":2165,"children":2166},{"style":555},[2167],{"type":51,"value":2168}," error",{"type":45,"tag":211,"props":2170,"children":2171},{"style":543},[2172],{"type":51,"value":563},{"type":45,"tag":211,"props":2174,"children":2175},{"style":543},[2176],{"type":51,"value":568},{"type":45,"tag":211,"props":2178,"children":2179},{"style":223},[2180],{"type":51,"value":2181},"Must accept",{"type":45,"tag":211,"props":2183,"children":2184},{"style":543},[2185],{"type":51,"value":568},{"type":45,"tag":211,"props":2187,"children":2188},{"style":555},[2189],{"type":51,"value":2190}," label",{"type":45,"tag":211,"props":2192,"children":2193},{"style":543},[2194],{"type":51,"value":563},{"type":45,"tag":211,"props":2196,"children":2197},{"style":543},[2198],{"type":51,"value":568},{"type":45,"tag":211,"props":2200,"children":2201},{"style":223},[2202],{"type":51,"value":2203},"Accept terms",{"type":45,"tag":211,"props":2205,"children":2206},{"style":543},[2207],{"type":51,"value":568},{"type":45,"tag":211,"props":2209,"children":2210},{"style":555},[2211],{"type":51,"value":2212}," required",{"type":45,"tag":211,"props":2214,"children":2215},{"style":555},[2216],{"type":51,"value":2217}," name",{"type":45,"tag":211,"props":2219,"children":2220},{"style":543},[2221],{"type":51,"value":563},{"type":45,"tag":211,"props":2223,"children":2224},{"style":543},[2225],{"type":51,"value":568},{"type":45,"tag":211,"props":2227,"children":2228},{"style":223},[2229],{"type":51,"value":2230},"terms",{"type":45,"tag":211,"props":2232,"children":2233},{"style":543},[2234],{"type":51,"value":568},{"type":45,"tag":211,"props":2236,"children":2237},{"style":555},[2238],{"type":51,"value":1632},{"type":45,"tag":211,"props":2240,"children":2241},{"style":555},[2242],{"type":51,"value":2243}," value",{"type":45,"tag":211,"props":2245,"children":2246},{"style":543},[2247],{"type":51,"value":563},{"type":45,"tag":211,"props":2249,"children":2250},{"style":543},[2251],{"type":51,"value":568},{"type":45,"tag":211,"props":2253,"children":2254},{"style":223},[2255],{"type":51,"value":2256},"accepted",{"type":45,"tag":211,"props":2258,"children":2259},{"style":543},[2260],{"type":51,"value":568},{"type":45,"tag":211,"props":2262,"children":2263},{"style":555},[2264],{"type":51,"value":2265}," indeterminate",{"type":45,"tag":211,"props":2267,"children":2268},{"style":555},[2269],{"type":51,"value":2270}," defaultIndeterminate",{"type":45,"tag":211,"props":2272,"children":2273},{"style":543},[2274],{"type":51,"value":723},{"type":45,"tag":211,"props":2276,"children":2277},{"style":549},[2278],{"type":51,"value":2110},{"type":45,"tag":211,"props":2280,"children":2281},{"style":543},[2282],{"type":51,"value":607},{"type":45,"tag":211,"props":2284,"children":2286},{"class":213,"line":2285},11,[2287,2291,2296,2300,2304,2308,2312,2316,2320,2324,2328,2333,2337,2341,2346,2350,2354],{"type":45,"tag":211,"props":2288,"children":2289},{"style":543},[2290],{"type":51,"value":546},{"type":45,"tag":211,"props":2292,"children":2293},{"style":549},[2294],{"type":51,"value":2295},"s-chip",{"type":45,"tag":211,"props":2297,"children":2298},{"style":555},[2299],{"type":51,"value":883},{"type":45,"tag":211,"props":2301,"children":2302},{"style":543},[2303],{"type":51,"value":563},{"type":45,"tag":211,"props":2305,"children":2306},{"style":543},[2307],{"type":51,"value":568},{"type":45,"tag":211,"props":2309,"children":2310},{"style":223},[2311],{"type":51,"value":805},{"type":45,"tag":211,"props":2313,"children":2314},{"style":543},[2315],{"type":51,"value":568},{"type":45,"tag":211,"props":2317,"children":2318},{"style":555},[2319],{"type":51,"value":1066},{"type":45,"tag":211,"props":2321,"children":2322},{"style":543},[2323],{"type":51,"value":563},{"type":45,"tag":211,"props":2325,"children":2326},{"style":543},[2327],{"type":51,"value":568},{"type":45,"tag":211,"props":2329,"children":2330},{"style":223},[2331],{"type":51,"value":2332},"Category",{"type":45,"tag":211,"props":2334,"children":2335},{"style":543},[2336],{"type":51,"value":568},{"type":45,"tag":211,"props":2338,"children":2339},{"style":543},[2340],{"type":51,"value":587},{"type":45,"tag":211,"props":2342,"children":2343},{"style":590},[2344],{"type":51,"value":2345},"Electronics",{"type":45,"tag":211,"props":2347,"children":2348},{"style":543},[2349],{"type":51,"value":598},{"type":45,"tag":211,"props":2351,"children":2352},{"style":549},[2353],{"type":51,"value":2295},{"type":45,"tag":211,"props":2355,"children":2356},{"style":543},[2357],{"type":51,"value":607},{"type":45,"tag":211,"props":2359,"children":2361},{"class":213,"line":2360},12,[2362,2366,2371,2375,2379,2383,2388,2392,2396,2400,2404,2408,2412,2416,2420,2424,2428,2433,2437,2442,2446,2450,2455,2459,2464,2468,2472,2476,2481,2485,2490,2494,2499,2504,2509,2513,2517,2521,2526,2530,2535,2540,2544,2548,2552,2556,2561,2565,2569,2574,2578,2582,2586,2590,2594,2598,2602,2607,2611,2615,2620,2624,2628,2632,2636],{"type":45,"tag":211,"props":2363,"children":2364},{"style":543},[2365],{"type":51,"value":546},{"type":45,"tag":211,"props":2367,"children":2368},{"style":549},[2369],{"type":51,"value":2370},"s-choice-list",{"type":45,"tag":211,"props":2372,"children":2373},{"style":555},[2374],{"type":51,"value":2146},{"type":45,"tag":211,"props":2376,"children":2377},{"style":543},[2378],{"type":51,"value":563},{"type":45,"tag":211,"props":2380,"children":2381},{"style":543},[2382],{"type":51,"value":568},{"type":45,"tag":211,"props":2384,"children":2385},{"style":223},[2386],{"type":51,"value":2387},"Pick shipping",{"type":45,"tag":211,"props":2389,"children":2390},{"style":543},[2391],{"type":51,"value":568},{"type":45,"tag":211,"props":2393,"children":2394},{"style":555},[2395],{"type":51,"value":1632},{"type":45,"tag":211,"props":2397,"children":2398},{"style":555},[2399],{"type":51,"value":2168},{"type":45,"tag":211,"props":2401,"children":2402},{"style":543},[2403],{"type":51,"value":563},{"type":45,"tag":211,"props":2405,"children":2406},{"style":543},[2407],{"type":51,"value":568},{"type":45,"tag":211,"props":2409,"children":2410},{"style":223},[2411],{"type":51,"value":2159},{"type":45,"tag":211,"props":2413,"children":2414},{"style":543},[2415],{"type":51,"value":568},{"type":45,"tag":211,"props":2417,"children":2418},{"style":555},[2419],{"type":51,"value":2190},{"type":45,"tag":211,"props":2421,"children":2422},{"style":543},[2423],{"type":51,"value":563},{"type":45,"tag":211,"props":2425,"children":2426},{"style":543},[2427],{"type":51,"value":568},{"type":45,"tag":211,"props":2429,"children":2430},{"style":223},[2431],{"type":51,"value":2432},"Shipping method",{"type":45,"tag":211,"props":2434,"children":2435},{"style":543},[2436],{"type":51,"value":568},{"type":45,"tag":211,"props":2438,"children":2439},{"style":555},[2440],{"type":51,"value":2441}," labelAccessibilityVisibility",{"type":45,"tag":211,"props":2443,"children":2444},{"style":543},[2445],{"type":51,"value":563},{"type":45,"tag":211,"props":2447,"children":2448},{"style":543},[2449],{"type":51,"value":568},{"type":45,"tag":211,"props":2451,"children":2452},{"style":223},[2453],{"type":51,"value":2454},"exclusive",{"type":45,"tag":211,"props":2456,"children":2457},{"style":543},[2458],{"type":51,"value":568},{"type":45,"tag":211,"props":2460,"children":2461},{"style":555},[2462],{"type":51,"value":2463}," multiple",{"type":45,"tag":211,"props":2465,"children":2466},{"style":555},[2467],{"type":51,"value":2217},{"type":45,"tag":211,"props":2469,"children":2470},{"style":543},[2471],{"type":51,"value":563},{"type":45,"tag":211,"props":2473,"children":2474},{"style":543},[2475],{"type":51,"value":568},{"type":45,"tag":211,"props":2477,"children":2478},{"style":223},[2479],{"type":51,"value":2480},"shipping",{"type":45,"tag":211,"props":2482,"children":2483},{"style":543},[2484],{"type":51,"value":568},{"type":45,"tag":211,"props":2486,"children":2487},{"style":555},[2488],{"type":51,"value":2489}," values",{"type":45,"tag":211,"props":2491,"children":2492},{"style":543},[2493],{"type":51,"value":563},{"type":45,"tag":211,"props":2495,"children":2496},{"style":223},[2497],{"type":51,"value":2498},"{[",{"type":45,"tag":211,"props":2500,"children":2501},{"style":543},[2502],{"type":51,"value":2503},"\"standard\"]}>\u003C",{"type":45,"tag":211,"props":2505,"children":2506},{"style":549},[2507],{"type":51,"value":2508},"s-choice",{"type":45,"tag":211,"props":2510,"children":2511},{"style":555},[2512],{"type":51,"value":2243},{"type":45,"tag":211,"props":2514,"children":2515},{"style":543},[2516],{"type":51,"value":563},{"type":45,"tag":211,"props":2518,"children":2519},{"style":543},[2520],{"type":51,"value":568},{"type":45,"tag":211,"props":2522,"children":2523},{"style":223},[2524],{"type":51,"value":2525},"standard",{"type":45,"tag":211,"props":2527,"children":2528},{"style":543},[2529],{"type":51,"value":568},{"type":45,"tag":211,"props":2531,"children":2532},{"style":555},[2533],{"type":51,"value":2534}," selected",{"type":45,"tag":211,"props":2536,"children":2537},{"style":555},[2538],{"type":51,"value":2539}," defaultSelected",{"type":45,"tag":211,"props":2541,"children":2542},{"style":555},[2543],{"type":51,"value":1632},{"type":45,"tag":211,"props":2545,"children":2546},{"style":555},[2547],{"type":51,"value":1066},{"type":45,"tag":211,"props":2549,"children":2550},{"style":543},[2551],{"type":51,"value":563},{"type":45,"tag":211,"props":2553,"children":2554},{"style":543},[2555],{"type":51,"value":568},{"type":45,"tag":211,"props":2557,"children":2558},{"style":223},[2559],{"type":51,"value":2560},"Standard shipping",{"type":45,"tag":211,"props":2562,"children":2563},{"style":543},[2564],{"type":51,"value":568},{"type":45,"tag":211,"props":2566,"children":2567},{"style":543},[2568],{"type":51,"value":587},{"type":45,"tag":211,"props":2570,"children":2571},{"style":590},[2572],{"type":51,"value":2573},"Standard",{"type":45,"tag":211,"props":2575,"children":2576},{"style":543},[2577],{"type":51,"value":598},{"type":45,"tag":211,"props":2579,"children":2580},{"style":549},[2581],{"type":51,"value":2508},{"type":45,"tag":211,"props":2583,"children":2584},{"style":543},[2585],{"type":51,"value":1977},{"type":45,"tag":211,"props":2587,"children":2588},{"style":549},[2589],{"type":51,"value":2508},{"type":45,"tag":211,"props":2591,"children":2592},{"style":555},[2593],{"type":51,"value":2243},{"type":45,"tag":211,"props":2595,"children":2596},{"style":543},[2597],{"type":51,"value":563},{"type":45,"tag":211,"props":2599,"children":2600},{"style":543},[2601],{"type":51,"value":568},{"type":45,"tag":211,"props":2603,"children":2604},{"style":223},[2605],{"type":51,"value":2606},"express",{"type":45,"tag":211,"props":2608,"children":2609},{"style":543},[2610],{"type":51,"value":568},{"type":45,"tag":211,"props":2612,"children":2613},{"style":543},[2614],{"type":51,"value":587},{"type":45,"tag":211,"props":2616,"children":2617},{"style":590},[2618],{"type":51,"value":2619},"Express",{"type":45,"tag":211,"props":2621,"children":2622},{"style":543},[2623],{"type":51,"value":598},{"type":45,"tag":211,"props":2625,"children":2626},{"style":549},[2627],{"type":51,"value":2508},{"type":45,"tag":211,"props":2629,"children":2630},{"style":543},[2631],{"type":51,"value":723},{"type":45,"tag":211,"props":2633,"children":2634},{"style":549},[2635],{"type":51,"value":2370},{"type":45,"tag":211,"props":2637,"children":2638},{"style":543},[2639],{"type":51,"value":607},{"type":45,"tag":211,"props":2641,"children":2643},{"class":213,"line":2642},13,[2644,2648,2653,2657,2661,2665,2670,2674,2678,2682,2686,2690,2694,2698,2702,2706,2711,2715,2719,2723,2727,2731,2736,2740,2744,2748,2752,2757,2761,2765,2769,2773,2778,2782,2786,2790,2794,2798,2802,2806,2810,2814,2818,2822,2826,2830,2834,2838,2843,2847,2851,2855,2859,2863,2867,2871,2875,2879,2883,2887,2891,2895,2899,2903,2907,2911,2915,2919,2923],{"type":45,"tag":211,"props":2645,"children":2646},{"style":543},[2647],{"type":51,"value":546},{"type":45,"tag":211,"props":2649,"children":2650},{"style":549},[2651],{"type":51,"value":2652},"s-clickable",{"type":45,"tag":211,"props":2654,"children":2655},{"style":555},[2656],{"type":51,"value":1066},{"type":45,"tag":211,"props":2658,"children":2659},{"style":543},[2660],{"type":51,"value":563},{"type":45,"tag":211,"props":2662,"children":2663},{"style":543},[2664],{"type":51,"value":568},{"type":45,"tag":211,"props":2666,"children":2667},{"style":223},[2668],{"type":51,"value":2669},"View product",{"type":45,"tag":211,"props":2671,"children":2672},{"style":543},[2673],{"type":51,"value":568},{"type":45,"tag":211,"props":2675,"children":2676},{"style":555},[2677],{"type":51,"value":1637},{"type":45,"tag":211,"props":2679,"children":2680},{"style":543},[2681],{"type":51,"value":563},{"type":45,"tag":211,"props":2683,"children":2684},{"style":543},[2685],{"type":51,"value":568},{"type":45,"tag":211,"props":2687,"children":2688},{"style":223},[2689],{"type":51,"value":1650},{"type":45,"tag":211,"props":2691,"children":2692},{"style":543},[2693],{"type":51,"value":568},{"type":45,"tag":211,"props":2695,"children":2696},{"style":555},[2697],{"type":51,"value":1659},{"type":45,"tag":211,"props":2699,"children":2700},{"style":543},[2701],{"type":51,"value":563},{"type":45,"tag":211,"props":2703,"children":2704},{"style":543},[2705],{"type":51,"value":568},{"type":45,"tag":211,"props":2707,"children":2708},{"style":223},[2709],{"type":51,"value":2710},"detail-modal",{"type":45,"tag":211,"props":2712,"children":2713},{"style":543},[2714],{"type":51,"value":568},{"type":45,"tag":211,"props":2716,"children":2717},{"style":555},[2718],{"type":51,"value":1632},{"type":45,"tag":211,"props":2720,"children":2721},{"style":555},[2722],{"type":51,"value":1858},{"type":45,"tag":211,"props":2724,"children":2725},{"style":543},[2726],{"type":51,"value":563},{"type":45,"tag":211,"props":2728,"children":2729},{"style":543},[2730],{"type":51,"value":568},{"type":45,"tag":211,"props":2732,"children":2733},{"style":223},[2734],{"type":51,"value":2735},"file.pdf",{"type":45,"tag":211,"props":2737,"children":2738},{"style":543},[2739],{"type":51,"value":568},{"type":45,"tag":211,"props":2741,"children":2742},{"style":555},[2743],{"type":51,"value":1836},{"type":45,"tag":211,"props":2745,"children":2746},{"style":543},[2747],{"type":51,"value":563},{"type":45,"tag":211,"props":2749,"children":2750},{"style":543},[2751],{"type":51,"value":568},{"type":45,"tag":211,"props":2753,"children":2754},{"style":223},[2755],{"type":51,"value":2756},"\u002Fproducts\u002F42",{"type":45,"tag":211,"props":2758,"children":2759},{"style":543},[2760],{"type":51,"value":568},{"type":45,"tag":211,"props":2762,"children":2763},{"style":555},[2764],{"type":51,"value":1702},{"type":45,"tag":211,"props":2766,"children":2767},{"style":543},[2768],{"type":51,"value":563},{"type":45,"tag":211,"props":2770,"children":2771},{"style":543},[2772],{"type":51,"value":568},{"type":45,"tag":211,"props":2774,"children":2775},{"style":223},[2776],{"type":51,"value":2777},"tip",{"type":45,"tag":211,"props":2779,"children":2780},{"style":543},[2781],{"type":51,"value":568},{"type":45,"tag":211,"props":2783,"children":2784},{"style":555},[2785],{"type":51,"value":1724},{"type":45,"tag":211,"props":2787,"children":2788},{"style":543},[2789],{"type":51,"value":563},{"type":45,"tag":211,"props":2791,"children":2792},{"style":543},[2793],{"type":51,"value":568},{"type":45,"tag":211,"props":2795,"children":2796},{"style":223},[2797],{"type":51,"value":1737},{"type":45,"tag":211,"props":2799,"children":2800},{"style":543},[2801],{"type":51,"value":568},{"type":45,"tag":211,"props":2803,"children":2804},{"style":555},[2805],{"type":51,"value":582},{"type":45,"tag":211,"props":2807,"children":2808},{"style":555},[2809],{"type":51,"value":1814},{"type":45,"tag":211,"props":2811,"children":2812},{"style":543},[2813],{"type":51,"value":563},{"type":45,"tag":211,"props":2815,"children":2816},{"style":543},[2817],{"type":51,"value":568},{"type":45,"tag":211,"props":2819,"children":2820},{"style":223},[2821],{"type":51,"value":1827},{"type":45,"tag":211,"props":2823,"children":2824},{"style":543},[2825],{"type":51,"value":568},{"type":45,"tag":211,"props":2827,"children":2828},{"style":555},[2829],{"type":51,"value":1750},{"type":45,"tag":211,"props":2831,"children":2832},{"style":543},[2833],{"type":51,"value":563},{"type":45,"tag":211,"props":2835,"children":2836},{"style":543},[2837],{"type":51,"value":568},{"type":45,"tag":211,"props":2839,"children":2840},{"style":223},[2841],{"type":51,"value":2842},"button",{"type":45,"tag":211,"props":2844,"children":2845},{"style":543},[2846],{"type":51,"value":568},{"type":45,"tag":211,"props":2848,"children":2849},{"style":555},[2850],{"type":51,"value":1430},{"type":45,"tag":211,"props":2852,"children":2853},{"style":543},[2854],{"type":51,"value":563},{"type":45,"tag":211,"props":2856,"children":2857},{"style":543},[2858],{"type":51,"value":568},{"type":45,"tag":211,"props":2860,"children":2861},{"style":223},[2862],{"type":51,"value":805},{"type":45,"tag":211,"props":2864,"children":2865},{"style":543},[2866],{"type":51,"value":568},{"type":45,"tag":211,"props":2868,"children":2869},{"style":555},[2870],{"type":51,"value":1132},{"type":45,"tag":211,"props":2872,"children":2873},{"style":543},[2874],{"type":51,"value":563},{"type":45,"tag":211,"props":2876,"children":2877},{"style":543},[2878],{"type":51,"value":568},{"type":45,"tag":211,"props":2880,"children":2881},{"style":223},[2882],{"type":51,"value":1145},{"type":45,"tag":211,"props":2884,"children":2885},{"style":543},[2886],{"type":51,"value":568},{"type":45,"tag":211,"props":2888,"children":2889},{"style":555},[2890],{"type":51,"value":1214},{"type":45,"tag":211,"props":2892,"children":2893},{"style":543},[2894],{"type":51,"value":563},{"type":45,"tag":211,"props":2896,"children":2897},{"style":543},[2898],{"type":51,"value":568},{"type":45,"tag":211,"props":2900,"children":2901},{"style":223},[2902],{"type":51,"value":805},{"type":45,"tag":211,"props":2904,"children":2905},{"style":543},[2906],{"type":51,"value":568},{"type":45,"tag":211,"props":2908,"children":2909},{"style":543},[2910],{"type":51,"value":587},{"type":45,"tag":211,"props":2912,"children":2913},{"style":590},[2914],{"type":51,"value":593},{"type":45,"tag":211,"props":2916,"children":2917},{"style":543},[2918],{"type":51,"value":598},{"type":45,"tag":211,"props":2920,"children":2921},{"style":549},[2922],{"type":51,"value":2652},{"type":45,"tag":211,"props":2924,"children":2925},{"style":543},[2926],{"type":51,"value":607},{"type":45,"tag":211,"props":2928,"children":2930},{"class":213,"line":2929},14,[2931,2935,2940,2944,2948,2952,2956,2960,2964,2968,2972,2977,2981,2986,2990,2994,2998,3002,3007,3011,3015,3019,3023,3027,3031,3035,3039,3043,3047,3052,3056,3060,3064,3068,3073,3077,3081,3086,3090,3094],{"type":45,"tag":211,"props":2932,"children":2933},{"style":543},[2934],{"type":51,"value":546},{"type":45,"tag":211,"props":2936,"children":2937},{"style":549},[2938],{"type":51,"value":2939},"s-clickable-chip",{"type":45,"tag":211,"props":2941,"children":2942},{"style":555},[2943],{"type":51,"value":883},{"type":45,"tag":211,"props":2945,"children":2946},{"style":543},[2947],{"type":51,"value":563},{"type":45,"tag":211,"props":2949,"children":2950},{"style":543},[2951],{"type":51,"value":568},{"type":45,"tag":211,"props":2953,"children":2954},{"style":223},[2955],{"type":51,"value":805},{"type":45,"tag":211,"props":2957,"children":2958},{"style":543},[2959],{"type":51,"value":568},{"type":45,"tag":211,"props":2961,"children":2962},{"style":555},[2963],{"type":51,"value":1066},{"type":45,"tag":211,"props":2965,"children":2966},{"style":543},[2967],{"type":51,"value":563},{"type":45,"tag":211,"props":2969,"children":2970},{"style":543},[2971],{"type":51,"value":568},{"type":45,"tag":211,"props":2973,"children":2974},{"style":223},[2975],{"type":51,"value":2976},"Filter",{"type":45,"tag":211,"props":2978,"children":2979},{"style":543},[2980],{"type":51,"value":568},{"type":45,"tag":211,"props":2982,"children":2983},{"style":555},[2984],{"type":51,"value":2985}," removable",{"type":45,"tag":211,"props":2987,"children":2988},{"style":555},[2989],{"type":51,"value":1027},{"type":45,"tag":211,"props":2991,"children":2992},{"style":555},[2993],{"type":51,"value":1836},{"type":45,"tag":211,"props":2995,"children":2996},{"style":543},[2997],{"type":51,"value":563},{"type":45,"tag":211,"props":2999,"children":3000},{"style":543},[3001],{"type":51,"value":568},{"type":45,"tag":211,"props":3003,"children":3004},{"style":223},[3005],{"type":51,"value":3006},"\u002Ffilter",{"type":45,"tag":211,"props":3008,"children":3009},{"style":543},[3010],{"type":51,"value":568},{"type":45,"tag":211,"props":3012,"children":3013},{"style":555},[3014],{"type":51,"value":1632},{"type":45,"tag":211,"props":3016,"children":3017},{"style":555},[3018],{"type":51,"value":1637},{"type":45,"tag":211,"props":3020,"children":3021},{"style":543},[3022],{"type":51,"value":563},{"type":45,"tag":211,"props":3024,"children":3025},{"style":543},[3026],{"type":51,"value":568},{"type":45,"tag":211,"props":3028,"children":3029},{"style":223},[3030],{"type":51,"value":1650},{"type":45,"tag":211,"props":3032,"children":3033},{"style":543},[3034],{"type":51,"value":568},{"type":45,"tag":211,"props":3036,"children":3037},{"style":555},[3038],{"type":51,"value":1659},{"type":45,"tag":211,"props":3040,"children":3041},{"style":543},[3042],{"type":51,"value":563},{"type":45,"tag":211,"props":3044,"children":3045},{"style":543},[3046],{"type":51,"value":568},{"type":45,"tag":211,"props":3048,"children":3049},{"style":223},[3050],{"type":51,"value":3051},"chip-menu",{"type":45,"tag":211,"props":3053,"children":3054},{"style":543},[3055],{"type":51,"value":568},{"type":45,"tag":211,"props":3057,"children":3058},{"style":555},[3059],{"type":51,"value":1702},{"type":45,"tag":211,"props":3061,"children":3062},{"style":543},[3063],{"type":51,"value":563},{"type":45,"tag":211,"props":3065,"children":3066},{"style":543},[3067],{"type":51,"value":568},{"type":45,"tag":211,"props":3069,"children":3070},{"style":223},[3071],{"type":51,"value":3072},"chip-tip",{"type":45,"tag":211,"props":3074,"children":3075},{"style":543},[3076],{"type":51,"value":568},{"type":45,"tag":211,"props":3078,"children":3079},{"style":543},[3080],{"type":51,"value":587},{"type":45,"tag":211,"props":3082,"children":3083},{"style":590},[3084],{"type":51,"value":3085},"Active",{"type":45,"tag":211,"props":3087,"children":3088},{"style":543},[3089],{"type":51,"value":598},{"type":45,"tag":211,"props":3091,"children":3092},{"style":549},[3093],{"type":51,"value":2939},{"type":45,"tag":211,"props":3095,"children":3096},{"style":543},[3097],{"type":51,"value":607},{"type":45,"tag":211,"props":3099,"children":3101},{"class":213,"line":3100},15,[3102,3106,3111,3115,3119,3123,3128,3132,3136,3140,3144,3149,3153,3158,3162,3166,3171,3175,3179,3183,3187,3191,3196,3200,3204,3208,3212,3216,3220,3225,3229,3233,3238,3242,3247,3251,3255,3259,3263,3268,3272,3276,3280,3284,3288,3292,3297,3301,3305,3310,3314,3319,3323,3327],{"type":45,"tag":211,"props":3103,"children":3104},{"style":543},[3105],{"type":51,"value":546},{"type":45,"tag":211,"props":3107,"children":3108},{"style":549},[3109],{"type":51,"value":3110},"s-color-field",{"type":45,"tag":211,"props":3112,"children":3113},{"style":555},[3114],{"type":51,"value":2217},{"type":45,"tag":211,"props":3116,"children":3117},{"style":543},[3118],{"type":51,"value":563},{"type":45,"tag":211,"props":3120,"children":3121},{"style":543},[3122],{"type":51,"value":568},{"type":45,"tag":211,"props":3124,"children":3125},{"style":223},[3126],{"type":51,"value":3127},"brandColor",{"type":45,"tag":211,"props":3129,"children":3130},{"style":543},[3131],{"type":51,"value":568},{"type":45,"tag":211,"props":3133,"children":3134},{"style":555},[3135],{"type":51,"value":2243},{"type":45,"tag":211,"props":3137,"children":3138},{"style":543},[3139],{"type":51,"value":563},{"type":45,"tag":211,"props":3141,"children":3142},{"style":543},[3143],{"type":51,"value":568},{"type":45,"tag":211,"props":3145,"children":3146},{"style":223},[3147],{"type":51,"value":3148},"#FF5733",{"type":45,"tag":211,"props":3150,"children":3151},{"style":543},[3152],{"type":51,"value":568},{"type":45,"tag":211,"props":3154,"children":3155},{"style":555},[3156],{"type":51,"value":3157}," defaultValue",{"type":45,"tag":211,"props":3159,"children":3160},{"style":543},[3161],{"type":51,"value":563},{"type":45,"tag":211,"props":3163,"children":3164},{"style":543},[3165],{"type":51,"value":568},{"type":45,"tag":211,"props":3167,"children":3168},{"style":223},[3169],{"type":51,"value":3170},"#000000",{"type":45,"tag":211,"props":3172,"children":3173},{"style":543},[3174],{"type":51,"value":568},{"type":45,"tag":211,"props":3176,"children":3177},{"style":555},[3178],{"type":51,"value":1632},{"type":45,"tag":211,"props":3180,"children":3181},{"style":555},[3182],{"type":51,"value":2190},{"type":45,"tag":211,"props":3184,"children":3185},{"style":543},[3186],{"type":51,"value":563},{"type":45,"tag":211,"props":3188,"children":3189},{"style":543},[3190],{"type":51,"value":568},{"type":45,"tag":211,"props":3192,"children":3193},{"style":223},[3194],{"type":51,"value":3195},"Brand color",{"type":45,"tag":211,"props":3197,"children":3198},{"style":543},[3199],{"type":51,"value":568},{"type":45,"tag":211,"props":3201,"children":3202},{"style":555},[3203],{"type":51,"value":2441},{"type":45,"tag":211,"props":3205,"children":3206},{"style":543},[3207],{"type":51,"value":563},{"type":45,"tag":211,"props":3209,"children":3210},{"style":543},[3211],{"type":51,"value":568},{"type":45,"tag":211,"props":3213,"children":3214},{"style":223},[3215],{"type":51,"value":2454},{"type":45,"tag":211,"props":3217,"children":3218},{"style":543},[3219],{"type":51,"value":568},{"type":45,"tag":211,"props":3221,"children":3222},{"style":555},[3223],{"type":51,"value":3224}," placeholder",{"type":45,"tag":211,"props":3226,"children":3227},{"style":543},[3228],{"type":51,"value":563},{"type":45,"tag":211,"props":3230,"children":3231},{"style":543},[3232],{"type":51,"value":568},{"type":45,"tag":211,"props":3234,"children":3235},{"style":223},[3236],{"type":51,"value":3237},"Pick color",{"type":45,"tag":211,"props":3239,"children":3240},{"style":543},[3241],{"type":51,"value":568},{"type":45,"tag":211,"props":3243,"children":3244},{"style":555},[3245],{"type":51,"value":3246}," readOnly",{"type":45,"tag":211,"props":3248,"children":3249},{"style":555},[3250],{"type":51,"value":2212},{"type":45,"tag":211,"props":3252,"children":3253},{"style":555},[3254],{"type":51,"value":2168},{"type":45,"tag":211,"props":3256,"children":3257},{"style":543},[3258],{"type":51,"value":563},{"type":45,"tag":211,"props":3260,"children":3261},{"style":543},[3262],{"type":51,"value":568},{"type":45,"tag":211,"props":3264,"children":3265},{"style":223},[3266],{"type":51,"value":3267},"Invalid",{"type":45,"tag":211,"props":3269,"children":3270},{"style":543},[3271],{"type":51,"value":568},{"type":45,"tag":211,"props":3273,"children":3274},{"style":555},[3275],{"type":51,"value":2146},{"type":45,"tag":211,"props":3277,"children":3278},{"style":543},[3279],{"type":51,"value":563},{"type":45,"tag":211,"props":3281,"children":3282},{"style":543},[3283],{"type":51,"value":568},{"type":45,"tag":211,"props":3285,"children":3286},{"style":223},[3287],{"type":51,"value":3195},{"type":45,"tag":211,"props":3289,"children":3290},{"style":543},[3291],{"type":51,"value":568},{"type":45,"tag":211,"props":3293,"children":3294},{"style":555},[3295],{"type":51,"value":3296}," autocomplete",{"type":45,"tag":211,"props":3298,"children":3299},{"style":543},[3300],{"type":51,"value":563},{"type":45,"tag":211,"props":3302,"children":3303},{"style":543},[3304],{"type":51,"value":568},{"type":45,"tag":211,"props":3306,"children":3307},{"style":223},[3308],{"type":51,"value":3309},"off",{"type":45,"tag":211,"props":3311,"children":3312},{"style":543},[3313],{"type":51,"value":568},{"type":45,"tag":211,"props":3315,"children":3316},{"style":555},[3317],{"type":51,"value":3318}," alpha",{"type":45,"tag":211,"props":3320,"children":3321},{"style":543},[3322],{"type":51,"value":723},{"type":45,"tag":211,"props":3324,"children":3325},{"style":549},[3326],{"type":51,"value":3110},{"type":45,"tag":211,"props":3328,"children":3329},{"style":543},[3330],{"type":51,"value":607},{"type":45,"tag":211,"props":3332,"children":3334},{"class":213,"line":3333},16,[3335,3339,3344,3348,3352,3356,3360,3365,3369,3373,3377,3381,3385,3389,3393,3397,3401,3406,3410,3414,3418],{"type":45,"tag":211,"props":3336,"children":3337},{"style":543},[3338],{"type":51,"value":546},{"type":45,"tag":211,"props":3340,"children":3341},{"style":549},[3342],{"type":51,"value":3343},"s-color-picker",{"type":45,"tag":211,"props":3345,"children":3346},{"style":555},[3347],{"type":51,"value":3318},{"type":45,"tag":211,"props":3349,"children":3350},{"style":555},[3351],{"type":51,"value":2243},{"type":45,"tag":211,"props":3353,"children":3354},{"style":543},[3355],{"type":51,"value":563},{"type":45,"tag":211,"props":3357,"children":3358},{"style":543},[3359],{"type":51,"value":568},{"type":45,"tag":211,"props":3361,"children":3362},{"style":223},[3363],{"type":51,"value":3364},"#3498DB",{"type":45,"tag":211,"props":3366,"children":3367},{"style":543},[3368],{"type":51,"value":568},{"type":45,"tag":211,"props":3370,"children":3371},{"style":555},[3372],{"type":51,"value":3157},{"type":45,"tag":211,"props":3374,"children":3375},{"style":543},[3376],{"type":51,"value":563},{"type":45,"tag":211,"props":3378,"children":3379},{"style":543},[3380],{"type":51,"value":568},{"type":45,"tag":211,"props":3382,"children":3383},{"style":223},[3384],{"type":51,"value":3170},{"type":45,"tag":211,"props":3386,"children":3387},{"style":543},[3388],{"type":51,"value":568},{"type":45,"tag":211,"props":3390,"children":3391},{"style":555},[3392],{"type":51,"value":2217},{"type":45,"tag":211,"props":3394,"children":3395},{"style":543},[3396],{"type":51,"value":563},{"type":45,"tag":211,"props":3398,"children":3399},{"style":543},[3400],{"type":51,"value":568},{"type":45,"tag":211,"props":3402,"children":3403},{"style":223},[3404],{"type":51,"value":3405},"accent",{"type":45,"tag":211,"props":3407,"children":3408},{"style":543},[3409],{"type":51,"value":568},{"type":45,"tag":211,"props":3411,"children":3412},{"style":543},[3413],{"type":51,"value":723},{"type":45,"tag":211,"props":3415,"children":3416},{"style":549},[3417],{"type":51,"value":3343},{"type":45,"tag":211,"props":3419,"children":3420},{"style":543},[3421],{"type":51,"value":607},{"type":45,"tag":211,"props":3423,"children":3425},{"class":213,"line":3424},17,[3426,3430,3435,3439,3443,3447,3452,3456,3460,3464,3468,3473,3477,3481,3485,3489,3494,3498,3502,3506,3510,3514,3519,3523,3527,3531,3535,3539,3543,3547,3551,3555,3560,3564,3568,3572,3576,3580,3584,3589,3593,3597,3601,3605,3610,3614,3618,3622,3626,3631,3635,3640,3644,3648,3653,3657,3662,3666,3670,3675,3679,3684,3688,3692,3697,3701,3706,3710,3714,3719,3723,3728,3732,3736,3741,3745,3750,3754,3758,3763,3767,3771,3775],{"type":45,"tag":211,"props":3427,"children":3428},{"style":543},[3429],{"type":51,"value":546},{"type":45,"tag":211,"props":3431,"children":3432},{"style":549},[3433],{"type":51,"value":3434},"s-date-field",{"type":45,"tag":211,"props":3436,"children":3437},{"style":555},[3438],{"type":51,"value":2217},{"type":45,"tag":211,"props":3440,"children":3441},{"style":543},[3442],{"type":51,"value":563},{"type":45,"tag":211,"props":3444,"children":3445},{"style":543},[3446],{"type":51,"value":568},{"type":45,"tag":211,"props":3448,"children":3449},{"style":223},[3450],{"type":51,"value":3451},"startDate",{"type":45,"tag":211,"props":3453,"children":3454},{"style":543},[3455],{"type":51,"value":568},{"type":45,"tag":211,"props":3457,"children":3458},{"style":555},[3459],{"type":51,"value":2243},{"type":45,"tag":211,"props":3461,"children":3462},{"style":543},[3463],{"type":51,"value":563},{"type":45,"tag":211,"props":3465,"children":3466},{"style":543},[3467],{"type":51,"value":568},{"type":45,"tag":211,"props":3469,"children":3470},{"style":223},[3471],{"type":51,"value":3472},"2025-06-15",{"type":45,"tag":211,"props":3474,"children":3475},{"style":543},[3476],{"type":51,"value":568},{"type":45,"tag":211,"props":3478,"children":3479},{"style":555},[3480],{"type":51,"value":3157},{"type":45,"tag":211,"props":3482,"children":3483},{"style":543},[3484],{"type":51,"value":563},{"type":45,"tag":211,"props":3486,"children":3487},{"style":543},[3488],{"type":51,"value":568},{"type":45,"tag":211,"props":3490,"children":3491},{"style":223},[3492],{"type":51,"value":3493},"2025-01-01",{"type":45,"tag":211,"props":3495,"children":3496},{"style":543},[3497],{"type":51,"value":568},{"type":45,"tag":211,"props":3499,"children":3500},{"style":555},[3501],{"type":51,"value":1632},{"type":45,"tag":211,"props":3503,"children":3504},{"style":555},[3505],{"type":51,"value":2190},{"type":45,"tag":211,"props":3507,"children":3508},{"style":543},[3509],{"type":51,"value":563},{"type":45,"tag":211,"props":3511,"children":3512},{"style":543},[3513],{"type":51,"value":568},{"type":45,"tag":211,"props":3515,"children":3516},{"style":223},[3517],{"type":51,"value":3518},"Start date",{"type":45,"tag":211,"props":3520,"children":3521},{"style":543},[3522],{"type":51,"value":568},{"type":45,"tag":211,"props":3524,"children":3525},{"style":555},[3526],{"type":51,"value":2441},{"type":45,"tag":211,"props":3528,"children":3529},{"style":543},[3530],{"type":51,"value":563},{"type":45,"tag":211,"props":3532,"children":3533},{"style":543},[3534],{"type":51,"value":568},{"type":45,"tag":211,"props":3536,"children":3537},{"style":223},[3538],{"type":51,"value":2454},{"type":45,"tag":211,"props":3540,"children":3541},{"style":543},[3542],{"type":51,"value":568},{"type":45,"tag":211,"props":3544,"children":3545},{"style":555},[3546],{"type":51,"value":3224},{"type":45,"tag":211,"props":3548,"children":3549},{"style":543},[3550],{"type":51,"value":563},{"type":45,"tag":211,"props":3552,"children":3553},{"style":543},[3554],{"type":51,"value":568},{"type":45,"tag":211,"props":3556,"children":3557},{"style":223},[3558],{"type":51,"value":3559},"YYYY-MM-DD",{"type":45,"tag":211,"props":3561,"children":3562},{"style":543},[3563],{"type":51,"value":568},{"type":45,"tag":211,"props":3565,"children":3566},{"style":555},[3567],{"type":51,"value":3246},{"type":45,"tag":211,"props":3569,"children":3570},{"style":555},[3571],{"type":51,"value":2212},{"type":45,"tag":211,"props":3573,"children":3574},{"style":555},[3575],{"type":51,"value":2168},{"type":45,"tag":211,"props":3577,"children":3578},{"style":543},[3579],{"type":51,"value":563},{"type":45,"tag":211,"props":3581,"children":3582},{"style":543},[3583],{"type":51,"value":568},{"type":45,"tag":211,"props":3585,"children":3586},{"style":223},[3587],{"type":51,"value":3588},"Invalid date",{"type":45,"tag":211,"props":3590,"children":3591},{"style":543},[3592],{"type":51,"value":568},{"type":45,"tag":211,"props":3594,"children":3595},{"style":555},[3596],{"type":51,"value":2146},{"type":45,"tag":211,"props":3598,"children":3599},{"style":543},[3600],{"type":51,"value":563},{"type":45,"tag":211,"props":3602,"children":3603},{"style":543},[3604],{"type":51,"value":568},{"type":45,"tag":211,"props":3606,"children":3607},{"style":223},[3608],{"type":51,"value":3609},"Event start",{"type":45,"tag":211,"props":3611,"children":3612},{"style":543},[3613],{"type":51,"value":568},{"type":45,"tag":211,"props":3615,"children":3616},{"style":555},[3617],{"type":51,"value":3296},{"type":45,"tag":211,"props":3619,"children":3620},{"style":543},[3621],{"type":51,"value":563},{"type":45,"tag":211,"props":3623,"children":3624},{"style":543},[3625],{"type":51,"value":568},{"type":45,"tag":211,"props":3627,"children":3628},{"style":223},[3629],{"type":51,"value":3630},"bday",{"type":45,"tag":211,"props":3632,"children":3633},{"style":543},[3634],{"type":51,"value":568},{"type":45,"tag":211,"props":3636,"children":3637},{"style":555},[3638],{"type":51,"value":3639}," allow",{"type":45,"tag":211,"props":3641,"children":3642},{"style":543},[3643],{"type":51,"value":563},{"type":45,"tag":211,"props":3645,"children":3646},{"style":543},[3647],{"type":51,"value":568},{"type":45,"tag":211,"props":3649,"children":3650},{"style":223},[3651],{"type":51,"value":3652},"2025--",{"type":45,"tag":211,"props":3654,"children":3655},{"style":543},[3656],{"type":51,"value":568},{"type":45,"tag":211,"props":3658,"children":3659},{"style":555},[3660],{"type":51,"value":3661}," allowDays",{"type":45,"tag":211,"props":3663,"children":3664},{"style":543},[3665],{"type":51,"value":563},{"type":45,"tag":211,"props":3667,"children":3668},{"style":543},[3669],{"type":51,"value":568},{"type":45,"tag":211,"props":3671,"children":3672},{"style":223},[3673],{"type":51,"value":3674},"1,2,3,4,5",{"type":45,"tag":211,"props":3676,"children":3677},{"style":543},[3678],{"type":51,"value":568},{"type":45,"tag":211,"props":3680,"children":3681},{"style":555},[3682],{"type":51,"value":3683}," disallow",{"type":45,"tag":211,"props":3685,"children":3686},{"style":543},[3687],{"type":51,"value":563},{"type":45,"tag":211,"props":3689,"children":3690},{"style":543},[3691],{"type":51,"value":568},{"type":45,"tag":211,"props":3693,"children":3694},{"style":223},[3695],{"type":51,"value":3696},"2025-12-25",{"type":45,"tag":211,"props":3698,"children":3699},{"style":543},[3700],{"type":51,"value":568},{"type":45,"tag":211,"props":3702,"children":3703},{"style":555},[3704],{"type":51,"value":3705}," disallowDays",{"type":45,"tag":211,"props":3707,"children":3708},{"style":543},[3709],{"type":51,"value":563},{"type":45,"tag":211,"props":3711,"children":3712},{"style":543},[3713],{"type":51,"value":568},{"type":45,"tag":211,"props":3715,"children":3716},{"style":223},[3717],{"type":51,"value":3718},"0,6",{"type":45,"tag":211,"props":3720,"children":3721},{"style":543},[3722],{"type":51,"value":568},{"type":45,"tag":211,"props":3724,"children":3725},{"style":555},[3726],{"type":51,"value":3727}," view",{"type":45,"tag":211,"props":3729,"children":3730},{"style":543},[3731],{"type":51,"value":563},{"type":45,"tag":211,"props":3733,"children":3734},{"style":543},[3735],{"type":51,"value":568},{"type":45,"tag":211,"props":3737,"children":3738},{"style":223},[3739],{"type":51,"value":3740},"2025-06",{"type":45,"tag":211,"props":3742,"children":3743},{"style":543},[3744],{"type":51,"value":568},{"type":45,"tag":211,"props":3746,"children":3747},{"style":555},[3748],{"type":51,"value":3749}," defaultView",{"type":45,"tag":211,"props":3751,"children":3752},{"style":543},[3753],{"type":51,"value":563},{"type":45,"tag":211,"props":3755,"children":3756},{"style":543},[3757],{"type":51,"value":568},{"type":45,"tag":211,"props":3759,"children":3760},{"style":223},[3761],{"type":51,"value":3762},"2025-01",{"type":45,"tag":211,"props":3764,"children":3765},{"style":543},[3766],{"type":51,"value":568},{"type":45,"tag":211,"props":3768,"children":3769},{"style":543},[3770],{"type":51,"value":723},{"type":45,"tag":211,"props":3772,"children":3773},{"style":549},[3774],{"type":51,"value":3434},{"type":45,"tag":211,"props":3776,"children":3777},{"style":543},[3778],{"type":51,"value":607},{"type":45,"tag":211,"props":3780,"children":3782},{"class":213,"line":3781},18,[3783,3787,3792,3796,3800,3804,3809,3813,3817,3821,3825,3830,3834,3838,3842,3846,3850,3854,3858,3862,3866,3871,3875,3879,3883,3887,3891,3895,3899,3903,3907,3912,3916,3920,3924,3928,3932,3936,3940,3944,3948,3952,3956,3960,3964,3968,3972,3976,3980,3984,3988,3992,3996,4000,4004],{"type":45,"tag":211,"props":3784,"children":3785},{"style":543},[3786],{"type":51,"value":546},{"type":45,"tag":211,"props":3788,"children":3789},{"style":549},[3790],{"type":51,"value":3791},"s-date-picker",{"type":45,"tag":211,"props":3793,"children":3794},{"style":555},[3795],{"type":51,"value":1750},{"type":45,"tag":211,"props":3797,"children":3798},{"style":543},[3799],{"type":51,"value":563},{"type":45,"tag":211,"props":3801,"children":3802},{"style":543},[3803],{"type":51,"value":568},{"type":45,"tag":211,"props":3805,"children":3806},{"style":223},[3807],{"type":51,"value":3808},"range",{"type":45,"tag":211,"props":3810,"children":3811},{"style":543},[3812],{"type":51,"value":568},{"type":45,"tag":211,"props":3814,"children":3815},{"style":555},[3816],{"type":51,"value":2243},{"type":45,"tag":211,"props":3818,"children":3819},{"style":543},[3820],{"type":51,"value":563},{"type":45,"tag":211,"props":3822,"children":3823},{"style":543},[3824],{"type":51,"value":568},{"type":45,"tag":211,"props":3826,"children":3827},{"style":223},[3828],{"type":51,"value":3829},"2025-03-01",{"type":45,"tag":211,"props":3831,"children":3832},{"style":543},[3833],{"type":51,"value":568},{"type":45,"tag":211,"props":3835,"children":3836},{"style":555},[3837],{"type":51,"value":3157},{"type":45,"tag":211,"props":3839,"children":3840},{"style":543},[3841],{"type":51,"value":563},{"type":45,"tag":211,"props":3843,"children":3844},{"style":543},[3845],{"type":51,"value":568},{"type":45,"tag":211,"props":3847,"children":3848},{"style":223},[3849],{"type":51,"value":3493},{"type":45,"tag":211,"props":3851,"children":3852},{"style":543},[3853],{"type":51,"value":568},{"type":45,"tag":211,"props":3855,"children":3856},{"style":555},[3857],{"type":51,"value":2217},{"type":45,"tag":211,"props":3859,"children":3860},{"style":543},[3861],{"type":51,"value":563},{"type":45,"tag":211,"props":3863,"children":3864},{"style":543},[3865],{"type":51,"value":568},{"type":45,"tag":211,"props":3867,"children":3868},{"style":223},[3869],{"type":51,"value":3870},"dateRange",{"type":45,"tag":211,"props":3872,"children":3873},{"style":543},[3874],{"type":51,"value":568},{"type":45,"tag":211,"props":3876,"children":3877},{"style":555},[3878],{"type":51,"value":3749},{"type":45,"tag":211,"props":3880,"children":3881},{"style":543},[3882],{"type":51,"value":563},{"type":45,"tag":211,"props":3884,"children":3885},{"style":543},[3886],{"type":51,"value":568},{"type":45,"tag":211,"props":3888,"children":3889},{"style":223},[3890],{"type":51,"value":3740},{"type":45,"tag":211,"props":3892,"children":3893},{"style":543},[3894],{"type":51,"value":568},{"type":45,"tag":211,"props":3896,"children":3897},{"style":555},[3898],{"type":51,"value":3727},{"type":45,"tag":211,"props":3900,"children":3901},{"style":543},[3902],{"type":51,"value":563},{"type":45,"tag":211,"props":3904,"children":3905},{"style":543},[3906],{"type":51,"value":568},{"type":45,"tag":211,"props":3908,"children":3909},{"style":223},[3910],{"type":51,"value":3911},"2025-03",{"type":45,"tag":211,"props":3913,"children":3914},{"style":543},[3915],{"type":51,"value":568},{"type":45,"tag":211,"props":3917,"children":3918},{"style":555},[3919],{"type":51,"value":3639},{"type":45,"tag":211,"props":3921,"children":3922},{"style":543},[3923],{"type":51,"value":563},{"type":45,"tag":211,"props":3925,"children":3926},{"style":543},[3927],{"type":51,"value":568},{"type":45,"tag":211,"props":3929,"children":3930},{"style":223},[3931],{"type":51,"value":3652},{"type":45,"tag":211,"props":3933,"children":3934},{"style":543},[3935],{"type":51,"value":568},{"type":45,"tag":211,"props":3937,"children":3938},{"style":555},[3939],{"type":51,"value":3683},{"type":45,"tag":211,"props":3941,"children":3942},{"style":543},[3943],{"type":51,"value":563},{"type":45,"tag":211,"props":3945,"children":3946},{"style":543},[3947],{"type":51,"value":568},{"type":45,"tag":211,"props":3949,"children":3950},{"style":223},[3951],{"type":51,"value":3696},{"type":45,"tag":211,"props":3953,"children":3954},{"style":543},[3955],{"type":51,"value":568},{"type":45,"tag":211,"props":3957,"children":3958},{"style":555},[3959],{"type":51,"value":3661},{"type":45,"tag":211,"props":3961,"children":3962},{"style":543},[3963],{"type":51,"value":563},{"type":45,"tag":211,"props":3965,"children":3966},{"style":543},[3967],{"type":51,"value":568},{"type":45,"tag":211,"props":3969,"children":3970},{"style":223},[3971],{"type":51,"value":3674},{"type":45,"tag":211,"props":3973,"children":3974},{"style":543},[3975],{"type":51,"value":568},{"type":45,"tag":211,"props":3977,"children":3978},{"style":555},[3979],{"type":51,"value":3705},{"type":45,"tag":211,"props":3981,"children":3982},{"style":543},[3983],{"type":51,"value":563},{"type":45,"tag":211,"props":3985,"children":3986},{"style":543},[3987],{"type":51,"value":568},{"type":45,"tag":211,"props":3989,"children":3990},{"style":223},[3991],{"type":51,"value":3718},{"type":45,"tag":211,"props":3993,"children":3994},{"style":543},[3995],{"type":51,"value":568},{"type":45,"tag":211,"props":3997,"children":3998},{"style":543},[3999],{"type":51,"value":723},{"type":45,"tag":211,"props":4001,"children":4002},{"style":549},[4003],{"type":51,"value":3791},{"type":45,"tag":211,"props":4005,"children":4006},{"style":543},[4007],{"type":51,"value":607},{"type":45,"tag":211,"props":4009,"children":4011},{"class":213,"line":4010},19,[4012,4016,4021,4026,4030,4034,4039,4043,4047,4051,4055,4059,4063,4067,4071],{"type":45,"tag":211,"props":4013,"children":4014},{"style":543},[4015],{"type":51,"value":546},{"type":45,"tag":211,"props":4017,"children":4018},{"style":549},[4019],{"type":51,"value":4020},"s-divider",{"type":45,"tag":211,"props":4022,"children":4023},{"style":555},[4024],{"type":51,"value":4025}," direction",{"type":45,"tag":211,"props":4027,"children":4028},{"style":543},[4029],{"type":51,"value":563},{"type":45,"tag":211,"props":4031,"children":4032},{"style":543},[4033],{"type":51,"value":568},{"type":45,"tag":211,"props":4035,"children":4036},{"style":223},[4037],{"type":51,"value":4038},"inline",{"type":45,"tag":211,"props":4040,"children":4041},{"style":543},[4042],{"type":51,"value":568},{"type":45,"tag":211,"props":4044,"children":4045},{"style":555},[4046],{"type":51,"value":883},{"type":45,"tag":211,"props":4048,"children":4049},{"style":543},[4050],{"type":51,"value":563},{"type":45,"tag":211,"props":4052,"children":4053},{"style":543},[4054],{"type":51,"value":568},{"type":45,"tag":211,"props":4056,"children":4057},{"style":223},[4058],{"type":51,"value":805},{"type":45,"tag":211,"props":4060,"children":4061},{"style":543},[4062],{"type":51,"value":568},{"type":45,"tag":211,"props":4064,"children":4065},{"style":543},[4066],{"type":51,"value":723},{"type":45,"tag":211,"props":4068,"children":4069},{"style":549},[4070],{"type":51,"value":4020},{"type":45,"tag":211,"props":4072,"children":4073},{"style":543},[4074],{"type":51,"value":607},{"type":45,"tag":211,"props":4076,"children":4078},{"class":213,"line":4077},20,[4079,4083,4088,4093,4097,4101,4106,4110,4114,4118,4122,4127,4131,4135,4139,4143,4147,4152,4156,4160,4164,4168,4173,4177,4181,4185,4189,4193,4197,4201,4205,4209,4213,4218,4222,4226,4230,4234,4238,4243,4247,4251,4255],{"type":45,"tag":211,"props":4080,"children":4081},{"style":543},[4082],{"type":51,"value":546},{"type":45,"tag":211,"props":4084,"children":4085},{"style":549},[4086],{"type":51,"value":4087},"s-drop-zone",{"type":45,"tag":211,"props":4089,"children":4090},{"style":555},[4091],{"type":51,"value":4092}," accept",{"type":45,"tag":211,"props":4094,"children":4095},{"style":543},[4096],{"type":51,"value":563},{"type":45,"tag":211,"props":4098,"children":4099},{"style":543},[4100],{"type":51,"value":568},{"type":45,"tag":211,"props":4102,"children":4103},{"style":223},[4104],{"type":51,"value":4105},".jpg,.png",{"type":45,"tag":211,"props":4107,"children":4108},{"style":543},[4109],{"type":51,"value":568},{"type":45,"tag":211,"props":4111,"children":4112},{"style":555},[4113],{"type":51,"value":1066},{"type":45,"tag":211,"props":4115,"children":4116},{"style":543},[4117],{"type":51,"value":563},{"type":45,"tag":211,"props":4119,"children":4120},{"style":543},[4121],{"type":51,"value":568},{"type":45,"tag":211,"props":4123,"children":4124},{"style":223},[4125],{"type":51,"value":4126},"Upload images",{"type":45,"tag":211,"props":4128,"children":4129},{"style":543},[4130],{"type":51,"value":568},{"type":45,"tag":211,"props":4132,"children":4133},{"style":555},[4134],{"type":51,"value":1632},{"type":45,"tag":211,"props":4136,"children":4137},{"style":555},[4138],{"type":51,"value":2168},{"type":45,"tag":211,"props":4140,"children":4141},{"style":543},[4142],{"type":51,"value":563},{"type":45,"tag":211,"props":4144,"children":4145},{"style":543},[4146],{"type":51,"value":568},{"type":45,"tag":211,"props":4148,"children":4149},{"style":223},[4150],{"type":51,"value":4151},"File too large",{"type":45,"tag":211,"props":4153,"children":4154},{"style":543},[4155],{"type":51,"value":568},{"type":45,"tag":211,"props":4157,"children":4158},{"style":555},[4159],{"type":51,"value":2190},{"type":45,"tag":211,"props":4161,"children":4162},{"style":543},[4163],{"type":51,"value":563},{"type":45,"tag":211,"props":4165,"children":4166},{"style":543},[4167],{"type":51,"value":568},{"type":45,"tag":211,"props":4169,"children":4170},{"style":223},[4171],{"type":51,"value":4172},"Product images",{"type":45,"tag":211,"props":4174,"children":4175},{"style":543},[4176],{"type":51,"value":568},{"type":45,"tag":211,"props":4178,"children":4179},{"style":555},[4180],{"type":51,"value":2441},{"type":45,"tag":211,"props":4182,"children":4183},{"style":543},[4184],{"type":51,"value":563},{"type":45,"tag":211,"props":4186,"children":4187},{"style":543},[4188],{"type":51,"value":568},{"type":45,"tag":211,"props":4190,"children":4191},{"style":223},[4192],{"type":51,"value":2454},{"type":45,"tag":211,"props":4194,"children":4195},{"style":543},[4196],{"type":51,"value":568},{"type":45,"tag":211,"props":4198,"children":4199},{"style":555},[4200],{"type":51,"value":2463},{"type":45,"tag":211,"props":4202,"children":4203},{"style":555},[4204],{"type":51,"value":2217},{"type":45,"tag":211,"props":4206,"children":4207},{"style":543},[4208],{"type":51,"value":563},{"type":45,"tag":211,"props":4210,"children":4211},{"style":543},[4212],{"type":51,"value":568},{"type":45,"tag":211,"props":4214,"children":4215},{"style":223},[4216],{"type":51,"value":4217},"images",{"type":45,"tag":211,"props":4219,"children":4220},{"style":543},[4221],{"type":51,"value":568},{"type":45,"tag":211,"props":4223,"children":4224},{"style":555},[4225],{"type":51,"value":2212},{"type":45,"tag":211,"props":4227,"children":4228},{"style":555},[4229],{"type":51,"value":2243},{"type":45,"tag":211,"props":4231,"children":4232},{"style":543},[4233],{"type":51,"value":563},{"type":45,"tag":211,"props":4235,"children":4236},{"style":543},[4237],{"type":51,"value":568},{"type":45,"tag":211,"props":4239,"children":4240},{"style":223},[4241],{"type":51,"value":4242},"file.jpg",{"type":45,"tag":211,"props":4244,"children":4245},{"style":543},[4246],{"type":51,"value":568},{"type":45,"tag":211,"props":4248,"children":4249},{"style":543},[4250],{"type":51,"value":723},{"type":45,"tag":211,"props":4252,"children":4253},{"style":549},[4254],{"type":51,"value":4087},{"type":45,"tag":211,"props":4256,"children":4257},{"style":543},[4258],{"type":51,"value":607},{"type":45,"tag":211,"props":4260,"children":4262},{"class":213,"line":4261},21,[4263,4267,4272,4276,4280,4284,4289,4293,4297,4301,4305,4310,4314,4318,4322,4326,4331,4335,4339,4343,4347,4351,4356,4360,4364,4368,4372,4376,4380,4384,4388,4392,4397,4401,4405,4409,4413,4417,4421,4426,4430,4434,4438,4442,4447,4451,4455,4459,4463,4467,4471,4476,4480,4484,4489,4493,4498,4502,4506,4511,4515,4519,4523],{"type":45,"tag":211,"props":4264,"children":4265},{"style":543},[4266],{"type":51,"value":546},{"type":45,"tag":211,"props":4268,"children":4269},{"style":549},[4270],{"type":51,"value":4271},"s-email-field",{"type":45,"tag":211,"props":4273,"children":4274},{"style":555},[4275],{"type":51,"value":2217},{"type":45,"tag":211,"props":4277,"children":4278},{"style":543},[4279],{"type":51,"value":563},{"type":45,"tag":211,"props":4281,"children":4282},{"style":543},[4283],{"type":51,"value":568},{"type":45,"tag":211,"props":4285,"children":4286},{"style":223},[4287],{"type":51,"value":4288},"email",{"type":45,"tag":211,"props":4290,"children":4291},{"style":543},[4292],{"type":51,"value":568},{"type":45,"tag":211,"props":4294,"children":4295},{"style":555},[4296],{"type":51,"value":2243},{"type":45,"tag":211,"props":4298,"children":4299},{"style":543},[4300],{"type":51,"value":563},{"type":45,"tag":211,"props":4302,"children":4303},{"style":543},[4304],{"type":51,"value":568},{"type":45,"tag":211,"props":4306,"children":4307},{"style":223},[4308],{"type":51,"value":4309},"test@example.com",{"type":45,"tag":211,"props":4311,"children":4312},{"style":543},[4313],{"type":51,"value":568},{"type":45,"tag":211,"props":4315,"children":4316},{"style":555},[4317],{"type":51,"value":3157},{"type":45,"tag":211,"props":4319,"children":4320},{"style":543},[4321],{"type":51,"value":563},{"type":45,"tag":211,"props":4323,"children":4324},{"style":543},[4325],{"type":51,"value":568},{"type":45,"tag":211,"props":4327,"children":4328},{"style":223},[4329],{"type":51,"value":4330},"user@shop.com",{"type":45,"tag":211,"props":4332,"children":4333},{"style":543},[4334],{"type":51,"value":568},{"type":45,"tag":211,"props":4336,"children":4337},{"style":555},[4338],{"type":51,"value":1632},{"type":45,"tag":211,"props":4340,"children":4341},{"style":555},[4342],{"type":51,"value":2190},{"type":45,"tag":211,"props":4344,"children":4345},{"style":543},[4346],{"type":51,"value":563},{"type":45,"tag":211,"props":4348,"children":4349},{"style":543},[4350],{"type":51,"value":568},{"type":45,"tag":211,"props":4352,"children":4353},{"style":223},[4354],{"type":51,"value":4355},"Email",{"type":45,"tag":211,"props":4357,"children":4358},{"style":543},[4359],{"type":51,"value":568},{"type":45,"tag":211,"props":4361,"children":4362},{"style":555},[4363],{"type":51,"value":2441},{"type":45,"tag":211,"props":4365,"children":4366},{"style":543},[4367],{"type":51,"value":563},{"type":45,"tag":211,"props":4369,"children":4370},{"style":543},[4371],{"type":51,"value":568},{"type":45,"tag":211,"props":4373,"children":4374},{"style":223},[4375],{"type":51,"value":2454},{"type":45,"tag":211,"props":4377,"children":4378},{"style":543},[4379],{"type":51,"value":568},{"type":45,"tag":211,"props":4381,"children":4382},{"style":555},[4383],{"type":51,"value":3224},{"type":45,"tag":211,"props":4385,"children":4386},{"style":543},[4387],{"type":51,"value":563},{"type":45,"tag":211,"props":4389,"children":4390},{"style":543},[4391],{"type":51,"value":568},{"type":45,"tag":211,"props":4393,"children":4394},{"style":223},[4395],{"type":51,"value":4396},"you@example.com",{"type":45,"tag":211,"props":4398,"children":4399},{"style":543},[4400],{"type":51,"value":568},{"type":45,"tag":211,"props":4402,"children":4403},{"style":555},[4404],{"type":51,"value":3246},{"type":45,"tag":211,"props":4406,"children":4407},{"style":555},[4408],{"type":51,"value":2212},{"type":45,"tag":211,"props":4410,"children":4411},{"style":555},[4412],{"type":51,"value":2168},{"type":45,"tag":211,"props":4414,"children":4415},{"style":543},[4416],{"type":51,"value":563},{"type":45,"tag":211,"props":4418,"children":4419},{"style":543},[4420],{"type":51,"value":568},{"type":45,"tag":211,"props":4422,"children":4423},{"style":223},[4424],{"type":51,"value":4425},"Invalid email",{"type":45,"tag":211,"props":4427,"children":4428},{"style":543},[4429],{"type":51,"value":568},{"type":45,"tag":211,"props":4431,"children":4432},{"style":555},[4433],{"type":51,"value":2146},{"type":45,"tag":211,"props":4435,"children":4436},{"style":543},[4437],{"type":51,"value":563},{"type":45,"tag":211,"props":4439,"children":4440},{"style":543},[4441],{"type":51,"value":568},{"type":45,"tag":211,"props":4443,"children":4444},{"style":223},[4445],{"type":51,"value":4446},"Contact email",{"type":45,"tag":211,"props":4448,"children":4449},{"style":543},[4450],{"type":51,"value":568},{"type":45,"tag":211,"props":4452,"children":4453},{"style":555},[4454],{"type":51,"value":3296},{"type":45,"tag":211,"props":4456,"children":4457},{"style":543},[4458],{"type":51,"value":563},{"type":45,"tag":211,"props":4460,"children":4461},{"style":543},[4462],{"type":51,"value":568},{"type":45,"tag":211,"props":4464,"children":4465},{"style":223},[4466],{"type":51,"value":4288},{"type":45,"tag":211,"props":4468,"children":4469},{"style":543},[4470],{"type":51,"value":568},{"type":45,"tag":211,"props":4472,"children":4473},{"style":555},[4474],{"type":51,"value":4475}," maxLength",{"type":45,"tag":211,"props":4477,"children":4478},{"style":543},[4479],{"type":51,"value":563},{"type":45,"tag":211,"props":4481,"children":4482},{"style":543},[4483],{"type":51,"value":568},{"type":45,"tag":211,"props":4485,"children":4486},{"style":223},[4487],{"type":51,"value":4488},"100",{"type":45,"tag":211,"props":4490,"children":4491},{"style":543},[4492],{"type":51,"value":568},{"type":45,"tag":211,"props":4494,"children":4495},{"style":555},[4496],{"type":51,"value":4497}," minLength",{"type":45,"tag":211,"props":4499,"children":4500},{"style":543},[4501],{"type":51,"value":563},{"type":45,"tag":211,"props":4503,"children":4504},{"style":543},[4505],{"type":51,"value":568},{"type":45,"tag":211,"props":4507,"children":4508},{"style":223},[4509],{"type":51,"value":4510},"5",{"type":45,"tag":211,"props":4512,"children":4513},{"style":543},[4514],{"type":51,"value":568},{"type":45,"tag":211,"props":4516,"children":4517},{"style":543},[4518],{"type":51,"value":723},{"type":45,"tag":211,"props":4520,"children":4521},{"style":549},[4522],{"type":51,"value":4271},{"type":45,"tag":211,"props":4524,"children":4525},{"style":543},[4526],{"type":51,"value":607},{"type":45,"tag":211,"props":4528,"children":4530},{"class":213,"line":4529},22,[4531,4535,4540,4545,4549,4553,4558,4562,4566,4571,4575,4579,4583,4588,4592,4596,4600,4604,4609,4613,4617,4621,4625,4629,4633,4637,4641,4645,4649,4653,4658,4662,4666,4670,4674],{"type":45,"tag":211,"props":4532,"children":4533},{"style":543},[4534],{"type":51,"value":546},{"type":45,"tag":211,"props":4536,"children":4537},{"style":549},[4538],{"type":51,"value":4539},"s-form",{"type":45,"tag":211,"props":4541,"children":4542},{"style":555},[4543],{"type":51,"value":4544}," id",{"type":45,"tag":211,"props":4546,"children":4547},{"style":543},[4548],{"type":51,"value":563},{"type":45,"tag":211,"props":4550,"children":4551},{"style":543},[4552],{"type":51,"value":568},{"type":45,"tag":211,"props":4554,"children":4555},{"style":223},[4556],{"type":51,"value":4557},"my-form",{"type":45,"tag":211,"props":4559,"children":4560},{"style":543},[4561],{"type":51,"value":568},{"type":45,"tag":211,"props":4563,"children":4564},{"style":543},[4565],{"type":51,"value":1977},{"type":45,"tag":211,"props":4567,"children":4568},{"style":549},[4569],{"type":51,"value":4570},"s-text-field",{"type":45,"tag":211,"props":4572,"children":4573},{"style":555},[4574],{"type":51,"value":2190},{"type":45,"tag":211,"props":4576,"children":4577},{"style":543},[4578],{"type":51,"value":563},{"type":45,"tag":211,"props":4580,"children":4581},{"style":543},[4582],{"type":51,"value":568},{"type":45,"tag":211,"props":4584,"children":4585},{"style":223},[4586],{"type":51,"value":4587},"Name",{"type":45,"tag":211,"props":4589,"children":4590},{"style":543},[4591],{"type":51,"value":568},{"type":45,"tag":211,"props":4593,"children":4594},{"style":555},[4595],{"type":51,"value":2217},{"type":45,"tag":211,"props":4597,"children":4598},{"style":543},[4599],{"type":51,"value":563},{"type":45,"tag":211,"props":4601,"children":4602},{"style":543},[4603],{"type":51,"value":568},{"type":45,"tag":211,"props":4605,"children":4606},{"style":223},[4607],{"type":51,"value":4608},"name",{"type":45,"tag":211,"props":4610,"children":4611},{"style":543},[4612],{"type":51,"value":568},{"type":45,"tag":211,"props":4614,"children":4615},{"style":543},[4616],{"type":51,"value":723},{"type":45,"tag":211,"props":4618,"children":4619},{"style":549},[4620],{"type":51,"value":4570},{"type":45,"tag":211,"props":4622,"children":4623},{"style":543},[4624],{"type":51,"value":1977},{"type":45,"tag":211,"props":4626,"children":4627},{"style":549},[4628],{"type":51,"value":1606},{"type":45,"tag":211,"props":4630,"children":4631},{"style":555},[4632],{"type":51,"value":1750},{"type":45,"tag":211,"props":4634,"children":4635},{"style":543},[4636],{"type":51,"value":563},{"type":45,"tag":211,"props":4638,"children":4639},{"style":543},[4640],{"type":51,"value":568},{"type":45,"tag":211,"props":4642,"children":4643},{"style":223},[4644],{"type":51,"value":1763},{"type":45,"tag":211,"props":4646,"children":4647},{"style":543},[4648],{"type":51,"value":568},{"type":45,"tag":211,"props":4650,"children":4651},{"style":543},[4652],{"type":51,"value":587},{"type":45,"tag":211,"props":4654,"children":4655},{"style":590},[4656],{"type":51,"value":4657},"Submit",{"type":45,"tag":211,"props":4659,"children":4660},{"style":543},[4661],{"type":51,"value":598},{"type":45,"tag":211,"props":4663,"children":4664},{"style":549},[4665],{"type":51,"value":1606},{"type":45,"tag":211,"props":4667,"children":4668},{"style":543},[4669],{"type":51,"value":723},{"type":45,"tag":211,"props":4671,"children":4672},{"style":549},[4673],{"type":51,"value":4539},{"type":45,"tag":211,"props":4675,"children":4676},{"style":543},[4677],{"type":51,"value":607},{"type":45,"tag":211,"props":4679,"children":4681},{"class":213,"line":4680},23,[4682,4686,4691,4695,4699,4703,4708,4712,4716,4721,4725,4729,4733,4738,4742,4746,4750,4754,4759,4763,4768,4772,4777,4781,4785,4789,4793],{"type":45,"tag":211,"props":4683,"children":4684},{"style":543},[4685],{"type":51,"value":546},{"type":45,"tag":211,"props":4687,"children":4688},{"style":549},[4689],{"type":51,"value":4690},"s-function-settings",{"type":45,"tag":211,"props":4692,"children":4693},{"style":555},[4694],{"type":51,"value":4544},{"type":45,"tag":211,"props":4696,"children":4697},{"style":543},[4698],{"type":51,"value":563},{"type":45,"tag":211,"props":4700,"children":4701},{"style":543},[4702],{"type":51,"value":568},{"type":45,"tag":211,"props":4704,"children":4705},{"style":223},[4706],{"type":51,"value":4707},"my-settings",{"type":45,"tag":211,"props":4709,"children":4710},{"style":543},[4711],{"type":51,"value":568},{"type":45,"tag":211,"props":4713,"children":4714},{"style":543},[4715],{"type":51,"value":1977},{"type":45,"tag":211,"props":4717,"children":4718},{"style":549},[4719],{"type":51,"value":4720},"s-number-field",{"type":45,"tag":211,"props":4722,"children":4723},{"style":555},[4724],{"type":51,"value":2190},{"type":45,"tag":211,"props":4726,"children":4727},{"style":543},[4728],{"type":51,"value":563},{"type":45,"tag":211,"props":4730,"children":4731},{"style":543},[4732],{"type":51,"value":568},{"type":45,"tag":211,"props":4734,"children":4735},{"style":223},[4736],{"type":51,"value":4737},"Min order",{"type":45,"tag":211,"props":4739,"children":4740},{"style":543},[4741],{"type":51,"value":568},{"type":45,"tag":211,"props":4743,"children":4744},{"style":555},[4745],{"type":51,"value":2217},{"type":45,"tag":211,"props":4747,"children":4748},{"style":543},[4749],{"type":51,"value":563},{"type":45,"tag":211,"props":4751,"children":4752},{"style":543},[4753],{"type":51,"value":568},{"type":45,"tag":211,"props":4755,"children":4756},{"style":223},[4757],{"type":51,"value":4758},"minAmount",{"type":45,"tag":211,"props":4760,"children":4761},{"style":543},[4762],{"type":51,"value":568},{"type":45,"tag":211,"props":4764,"children":4765},{"style":555},[4766],{"type":51,"value":4767}," min",{"type":45,"tag":211,"props":4769,"children":4770},{"style":543},[4771],{"type":51,"value":563},{"type":45,"tag":211,"props":4773,"children":4774},{"style":223},[4775],{"type":51,"value":4776},"{0}",{"type":45,"tag":211,"props":4778,"children":4779},{"style":543},[4780],{"type":51,"value":723},{"type":45,"tag":211,"props":4782,"children":4783},{"style":549},[4784],{"type":51,"value":4720},{"type":45,"tag":211,"props":4786,"children":4787},{"style":543},[4788],{"type":51,"value":723},{"type":45,"tag":211,"props":4790,"children":4791},{"style":549},[4792],{"type":51,"value":4690},{"type":45,"tag":211,"props":4794,"children":4795},{"style":543},[4796],{"type":51,"value":607},{"type":45,"tag":211,"props":4798,"children":4800},{"class":213,"line":4799},24,[4801,4805,4810,4815,4819,4823,4828,4832,4837,4841,4845,4849,4853,4858,4862,4866,4871,4875,4880,4884,4888,4893,4897,4902,4906,4910,4914,4918,4923,4927,4931,4935,4939,4944,4948,4952,4957,4961,4966,4970,4974,4978,4982,4986,4990,4994,4998,5002,5007,5011,5015,5019,5023,5028,5032,5036,5040,5044,5048,5052,5056,5060,5064,5068,5072,5076,5080,5084,5088,5093,5098,5102,5106,5111,5115,5120,5124,5128,5133,5137,5141,5145,5149,5153,5157,5161,5166,5170,5174,5178,5182,5186,5191,5195,5199,5203,5207],{"type":45,"tag":211,"props":4802,"children":4803},{"style":543},[4804],{"type":51,"value":546},{"type":45,"tag":211,"props":4806,"children":4807},{"style":549},[4808],{"type":51,"value":4809},"s-grid",{"type":45,"tag":211,"props":4811,"children":4812},{"style":555},[4813],{"type":51,"value":4814}," gridTemplateColumns",{"type":45,"tag":211,"props":4816,"children":4817},{"style":543},[4818],{"type":51,"value":563},{"type":45,"tag":211,"props":4820,"children":4821},{"style":543},[4822],{"type":51,"value":568},{"type":45,"tag":211,"props":4824,"children":4825},{"style":223},[4826],{"type":51,"value":4827},"1fr 2fr",{"type":45,"tag":211,"props":4829,"children":4830},{"style":543},[4831],{"type":51,"value":568},{"type":45,"tag":211,"props":4833,"children":4834},{"style":555},[4835],{"type":51,"value":4836}," gridTemplateRows",{"type":45,"tag":211,"props":4838,"children":4839},{"style":543},[4840],{"type":51,"value":563},{"type":45,"tag":211,"props":4842,"children":4843},{"style":543},[4844],{"type":51,"value":568},{"type":45,"tag":211,"props":4846,"children":4847},{"style":223},[4848],{"type":51,"value":1167},{"type":45,"tag":211,"props":4850,"children":4851},{"style":543},[4852],{"type":51,"value":568},{"type":45,"tag":211,"props":4854,"children":4855},{"style":555},[4856],{"type":51,"value":4857}," alignItems",{"type":45,"tag":211,"props":4859,"children":4860},{"style":543},[4861],{"type":51,"value":563},{"type":45,"tag":211,"props":4863,"children":4864},{"style":543},[4865],{"type":51,"value":568},{"type":45,"tag":211,"props":4867,"children":4868},{"style":223},[4869],{"type":51,"value":4870},"center",{"type":45,"tag":211,"props":4872,"children":4873},{"style":543},[4874],{"type":51,"value":568},{"type":45,"tag":211,"props":4876,"children":4877},{"style":555},[4878],{"type":51,"value":4879}," justifyItems",{"type":45,"tag":211,"props":4881,"children":4882},{"style":543},[4883],{"type":51,"value":563},{"type":45,"tag":211,"props":4885,"children":4886},{"style":543},[4887],{"type":51,"value":568},{"type":45,"tag":211,"props":4889,"children":4890},{"style":223},[4891],{"type":51,"value":4892},"start",{"type":45,"tag":211,"props":4894,"children":4895},{"style":543},[4896],{"type":51,"value":568},{"type":45,"tag":211,"props":4898,"children":4899},{"style":555},[4900],{"type":51,"value":4901}," placeItems",{"type":45,"tag":211,"props":4903,"children":4904},{"style":543},[4905],{"type":51,"value":563},{"type":45,"tag":211,"props":4907,"children":4908},{"style":543},[4909],{"type":51,"value":568},{"type":45,"tag":211,"props":4911,"children":4912},{"style":223},[4913],{"type":51,"value":4870},{"type":45,"tag":211,"props":4915,"children":4916},{"style":543},[4917],{"type":51,"value":568},{"type":45,"tag":211,"props":4919,"children":4920},{"style":555},[4921],{"type":51,"value":4922}," alignContent",{"type":45,"tag":211,"props":4924,"children":4925},{"style":543},[4926],{"type":51,"value":563},{"type":45,"tag":211,"props":4928,"children":4929},{"style":543},[4930],{"type":51,"value":568},{"type":45,"tag":211,"props":4932,"children":4933},{"style":223},[4934],{"type":51,"value":4892},{"type":45,"tag":211,"props":4936,"children":4937},{"style":543},[4938],{"type":51,"value":568},{"type":45,"tag":211,"props":4940,"children":4941},{"style":555},[4942],{"type":51,"value":4943}," justifyContent",{"type":45,"tag":211,"props":4945,"children":4946},{"style":543},[4947],{"type":51,"value":563},{"type":45,"tag":211,"props":4949,"children":4950},{"style":543},[4951],{"type":51,"value":568},{"type":45,"tag":211,"props":4953,"children":4954},{"style":223},[4955],{"type":51,"value":4956},"space-between",{"type":45,"tag":211,"props":4958,"children":4959},{"style":543},[4960],{"type":51,"value":568},{"type":45,"tag":211,"props":4962,"children":4963},{"style":555},[4964],{"type":51,"value":4965}," placeContent",{"type":45,"tag":211,"props":4967,"children":4968},{"style":543},[4969],{"type":51,"value":563},{"type":45,"tag":211,"props":4971,"children":4972},{"style":543},[4973],{"type":51,"value":568},{"type":45,"tag":211,"props":4975,"children":4976},{"style":223},[4977],{"type":51,"value":4870},{"type":45,"tag":211,"props":4979,"children":4980},{"style":543},[4981],{"type":51,"value":568},{"type":45,"tag":211,"props":4983,"children":4984},{"style":555},[4985],{"type":51,"value":1935},{"type":45,"tag":211,"props":4987,"children":4988},{"style":543},[4989],{"type":51,"value":563},{"type":45,"tag":211,"props":4991,"children":4992},{"style":543},[4993],{"type":51,"value":568},{"type":45,"tag":211,"props":4995,"children":4996},{"style":223},[4997],{"type":51,"value":805},{"type":45,"tag":211,"props":4999,"children":5000},{"style":543},[5001],{"type":51,"value":568},{"type":45,"tag":211,"props":5003,"children":5004},{"style":555},[5005],{"type":51,"value":5006}," rowGap",{"type":45,"tag":211,"props":5008,"children":5009},{"style":543},[5010],{"type":51,"value":563},{"type":45,"tag":211,"props":5012,"children":5013},{"style":543},[5014],{"type":51,"value":568},{"type":45,"tag":211,"props":5016,"children":5017},{"style":223},[5018],{"type":51,"value":1464},{"type":45,"tag":211,"props":5020,"children":5021},{"style":543},[5022],{"type":51,"value":568},{"type":45,"tag":211,"props":5024,"children":5025},{"style":555},[5026],{"type":51,"value":5027}," columnGap",{"type":45,"tag":211,"props":5029,"children":5030},{"style":543},[5031],{"type":51,"value":563},{"type":45,"tag":211,"props":5033,"children":5034},{"style":543},[5035],{"type":51,"value":568},{"type":45,"tag":211,"props":5037,"children":5038},{"style":223},[5039],{"type":51,"value":805},{"type":45,"tag":211,"props":5041,"children":5042},{"style":543},[5043],{"type":51,"value":568},{"type":45,"tag":211,"props":5045,"children":5046},{"style":555},[5047],{"type":51,"value":1430},{"type":45,"tag":211,"props":5049,"children":5050},{"style":543},[5051],{"type":51,"value":563},{"type":45,"tag":211,"props":5053,"children":5054},{"style":543},[5055],{"type":51,"value":568},{"type":45,"tag":211,"props":5057,"children":5058},{"style":223},[5059],{"type":51,"value":805},{"type":45,"tag":211,"props":5061,"children":5062},{"style":543},[5063],{"type":51,"value":568},{"type":45,"tag":211,"props":5065,"children":5066},{"style":555},[5067],{"type":51,"value":1132},{"type":45,"tag":211,"props":5069,"children":5070},{"style":543},[5071],{"type":51,"value":563},{"type":45,"tag":211,"props":5073,"children":5074},{"style":543},[5075],{"type":51,"value":568},{"type":45,"tag":211,"props":5077,"children":5078},{"style":223},[5079],{"type":51,"value":1145},{"type":45,"tag":211,"props":5081,"children":5082},{"style":543},[5083],{"type":51,"value":568},{"type":45,"tag":211,"props":5085,"children":5086},{"style":543},[5087],{"type":51,"value":1977},{"type":45,"tag":211,"props":5089,"children":5090},{"style":549},[5091],{"type":51,"value":5092},"s-grid-item",{"type":45,"tag":211,"props":5094,"children":5095},{"style":555},[5096],{"type":51,"value":5097}," gridColumn",{"type":45,"tag":211,"props":5099,"children":5100},{"style":543},[5101],{"type":51,"value":563},{"type":45,"tag":211,"props":5103,"children":5104},{"style":543},[5105],{"type":51,"value":568},{"type":45,"tag":211,"props":5107,"children":5108},{"style":223},[5109],{"type":51,"value":5110},"1 \u002F 3",{"type":45,"tag":211,"props":5112,"children":5113},{"style":543},[5114],{"type":51,"value":568},{"type":45,"tag":211,"props":5116,"children":5117},{"style":555},[5118],{"type":51,"value":5119}," gridRow",{"type":45,"tag":211,"props":5121,"children":5122},{"style":543},[5123],{"type":51,"value":563},{"type":45,"tag":211,"props":5125,"children":5126},{"style":543},[5127],{"type":51,"value":568},{"type":45,"tag":211,"props":5129,"children":5130},{"style":223},[5131],{"type":51,"value":5132},"1",{"type":45,"tag":211,"props":5134,"children":5135},{"style":543},[5136],{"type":51,"value":568},{"type":45,"tag":211,"props":5138,"children":5139},{"style":555},[5140],{"type":51,"value":1430},{"type":45,"tag":211,"props":5142,"children":5143},{"style":543},[5144],{"type":51,"value":563},{"type":45,"tag":211,"props":5146,"children":5147},{"style":543},[5148],{"type":51,"value":568},{"type":45,"tag":211,"props":5150,"children":5151},{"style":223},[5152],{"type":51,"value":805},{"type":45,"tag":211,"props":5154,"children":5155},{"style":543},[5156],{"type":51,"value":568},{"type":45,"tag":211,"props":5158,"children":5159},{"style":543},[5160],{"type":51,"value":587},{"type":45,"tag":211,"props":5162,"children":5163},{"style":590},[5164],{"type":51,"value":5165},"Col 1",{"type":45,"tag":211,"props":5167,"children":5168},{"style":543},[5169],{"type":51,"value":598},{"type":45,"tag":211,"props":5171,"children":5172},{"style":549},[5173],{"type":51,"value":5092},{"type":45,"tag":211,"props":5175,"children":5176},{"style":543},[5177],{"type":51,"value":1977},{"type":45,"tag":211,"props":5179,"children":5180},{"style":549},[5181],{"type":51,"value":5092},{"type":45,"tag":211,"props":5183,"children":5184},{"style":543},[5185],{"type":51,"value":587},{"type":45,"tag":211,"props":5187,"children":5188},{"style":590},[5189],{"type":51,"value":5190},"Col 2",{"type":45,"tag":211,"props":5192,"children":5193},{"style":543},[5194],{"type":51,"value":598},{"type":45,"tag":211,"props":5196,"children":5197},{"style":549},[5198],{"type":51,"value":5092},{"type":45,"tag":211,"props":5200,"children":5201},{"style":543},[5202],{"type":51,"value":723},{"type":45,"tag":211,"props":5204,"children":5205},{"style":549},[5206],{"type":51,"value":4809},{"type":45,"tag":211,"props":5208,"children":5209},{"style":543},[5210],{"type":51,"value":607},{"type":45,"tag":211,"props":5212,"children":5214},{"class":213,"line":5213},25,[5215,5219,5224,5228,5232,5236,5241,5245,5249,5253,5257,5261,5265,5270,5274,5278,5283,5287,5291,5296,5300,5304],{"type":45,"tag":211,"props":5216,"children":5217},{"style":543},[5218],{"type":51,"value":546},{"type":45,"tag":211,"props":5220,"children":5221},{"style":549},[5222],{"type":51,"value":5223},"s-heading",{"type":45,"tag":211,"props":5225,"children":5226},{"style":555},[5227],{"type":51,"value":1088},{"type":45,"tag":211,"props":5229,"children":5230},{"style":543},[5231],{"type":51,"value":563},{"type":45,"tag":211,"props":5233,"children":5234},{"style":543},[5235],{"type":51,"value":568},{"type":45,"tag":211,"props":5237,"children":5238},{"style":223},[5239],{"type":51,"value":5240},"presentation",{"type":45,"tag":211,"props":5242,"children":5243},{"style":543},[5244],{"type":51,"value":568},{"type":45,"tag":211,"props":5246,"children":5247},{"style":555},[5248],{"type":51,"value":1110},{"type":45,"tag":211,"props":5250,"children":5251},{"style":543},[5252],{"type":51,"value":563},{"type":45,"tag":211,"props":5254,"children":5255},{"style":543},[5256],{"type":51,"value":568},{"type":45,"tag":211,"props":5258,"children":5259},{"style":223},[5260],{"type":51,"value":1123},{"type":45,"tag":211,"props":5262,"children":5263},{"style":543},[5264],{"type":51,"value":568},{"type":45,"tag":211,"props":5266,"children":5267},{"style":555},[5268],{"type":51,"value":5269}," lineClamp",{"type":45,"tag":211,"props":5271,"children":5272},{"style":543},[5273],{"type":51,"value":563},{"type":45,"tag":211,"props":5275,"children":5276},{"style":543},[5277],{"type":51,"value":568},{"type":45,"tag":211,"props":5279,"children":5280},{"style":223},[5281],{"type":51,"value":5282},"2",{"type":45,"tag":211,"props":5284,"children":5285},{"style":543},[5286],{"type":51,"value":568},{"type":45,"tag":211,"props":5288,"children":5289},{"style":543},[5290],{"type":51,"value":587},{"type":45,"tag":211,"props":5292,"children":5293},{"style":590},[5294],{"type":51,"value":5295},"Page Title",{"type":45,"tag":211,"props":5297,"children":5298},{"style":543},[5299],{"type":51,"value":598},{"type":45,"tag":211,"props":5301,"children":5302},{"style":549},[5303],{"type":51,"value":5223},{"type":45,"tag":211,"props":5305,"children":5306},{"style":543},[5307],{"type":51,"value":607},{"type":45,"tag":211,"props":5309,"children":5311},{"class":213,"line":5310},26,[5312,5316,5321,5325,5329,5333,5338,5342,5346,5350,5354,5358,5362,5366,5370,5374,5378,5382,5386,5390,5394,5398,5402,5406,5410,5414,5419,5423,5427,5431],{"type":45,"tag":211,"props":5313,"children":5314},{"style":543},[5315],{"type":51,"value":546},{"type":45,"tag":211,"props":5317,"children":5318},{"style":549},[5319],{"type":51,"value":5320},"s-icon",{"type":45,"tag":211,"props":5322,"children":5323},{"style":555},[5324],{"type":51,"value":1750},{"type":45,"tag":211,"props":5326,"children":5327},{"style":543},[5328],{"type":51,"value":563},{"type":45,"tag":211,"props":5330,"children":5331},{"style":543},[5332],{"type":51,"value":568},{"type":45,"tag":211,"props":5334,"children":5335},{"style":223},[5336],{"type":51,"value":5337},"cart",{"type":45,"tag":211,"props":5339,"children":5340},{"style":543},[5341],{"type":51,"value":568},{"type":45,"tag":211,"props":5343,"children":5344},{"style":555},[5345],{"type":51,"value":861},{"type":45,"tag":211,"props":5347,"children":5348},{"style":543},[5349],{"type":51,"value":563},{"type":45,"tag":211,"props":5351,"children":5352},{"style":543},[5353],{"type":51,"value":568},{"type":45,"tag":211,"props":5355,"children":5356},{"style":223},[5357],{"type":51,"value":874},{"type":45,"tag":211,"props":5359,"children":5360},{"style":543},[5361],{"type":51,"value":568},{"type":45,"tag":211,"props":5363,"children":5364},{"style":555},[5365],{"type":51,"value":883},{"type":45,"tag":211,"props":5367,"children":5368},{"style":543},[5369],{"type":51,"value":563},{"type":45,"tag":211,"props":5371,"children":5372},{"style":543},[5373],{"type":51,"value":568},{"type":45,"tag":211,"props":5375,"children":5376},{"style":223},[5377],{"type":51,"value":805},{"type":45,"tag":211,"props":5379,"children":5380},{"style":543},[5381],{"type":51,"value":568},{"type":45,"tag":211,"props":5383,"children":5384},{"style":555},[5385],{"type":51,"value":792},{"type":45,"tag":211,"props":5387,"children":5388},{"style":543},[5389],{"type":51,"value":563},{"type":45,"tag":211,"props":5391,"children":5392},{"style":543},[5393],{"type":51,"value":568},{"type":45,"tag":211,"props":5395,"children":5396},{"style":223},[5397],{"type":51,"value":805},{"type":45,"tag":211,"props":5399,"children":5400},{"style":543},[5401],{"type":51,"value":568},{"type":45,"tag":211,"props":5403,"children":5404},{"style":555},[5405],{"type":51,"value":1702},{"type":45,"tag":211,"props":5407,"children":5408},{"style":543},[5409],{"type":51,"value":563},{"type":45,"tag":211,"props":5411,"children":5412},{"style":543},[5413],{"type":51,"value":568},{"type":45,"tag":211,"props":5415,"children":5416},{"style":223},[5417],{"type":51,"value":5418},"cart-tip",{"type":45,"tag":211,"props":5420,"children":5421},{"style":543},[5422],{"type":51,"value":568},{"type":45,"tag":211,"props":5424,"children":5425},{"style":543},[5426],{"type":51,"value":723},{"type":45,"tag":211,"props":5428,"children":5429},{"style":549},[5430],{"type":51,"value":5320},{"type":45,"tag":211,"props":5432,"children":5433},{"style":543},[5434],{"type":51,"value":607},{"type":45,"tag":211,"props":5436,"children":5438},{"class":213,"line":5437},27,[5439,5443,5448,5452,5456,5460,5465,5469,5474,5478,5482,5487,5491,5496,5500,5504,5509,5513,5517,5521,5525,5530,5534,5538,5542,5546,5551,5555,5559,5563,5567,5571,5575,5579,5583,5587,5591,5595,5600,5604,5608,5613,5617,5622,5626,5630,5635,5639,5643,5647,5651,5655,5659,5663,5667,5671,5675,5679,5683,5687,5691,5695,5699,5703,5707,5711,5715,5719,5723,5727,5731,5735,5739,5743],{"type":45,"tag":211,"props":5440,"children":5441},{"style":543},[5442],{"type":51,"value":546},{"type":45,"tag":211,"props":5444,"children":5445},{"style":549},[5446],{"type":51,"value":5447},"s-image",{"type":45,"tag":211,"props":5449,"children":5450},{"style":555},[5451],{"type":51,"value":701},{"type":45,"tag":211,"props":5453,"children":5454},{"style":543},[5455],{"type":51,"value":563},{"type":45,"tag":211,"props":5457,"children":5458},{"style":543},[5459],{"type":51,"value":568},{"type":45,"tag":211,"props":5461,"children":5462},{"style":223},[5463],{"type":51,"value":5464},"https:\u002F\u002Fexample.com\u002Fproduct.jpg",{"type":45,"tag":211,"props":5466,"children":5467},{"style":543},[5468],{"type":51,"value":568},{"type":45,"tag":211,"props":5470,"children":5471},{"style":555},[5472],{"type":51,"value":5473}," srcSet",{"type":45,"tag":211,"props":5475,"children":5476},{"style":543},[5477],{"type":51,"value":563},{"type":45,"tag":211,"props":5479,"children":5480},{"style":543},[5481],{"type":51,"value":568},{"type":45,"tag":211,"props":5483,"children":5484},{"style":223},[5485],{"type":51,"value":5486},"img-1x.jpg 1x, img-2x.jpg 2x",{"type":45,"tag":211,"props":5488,"children":5489},{"style":543},[5490],{"type":51,"value":568},{"type":45,"tag":211,"props":5492,"children":5493},{"style":555},[5494],{"type":51,"value":5495}," sizes",{"type":45,"tag":211,"props":5497,"children":5498},{"style":543},[5499],{"type":51,"value":563},{"type":45,"tag":211,"props":5501,"children":5502},{"style":543},[5503],{"type":51,"value":568},{"type":45,"tag":211,"props":5505,"children":5506},{"style":223},[5507],{"type":51,"value":5508},"(max-width: 600px) 100vw, 50vw",{"type":45,"tag":211,"props":5510,"children":5511},{"style":543},[5512],{"type":51,"value":568},{"type":45,"tag":211,"props":5514,"children":5515},{"style":555},[5516],{"type":51,"value":814},{"type":45,"tag":211,"props":5518,"children":5519},{"style":543},[5520],{"type":51,"value":563},{"type":45,"tag":211,"props":5522,"children":5523},{"style":543},[5524],{"type":51,"value":568},{"type":45,"tag":211,"props":5526,"children":5527},{"style":223},[5528],{"type":51,"value":5529},"Product",{"type":45,"tag":211,"props":5531,"children":5532},{"style":543},[5533],{"type":51,"value":568},{"type":45,"tag":211,"props":5535,"children":5536},{"style":555},[5537],{"type":51,"value":582},{"type":45,"tag":211,"props":5539,"children":5540},{"style":543},[5541],{"type":51,"value":563},{"type":45,"tag":211,"props":5543,"children":5544},{"style":543},[5545],{"type":51,"value":568},{"type":45,"tag":211,"props":5547,"children":5548},{"style":223},[5549],{"type":51,"value":5550},"lazy",{"type":45,"tag":211,"props":5552,"children":5553},{"style":543},[5554],{"type":51,"value":568},{"type":45,"tag":211,"props":5556,"children":5557},{"style":555},[5558],{"type":51,"value":1088},{"type":45,"tag":211,"props":5560,"children":5561},{"style":543},[5562],{"type":51,"value":563},{"type":45,"tag":211,"props":5564,"children":5565},{"style":543},[5566],{"type":51,"value":568},{"type":45,"tag":211,"props":5568,"children":5569},{"style":223},[5570],{"type":51,"value":5240},{"type":45,"tag":211,"props":5572,"children":5573},{"style":543},[5574],{"type":51,"value":568},{"type":45,"tag":211,"props":5576,"children":5577},{"style":555},[5578],{"type":51,"value":1299},{"type":45,"tag":211,"props":5580,"children":5581},{"style":543},[5582],{"type":51,"value":563},{"type":45,"tag":211,"props":5584,"children":5585},{"style":543},[5586],{"type":51,"value":568},{"type":45,"tag":211,"props":5588,"children":5589},{"style":223},[5590],{"type":51,"value":1312},{"type":45,"tag":211,"props":5592,"children":5593},{"style":543},[5594],{"type":51,"value":568},{"type":45,"tag":211,"props":5596,"children":5597},{"style":555},[5598],{"type":51,"value":5599}," aspectRatio",{"type":45,"tag":211,"props":5601,"children":5602},{"style":543},[5603],{"type":51,"value":563},{"type":45,"tag":211,"props":5605,"children":5606},{"style":543},[5607],{"type":51,"value":568},{"type":45,"tag":211,"props":5609,"children":5610},{"style":223},[5611],{"type":51,"value":5612},"16\u002F9",{"type":45,"tag":211,"props":5614,"children":5615},{"style":543},[5616],{"type":51,"value":568},{"type":45,"tag":211,"props":5618,"children":5619},{"style":555},[5620],{"type":51,"value":5621}," objectFit",{"type":45,"tag":211,"props":5623,"children":5624},{"style":543},[5625],{"type":51,"value":563},{"type":45,"tag":211,"props":5627,"children":5628},{"style":543},[5629],{"type":51,"value":568},{"type":45,"tag":211,"props":5631,"children":5632},{"style":223},[5633],{"type":51,"value":5634},"cover",{"type":45,"tag":211,"props":5636,"children":5637},{"style":543},[5638],{"type":51,"value":568},{"type":45,"tag":211,"props":5640,"children":5641},{"style":543},[5642],{"type":51,"value":1176},{"type":45,"tag":211,"props":5644,"children":5645},{"style":543},[5646],{"type":51,"value":568},{"type":45,"tag":211,"props":5648,"children":5649},{"style":223},[5650],{"type":51,"value":805},{"type":45,"tag":211,"props":5652,"children":5653},{"style":543},[5654],{"type":51,"value":568},{"type":45,"tag":211,"props":5656,"children":5657},{"style":555},[5658],{"type":51,"value":1193},{"type":45,"tag":211,"props":5660,"children":5661},{"style":543},[5662],{"type":51,"value":563},{"type":45,"tag":211,"props":5664,"children":5665},{"style":543},[5666],{"type":51,"value":568},{"type":45,"tag":211,"props":5668,"children":5669},{"style":223},[5670],{"type":51,"value":805},{"type":45,"tag":211,"props":5672,"children":5673},{"style":543},[5674],{"type":51,"value":568},{"type":45,"tag":211,"props":5676,"children":5677},{"style":555},[5678],{"type":51,"value":1214},{"type":45,"tag":211,"props":5680,"children":5681},{"style":543},[5682],{"type":51,"value":563},{"type":45,"tag":211,"props":5684,"children":5685},{"style":543},[5686],{"type":51,"value":568},{"type":45,"tag":211,"props":5688,"children":5689},{"style":223},[5690],{"type":51,"value":805},{"type":45,"tag":211,"props":5692,"children":5693},{"style":543},[5694],{"type":51,"value":568},{"type":45,"tag":211,"props":5696,"children":5697},{"style":555},[5698],{"type":51,"value":1235},{"type":45,"tag":211,"props":5700,"children":5701},{"style":543},[5702],{"type":51,"value":563},{"type":45,"tag":211,"props":5704,"children":5705},{"style":543},[5706],{"type":51,"value":568},{"type":45,"tag":211,"props":5708,"children":5709},{"style":223},[5710],{"type":51,"value":1248},{"type":45,"tag":211,"props":5712,"children":5713},{"style":543},[5714],{"type":51,"value":568},{"type":45,"tag":211,"props":5716,"children":5717},{"style":555},[5718],{"type":51,"value":1257},{"type":45,"tag":211,"props":5720,"children":5721},{"style":543},[5722],{"type":51,"value":563},{"type":45,"tag":211,"props":5724,"children":5725},{"style":543},[5726],{"type":51,"value":568},{"type":45,"tag":211,"props":5728,"children":5729},{"style":223},[5730],{"type":51,"value":805},{"type":45,"tag":211,"props":5732,"children":5733},{"style":543},[5734],{"type":51,"value":568},{"type":45,"tag":211,"props":5736,"children":5737},{"style":543},[5738],{"type":51,"value":723},{"type":45,"tag":211,"props":5740,"children":5741},{"style":549},[5742],{"type":51,"value":5447},{"type":45,"tag":211,"props":5744,"children":5745},{"style":543},[5746],{"type":51,"value":607},{"type":45,"tag":211,"props":5748,"children":5750},{"class":213,"line":5749},28,[5751,5755,5760,5764,5768,5772,5777,5781,5785,5789,5793,5797,5801,5805,5809,5813,5818,5822,5826,5830,5834,5839,5843,5847,5851,5855,5860,5864,5868,5872,5876,5881,5885,5889,5893,5897,5901,5905,5909,5913,5917,5921,5925,5929,5933,5937,5941,5945,5949,5954,5958,5962],{"type":45,"tag":211,"props":5752,"children":5753},{"style":543},[5754],{"type":51,"value":546},{"type":45,"tag":211,"props":5756,"children":5757},{"style":549},[5758],{"type":51,"value":5759},"s-link",{"type":45,"tag":211,"props":5761,"children":5762},{"style":555},[5763],{"type":51,"value":1066},{"type":45,"tag":211,"props":5765,"children":5766},{"style":543},[5767],{"type":51,"value":563},{"type":45,"tag":211,"props":5769,"children":5770},{"style":543},[5771],{"type":51,"value":568},{"type":45,"tag":211,"props":5773,"children":5774},{"style":223},[5775],{"type":51,"value":5776},"Docs",{"type":45,"tag":211,"props":5778,"children":5779},{"style":543},[5780],{"type":51,"value":568},{"type":45,"tag":211,"props":5782,"children":5783},{"style":555},[5784],{"type":51,"value":1637},{"type":45,"tag":211,"props":5786,"children":5787},{"style":543},[5788],{"type":51,"value":563},{"type":45,"tag":211,"props":5790,"children":5791},{"style":543},[5792],{"type":51,"value":568},{"type":45,"tag":211,"props":5794,"children":5795},{"style":223},[5796],{"type":51,"value":1650},{"type":45,"tag":211,"props":5798,"children":5799},{"style":543},[5800],{"type":51,"value":568},{"type":45,"tag":211,"props":5802,"children":5803},{"style":555},[5804],{"type":51,"value":1659},{"type":45,"tag":211,"props":5806,"children":5807},{"style":543},[5808],{"type":51,"value":563},{"type":45,"tag":211,"props":5810,"children":5811},{"style":543},[5812],{"type":51,"value":568},{"type":45,"tag":211,"props":5814,"children":5815},{"style":223},[5816],{"type":51,"value":5817},"help-modal",{"type":45,"tag":211,"props":5819,"children":5820},{"style":543},[5821],{"type":51,"value":568},{"type":45,"tag":211,"props":5823,"children":5824},{"style":555},[5825],{"type":51,"value":1702},{"type":45,"tag":211,"props":5827,"children":5828},{"style":543},[5829],{"type":51,"value":563},{"type":45,"tag":211,"props":5831,"children":5832},{"style":543},[5833],{"type":51,"value":568},{"type":45,"tag":211,"props":5835,"children":5836},{"style":223},[5837],{"type":51,"value":5838},"link-tip",{"type":45,"tag":211,"props":5840,"children":5841},{"style":543},[5842],{"type":51,"value":568},{"type":45,"tag":211,"props":5844,"children":5845},{"style":555},[5846],{"type":51,"value":1858},{"type":45,"tag":211,"props":5848,"children":5849},{"style":543},[5850],{"type":51,"value":563},{"type":45,"tag":211,"props":5852,"children":5853},{"style":543},[5854],{"type":51,"value":568},{"type":45,"tag":211,"props":5856,"children":5857},{"style":223},[5858],{"type":51,"value":5859},"report.csv",{"type":45,"tag":211,"props":5861,"children":5862},{"style":543},[5863],{"type":51,"value":568},{"type":45,"tag":211,"props":5865,"children":5866},{"style":555},[5867],{"type":51,"value":1836},{"type":45,"tag":211,"props":5869,"children":5870},{"style":543},[5871],{"type":51,"value":563},{"type":45,"tag":211,"props":5873,"children":5874},{"style":543},[5875],{"type":51,"value":568},{"type":45,"tag":211,"props":5877,"children":5878},{"style":223},[5879],{"type":51,"value":5880},"https:\u002F\u002Fshopify.dev",{"type":45,"tag":211,"props":5882,"children":5883},{"style":543},[5884],{"type":51,"value":568},{"type":45,"tag":211,"props":5886,"children":5887},{"style":555},[5888],{"type":51,"value":1724},{"type":45,"tag":211,"props":5890,"children":5891},{"style":543},[5892],{"type":51,"value":563},{"type":45,"tag":211,"props":5894,"children":5895},{"style":543},[5896],{"type":51,"value":568},{"type":45,"tag":211,"props":5898,"children":5899},{"style":223},[5900],{"type":51,"value":1737},{"type":45,"tag":211,"props":5902,"children":5903},{"style":543},[5904],{"type":51,"value":568},{"type":45,"tag":211,"props":5906,"children":5907},{"style":555},[5908],{"type":51,"value":1814},{"type":45,"tag":211,"props":5910,"children":5911},{"style":543},[5912],{"type":51,"value":563},{"type":45,"tag":211,"props":5914,"children":5915},{"style":543},[5916],{"type":51,"value":568},{"type":45,"tag":211,"props":5918,"children":5919},{"style":223},[5920],{"type":51,"value":1827},{"type":45,"tag":211,"props":5922,"children":5923},{"style":543},[5924],{"type":51,"value":568},{"type":45,"tag":211,"props":5926,"children":5927},{"style":555},[5928],{"type":51,"value":861},{"type":45,"tag":211,"props":5930,"children":5931},{"style":543},[5932],{"type":51,"value":563},{"type":45,"tag":211,"props":5934,"children":5935},{"style":543},[5936],{"type":51,"value":568},{"type":45,"tag":211,"props":5938,"children":5939},{"style":223},[5940],{"type":51,"value":1167},{"type":45,"tag":211,"props":5942,"children":5943},{"style":543},[5944],{"type":51,"value":568},{"type":45,"tag":211,"props":5946,"children":5947},{"style":543},[5948],{"type":51,"value":587},{"type":45,"tag":211,"props":5950,"children":5951},{"style":590},[5952],{"type":51,"value":5953},"Shopify Docs",{"type":45,"tag":211,"props":5955,"children":5956},{"style":543},[5957],{"type":51,"value":598},{"type":45,"tag":211,"props":5959,"children":5960},{"style":549},[5961],{"type":51,"value":5759},{"type":45,"tag":211,"props":5963,"children":5964},{"style":543},[5965],{"type":51,"value":607},{"type":45,"tag":211,"props":5967,"children":5969},{"class":213,"line":5968},29,[5970,5974,5979,5983,5987,5991,5996,6000,6004,6008,6012,6017,6021,6025,6029,6033,6037,6041,6046,6050,6054,6058,6062,6067,6071,6075,6080,6084,6088,6092,6096,6100,6104,6108,6112,6116,6120,6124,6128,6133,6137,6141,6145,6149,6154,6158,6162,6167,6171,6175,6179,6183],{"type":45,"tag":211,"props":5971,"children":5972},{"style":543},[5973],{"type":51,"value":546},{"type":45,"tag":211,"props":5975,"children":5976},{"style":549},[5977],{"type":51,"value":5978},"s-menu",{"type":45,"tag":211,"props":5980,"children":5981},{"style":555},[5982],{"type":51,"value":4544},{"type":45,"tag":211,"props":5984,"children":5985},{"style":543},[5986],{"type":51,"value":563},{"type":45,"tag":211,"props":5988,"children":5989},{"style":543},[5990],{"type":51,"value":568},{"type":45,"tag":211,"props":5992,"children":5993},{"style":223},[5994],{"type":51,"value":5995},"actions-menu",{"type":45,"tag":211,"props":5997,"children":5998},{"style":543},[5999],{"type":51,"value":568},{"type":45,"tag":211,"props":6001,"children":6002},{"style":555},[6003],{"type":51,"value":1066},{"type":45,"tag":211,"props":6005,"children":6006},{"style":543},[6007],{"type":51,"value":563},{"type":45,"tag":211,"props":6009,"children":6010},{"style":543},[6011],{"type":51,"value":568},{"type":45,"tag":211,"props":6013,"children":6014},{"style":223},[6015],{"type":51,"value":6016},"Product actions",{"type":45,"tag":211,"props":6018,"children":6019},{"style":543},[6020],{"type":51,"value":568},{"type":45,"tag":211,"props":6022,"children":6023},{"style":543},[6024],{"type":51,"value":1977},{"type":45,"tag":211,"props":6026,"children":6027},{"style":549},[6028],{"type":51,"value":1606},{"type":45,"tag":211,"props":6030,"children":6031},{"style":555},[6032],{"type":51,"value":1792},{"type":45,"tag":211,"props":6034,"children":6035},{"style":543},[6036],{"type":51,"value":563},{"type":45,"tag":211,"props":6038,"children":6039},{"style":543},[6040],{"type":51,"value":568},{"type":45,"tag":211,"props":6042,"children":6043},{"style":223},[6044],{"type":51,"value":6045},"tertiary",{"type":45,"tag":211,"props":6047,"children":6048},{"style":543},[6049],{"type":51,"value":568},{"type":45,"tag":211,"props":6051,"children":6052},{"style":555},[6053],{"type":51,"value":904},{"type":45,"tag":211,"props":6055,"children":6056},{"style":543},[6057],{"type":51,"value":563},{"type":45,"tag":211,"props":6059,"children":6060},{"style":543},[6061],{"type":51,"value":568},{"type":45,"tag":211,"props":6063,"children":6064},{"style":223},[6065],{"type":51,"value":6066},"edit",{"type":45,"tag":211,"props":6068,"children":6069},{"style":543},[6070],{"type":51,"value":568},{"type":45,"tag":211,"props":6072,"children":6073},{"style":543},[6074],{"type":51,"value":587},{"type":45,"tag":211,"props":6076,"children":6077},{"style":590},[6078],{"type":51,"value":6079},"Edit",{"type":45,"tag":211,"props":6081,"children":6082},{"style":543},[6083],{"type":51,"value":598},{"type":45,"tag":211,"props":6085,"children":6086},{"style":549},[6087],{"type":51,"value":1606},{"type":45,"tag":211,"props":6089,"children":6090},{"style":543},[6091],{"type":51,"value":1977},{"type":45,"tag":211,"props":6093,"children":6094},{"style":549},[6095],{"type":51,"value":1606},{"type":45,"tag":211,"props":6097,"children":6098},{"style":555},[6099],{"type":51,"value":1792},{"type":45,"tag":211,"props":6101,"children":6102},{"style":543},[6103],{"type":51,"value":563},{"type":45,"tag":211,"props":6105,"children":6106},{"style":543},[6107],{"type":51,"value":568},{"type":45,"tag":211,"props":6109,"children":6110},{"style":223},[6111],{"type":51,"value":6045},{"type":45,"tag":211,"props":6113,"children":6114},{"style":543},[6115],{"type":51,"value":568},{"type":45,"tag":211,"props":6117,"children":6118},{"style":555},[6119],{"type":51,"value":904},{"type":45,"tag":211,"props":6121,"children":6122},{"style":543},[6123],{"type":51,"value":563},{"type":45,"tag":211,"props":6125,"children":6126},{"style":543},[6127],{"type":51,"value":568},{"type":45,"tag":211,"props":6129,"children":6130},{"style":223},[6131],{"type":51,"value":6132},"delete",{"type":45,"tag":211,"props":6134,"children":6135},{"style":543},[6136],{"type":51,"value":568},{"type":45,"tag":211,"props":6138,"children":6139},{"style":555},[6140],{"type":51,"value":861},{"type":45,"tag":211,"props":6142,"children":6143},{"style":543},[6144],{"type":51,"value":563},{"type":45,"tag":211,"props":6146,"children":6147},{"style":543},[6148],{"type":51,"value":568},{"type":45,"tag":211,"props":6150,"children":6151},{"style":223},[6152],{"type":51,"value":6153},"critical",{"type":45,"tag":211,"props":6155,"children":6156},{"style":543},[6157],{"type":51,"value":568},{"type":45,"tag":211,"props":6159,"children":6160},{"style":543},[6161],{"type":51,"value":587},{"type":45,"tag":211,"props":6163,"children":6164},{"style":590},[6165],{"type":51,"value":6166},"Delete",{"type":45,"tag":211,"props":6168,"children":6169},{"style":543},[6170],{"type":51,"value":598},{"type":45,"tag":211,"props":6172,"children":6173},{"style":549},[6174],{"type":51,"value":1606},{"type":45,"tag":211,"props":6176,"children":6177},{"style":543},[6178],{"type":51,"value":723},{"type":45,"tag":211,"props":6180,"children":6181},{"style":549},[6182],{"type":51,"value":5978},{"type":45,"tag":211,"props":6184,"children":6185},{"style":543},[6186],{"type":51,"value":607},{"type":45,"tag":211,"props":6188,"children":6190},{"class":213,"line":6189},30,[6191,6195,6200,6204,6208,6212,6217,6221,6225,6229,6233,6238,6242,6246,6250,6254,6259,6263,6267,6271,6275,6279,6284,6288,6292,6296,6300,6304,6308,6312,6316,6320,6325,6329,6333,6337,6341,6345,6349,6353,6357,6361,6365,6369,6374,6378,6382,6386,6390,6394,6398,6403,6407,6412,6416,6420,6424,6428,6432],{"type":45,"tag":211,"props":6192,"children":6193},{"style":543},[6194],{"type":51,"value":546},{"type":45,"tag":211,"props":6196,"children":6197},{"style":549},[6198],{"type":51,"value":6199},"s-money-field",{"type":45,"tag":211,"props":6201,"children":6202},{"style":555},[6203],{"type":51,"value":2217},{"type":45,"tag":211,"props":6205,"children":6206},{"style":543},[6207],{"type":51,"value":563},{"type":45,"tag":211,"props":6209,"children":6210},{"style":543},[6211],{"type":51,"value":568},{"type":45,"tag":211,"props":6213,"children":6214},{"style":223},[6215],{"type":51,"value":6216},"price",{"type":45,"tag":211,"props":6218,"children":6219},{"style":543},[6220],{"type":51,"value":568},{"type":45,"tag":211,"props":6222,"children":6223},{"style":555},[6224],{"type":51,"value":2243},{"type":45,"tag":211,"props":6226,"children":6227},{"style":543},[6228],{"type":51,"value":563},{"type":45,"tag":211,"props":6230,"children":6231},{"style":543},[6232],{"type":51,"value":568},{"type":45,"tag":211,"props":6234,"children":6235},{"style":223},[6236],{"type":51,"value":6237},"29.99",{"type":45,"tag":211,"props":6239,"children":6240},{"style":543},[6241],{"type":51,"value":568},{"type":45,"tag":211,"props":6243,"children":6244},{"style":555},[6245],{"type":51,"value":3157},{"type":45,"tag":211,"props":6247,"children":6248},{"style":543},[6249],{"type":51,"value":563},{"type":45,"tag":211,"props":6251,"children":6252},{"style":543},[6253],{"type":51,"value":568},{"type":45,"tag":211,"props":6255,"children":6256},{"style":223},[6257],{"type":51,"value":6258},"0",{"type":45,"tag":211,"props":6260,"children":6261},{"style":543},[6262],{"type":51,"value":568},{"type":45,"tag":211,"props":6264,"children":6265},{"style":555},[6266],{"type":51,"value":1632},{"type":45,"tag":211,"props":6268,"children":6269},{"style":555},[6270],{"type":51,"value":2190},{"type":45,"tag":211,"props":6272,"children":6273},{"style":543},[6274],{"type":51,"value":563},{"type":45,"tag":211,"props":6276,"children":6277},{"style":543},[6278],{"type":51,"value":568},{"type":45,"tag":211,"props":6280,"children":6281},{"style":223},[6282],{"type":51,"value":6283},"Price",{"type":45,"tag":211,"props":6285,"children":6286},{"style":543},[6287],{"type":51,"value":568},{"type":45,"tag":211,"props":6289,"children":6290},{"style":555},[6291],{"type":51,"value":2441},{"type":45,"tag":211,"props":6293,"children":6294},{"style":543},[6295],{"type":51,"value":563},{"type":45,"tag":211,"props":6297,"children":6298},{"style":543},[6299],{"type":51,"value":568},{"type":45,"tag":211,"props":6301,"children":6302},{"style":223},[6303],{"type":51,"value":2454},{"type":45,"tag":211,"props":6305,"children":6306},{"style":543},[6307],{"type":51,"value":568},{"type":45,"tag":211,"props":6309,"children":6310},{"style":555},[6311],{"type":51,"value":3224},{"type":45,"tag":211,"props":6313,"children":6314},{"style":543},[6315],{"type":51,"value":563},{"type":45,"tag":211,"props":6317,"children":6318},{"style":543},[6319],{"type":51,"value":568},{"type":45,"tag":211,"props":6321,"children":6322},{"style":223},[6323],{"type":51,"value":6324},"0.00",{"type":45,"tag":211,"props":6326,"children":6327},{"style":543},[6328],{"type":51,"value":568},{"type":45,"tag":211,"props":6330,"children":6331},{"style":555},[6332],{"type":51,"value":3246},{"type":45,"tag":211,"props":6334,"children":6335},{"style":555},[6336],{"type":51,"value":2212},{"type":45,"tag":211,"props":6338,"children":6339},{"style":555},[6340],{"type":51,"value":2168},{"type":45,"tag":211,"props":6342,"children":6343},{"style":543},[6344],{"type":51,"value":563},{"type":45,"tag":211,"props":6346,"children":6347},{"style":543},[6348],{"type":51,"value":568},{"type":45,"tag":211,"props":6350,"children":6351},{"style":223},[6352],{"type":51,"value":2159},{"type":45,"tag":211,"props":6354,"children":6355},{"style":543},[6356],{"type":51,"value":568},{"type":45,"tag":211,"props":6358,"children":6359},{"style":555},[6360],{"type":51,"value":2146},{"type":45,"tag":211,"props":6362,"children":6363},{"style":543},[6364],{"type":51,"value":563},{"type":45,"tag":211,"props":6366,"children":6367},{"style":543},[6368],{"type":51,"value":568},{"type":45,"tag":211,"props":6370,"children":6371},{"style":223},[6372],{"type":51,"value":6373},"Product price",{"type":45,"tag":211,"props":6375,"children":6376},{"style":543},[6377],{"type":51,"value":568},{"type":45,"tag":211,"props":6379,"children":6380},{"style":555},[6381],{"type":51,"value":3296},{"type":45,"tag":211,"props":6383,"children":6384},{"style":543},[6385],{"type":51,"value":563},{"type":45,"tag":211,"props":6387,"children":6388},{"style":543},[6389],{"type":51,"value":568},{"type":45,"tag":211,"props":6391,"children":6392},{"style":223},[6393],{"type":51,"value":3309},{"type":45,"tag":211,"props":6395,"children":6396},{"style":543},[6397],{"type":51,"value":568},{"type":45,"tag":211,"props":6399,"children":6400},{"style":555},[6401],{"type":51,"value":6402}," max",{"type":45,"tag":211,"props":6404,"children":6405},{"style":543},[6406],{"type":51,"value":563},{"type":45,"tag":211,"props":6408,"children":6409},{"style":223},[6410],{"type":51,"value":6411},"{999999}",{"type":45,"tag":211,"props":6413,"children":6414},{"style":555},[6415],{"type":51,"value":4767},{"type":45,"tag":211,"props":6417,"children":6418},{"style":543},[6419],{"type":51,"value":563},{"type":45,"tag":211,"props":6421,"children":6422},{"style":223},[6423],{"type":51,"value":4776},{"type":45,"tag":211,"props":6425,"children":6426},{"style":543},[6427],{"type":51,"value":723},{"type":45,"tag":211,"props":6429,"children":6430},{"style":549},[6431],{"type":51,"value":6199},{"type":45,"tag":211,"props":6433,"children":6434},{"style":543},[6435],{"type":51,"value":607},{"type":45,"tag":211,"props":6437,"children":6439},{"class":213,"line":6438},31,[6440,6444,6448,6452,6456,6460,6465,6469,6473,6477,6481,6486,6490,6494,6498,6502,6506,6510,6514,6518,6522,6526,6531,6535,6539,6543,6547,6551,6555,6559,6563,6567,6571,6575,6579,6583,6587,6591,6595,6599,6603,6607,6611,6615,6620,6624,6628,6632,6636,6640,6644,6649,6653,6657,6662,6666,6670,6674,6679,6683,6687,6692,6697,6701,6705,6710,6714,6719,6723,6727,6732,6736,6740,6745,6749,6753,6757],{"type":45,"tag":211,"props":6441,"children":6442},{"style":543},[6443],{"type":51,"value":546},{"type":45,"tag":211,"props":6445,"children":6446},{"style":549},[6447],{"type":51,"value":4720},{"type":45,"tag":211,"props":6449,"children":6450},{"style":555},[6451],{"type":51,"value":2217},{"type":45,"tag":211,"props":6453,"children":6454},{"style":543},[6455],{"type":51,"value":563},{"type":45,"tag":211,"props":6457,"children":6458},{"style":543},[6459],{"type":51,"value":568},{"type":45,"tag":211,"props":6461,"children":6462},{"style":223},[6463],{"type":51,"value":6464},"qty",{"type":45,"tag":211,"props":6466,"children":6467},{"style":543},[6468],{"type":51,"value":568},{"type":45,"tag":211,"props":6470,"children":6471},{"style":555},[6472],{"type":51,"value":2243},{"type":45,"tag":211,"props":6474,"children":6475},{"style":543},[6476],{"type":51,"value":563},{"type":45,"tag":211,"props":6478,"children":6479},{"style":543},[6480],{"type":51,"value":568},{"type":45,"tag":211,"props":6482,"children":6483},{"style":223},[6484],{"type":51,"value":6485},"10",{"type":45,"tag":211,"props":6487,"children":6488},{"style":543},[6489],{"type":51,"value":568},{"type":45,"tag":211,"props":6491,"children":6492},{"style":555},[6493],{"type":51,"value":3157},{"type":45,"tag":211,"props":6495,"children":6496},{"style":543},[6497],{"type":51,"value":563},{"type":45,"tag":211,"props":6499,"children":6500},{"style":543},[6501],{"type":51,"value":568},{"type":45,"tag":211,"props":6503,"children":6504},{"style":223},[6505],{"type":51,"value":5132},{"type":45,"tag":211,"props":6507,"children":6508},{"style":543},[6509],{"type":51,"value":568},{"type":45,"tag":211,"props":6511,"children":6512},{"style":555},[6513],{"type":51,"value":1632},{"type":45,"tag":211,"props":6515,"children":6516},{"style":555},[6517],{"type":51,"value":2190},{"type":45,"tag":211,"props":6519,"children":6520},{"style":543},[6521],{"type":51,"value":563},{"type":45,"tag":211,"props":6523,"children":6524},{"style":543},[6525],{"type":51,"value":568},{"type":45,"tag":211,"props":6527,"children":6528},{"style":223},[6529],{"type":51,"value":6530},"Quantity",{"type":45,"tag":211,"props":6532,"children":6533},{"style":543},[6534],{"type":51,"value":568},{"type":45,"tag":211,"props":6536,"children":6537},{"style":555},[6538],{"type":51,"value":2441},{"type":45,"tag":211,"props":6540,"children":6541},{"style":543},[6542],{"type":51,"value":563},{"type":45,"tag":211,"props":6544,"children":6545},{"style":543},[6546],{"type":51,"value":568},{"type":45,"tag":211,"props":6548,"children":6549},{"style":223},[6550],{"type":51,"value":2454},{"type":45,"tag":211,"props":6552,"children":6553},{"style":543},[6554],{"type":51,"value":568},{"type":45,"tag":211,"props":6556,"children":6557},{"style":555},[6558],{"type":51,"value":3224},{"type":45,"tag":211,"props":6560,"children":6561},{"style":543},[6562],{"type":51,"value":563},{"type":45,"tag":211,"props":6564,"children":6565},{"style":543},[6566],{"type":51,"value":568},{"type":45,"tag":211,"props":6568,"children":6569},{"style":223},[6570],{"type":51,"value":6258},{"type":45,"tag":211,"props":6572,"children":6573},{"style":543},[6574],{"type":51,"value":568},{"type":45,"tag":211,"props":6576,"children":6577},{"style":555},[6578],{"type":51,"value":3246},{"type":45,"tag":211,"props":6580,"children":6581},{"style":555},[6582],{"type":51,"value":2212},{"type":45,"tag":211,"props":6584,"children":6585},{"style":555},[6586],{"type":51,"value":2168},{"type":45,"tag":211,"props":6588,"children":6589},{"style":543},[6590],{"type":51,"value":563},{"type":45,"tag":211,"props":6592,"children":6593},{"style":543},[6594],{"type":51,"value":568},{"type":45,"tag":211,"props":6596,"children":6597},{"style":223},[6598],{"type":51,"value":3267},{"type":45,"tag":211,"props":6600,"children":6601},{"style":543},[6602],{"type":51,"value":568},{"type":45,"tag":211,"props":6604,"children":6605},{"style":555},[6606],{"type":51,"value":2146},{"type":45,"tag":211,"props":6608,"children":6609},{"style":543},[6610],{"type":51,"value":563},{"type":45,"tag":211,"props":6612,"children":6613},{"style":543},[6614],{"type":51,"value":568},{"type":45,"tag":211,"props":6616,"children":6617},{"style":223},[6618],{"type":51,"value":6619},"Enter quantity",{"type":45,"tag":211,"props":6621,"children":6622},{"style":543},[6623],{"type":51,"value":568},{"type":45,"tag":211,"props":6625,"children":6626},{"style":555},[6627],{"type":51,"value":3296},{"type":45,"tag":211,"props":6629,"children":6630},{"style":543},[6631],{"type":51,"value":563},{"type":45,"tag":211,"props":6633,"children":6634},{"style":543},[6635],{"type":51,"value":568},{"type":45,"tag":211,"props":6637,"children":6638},{"style":223},[6639],{"type":51,"value":3309},{"type":45,"tag":211,"props":6641,"children":6642},{"style":543},[6643],{"type":51,"value":568},{"type":45,"tag":211,"props":6645,"children":6646},{"style":555},[6647],{"type":51,"value":6648}," inputMode",{"type":45,"tag":211,"props":6650,"children":6651},{"style":543},[6652],{"type":51,"value":563},{"type":45,"tag":211,"props":6654,"children":6655},{"style":543},[6656],{"type":51,"value":568},{"type":45,"tag":211,"props":6658,"children":6659},{"style":223},[6660],{"type":51,"value":6661},"numeric",{"type":45,"tag":211,"props":6663,"children":6664},{"style":543},[6665],{"type":51,"value":568},{"type":45,"tag":211,"props":6667,"children":6668},{"style":555},[6669],{"type":51,"value":6402},{"type":45,"tag":211,"props":6671,"children":6672},{"style":543},[6673],{"type":51,"value":563},{"type":45,"tag":211,"props":6675,"children":6676},{"style":223},[6677],{"type":51,"value":6678},"{100}",{"type":45,"tag":211,"props":6680,"children":6681},{"style":555},[6682],{"type":51,"value":4767},{"type":45,"tag":211,"props":6684,"children":6685},{"style":543},[6686],{"type":51,"value":563},{"type":45,"tag":211,"props":6688,"children":6689},{"style":223},[6690],{"type":51,"value":6691},"{1}",{"type":45,"tag":211,"props":6693,"children":6694},{"style":555},[6695],{"type":51,"value":6696}," prefix",{"type":45,"tag":211,"props":6698,"children":6699},{"style":543},[6700],{"type":51,"value":563},{"type":45,"tag":211,"props":6702,"children":6703},{"style":543},[6704],{"type":51,"value":568},{"type":45,"tag":211,"props":6706,"children":6707},{"style":223},[6708],{"type":51,"value":6709},"#",{"type":45,"tag":211,"props":6711,"children":6712},{"style":543},[6713],{"type":51,"value":568},{"type":45,"tag":211,"props":6715,"children":6716},{"style":555},[6717],{"type":51,"value":6718}," step",{"type":45,"tag":211,"props":6720,"children":6721},{"style":543},[6722],{"type":51,"value":563},{"type":45,"tag":211,"props":6724,"children":6725},{"style":223},[6726],{"type":51,"value":6691},{"type":45,"tag":211,"props":6728,"children":6729},{"style":555},[6730],{"type":51,"value":6731}," suffix",{"type":45,"tag":211,"props":6733,"children":6734},{"style":543},[6735],{"type":51,"value":563},{"type":45,"tag":211,"props":6737,"children":6738},{"style":543},[6739],{"type":51,"value":568},{"type":45,"tag":211,"props":6741,"children":6742},{"style":223},[6743],{"type":51,"value":6744},"units",{"type":45,"tag":211,"props":6746,"children":6747},{"style":543},[6748],{"type":51,"value":568},{"type":45,"tag":211,"props":6750,"children":6751},{"style":543},[6752],{"type":51,"value":723},{"type":45,"tag":211,"props":6754,"children":6755},{"style":549},[6756],{"type":51,"value":4720},{"type":45,"tag":211,"props":6758,"children":6759},{"style":543},[6760],{"type":51,"value":607},{"type":45,"tag":211,"props":6762,"children":6764},{"class":213,"line":6763},32,[6765,6769,6774,6778,6783,6787,6792,6796,6800,6804,6808,6812,6817,6821,6825,6829,6833],{"type":45,"tag":211,"props":6766,"children":6767},{"style":543},[6768],{"type":51,"value":546},{"type":45,"tag":211,"props":6770,"children":6771},{"style":549},[6772],{"type":51,"value":6773},"s-ordered-list",{"type":45,"tag":211,"props":6775,"children":6776},{"style":543},[6777],{"type":51,"value":1977},{"type":45,"tag":211,"props":6779,"children":6780},{"style":549},[6781],{"type":51,"value":6782},"s-list-item",{"type":45,"tag":211,"props":6784,"children":6785},{"style":543},[6786],{"type":51,"value":587},{"type":45,"tag":211,"props":6788,"children":6789},{"style":590},[6790],{"type":51,"value":6791},"First",{"type":45,"tag":211,"props":6793,"children":6794},{"style":543},[6795],{"type":51,"value":598},{"type":45,"tag":211,"props":6797,"children":6798},{"style":549},[6799],{"type":51,"value":6782},{"type":45,"tag":211,"props":6801,"children":6802},{"style":543},[6803],{"type":51,"value":1977},{"type":45,"tag":211,"props":6805,"children":6806},{"style":549},[6807],{"type":51,"value":6782},{"type":45,"tag":211,"props":6809,"children":6810},{"style":543},[6811],{"type":51,"value":587},{"type":45,"tag":211,"props":6813,"children":6814},{"style":590},[6815],{"type":51,"value":6816},"Second",{"type":45,"tag":211,"props":6818,"children":6819},{"style":543},[6820],{"type":51,"value":598},{"type":45,"tag":211,"props":6822,"children":6823},{"style":549},[6824],{"type":51,"value":6782},{"type":45,"tag":211,"props":6826,"children":6827},{"style":543},[6828],{"type":51,"value":723},{"type":45,"tag":211,"props":6830,"children":6831},{"style":549},[6832],{"type":51,"value":6773},{"type":45,"tag":211,"props":6834,"children":6835},{"style":543},[6836],{"type":51,"value":607},{"type":45,"tag":211,"props":6838,"children":6840},{"class":213,"line":6839},33,[6841,6845,6850,6854,6858,6862,6866,6870,6875,6879,6883,6888,6892,6896,6900,6904,6909,6913,6918,6922,6926,6931,6935,6939,6943,6947,6951,6955,6959,6963,6967,6972,6976,6980,6985,6989,6993],{"type":45,"tag":211,"props":6842,"children":6843},{"style":543},[6844],{"type":51,"value":546},{"type":45,"tag":211,"props":6846,"children":6847},{"style":549},[6848],{"type":51,"value":6849},"s-paragraph",{"type":45,"tag":211,"props":6851,"children":6852},{"style":555},[6853],{"type":51,"value":1110},{"type":45,"tag":211,"props":6855,"children":6856},{"style":543},[6857],{"type":51,"value":563},{"type":45,"tag":211,"props":6859,"children":6860},{"style":543},[6861],{"type":51,"value":568},{"type":45,"tag":211,"props":6863,"children":6864},{"style":223},[6865],{"type":51,"value":1123},{"type":45,"tag":211,"props":6867,"children":6868},{"style":543},[6869],{"type":51,"value":568},{"type":45,"tag":211,"props":6871,"children":6872},{"style":555},[6873],{"type":51,"value":6874}," fontVariantNumeric",{"type":45,"tag":211,"props":6876,"children":6877},{"style":543},[6878],{"type":51,"value":563},{"type":45,"tag":211,"props":6880,"children":6881},{"style":543},[6882],{"type":51,"value":568},{"type":45,"tag":211,"props":6884,"children":6885},{"style":223},[6886],{"type":51,"value":6887},"tabular-nums",{"type":45,"tag":211,"props":6889,"children":6890},{"style":543},[6891],{"type":51,"value":568},{"type":45,"tag":211,"props":6893,"children":6894},{"style":555},[6895],{"type":51,"value":861},{"type":45,"tag":211,"props":6897,"children":6898},{"style":543},[6899],{"type":51,"value":563},{"type":45,"tag":211,"props":6901,"children":6902},{"style":543},[6903],{"type":51,"value":568},{"type":45,"tag":211,"props":6905,"children":6906},{"style":223},[6907],{"type":51,"value":6908},"neutral",{"type":45,"tag":211,"props":6910,"children":6911},{"style":543},[6912],{"type":51,"value":568},{"type":45,"tag":211,"props":6914,"children":6915},{"style":555},[6916],{"type":51,"value":6917}," dir",{"type":45,"tag":211,"props":6919,"children":6920},{"style":543},[6921],{"type":51,"value":563},{"type":45,"tag":211,"props":6923,"children":6924},{"style":543},[6925],{"type":51,"value":568},{"type":45,"tag":211,"props":6927,"children":6928},{"style":223},[6929],{"type":51,"value":6930},"ltr",{"type":45,"tag":211,"props":6932,"children":6933},{"style":543},[6934],{"type":51,"value":568},{"type":45,"tag":211,"props":6936,"children":6937},{"style":555},[6938],{"type":51,"value":883},{"type":45,"tag":211,"props":6940,"children":6941},{"style":543},[6942],{"type":51,"value":563},{"type":45,"tag":211,"props":6944,"children":6945},{"style":543},[6946],{"type":51,"value":568},{"type":45,"tag":211,"props":6948,"children":6949},{"style":223},[6950],{"type":51,"value":1145},{"type":45,"tag":211,"props":6952,"children":6953},{"style":543},[6954],{"type":51,"value":568},{"type":45,"tag":211,"props":6956,"children":6957},{"style":555},[6958],{"type":51,"value":5269},{"type":45,"tag":211,"props":6960,"children":6961},{"style":543},[6962],{"type":51,"value":563},{"type":45,"tag":211,"props":6964,"children":6965},{"style":543},[6966],{"type":51,"value":568},{"type":45,"tag":211,"props":6968,"children":6969},{"style":223},[6970],{"type":51,"value":6971},"3",{"type":45,"tag":211,"props":6973,"children":6974},{"style":543},[6975],{"type":51,"value":568},{"type":45,"tag":211,"props":6977,"children":6978},{"style":543},[6979],{"type":51,"value":587},{"type":45,"tag":211,"props":6981,"children":6982},{"style":590},[6983],{"type":51,"value":6984},"Body text content",{"type":45,"tag":211,"props":6986,"children":6987},{"style":543},[6988],{"type":51,"value":598},{"type":45,"tag":211,"props":6990,"children":6991},{"style":549},[6992],{"type":51,"value":6849},{"type":45,"tag":211,"props":6994,"children":6995},{"style":543},[6996],{"type":51,"value":607},{"type":45,"tag":211,"props":6998,"children":7000},{"class":213,"line":6999},34,[7001,7005,7010,7014,7018,7022,7027,7031,7035,7039,7043,7048,7052,7056,7060,7065,7069,7073,7077,7081,7086,7090,7094,7098,7102,7106,7110,7114,7118,7122,7127,7131,7135,7139,7143,7147,7151,7156,7160,7164,7168,7172,7177,7181,7185,7189,7193,7198,7202,7206,7210,7214,7219,7223,7227,7231,7235,7240,7244,7248,7252],{"type":45,"tag":211,"props":7002,"children":7003},{"style":543},[7004],{"type":51,"value":546},{"type":45,"tag":211,"props":7006,"children":7007},{"style":549},[7008],{"type":51,"value":7009},"s-password-field",{"type":45,"tag":211,"props":7011,"children":7012},{"style":555},[7013],{"type":51,"value":2217},{"type":45,"tag":211,"props":7015,"children":7016},{"style":543},[7017],{"type":51,"value":563},{"type":45,"tag":211,"props":7019,"children":7020},{"style":543},[7021],{"type":51,"value":568},{"type":45,"tag":211,"props":7023,"children":7024},{"style":223},[7025],{"type":51,"value":7026},"password",{"type":45,"tag":211,"props":7028,"children":7029},{"style":543},[7030],{"type":51,"value":568},{"type":45,"tag":211,"props":7032,"children":7033},{"style":555},[7034],{"type":51,"value":2243},{"type":45,"tag":211,"props":7036,"children":7037},{"style":543},[7038],{"type":51,"value":563},{"type":45,"tag":211,"props":7040,"children":7041},{"style":543},[7042],{"type":51,"value":568},{"type":45,"tag":211,"props":7044,"children":7045},{"style":223},[7046],{"type":51,"value":7047},"secret123",{"type":45,"tag":211,"props":7049,"children":7050},{"style":543},[7051],{"type":51,"value":568},{"type":45,"tag":211,"props":7053,"children":7054},{"style":555},[7055],{"type":51,"value":3157},{"type":45,"tag":211,"props":7057,"children":7058},{"style":543},[7059],{"type":51,"value":563},{"type":45,"tag":211,"props":7061,"children":7062},{"style":543},[7063],{"type":51,"value":7064},"\"\"",{"type":45,"tag":211,"props":7066,"children":7067},{"style":555},[7068],{"type":51,"value":1632},{"type":45,"tag":211,"props":7070,"children":7071},{"style":555},[7072],{"type":51,"value":2190},{"type":45,"tag":211,"props":7074,"children":7075},{"style":543},[7076],{"type":51,"value":563},{"type":45,"tag":211,"props":7078,"children":7079},{"style":543},[7080],{"type":51,"value":568},{"type":45,"tag":211,"props":7082,"children":7083},{"style":223},[7084],{"type":51,"value":7085},"Password",{"type":45,"tag":211,"props":7087,"children":7088},{"style":543},[7089],{"type":51,"value":568},{"type":45,"tag":211,"props":7091,"children":7092},{"style":555},[7093],{"type":51,"value":2441},{"type":45,"tag":211,"props":7095,"children":7096},{"style":543},[7097],{"type":51,"value":563},{"type":45,"tag":211,"props":7099,"children":7100},{"style":543},[7101],{"type":51,"value":568},{"type":45,"tag":211,"props":7103,"children":7104},{"style":223},[7105],{"type":51,"value":2454},{"type":45,"tag":211,"props":7107,"children":7108},{"style":543},[7109],{"type":51,"value":568},{"type":45,"tag":211,"props":7111,"children":7112},{"style":555},[7113],{"type":51,"value":3224},{"type":45,"tag":211,"props":7115,"children":7116},{"style":543},[7117],{"type":51,"value":563},{"type":45,"tag":211,"props":7119,"children":7120},{"style":543},[7121],{"type":51,"value":568},{"type":45,"tag":211,"props":7123,"children":7124},{"style":223},[7125],{"type":51,"value":7126},"Enter password",{"type":45,"tag":211,"props":7128,"children":7129},{"style":543},[7130],{"type":51,"value":568},{"type":45,"tag":211,"props":7132,"children":7133},{"style":555},[7134],{"type":51,"value":3246},{"type":45,"tag":211,"props":7136,"children":7137},{"style":555},[7138],{"type":51,"value":2212},{"type":45,"tag":211,"props":7140,"children":7141},{"style":555},[7142],{"type":51,"value":2168},{"type":45,"tag":211,"props":7144,"children":7145},{"style":543},[7146],{"type":51,"value":563},{"type":45,"tag":211,"props":7148,"children":7149},{"style":543},[7150],{"type":51,"value":568},{"type":45,"tag":211,"props":7152,"children":7153},{"style":223},[7154],{"type":51,"value":7155},"Too short",{"type":45,"tag":211,"props":7157,"children":7158},{"style":543},[7159],{"type":51,"value":568},{"type":45,"tag":211,"props":7161,"children":7162},{"style":555},[7163],{"type":51,"value":2146},{"type":45,"tag":211,"props":7165,"children":7166},{"style":543},[7167],{"type":51,"value":563},{"type":45,"tag":211,"props":7169,"children":7170},{"style":543},[7171],{"type":51,"value":568},{"type":45,"tag":211,"props":7173,"children":7174},{"style":223},[7175],{"type":51,"value":7176},"Min 8 chars",{"type":45,"tag":211,"props":7178,"children":7179},{"style":543},[7180],{"type":51,"value":568},{"type":45,"tag":211,"props":7182,"children":7183},{"style":555},[7184],{"type":51,"value":3296},{"type":45,"tag":211,"props":7186,"children":7187},{"style":543},[7188],{"type":51,"value":563},{"type":45,"tag":211,"props":7190,"children":7191},{"style":543},[7192],{"type":51,"value":568},{"type":45,"tag":211,"props":7194,"children":7195},{"style":223},[7196],{"type":51,"value":7197},"current-password",{"type":45,"tag":211,"props":7199,"children":7200},{"style":543},[7201],{"type":51,"value":568},{"type":45,"tag":211,"props":7203,"children":7204},{"style":555},[7205],{"type":51,"value":4475},{"type":45,"tag":211,"props":7207,"children":7208},{"style":543},[7209],{"type":51,"value":563},{"type":45,"tag":211,"props":7211,"children":7212},{"style":543},[7213],{"type":51,"value":568},{"type":45,"tag":211,"props":7215,"children":7216},{"style":223},[7217],{"type":51,"value":7218},"128",{"type":45,"tag":211,"props":7220,"children":7221},{"style":543},[7222],{"type":51,"value":568},{"type":45,"tag":211,"props":7224,"children":7225},{"style":555},[7226],{"type":51,"value":4497},{"type":45,"tag":211,"props":7228,"children":7229},{"style":543},[7230],{"type":51,"value":563},{"type":45,"tag":211,"props":7232,"children":7233},{"style":543},[7234],{"type":51,"value":568},{"type":45,"tag":211,"props":7236,"children":7237},{"style":223},[7238],{"type":51,"value":7239},"8",{"type":45,"tag":211,"props":7241,"children":7242},{"style":543},[7243],{"type":51,"value":568},{"type":45,"tag":211,"props":7245,"children":7246},{"style":543},[7247],{"type":51,"value":723},{"type":45,"tag":211,"props":7249,"children":7250},{"style":549},[7251],{"type":51,"value":7009},{"type":45,"tag":211,"props":7253,"children":7254},{"style":543},[7255],{"type":51,"value":607},{"type":45,"tag":211,"props":7257,"children":7259},{"class":213,"line":7258},35,[7260,7264,7269,7274,7278,7282,7287,7291,7295,7299,7303,7307],{"type":45,"tag":211,"props":7261,"children":7262},{"style":543},[7263],{"type":51,"value":546},{"type":45,"tag":211,"props":7265,"children":7266},{"style":549},[7267],{"type":51,"value":7268},"s-query-container",{"type":45,"tag":211,"props":7270,"children":7271},{"style":555},[7272],{"type":51,"value":7273}," containerName",{"type":45,"tag":211,"props":7275,"children":7276},{"style":543},[7277],{"type":51,"value":563},{"type":45,"tag":211,"props":7279,"children":7280},{"style":543},[7281],{"type":51,"value":568},{"type":45,"tag":211,"props":7283,"children":7284},{"style":223},[7285],{"type":51,"value":7286},"main",{"type":45,"tag":211,"props":7288,"children":7289},{"style":543},[7290],{"type":51,"value":568},{"type":45,"tag":211,"props":7292,"children":7293},{"style":543},[7294],{"type":51,"value":587},{"type":45,"tag":211,"props":7296,"children":7297},{"style":590},[7298],{"type":51,"value":593},{"type":45,"tag":211,"props":7300,"children":7301},{"style":543},[7302],{"type":51,"value":598},{"type":45,"tag":211,"props":7304,"children":7305},{"style":549},[7306],{"type":51,"value":7268},{"type":45,"tag":211,"props":7308,"children":7309},{"style":543},[7310],{"type":51,"value":607},{"type":45,"tag":211,"props":7312,"children":7314},{"class":213,"line":7313},36,[7315,7319,7324,7328,7332,7336,7341,7345,7349,7353,7357,7362,7366,7370,7374,7378,7382,7386,7390,7394,7399,7403,7407,7411,7415,7419,7423,7427,7431,7435,7440,7444,7448,7452,7456,7460,7464,7469,7473,7477,7481,7485,7490,7494,7498,7502,7506,7510,7514,7518,7522,7526,7531,7535,7539,7543,7547,7551,7555,7559,7563],{"type":45,"tag":211,"props":7316,"children":7317},{"style":543},[7318],{"type":51,"value":546},{"type":45,"tag":211,"props":7320,"children":7321},{"style":549},[7322],{"type":51,"value":7323},"s-search-field",{"type":45,"tag":211,"props":7325,"children":7326},{"style":555},[7327],{"type":51,"value":2217},{"type":45,"tag":211,"props":7329,"children":7330},{"style":543},[7331],{"type":51,"value":563},{"type":45,"tag":211,"props":7333,"children":7334},{"style":543},[7335],{"type":51,"value":568},{"type":45,"tag":211,"props":7337,"children":7338},{"style":223},[7339],{"type":51,"value":7340},"query",{"type":45,"tag":211,"props":7342,"children":7343},{"style":543},[7344],{"type":51,"value":568},{"type":45,"tag":211,"props":7346,"children":7347},{"style":555},[7348],{"type":51,"value":2243},{"type":45,"tag":211,"props":7350,"children":7351},{"style":543},[7352],{"type":51,"value":563},{"type":45,"tag":211,"props":7354,"children":7355},{"style":543},[7356],{"type":51,"value":568},{"type":45,"tag":211,"props":7358,"children":7359},{"style":223},[7360],{"type":51,"value":7361},"blue shirt",{"type":45,"tag":211,"props":7363,"children":7364},{"style":543},[7365],{"type":51,"value":568},{"type":45,"tag":211,"props":7367,"children":7368},{"style":555},[7369],{"type":51,"value":3157},{"type":45,"tag":211,"props":7371,"children":7372},{"style":543},[7373],{"type":51,"value":563},{"type":45,"tag":211,"props":7375,"children":7376},{"style":543},[7377],{"type":51,"value":7064},{"type":45,"tag":211,"props":7379,"children":7380},{"style":555},[7381],{"type":51,"value":1632},{"type":45,"tag":211,"props":7383,"children":7384},{"style":555},[7385],{"type":51,"value":2190},{"type":45,"tag":211,"props":7387,"children":7388},{"style":543},[7389],{"type":51,"value":563},{"type":45,"tag":211,"props":7391,"children":7392},{"style":543},[7393],{"type":51,"value":568},{"type":45,"tag":211,"props":7395,"children":7396},{"style":223},[7397],{"type":51,"value":7398},"Search",{"type":45,"tag":211,"props":7400,"children":7401},{"style":543},[7402],{"type":51,"value":568},{"type":45,"tag":211,"props":7404,"children":7405},{"style":555},[7406],{"type":51,"value":2441},{"type":45,"tag":211,"props":7408,"children":7409},{"style":543},[7410],{"type":51,"value":563},{"type":45,"tag":211,"props":7412,"children":7413},{"style":543},[7414],{"type":51,"value":568},{"type":45,"tag":211,"props":7416,"children":7417},{"style":223},[7418],{"type":51,"value":2454},{"type":45,"tag":211,"props":7420,"children":7421},{"style":543},[7422],{"type":51,"value":568},{"type":45,"tag":211,"props":7424,"children":7425},{"style":555},[7426],{"type":51,"value":3224},{"type":45,"tag":211,"props":7428,"children":7429},{"style":543},[7430],{"type":51,"value":563},{"type":45,"tag":211,"props":7432,"children":7433},{"style":543},[7434],{"type":51,"value":568},{"type":45,"tag":211,"props":7436,"children":7437},{"style":223},[7438],{"type":51,"value":7439},"Search products",{"type":45,"tag":211,"props":7441,"children":7442},{"style":543},[7443],{"type":51,"value":568},{"type":45,"tag":211,"props":7445,"children":7446},{"style":555},[7447],{"type":51,"value":3246},{"type":45,"tag":211,"props":7449,"children":7450},{"style":555},[7451],{"type":51,"value":2212},{"type":45,"tag":211,"props":7453,"children":7454},{"style":555},[7455],{"type":51,"value":2168},{"type":45,"tag":211,"props":7457,"children":7458},{"style":543},[7459],{"type":51,"value":563},{"type":45,"tag":211,"props":7461,"children":7462},{"style":543},[7463],{"type":51,"value":568},{"type":45,"tag":211,"props":7465,"children":7466},{"style":223},[7467],{"type":51,"value":7468},"No results",{"type":45,"tag":211,"props":7470,"children":7471},{"style":543},[7472],{"type":51,"value":568},{"type":45,"tag":211,"props":7474,"children":7475},{"style":555},[7476],{"type":51,"value":2146},{"type":45,"tag":211,"props":7478,"children":7479},{"style":543},[7480],{"type":51,"value":563},{"type":45,"tag":211,"props":7482,"children":7483},{"style":543},[7484],{"type":51,"value":568},{"type":45,"tag":211,"props":7486,"children":7487},{"style":223},[7488],{"type":51,"value":7489},"Search catalog",{"type":45,"tag":211,"props":7491,"children":7492},{"style":543},[7493],{"type":51,"value":568},{"type":45,"tag":211,"props":7495,"children":7496},{"style":555},[7497],{"type":51,"value":3296},{"type":45,"tag":211,"props":7499,"children":7500},{"style":543},[7501],{"type":51,"value":563},{"type":45,"tag":211,"props":7503,"children":7504},{"style":543},[7505],{"type":51,"value":568},{"type":45,"tag":211,"props":7507,"children":7508},{"style":223},[7509],{"type":51,"value":3309},{"type":45,"tag":211,"props":7511,"children":7512},{"style":543},[7513],{"type":51,"value":568},{"type":45,"tag":211,"props":7515,"children":7516},{"style":555},[7517],{"type":51,"value":4475},{"type":45,"tag":211,"props":7519,"children":7520},{"style":543},[7521],{"type":51,"value":563},{"type":45,"tag":211,"props":7523,"children":7524},{"style":543},[7525],{"type":51,"value":568},{"type":45,"tag":211,"props":7527,"children":7528},{"style":223},[7529],{"type":51,"value":7530},"200",{"type":45,"tag":211,"props":7532,"children":7533},{"style":543},[7534],{"type":51,"value":568},{"type":45,"tag":211,"props":7536,"children":7537},{"style":555},[7538],{"type":51,"value":4497},{"type":45,"tag":211,"props":7540,"children":7541},{"style":543},[7542],{"type":51,"value":563},{"type":45,"tag":211,"props":7544,"children":7545},{"style":543},[7546],{"type":51,"value":568},{"type":45,"tag":211,"props":7548,"children":7549},{"style":223},[7550],{"type":51,"value":5132},{"type":45,"tag":211,"props":7552,"children":7553},{"style":543},[7554],{"type":51,"value":568},{"type":45,"tag":211,"props":7556,"children":7557},{"style":543},[7558],{"type":51,"value":723},{"type":45,"tag":211,"props":7560,"children":7561},{"style":549},[7562],{"type":51,"value":7323},{"type":45,"tag":211,"props":7564,"children":7565},{"style":543},[7566],{"type":51,"value":607},{"type":45,"tag":211,"props":7568,"children":7570},{"class":213,"line":7569},37,[7571,7575,7580,7584,7588,7592,7597,7601,7605,7609,7613,7618,7622,7626,7630,7634,7638,7642,7646,7650,7654,7658],{"type":45,"tag":211,"props":7572,"children":7573},{"style":543},[7574],{"type":51,"value":546},{"type":45,"tag":211,"props":7576,"children":7577},{"style":549},[7578],{"type":51,"value":7579},"s-section",{"type":45,"tag":211,"props":7581,"children":7582},{"style":555},[7583],{"type":51,"value":1066},{"type":45,"tag":211,"props":7585,"children":7586},{"style":543},[7587],{"type":51,"value":563},{"type":45,"tag":211,"props":7589,"children":7590},{"style":543},[7591],{"type":51,"value":568},{"type":45,"tag":211,"props":7593,"children":7594},{"style":223},[7595],{"type":51,"value":7596},"Details",{"type":45,"tag":211,"props":7598,"children":7599},{"style":543},[7600],{"type":51,"value":568},{"type":45,"tag":211,"props":7602,"children":7603},{"style":555},[7604],{"type":51,"value":558},{"type":45,"tag":211,"props":7606,"children":7607},{"style":543},[7608],{"type":51,"value":563},{"type":45,"tag":211,"props":7610,"children":7611},{"style":543},[7612],{"type":51,"value":568},{"type":45,"tag":211,"props":7614,"children":7615},{"style":223},[7616],{"type":51,"value":7617},"Product details",{"type":45,"tag":211,"props":7619,"children":7620},{"style":543},[7621],{"type":51,"value":568},{"type":45,"tag":211,"props":7623,"children":7624},{"style":555},[7625],{"type":51,"value":1430},{"type":45,"tag":211,"props":7627,"children":7628},{"style":543},[7629],{"type":51,"value":563},{"type":45,"tag":211,"props":7631,"children":7632},{"style":543},[7633],{"type":51,"value":568},{"type":45,"tag":211,"props":7635,"children":7636},{"style":223},[7637],{"type":51,"value":805},{"type":45,"tag":211,"props":7639,"children":7640},{"style":543},[7641],{"type":51,"value":568},{"type":45,"tag":211,"props":7643,"children":7644},{"style":543},[7645],{"type":51,"value":587},{"type":45,"tag":211,"props":7647,"children":7648},{"style":590},[7649],{"type":51,"value":593},{"type":45,"tag":211,"props":7651,"children":7652},{"style":543},[7653],{"type":51,"value":598},{"type":45,"tag":211,"props":7655,"children":7656},{"style":549},[7657],{"type":51,"value":7579},{"type":45,"tag":211,"props":7659,"children":7660},{"style":543},[7661],{"type":51,"value":607},{"type":45,"tag":211,"props":7663,"children":7665},{"class":213,"line":7664},38,[7666,7670,7675,7679,7683,7687,7691,7696,7700,7704,7708,7712,7717,7721,7725,7729,7733,7738,7742,7746,7750,7754,7758,7762,7766,7770,7774,7779,7783,7787,7791,7795,7799,7803,7807,7811,7815,7820,7824,7828,7832,7836,7840,7845,7849,7853,7858,7862,7866,7870,7874,7879,7883,7887,7892,7896,7900,7904,7908,7912,7916,7920,7924,7928,7932,7936,7940,7944,7948,7952,7956,7960,7965,7969,7973,7978,7982,7986,7990,7994,7998,8002],{"type":45,"tag":211,"props":7667,"children":7668},{"style":543},[7669],{"type":51,"value":546},{"type":45,"tag":211,"props":7671,"children":7672},{"style":549},[7673],{"type":51,"value":7674},"s-select",{"type":45,"tag":211,"props":7676,"children":7677},{"style":555},[7678],{"type":51,"value":1632},{"type":45,"tag":211,"props":7680,"children":7681},{"style":555},[7682],{"type":51,"value":2217},{"type":45,"tag":211,"props":7684,"children":7685},{"style":543},[7686],{"type":51,"value":563},{"type":45,"tag":211,"props":7688,"children":7689},{"style":543},[7690],{"type":51,"value":568},{"type":45,"tag":211,"props":7692,"children":7693},{"style":223},[7694],{"type":51,"value":7695},"status",{"type":45,"tag":211,"props":7697,"children":7698},{"style":543},[7699],{"type":51,"value":568},{"type":45,"tag":211,"props":7701,"children":7702},{"style":555},[7703],{"type":51,"value":2243},{"type":45,"tag":211,"props":7705,"children":7706},{"style":543},[7707],{"type":51,"value":563},{"type":45,"tag":211,"props":7709,"children":7710},{"style":543},[7711],{"type":51,"value":568},{"type":45,"tag":211,"props":7713,"children":7714},{"style":223},[7715],{"type":51,"value":7716},"active",{"type":45,"tag":211,"props":7718,"children":7719},{"style":543},[7720],{"type":51,"value":568},{"type":45,"tag":211,"props":7722,"children":7723},{"style":555},[7724],{"type":51,"value":2146},{"type":45,"tag":211,"props":7726,"children":7727},{"style":543},[7728],{"type":51,"value":563},{"type":45,"tag":211,"props":7730,"children":7731},{"style":543},[7732],{"type":51,"value":568},{"type":45,"tag":211,"props":7734,"children":7735},{"style":223},[7736],{"type":51,"value":7737},"Pick status",{"type":45,"tag":211,"props":7739,"children":7740},{"style":543},[7741],{"type":51,"value":568},{"type":45,"tag":211,"props":7743,"children":7744},{"style":555},[7745],{"type":51,"value":2168},{"type":45,"tag":211,"props":7747,"children":7748},{"style":543},[7749],{"type":51,"value":563},{"type":45,"tag":211,"props":7751,"children":7752},{"style":543},[7753],{"type":51,"value":568},{"type":45,"tag":211,"props":7755,"children":7756},{"style":223},[7757],{"type":51,"value":2159},{"type":45,"tag":211,"props":7759,"children":7760},{"style":543},[7761],{"type":51,"value":568},{"type":45,"tag":211,"props":7763,"children":7764},{"style":555},[7765],{"type":51,"value":2190},{"type":45,"tag":211,"props":7767,"children":7768},{"style":543},[7769],{"type":51,"value":563},{"type":45,"tag":211,"props":7771,"children":7772},{"style":543},[7773],{"type":51,"value":568},{"type":45,"tag":211,"props":7775,"children":7776},{"style":223},[7777],{"type":51,"value":7778},"Status",{"type":45,"tag":211,"props":7780,"children":7781},{"style":543},[7782],{"type":51,"value":568},{"type":45,"tag":211,"props":7784,"children":7785},{"style":555},[7786],{"type":51,"value":2441},{"type":45,"tag":211,"props":7788,"children":7789},{"style":543},[7790],{"type":51,"value":563},{"type":45,"tag":211,"props":7792,"children":7793},{"style":543},[7794],{"type":51,"value":568},{"type":45,"tag":211,"props":7796,"children":7797},{"style":223},[7798],{"type":51,"value":2454},{"type":45,"tag":211,"props":7800,"children":7801},{"style":543},[7802],{"type":51,"value":568},{"type":45,"tag":211,"props":7804,"children":7805},{"style":555},[7806],{"type":51,"value":3224},{"type":45,"tag":211,"props":7808,"children":7809},{"style":543},[7810],{"type":51,"value":563},{"type":45,"tag":211,"props":7812,"children":7813},{"style":543},[7814],{"type":51,"value":568},{"type":45,"tag":211,"props":7816,"children":7817},{"style":223},[7818],{"type":51,"value":7819},"Select status",{"type":45,"tag":211,"props":7821,"children":7822},{"style":543},[7823],{"type":51,"value":568},{"type":45,"tag":211,"props":7825,"children":7826},{"style":555},[7827],{"type":51,"value":2212},{"type":45,"tag":211,"props":7829,"children":7830},{"style":555},[7831],{"type":51,"value":904},{"type":45,"tag":211,"props":7833,"children":7834},{"style":543},[7835],{"type":51,"value":563},{"type":45,"tag":211,"props":7837,"children":7838},{"style":543},[7839],{"type":51,"value":568},{"type":45,"tag":211,"props":7841,"children":7842},{"style":223},[7843],{"type":51,"value":7844},"product",{"type":45,"tag":211,"props":7846,"children":7847},{"style":543},[7848],{"type":51,"value":568},{"type":45,"tag":211,"props":7850,"children":7851},{"style":543},[7852],{"type":51,"value":1977},{"type":45,"tag":211,"props":7854,"children":7855},{"style":549},[7856],{"type":51,"value":7857},"s-option-group",{"type":45,"tag":211,"props":7859,"children":7860},{"style":555},[7861],{"type":51,"value":1632},{"type":45,"tag":211,"props":7863,"children":7864},{"style":555},[7865],{"type":51,"value":2190},{"type":45,"tag":211,"props":7867,"children":7868},{"style":543},[7869],{"type":51,"value":563},{"type":45,"tag":211,"props":7871,"children":7872},{"style":543},[7873],{"type":51,"value":568},{"type":45,"tag":211,"props":7875,"children":7876},{"style":223},[7877],{"type":51,"value":7878},"States",{"type":45,"tag":211,"props":7880,"children":7881},{"style":543},[7882],{"type":51,"value":568},{"type":45,"tag":211,"props":7884,"children":7885},{"style":543},[7886],{"type":51,"value":1977},{"type":45,"tag":211,"props":7888,"children":7889},{"style":549},[7890],{"type":51,"value":7891},"s-option",{"type":45,"tag":211,"props":7893,"children":7894},{"style":555},[7895],{"type":51,"value":2243},{"type":45,"tag":211,"props":7897,"children":7898},{"style":543},[7899],{"type":51,"value":563},{"type":45,"tag":211,"props":7901,"children":7902},{"style":543},[7903],{"type":51,"value":568},{"type":45,"tag":211,"props":7905,"children":7906},{"style":223},[7907],{"type":51,"value":7716},{"type":45,"tag":211,"props":7909,"children":7910},{"style":543},[7911],{"type":51,"value":568},{"type":45,"tag":211,"props":7913,"children":7914},{"style":555},[7915],{"type":51,"value":1632},{"type":45,"tag":211,"props":7917,"children":7918},{"style":555},[7919],{"type":51,"value":2534},{"type":45,"tag":211,"props":7921,"children":7922},{"style":555},[7923],{"type":51,"value":2539},{"type":45,"tag":211,"props":7925,"children":7926},{"style":543},[7927],{"type":51,"value":587},{"type":45,"tag":211,"props":7929,"children":7930},{"style":590},[7931],{"type":51,"value":3085},{"type":45,"tag":211,"props":7933,"children":7934},{"style":543},[7935],{"type":51,"value":598},{"type":45,"tag":211,"props":7937,"children":7938},{"style":549},[7939],{"type":51,"value":7891},{"type":45,"tag":211,"props":7941,"children":7942},{"style":543},[7943],{"type":51,"value":1977},{"type":45,"tag":211,"props":7945,"children":7946},{"style":549},[7947],{"type":51,"value":7891},{"type":45,"tag":211,"props":7949,"children":7950},{"style":555},[7951],{"type":51,"value":2243},{"type":45,"tag":211,"props":7953,"children":7954},{"style":543},[7955],{"type":51,"value":563},{"type":45,"tag":211,"props":7957,"children":7958},{"style":543},[7959],{"type":51,"value":568},{"type":45,"tag":211,"props":7961,"children":7962},{"style":223},[7963],{"type":51,"value":7964},"draft",{"type":45,"tag":211,"props":7966,"children":7967},{"style":543},[7968],{"type":51,"value":568},{"type":45,"tag":211,"props":7970,"children":7971},{"style":543},[7972],{"type":51,"value":587},{"type":45,"tag":211,"props":7974,"children":7975},{"style":590},[7976],{"type":51,"value":7977},"Draft",{"type":45,"tag":211,"props":7979,"children":7980},{"style":543},[7981],{"type":51,"value":598},{"type":45,"tag":211,"props":7983,"children":7984},{"style":549},[7985],{"type":51,"value":7891},{"type":45,"tag":211,"props":7987,"children":7988},{"style":543},[7989],{"type":51,"value":723},{"type":45,"tag":211,"props":7991,"children":7992},{"style":549},[7993],{"type":51,"value":7857},{"type":45,"tag":211,"props":7995,"children":7996},{"style":543},[7997],{"type":51,"value":723},{"type":45,"tag":211,"props":7999,"children":8000},{"style":549},[8001],{"type":51,"value":7674},{"type":45,"tag":211,"props":8003,"children":8004},{"style":543},[8005],{"type":51,"value":607},{"type":45,"tag":211,"props":8007,"children":8009},{"class":213,"line":8008},39,[8010,8014,8019,8023,8027,8031,8036,8040,8044,8048,8052,8056,8060,8064,8068],{"type":45,"tag":211,"props":8011,"children":8012},{"style":543},[8013],{"type":51,"value":546},{"type":45,"tag":211,"props":8015,"children":8016},{"style":549},[8017],{"type":51,"value":8018},"s-spinner",{"type":45,"tag":211,"props":8020,"children":8021},{"style":555},[8022],{"type":51,"value":1066},{"type":45,"tag":211,"props":8024,"children":8025},{"style":543},[8026],{"type":51,"value":563},{"type":45,"tag":211,"props":8028,"children":8029},{"style":543},[8030],{"type":51,"value":568},{"type":45,"tag":211,"props":8032,"children":8033},{"style":223},[8034],{"type":51,"value":8035},"Loading products",{"type":45,"tag":211,"props":8037,"children":8038},{"style":543},[8039],{"type":51,"value":568},{"type":45,"tag":211,"props":8041,"children":8042},{"style":555},[8043],{"type":51,"value":792},{"type":45,"tag":211,"props":8045,"children":8046},{"style":543},[8047],{"type":51,"value":563},{"type":45,"tag":211,"props":8049,"children":8050},{"style":543},[8051],{"type":51,"value":568},{"type":45,"tag":211,"props":8053,"children":8054},{"style":223},[8055],{"type":51,"value":805},{"type":45,"tag":211,"props":8057,"children":8058},{"style":543},[8059],{"type":51,"value":568},{"type":45,"tag":211,"props":8061,"children":8062},{"style":543},[8063],{"type":51,"value":723},{"type":45,"tag":211,"props":8065,"children":8066},{"style":549},[8067],{"type":51,"value":8018},{"type":45,"tag":211,"props":8069,"children":8070},{"style":543},[8071],{"type":51,"value":607},{"type":45,"tag":211,"props":8073,"children":8075},{"class":213,"line":8074},40,[8076,8080,8085,8089,8093,8097,8101,8105,8109,8113,8117,8121,8125,8129,8133,8137,8141,8145,8149,8153,8157,8161,8165,8169,8173,8177,8181,8185,8189,8193,8197,8201,8205,8209,8213,8217,8221,8225,8229,8233,8237,8241,8245,8249,8253,8257,8261,8265,8269,8274,8278,8283,8287,8291,8295,8299,8303,8308,8312,8316,8320,8324],{"type":45,"tag":211,"props":8077,"children":8078},{"style":543},[8079],{"type":51,"value":546},{"type":45,"tag":211,"props":8081,"children":8082},{"style":549},[8083],{"type":51,"value":8084},"s-stack",{"type":45,"tag":211,"props":8086,"children":8087},{"style":555},[8088],{"type":51,"value":4025},{"type":45,"tag":211,"props":8090,"children":8091},{"style":543},[8092],{"type":51,"value":563},{"type":45,"tag":211,"props":8094,"children":8095},{"style":543},[8096],{"type":51,"value":568},{"type":45,"tag":211,"props":8098,"children":8099},{"style":223},[8100],{"type":51,"value":4038},{"type":45,"tag":211,"props":8102,"children":8103},{"style":543},[8104],{"type":51,"value":568},{"type":45,"tag":211,"props":8106,"children":8107},{"style":555},[8108],{"type":51,"value":4943},{"type":45,"tag":211,"props":8110,"children":8111},{"style":543},[8112],{"type":51,"value":563},{"type":45,"tag":211,"props":8114,"children":8115},{"style":543},[8116],{"type":51,"value":568},{"type":45,"tag":211,"props":8118,"children":8119},{"style":223},[8120],{"type":51,"value":4956},{"type":45,"tag":211,"props":8122,"children":8123},{"style":543},[8124],{"type":51,"value":568},{"type":45,"tag":211,"props":8126,"children":8127},{"style":555},[8128],{"type":51,"value":4857},{"type":45,"tag":211,"props":8130,"children":8131},{"style":543},[8132],{"type":51,"value":563},{"type":45,"tag":211,"props":8134,"children":8135},{"style":543},[8136],{"type":51,"value":568},{"type":45,"tag":211,"props":8138,"children":8139},{"style":223},[8140],{"type":51,"value":4870},{"type":45,"tag":211,"props":8142,"children":8143},{"style":543},[8144],{"type":51,"value":568},{"type":45,"tag":211,"props":8146,"children":8147},{"style":555},[8148],{"type":51,"value":4922},{"type":45,"tag":211,"props":8150,"children":8151},{"style":543},[8152],{"type":51,"value":563},{"type":45,"tag":211,"props":8154,"children":8155},{"style":543},[8156],{"type":51,"value":568},{"type":45,"tag":211,"props":8158,"children":8159},{"style":223},[8160],{"type":51,"value":4892},{"type":45,"tag":211,"props":8162,"children":8163},{"style":543},[8164],{"type":51,"value":568},{"type":45,"tag":211,"props":8166,"children":8167},{"style":555},[8168],{"type":51,"value":1935},{"type":45,"tag":211,"props":8170,"children":8171},{"style":543},[8172],{"type":51,"value":563},{"type":45,"tag":211,"props":8174,"children":8175},{"style":543},[8176],{"type":51,"value":568},{"type":45,"tag":211,"props":8178,"children":8179},{"style":223},[8180],{"type":51,"value":805},{"type":45,"tag":211,"props":8182,"children":8183},{"style":543},[8184],{"type":51,"value":568},{"type":45,"tag":211,"props":8186,"children":8187},{"style":555},[8188],{"type":51,"value":5006},{"type":45,"tag":211,"props":8190,"children":8191},{"style":543},[8192],{"type":51,"value":563},{"type":45,"tag":211,"props":8194,"children":8195},{"style":543},[8196],{"type":51,"value":568},{"type":45,"tag":211,"props":8198,"children":8199},{"style":223},[8200],{"type":51,"value":1464},{"type":45,"tag":211,"props":8202,"children":8203},{"style":543},[8204],{"type":51,"value":568},{"type":45,"tag":211,"props":8206,"children":8207},{"style":555},[8208],{"type":51,"value":5027},{"type":45,"tag":211,"props":8210,"children":8211},{"style":543},[8212],{"type":51,"value":563},{"type":45,"tag":211,"props":8214,"children":8215},{"style":543},[8216],{"type":51,"value":568},{"type":45,"tag":211,"props":8218,"children":8219},{"style":223},[8220],{"type":51,"value":805},{"type":45,"tag":211,"props":8222,"children":8223},{"style":543},[8224],{"type":51,"value":568},{"type":45,"tag":211,"props":8226,"children":8227},{"style":555},[8228],{"type":51,"value":1430},{"type":45,"tag":211,"props":8230,"children":8231},{"style":543},[8232],{"type":51,"value":563},{"type":45,"tag":211,"props":8234,"children":8235},{"style":543},[8236],{"type":51,"value":568},{"type":45,"tag":211,"props":8238,"children":8239},{"style":223},[8240],{"type":51,"value":805},{"type":45,"tag":211,"props":8242,"children":8243},{"style":543},[8244],{"type":51,"value":568},{"type":45,"tag":211,"props":8246,"children":8247},{"style":555},[8248],{"type":51,"value":1132},{"type":45,"tag":211,"props":8250,"children":8251},{"style":543},[8252],{"type":51,"value":563},{"type":45,"tag":211,"props":8254,"children":8255},{"style":543},[8256],{"type":51,"value":568},{"type":45,"tag":211,"props":8258,"children":8259},{"style":223},[8260],{"type":51,"value":1145},{"type":45,"tag":211,"props":8262,"children":8263},{"style":543},[8264],{"type":51,"value":568},{"type":45,"tag":211,"props":8266,"children":8267},{"style":543},[8268],{"type":51,"value":1977},{"type":45,"tag":211,"props":8270,"children":8271},{"style":549},[8272],{"type":51,"value":8273},"s-text",{"type":45,"tag":211,"props":8275,"children":8276},{"style":543},[8277],{"type":51,"value":587},{"type":45,"tag":211,"props":8279,"children":8280},{"style":590},[8281],{"type":51,"value":8282},"Item 1",{"type":45,"tag":211,"props":8284,"children":8285},{"style":543},[8286],{"type":51,"value":598},{"type":45,"tag":211,"props":8288,"children":8289},{"style":549},[8290],{"type":51,"value":8273},{"type":45,"tag":211,"props":8292,"children":8293},{"style":543},[8294],{"type":51,"value":1977},{"type":45,"tag":211,"props":8296,"children":8297},{"style":549},[8298],{"type":51,"value":8273},{"type":45,"tag":211,"props":8300,"children":8301},{"style":543},[8302],{"type":51,"value":587},{"type":45,"tag":211,"props":8304,"children":8305},{"style":590},[8306],{"type":51,"value":8307},"Item 2",{"type":45,"tag":211,"props":8309,"children":8310},{"style":543},[8311],{"type":51,"value":598},{"type":45,"tag":211,"props":8313,"children":8314},{"style":549},[8315],{"type":51,"value":8273},{"type":45,"tag":211,"props":8317,"children":8318},{"style":543},[8319],{"type":51,"value":723},{"type":45,"tag":211,"props":8321,"children":8322},{"style":549},[8323],{"type":51,"value":8084},{"type":45,"tag":211,"props":8325,"children":8326},{"style":543},[8327],{"type":51,"value":607},{"type":45,"tag":211,"props":8329,"children":8331},{"class":213,"line":8330},41,[8332,8336,8341,8345,8349,8353,8358,8362,8366,8370,8374,8378,8382,8387,8391,8395,8399,8403,8407,8411,8415,8419,8423,8427,8431,8435,8439,8443,8447,8451,8455,8459,8463,8467,8471,8476,8480,8484,8488,8492,8496,8500,8504,8508],{"type":45,"tag":211,"props":8333,"children":8334},{"style":543},[8335],{"type":51,"value":546},{"type":45,"tag":211,"props":8337,"children":8338},{"style":549},[8339],{"type":51,"value":8340},"s-switch",{"type":45,"tag":211,"props":8342,"children":8343},{"style":555},[8344],{"type":51,"value":1066},{"type":45,"tag":211,"props":8346,"children":8347},{"style":543},[8348],{"type":51,"value":563},{"type":45,"tag":211,"props":8350,"children":8351},{"style":543},[8352],{"type":51,"value":568},{"type":45,"tag":211,"props":8354,"children":8355},{"style":223},[8356],{"type":51,"value":8357},"Toggle",{"type":45,"tag":211,"props":8359,"children":8360},{"style":543},[8361],{"type":51,"value":568},{"type":45,"tag":211,"props":8363,"children":8364},{"style":555},[8365],{"type":51,"value":2136},{"type":45,"tag":211,"props":8367,"children":8368},{"style":555},[8369],{"type":51,"value":2141},{"type":45,"tag":211,"props":8371,"children":8372},{"style":555},[8373],{"type":51,"value":2146},{"type":45,"tag":211,"props":8375,"children":8376},{"style":543},[8377],{"type":51,"value":563},{"type":45,"tag":211,"props":8379,"children":8380},{"style":543},[8381],{"type":51,"value":568},{"type":45,"tag":211,"props":8383,"children":8384},{"style":223},[8385],{"type":51,"value":8386},"Enable feature",{"type":45,"tag":211,"props":8388,"children":8389},{"style":543},[8390],{"type":51,"value":568},{"type":45,"tag":211,"props":8392,"children":8393},{"style":555},[8394],{"type":51,"value":2168},{"type":45,"tag":211,"props":8396,"children":8397},{"style":543},[8398],{"type":51,"value":563},{"type":45,"tag":211,"props":8400,"children":8401},{"style":543},[8402],{"type":51,"value":568},{"type":45,"tag":211,"props":8404,"children":8405},{"style":223},[8406],{"type":51,"value":2159},{"type":45,"tag":211,"props":8408,"children":8409},{"style":543},[8410],{"type":51,"value":568},{"type":45,"tag":211,"props":8412,"children":8413},{"style":555},[8414],{"type":51,"value":2190},{"type":45,"tag":211,"props":8416,"children":8417},{"style":543},[8418],{"type":51,"value":563},{"type":45,"tag":211,"props":8420,"children":8421},{"style":543},[8422],{"type":51,"value":568},{"type":45,"tag":211,"props":8424,"children":8425},{"style":223},[8426],{"type":51,"value":3085},{"type":45,"tag":211,"props":8428,"children":8429},{"style":543},[8430],{"type":51,"value":568},{"type":45,"tag":211,"props":8432,"children":8433},{"style":555},[8434],{"type":51,"value":2212},{"type":45,"tag":211,"props":8436,"children":8437},{"style":555},[8438],{"type":51,"value":2217},{"type":45,"tag":211,"props":8440,"children":8441},{"style":543},[8442],{"type":51,"value":563},{"type":45,"tag":211,"props":8444,"children":8445},{"style":543},[8446],{"type":51,"value":568},{"type":45,"tag":211,"props":8448,"children":8449},{"style":223},[8450],{"type":51,"value":7716},{"type":45,"tag":211,"props":8452,"children":8453},{"style":543},[8454],{"type":51,"value":568},{"type":45,"tag":211,"props":8456,"children":8457},{"style":555},[8458],{"type":51,"value":1632},{"type":45,"tag":211,"props":8460,"children":8461},{"style":555},[8462],{"type":51,"value":2243},{"type":45,"tag":211,"props":8464,"children":8465},{"style":543},[8466],{"type":51,"value":563},{"type":45,"tag":211,"props":8468,"children":8469},{"style":543},[8470],{"type":51,"value":568},{"type":45,"tag":211,"props":8472,"children":8473},{"style":223},[8474],{"type":51,"value":8475},"on",{"type":45,"tag":211,"props":8477,"children":8478},{"style":543},[8479],{"type":51,"value":568},{"type":45,"tag":211,"props":8481,"children":8482},{"style":555},[8483],{"type":51,"value":2441},{"type":45,"tag":211,"props":8485,"children":8486},{"style":543},[8487],{"type":51,"value":563},{"type":45,"tag":211,"props":8489,"children":8490},{"style":543},[8491],{"type":51,"value":568},{"type":45,"tag":211,"props":8493,"children":8494},{"style":223},[8495],{"type":51,"value":2454},{"type":45,"tag":211,"props":8497,"children":8498},{"style":543},[8499],{"type":51,"value":568},{"type":45,"tag":211,"props":8501,"children":8502},{"style":543},[8503],{"type":51,"value":723},{"type":45,"tag":211,"props":8505,"children":8506},{"style":549},[8507],{"type":51,"value":8340},{"type":45,"tag":211,"props":8509,"children":8510},{"style":543},[8511],{"type":51,"value":607},{"type":45,"tag":211,"props":8513,"children":8515},{"class":213,"line":8514},42,[8516,8520,8525,8529,8534,8539,8544,8548,8552,8556,8560,8564,8568,8573,8577,8582,8587,8591,8595,8599,8603,8607,8611,8615,8619,8623,8627,8631,8635,8639,8644,8648,8653,8657,8661,8666,8670,8674,8678,8682,8686,8690,8694,8698,8703,8707,8712,8717,8721,8725,8730,8734,8738,8743,8747,8752,8756,8760,8764,8768,8772,8777,8781,8785,8789,8793,8797,8801,8805,8809],{"type":45,"tag":211,"props":8517,"children":8518},{"style":543},[8519],{"type":51,"value":546},{"type":45,"tag":211,"props":8521,"children":8522},{"style":549},[8523],{"type":51,"value":8524},"s-table",{"type":45,"tag":211,"props":8526,"children":8527},{"style":555},[8528],{"type":51,"value":582},{"type":45,"tag":211,"props":8530,"children":8531},{"style":555},[8532],{"type":51,"value":8533}," paginate",{"type":45,"tag":211,"props":8535,"children":8536},{"style":555},[8537],{"type":51,"value":8538}," hasPreviousPage",{"type":45,"tag":211,"props":8540,"children":8541},{"style":555},[8542],{"type":51,"value":8543}," hasNextPage",{"type":45,"tag":211,"props":8545,"children":8546},{"style":555},[8547],{"type":51,"value":1792},{"type":45,"tag":211,"props":8549,"children":8550},{"style":543},[8551],{"type":51,"value":563},{"type":45,"tag":211,"props":8553,"children":8554},{"style":543},[8555],{"type":51,"value":568},{"type":45,"tag":211,"props":8557,"children":8558},{"style":223},[8559],{"type":51,"value":1167},{"type":45,"tag":211,"props":8561,"children":8562},{"style":543},[8563],{"type":51,"value":568},{"type":45,"tag":211,"props":8565,"children":8566},{"style":543},[8567],{"type":51,"value":1977},{"type":45,"tag":211,"props":8569,"children":8570},{"style":549},[8571],{"type":51,"value":8572},"s-table-header-row",{"type":45,"tag":211,"props":8574,"children":8575},{"style":543},[8576],{"type":51,"value":1977},{"type":45,"tag":211,"props":8578,"children":8579},{"style":549},[8580],{"type":51,"value":8581},"s-table-header",{"type":45,"tag":211,"props":8583,"children":8584},{"style":555},[8585],{"type":51,"value":8586}," listSlot",{"type":45,"tag":211,"props":8588,"children":8589},{"style":543},[8590],{"type":51,"value":563},{"type":45,"tag":211,"props":8592,"children":8593},{"style":543},[8594],{"type":51,"value":568},{"type":45,"tag":211,"props":8596,"children":8597},{"style":223},[8598],{"type":51,"value":1805},{"type":45,"tag":211,"props":8600,"children":8601},{"style":543},[8602],{"type":51,"value":568},{"type":45,"tag":211,"props":8604,"children":8605},{"style":543},[8606],{"type":51,"value":587},{"type":45,"tag":211,"props":8608,"children":8609},{"style":590},[8610],{"type":51,"value":5529},{"type":45,"tag":211,"props":8612,"children":8613},{"style":543},[8614],{"type":51,"value":598},{"type":45,"tag":211,"props":8616,"children":8617},{"style":549},[8618],{"type":51,"value":8581},{"type":45,"tag":211,"props":8620,"children":8621},{"style":543},[8622],{"type":51,"value":1977},{"type":45,"tag":211,"props":8624,"children":8625},{"style":549},[8626],{"type":51,"value":8581},{"type":45,"tag":211,"props":8628,"children":8629},{"style":555},[8630],{"type":51,"value":8586},{"type":45,"tag":211,"props":8632,"children":8633},{"style":543},[8634],{"type":51,"value":563},{"type":45,"tag":211,"props":8636,"children":8637},{"style":543},[8638],{"type":51,"value":568},{"type":45,"tag":211,"props":8640,"children":8641},{"style":223},[8642],{"type":51,"value":8643},"labeled",{"type":45,"tag":211,"props":8645,"children":8646},{"style":543},[8647],{"type":51,"value":568},{"type":45,"tag":211,"props":8649,"children":8650},{"style":555},[8651],{"type":51,"value":8652}," format",{"type":45,"tag":211,"props":8654,"children":8655},{"style":543},[8656],{"type":51,"value":563},{"type":45,"tag":211,"props":8658,"children":8659},{"style":543},[8660],{"type":51,"value":568},{"type":45,"tag":211,"props":8662,"children":8663},{"style":223},[8664],{"type":51,"value":8665},"currency",{"type":45,"tag":211,"props":8667,"children":8668},{"style":543},[8669],{"type":51,"value":568},{"type":45,"tag":211,"props":8671,"children":8672},{"style":543},[8673],{"type":51,"value":587},{"type":45,"tag":211,"props":8675,"children":8676},{"style":590},[8677],{"type":51,"value":6283},{"type":45,"tag":211,"props":8679,"children":8680},{"style":543},[8681],{"type":51,"value":598},{"type":45,"tag":211,"props":8683,"children":8684},{"style":549},[8685],{"type":51,"value":8581},{"type":45,"tag":211,"props":8687,"children":8688},{"style":543},[8689],{"type":51,"value":723},{"type":45,"tag":211,"props":8691,"children":8692},{"style":549},[8693],{"type":51,"value":8572},{"type":45,"tag":211,"props":8695,"children":8696},{"style":543},[8697],{"type":51,"value":1977},{"type":45,"tag":211,"props":8699,"children":8700},{"style":549},[8701],{"type":51,"value":8702},"s-table-body",{"type":45,"tag":211,"props":8704,"children":8705},{"style":543},[8706],{"type":51,"value":1977},{"type":45,"tag":211,"props":8708,"children":8709},{"style":549},[8710],{"type":51,"value":8711},"s-table-row",{"type":45,"tag":211,"props":8713,"children":8714},{"style":555},[8715],{"type":51,"value":8716}," clickDelegate",{"type":45,"tag":211,"props":8718,"children":8719},{"style":543},[8720],{"type":51,"value":563},{"type":45,"tag":211,"props":8722,"children":8723},{"style":543},[8724],{"type":51,"value":568},{"type":45,"tag":211,"props":8726,"children":8727},{"style":223},[8728],{"type":51,"value":8729},"first-cell",{"type":45,"tag":211,"props":8731,"children":8732},{"style":543},[8733],{"type":51,"value":568},{"type":45,"tag":211,"props":8735,"children":8736},{"style":543},[8737],{"type":51,"value":1977},{"type":45,"tag":211,"props":8739,"children":8740},{"style":549},[8741],{"type":51,"value":8742},"s-table-cell",{"type":45,"tag":211,"props":8744,"children":8745},{"style":543},[8746],{"type":51,"value":587},{"type":45,"tag":211,"props":8748,"children":8749},{"style":590},[8750],{"type":51,"value":8751},"Blue T-Shirt",{"type":45,"tag":211,"props":8753,"children":8754},{"style":543},[8755],{"type":51,"value":598},{"type":45,"tag":211,"props":8757,"children":8758},{"style":549},[8759],{"type":51,"value":8742},{"type":45,"tag":211,"props":8761,"children":8762},{"style":543},[8763],{"type":51,"value":1977},{"type":45,"tag":211,"props":8765,"children":8766},{"style":549},[8767],{"type":51,"value":8742},{"type":45,"tag":211,"props":8769,"children":8770},{"style":543},[8771],{"type":51,"value":587},{"type":45,"tag":211,"props":8773,"children":8774},{"style":590},[8775],{"type":51,"value":8776},"$29.99",{"type":45,"tag":211,"props":8778,"children":8779},{"style":543},[8780],{"type":51,"value":598},{"type":45,"tag":211,"props":8782,"children":8783},{"style":549},[8784],{"type":51,"value":8742},{"type":45,"tag":211,"props":8786,"children":8787},{"style":543},[8788],{"type":51,"value":723},{"type":45,"tag":211,"props":8790,"children":8791},{"style":549},[8792],{"type":51,"value":8711},{"type":45,"tag":211,"props":8794,"children":8795},{"style":543},[8796],{"type":51,"value":723},{"type":45,"tag":211,"props":8798,"children":8799},{"style":549},[8800],{"type":51,"value":8702},{"type":45,"tag":211,"props":8802,"children":8803},{"style":543},[8804],{"type":51,"value":723},{"type":45,"tag":211,"props":8806,"children":8807},{"style":549},[8808],{"type":51,"value":8524},{"type":45,"tag":211,"props":8810,"children":8811},{"style":543},[8812],{"type":51,"value":607},{"type":45,"tag":211,"props":8814,"children":8816},{"class":213,"line":8815},43,[8817,8821,8825,8829,8833,8837,8841,8845,8849,8853,8857,8861,8865,8869,8873,8877,8881,8885,8889,8893,8897,8901,8905,8909,8913,8917,8921,8925,8929,8933,8937,8941,8945,8949,8953,8957,8962,8966,8970,8975,8979,8983],{"type":45,"tag":211,"props":8818,"children":8819},{"style":543},[8820],{"type":51,"value":546},{"type":45,"tag":211,"props":8822,"children":8823},{"style":549},[8824],{"type":51,"value":8273},{"type":45,"tag":211,"props":8826,"children":8827},{"style":555},[8828],{"type":51,"value":1110},{"type":45,"tag":211,"props":8830,"children":8831},{"style":543},[8832],{"type":51,"value":563},{"type":45,"tag":211,"props":8834,"children":8835},{"style":543},[8836],{"type":51,"value":568},{"type":45,"tag":211,"props":8838,"children":8839},{"style":223},[8840],{"type":51,"value":1123},{"type":45,"tag":211,"props":8842,"children":8843},{"style":543},[8844],{"type":51,"value":568},{"type":45,"tag":211,"props":8846,"children":8847},{"style":555},[8848],{"type":51,"value":6917},{"type":45,"tag":211,"props":8850,"children":8851},{"style":543},[8852],{"type":51,"value":563},{"type":45,"tag":211,"props":8854,"children":8855},{"style":543},[8856],{"type":51,"value":568},{"type":45,"tag":211,"props":8858,"children":8859},{"style":223},[8860],{"type":51,"value":6930},{"type":45,"tag":211,"props":8862,"children":8863},{"style":543},[8864],{"type":51,"value":568},{"type":45,"tag":211,"props":8866,"children":8867},{"style":555},[8868],{"type":51,"value":883},{"type":45,"tag":211,"props":8870,"children":8871},{"style":543},[8872],{"type":51,"value":563},{"type":45,"tag":211,"props":8874,"children":8875},{"style":543},[8876],{"type":51,"value":568},{"type":45,"tag":211,"props":8878,"children":8879},{"style":223},[8880],{"type":51,"value":1145},{"type":45,"tag":211,"props":8882,"children":8883},{"style":543},[8884],{"type":51,"value":568},{"type":45,"tag":211,"props":8886,"children":8887},{"style":555},[8888],{"type":51,"value":1750},{"type":45,"tag":211,"props":8890,"children":8891},{"style":543},[8892],{"type":51,"value":563},{"type":45,"tag":211,"props":8894,"children":8895},{"style":543},[8896],{"type":51,"value":568},{"type":45,"tag":211,"props":8898,"children":8899},{"style":223},[8900],{"type":51,"value":146},{"type":45,"tag":211,"props":8902,"children":8903},{"style":543},[8904],{"type":51,"value":568},{"type":45,"tag":211,"props":8906,"children":8907},{"style":555},[8908],{"type":51,"value":861},{"type":45,"tag":211,"props":8910,"children":8911},{"style":543},[8912],{"type":51,"value":563},{"type":45,"tag":211,"props":8914,"children":8915},{"style":543},[8916],{"type":51,"value":568},{"type":45,"tag":211,"props":8918,"children":8919},{"style":223},[8920],{"type":51,"value":874},{"type":45,"tag":211,"props":8922,"children":8923},{"style":543},[8924],{"type":51,"value":568},{"type":45,"tag":211,"props":8926,"children":8927},{"style":555},[8928],{"type":51,"value":6874},{"type":45,"tag":211,"props":8930,"children":8931},{"style":543},[8932],{"type":51,"value":563},{"type":45,"tag":211,"props":8934,"children":8935},{"style":543},[8936],{"type":51,"value":568},{"type":45,"tag":211,"props":8938,"children":8939},{"style":223},[8940],{"type":51,"value":6887},{"type":45,"tag":211,"props":8942,"children":8943},{"style":543},[8944],{"type":51,"value":568},{"type":45,"tag":211,"props":8946,"children":8947},{"style":555},[8948],{"type":51,"value":1702},{"type":45,"tag":211,"props":8950,"children":8951},{"style":543},[8952],{"type":51,"value":563},{"type":45,"tag":211,"props":8954,"children":8955},{"style":543},[8956],{"type":51,"value":568},{"type":45,"tag":211,"props":8958,"children":8959},{"style":223},[8960],{"type":51,"value":8961},"text-tip",{"type":45,"tag":211,"props":8963,"children":8964},{"style":543},[8965],{"type":51,"value":568},{"type":45,"tag":211,"props":8967,"children":8968},{"style":543},[8969],{"type":51,"value":587},{"type":45,"tag":211,"props":8971,"children":8972},{"style":590},[8973],{"type":51,"value":8974},"Styled text",{"type":45,"tag":211,"props":8976,"children":8977},{"style":543},[8978],{"type":51,"value":598},{"type":45,"tag":211,"props":8980,"children":8981},{"style":549},[8982],{"type":51,"value":8273},{"type":45,"tag":211,"props":8984,"children":8985},{"style":543},[8986],{"type":51,"value":607},{"type":45,"tag":211,"props":8988,"children":8990},{"class":213,"line":8989},44,[8991,8995,9000,9004,9008,9012,9017,9021,9025,9029,9033,9038,9042,9046,9050,9054,9058,9062,9066,9070,9075,9079,9083,9087,9091,9095,9099,9103,9107,9111,9116,9120,9124,9128,9132,9136,9140,9144,9148,9152,9156,9160,9165,9169,9173,9177,9181,9185,9189,9193,9197,9201,9206,9210,9214,9218,9222,9226,9230,9235,9239,9244,9248,9252],{"type":45,"tag":211,"props":8992,"children":8993},{"style":543},[8994],{"type":51,"value":546},{"type":45,"tag":211,"props":8996,"children":8997},{"style":549},[8998],{"type":51,"value":8999},"s-text-area",{"type":45,"tag":211,"props":9001,"children":9002},{"style":555},[9003],{"type":51,"value":2217},{"type":45,"tag":211,"props":9005,"children":9006},{"style":543},[9007],{"type":51,"value":563},{"type":45,"tag":211,"props":9009,"children":9010},{"style":543},[9011],{"type":51,"value":568},{"type":45,"tag":211,"props":9013,"children":9014},{"style":223},[9015],{"type":51,"value":9016},"description",{"type":45,"tag":211,"props":9018,"children":9019},{"style":543},[9020],{"type":51,"value":568},{"type":45,"tag":211,"props":9022,"children":9023},{"style":555},[9024],{"type":51,"value":2243},{"type":45,"tag":211,"props":9026,"children":9027},{"style":543},[9028],{"type":51,"value":563},{"type":45,"tag":211,"props":9030,"children":9031},{"style":543},[9032],{"type":51,"value":568},{"type":45,"tag":211,"props":9034,"children":9035},{"style":223},[9036],{"type":51,"value":9037},"A great product",{"type":45,"tag":211,"props":9039,"children":9040},{"style":543},[9041],{"type":51,"value":568},{"type":45,"tag":211,"props":9043,"children":9044},{"style":555},[9045],{"type":51,"value":3157},{"type":45,"tag":211,"props":9047,"children":9048},{"style":543},[9049],{"type":51,"value":563},{"type":45,"tag":211,"props":9051,"children":9052},{"style":543},[9053],{"type":51,"value":7064},{"type":45,"tag":211,"props":9055,"children":9056},{"style":555},[9057],{"type":51,"value":1632},{"type":45,"tag":211,"props":9059,"children":9060},{"style":555},[9061],{"type":51,"value":2190},{"type":45,"tag":211,"props":9063,"children":9064},{"style":543},[9065],{"type":51,"value":563},{"type":45,"tag":211,"props":9067,"children":9068},{"style":543},[9069],{"type":51,"value":568},{"type":45,"tag":211,"props":9071,"children":9072},{"style":223},[9073],{"type":51,"value":9074},"Description",{"type":45,"tag":211,"props":9076,"children":9077},{"style":543},[9078],{"type":51,"value":568},{"type":45,"tag":211,"props":9080,"children":9081},{"style":555},[9082],{"type":51,"value":2441},{"type":45,"tag":211,"props":9084,"children":9085},{"style":543},[9086],{"type":51,"value":563},{"type":45,"tag":211,"props":9088,"children":9089},{"style":543},[9090],{"type":51,"value":568},{"type":45,"tag":211,"props":9092,"children":9093},{"style":223},[9094],{"type":51,"value":2454},{"type":45,"tag":211,"props":9096,"children":9097},{"style":543},[9098],{"type":51,"value":568},{"type":45,"tag":211,"props":9100,"children":9101},{"style":555},[9102],{"type":51,"value":3224},{"type":45,"tag":211,"props":9104,"children":9105},{"style":543},[9106],{"type":51,"value":563},{"type":45,"tag":211,"props":9108,"children":9109},{"style":543},[9110],{"type":51,"value":568},{"type":45,"tag":211,"props":9112,"children":9113},{"style":223},[9114],{"type":51,"value":9115},"Enter description",{"type":45,"tag":211,"props":9117,"children":9118},{"style":543},[9119],{"type":51,"value":568},{"type":45,"tag":211,"props":9121,"children":9122},{"style":555},[9123],{"type":51,"value":3246},{"type":45,"tag":211,"props":9125,"children":9126},{"style":555},[9127],{"type":51,"value":2212},{"type":45,"tag":211,"props":9129,"children":9130},{"style":555},[9131],{"type":51,"value":2168},{"type":45,"tag":211,"props":9133,"children":9134},{"style":543},[9135],{"type":51,"value":563},{"type":45,"tag":211,"props":9137,"children":9138},{"style":543},[9139],{"type":51,"value":568},{"type":45,"tag":211,"props":9141,"children":9142},{"style":223},[9143],{"type":51,"value":7155},{"type":45,"tag":211,"props":9145,"children":9146},{"style":543},[9147],{"type":51,"value":568},{"type":45,"tag":211,"props":9149,"children":9150},{"style":555},[9151],{"type":51,"value":2146},{"type":45,"tag":211,"props":9153,"children":9154},{"style":543},[9155],{"type":51,"value":563},{"type":45,"tag":211,"props":9157,"children":9158},{"style":543},[9159],{"type":51,"value":568},{"type":45,"tag":211,"props":9161,"children":9162},{"style":223},[9163],{"type":51,"value":9164},"Product description",{"type":45,"tag":211,"props":9166,"children":9167},{"style":543},[9168],{"type":51,"value":568},{"type":45,"tag":211,"props":9170,"children":9171},{"style":555},[9172],{"type":51,"value":3296},{"type":45,"tag":211,"props":9174,"children":9175},{"style":543},[9176],{"type":51,"value":563},{"type":45,"tag":211,"props":9178,"children":9179},{"style":543},[9180],{"type":51,"value":568},{"type":45,"tag":211,"props":9182,"children":9183},{"style":223},[9184],{"type":51,"value":3309},{"type":45,"tag":211,"props":9186,"children":9187},{"style":543},[9188],{"type":51,"value":568},{"type":45,"tag":211,"props":9190,"children":9191},{"style":555},[9192],{"type":51,"value":4475},{"type":45,"tag":211,"props":9194,"children":9195},{"style":543},[9196],{"type":51,"value":563},{"type":45,"tag":211,"props":9198,"children":9199},{"style":543},[9200],{"type":51,"value":568},{"type":45,"tag":211,"props":9202,"children":9203},{"style":223},[9204],{"type":51,"value":9205},"500",{"type":45,"tag":211,"props":9207,"children":9208},{"style":543},[9209],{"type":51,"value":568},{"type":45,"tag":211,"props":9211,"children":9212},{"style":555},[9213],{"type":51,"value":4497},{"type":45,"tag":211,"props":9215,"children":9216},{"style":543},[9217],{"type":51,"value":563},{"type":45,"tag":211,"props":9219,"children":9220},{"style":543},[9221],{"type":51,"value":568},{"type":45,"tag":211,"props":9223,"children":9224},{"style":223},[9225],{"type":51,"value":6485},{"type":45,"tag":211,"props":9227,"children":9228},{"style":543},[9229],{"type":51,"value":568},{"type":45,"tag":211,"props":9231,"children":9232},{"style":555},[9233],{"type":51,"value":9234}," rows",{"type":45,"tag":211,"props":9236,"children":9237},{"style":543},[9238],{"type":51,"value":563},{"type":45,"tag":211,"props":9240,"children":9241},{"style":223},[9242],{"type":51,"value":9243},"{4}",{"type":45,"tag":211,"props":9245,"children":9246},{"style":543},[9247],{"type":51,"value":723},{"type":45,"tag":211,"props":9249,"children":9250},{"style":549},[9251],{"type":51,"value":8999},{"type":45,"tag":211,"props":9253,"children":9254},{"style":543},[9255],{"type":51,"value":607},{"type":45,"tag":211,"props":9257,"children":9259},{"class":213,"line":9258},45,[9260,9264,9268,9272,9276,9280,9284,9289,9293,9297,9301,9305,9309,9313,9317,9321,9325,9330,9334,9338,9342,9346,9351,9355,9359,9363,9367,9371,9375,9379,9383,9387,9392,9396,9400,9404,9408,9412,9416,9420,9424,9428,9433,9437,9441,9445,9449,9453,9457,9461,9465,9469,9473,9477,9481,9485,9489,9493,9497,9502,9506,9510,9514,9518,9522,9526,9530,9534,9538,9543,9547,9551,9555,9559,9564,9568,9572,9576],{"type":45,"tag":211,"props":9261,"children":9262},{"style":543},[9263],{"type":51,"value":546},{"type":45,"tag":211,"props":9265,"children":9266},{"style":549},[9267],{"type":51,"value":4570},{"type":45,"tag":211,"props":9269,"children":9270},{"style":555},[9271],{"type":51,"value":1632},{"type":45,"tag":211,"props":9273,"children":9274},{"style":555},[9275],{"type":51,"value":2217},{"type":45,"tag":211,"props":9277,"children":9278},{"style":543},[9279],{"type":51,"value":563},{"type":45,"tag":211,"props":9281,"children":9282},{"style":543},[9283],{"type":51,"value":568},{"type":45,"tag":211,"props":9285,"children":9286},{"style":223},[9287],{"type":51,"value":9288},"title",{"type":45,"tag":211,"props":9290,"children":9291},{"style":543},[9292],{"type":51,"value":568},{"type":45,"tag":211,"props":9294,"children":9295},{"style":555},[9296],{"type":51,"value":2243},{"type":45,"tag":211,"props":9298,"children":9299},{"style":543},[9300],{"type":51,"value":563},{"type":45,"tag":211,"props":9302,"children":9303},{"style":543},[9304],{"type":51,"value":568},{"type":45,"tag":211,"props":9306,"children":9307},{"style":223},[9308],{"type":51,"value":8751},{"type":45,"tag":211,"props":9310,"children":9311},{"style":543},[9312],{"type":51,"value":568},{"type":45,"tag":211,"props":9314,"children":9315},{"style":555},[9316],{"type":51,"value":3157},{"type":45,"tag":211,"props":9318,"children":9319},{"style":543},[9320],{"type":51,"value":563},{"type":45,"tag":211,"props":9322,"children":9323},{"style":543},[9324],{"type":51,"value":568},{"type":45,"tag":211,"props":9326,"children":9327},{"style":223},[9328],{"type":51,"value":9329},"Untitled",{"type":45,"tag":211,"props":9331,"children":9332},{"style":543},[9333],{"type":51,"value":568},{"type":45,"tag":211,"props":9335,"children":9336},{"style":555},[9337],{"type":51,"value":2146},{"type":45,"tag":211,"props":9339,"children":9340},{"style":543},[9341],{"type":51,"value":563},{"type":45,"tag":211,"props":9343,"children":9344},{"style":543},[9345],{"type":51,"value":568},{"type":45,"tag":211,"props":9347,"children":9348},{"style":223},[9349],{"type":51,"value":9350},"Product name",{"type":45,"tag":211,"props":9352,"children":9353},{"style":543},[9354],{"type":51,"value":568},{"type":45,"tag":211,"props":9356,"children":9357},{"style":555},[9358],{"type":51,"value":2168},{"type":45,"tag":211,"props":9360,"children":9361},{"style":543},[9362],{"type":51,"value":563},{"type":45,"tag":211,"props":9364,"children":9365},{"style":543},[9366],{"type":51,"value":568},{"type":45,"tag":211,"props":9368,"children":9369},{"style":223},[9370],{"type":51,"value":2159},{"type":45,"tag":211,"props":9372,"children":9373},{"style":543},[9374],{"type":51,"value":568},{"type":45,"tag":211,"props":9376,"children":9377},{"style":555},[9378],{"type":51,"value":2190},{"type":45,"tag":211,"props":9380,"children":9381},{"style":543},[9382],{"type":51,"value":563},{"type":45,"tag":211,"props":9384,"children":9385},{"style":543},[9386],{"type":51,"value":568},{"type":45,"tag":211,"props":9388,"children":9389},{"style":223},[9390],{"type":51,"value":9391},"Title",{"type":45,"tag":211,"props":9393,"children":9394},{"style":543},[9395],{"type":51,"value":568},{"type":45,"tag":211,"props":9397,"children":9398},{"style":555},[9399],{"type":51,"value":2441},{"type":45,"tag":211,"props":9401,"children":9402},{"style":543},[9403],{"type":51,"value":563},{"type":45,"tag":211,"props":9405,"children":9406},{"style":543},[9407],{"type":51,"value":568},{"type":45,"tag":211,"props":9409,"children":9410},{"style":223},[9411],{"type":51,"value":2454},{"type":45,"tag":211,"props":9413,"children":9414},{"style":543},[9415],{"type":51,"value":568},{"type":45,"tag":211,"props":9417,"children":9418},{"style":555},[9419],{"type":51,"value":3224},{"type":45,"tag":211,"props":9421,"children":9422},{"style":543},[9423],{"type":51,"value":563},{"type":45,"tag":211,"props":9425,"children":9426},{"style":543},[9427],{"type":51,"value":568},{"type":45,"tag":211,"props":9429,"children":9430},{"style":223},[9431],{"type":51,"value":9432},"Enter title",{"type":45,"tag":211,"props":9434,"children":9435},{"style":543},[9436],{"type":51,"value":568},{"type":45,"tag":211,"props":9438,"children":9439},{"style":555},[9440],{"type":51,"value":3246},{"type":45,"tag":211,"props":9442,"children":9443},{"style":555},[9444],{"type":51,"value":2212},{"type":45,"tag":211,"props":9446,"children":9447},{"style":555},[9448],{"type":51,"value":3296},{"type":45,"tag":211,"props":9450,"children":9451},{"style":543},[9452],{"type":51,"value":563},{"type":45,"tag":211,"props":9454,"children":9455},{"style":543},[9456],{"type":51,"value":568},{"type":45,"tag":211,"props":9458,"children":9459},{"style":223},[9460],{"type":51,"value":3309},{"type":45,"tag":211,"props":9462,"children":9463},{"style":543},[9464],{"type":51,"value":568},{"type":45,"tag":211,"props":9466,"children":9467},{"style":555},[9468],{"type":51,"value":904},{"type":45,"tag":211,"props":9470,"children":9471},{"style":543},[9472],{"type":51,"value":563},{"type":45,"tag":211,"props":9474,"children":9475},{"style":543},[9476],{"type":51,"value":568},{"type":45,"tag":211,"props":9478,"children":9479},{"style":223},[9480],{"type":51,"value":7844},{"type":45,"tag":211,"props":9482,"children":9483},{"style":543},[9484],{"type":51,"value":568},{"type":45,"tag":211,"props":9486,"children":9487},{"style":555},[9488],{"type":51,"value":4475},{"type":45,"tag":211,"props":9490,"children":9491},{"style":543},[9492],{"type":51,"value":563},{"type":45,"tag":211,"props":9494,"children":9495},{"style":543},[9496],{"type":51,"value":568},{"type":45,"tag":211,"props":9498,"children":9499},{"style":223},[9500],{"type":51,"value":9501},"255",{"type":45,"tag":211,"props":9503,"children":9504},{"style":543},[9505],{"type":51,"value":568},{"type":45,"tag":211,"props":9507,"children":9508},{"style":555},[9509],{"type":51,"value":4497},{"type":45,"tag":211,"props":9511,"children":9512},{"style":543},[9513],{"type":51,"value":563},{"type":45,"tag":211,"props":9515,"children":9516},{"style":543},[9517],{"type":51,"value":568},{"type":45,"tag":211,"props":9519,"children":9520},{"style":223},[9521],{"type":51,"value":5132},{"type":45,"tag":211,"props":9523,"children":9524},{"style":543},[9525],{"type":51,"value":568},{"type":45,"tag":211,"props":9527,"children":9528},{"style":555},[9529],{"type":51,"value":6696},{"type":45,"tag":211,"props":9531,"children":9532},{"style":543},[9533],{"type":51,"value":563},{"type":45,"tag":211,"props":9535,"children":9536},{"style":543},[9537],{"type":51,"value":568},{"type":45,"tag":211,"props":9539,"children":9540},{"style":223},[9541],{"type":51,"value":9542},"SKU-",{"type":45,"tag":211,"props":9544,"children":9545},{"style":543},[9546],{"type":51,"value":568},{"type":45,"tag":211,"props":9548,"children":9549},{"style":555},[9550],{"type":51,"value":6731},{"type":45,"tag":211,"props":9552,"children":9553},{"style":543},[9554],{"type":51,"value":563},{"type":45,"tag":211,"props":9556,"children":9557},{"style":543},[9558],{"type":51,"value":568},{"type":45,"tag":211,"props":9560,"children":9561},{"style":223},[9562],{"type":51,"value":9563},"™",{"type":45,"tag":211,"props":9565,"children":9566},{"style":543},[9567],{"type":51,"value":568},{"type":45,"tag":211,"props":9569,"children":9570},{"style":543},[9571],{"type":51,"value":723},{"type":45,"tag":211,"props":9573,"children":9574},{"style":549},[9575],{"type":51,"value":4570},{"type":45,"tag":211,"props":9577,"children":9578},{"style":543},[9579],{"type":51,"value":607},{"type":45,"tag":211,"props":9581,"children":9583},{"class":213,"line":9582},46,[9584,9588,9593,9597,9601,9605,9610,9614,9618,9622,9626,9630,9634,9638,9642,9646,9650,9654,9658,9662],{"type":45,"tag":211,"props":9585,"children":9586},{"style":543},[9587],{"type":51,"value":546},{"type":45,"tag":211,"props":9589,"children":9590},{"style":549},[9591],{"type":51,"value":9592},"s-thumbnail",{"type":45,"tag":211,"props":9594,"children":9595},{"style":555},[9596],{"type":51,"value":701},{"type":45,"tag":211,"props":9598,"children":9599},{"style":543},[9600],{"type":51,"value":563},{"type":45,"tag":211,"props":9602,"children":9603},{"style":543},[9604],{"type":51,"value":568},{"type":45,"tag":211,"props":9606,"children":9607},{"style":223},[9608],{"type":51,"value":9609},"https:\u002F\u002Fexample.com\u002Fthumb.jpg",{"type":45,"tag":211,"props":9611,"children":9612},{"style":543},[9613],{"type":51,"value":568},{"type":45,"tag":211,"props":9615,"children":9616},{"style":555},[9617],{"type":51,"value":814},{"type":45,"tag":211,"props":9619,"children":9620},{"style":543},[9621],{"type":51,"value":563},{"type":45,"tag":211,"props":9623,"children":9624},{"style":543},[9625],{"type":51,"value":568},{"type":45,"tag":211,"props":9627,"children":9628},{"style":223},[9629],{"type":51,"value":5529},{"type":45,"tag":211,"props":9631,"children":9632},{"style":543},[9633],{"type":51,"value":568},{"type":45,"tag":211,"props":9635,"children":9636},{"style":555},[9637],{"type":51,"value":792},{"type":45,"tag":211,"props":9639,"children":9640},{"style":543},[9641],{"type":51,"value":563},{"type":45,"tag":211,"props":9643,"children":9644},{"style":543},[9645],{"type":51,"value":568},{"type":45,"tag":211,"props":9647,"children":9648},{"style":223},[9649],{"type":51,"value":805},{"type":45,"tag":211,"props":9651,"children":9652},{"style":543},[9653],{"type":51,"value":568},{"type":45,"tag":211,"props":9655,"children":9656},{"style":543},[9657],{"type":51,"value":723},{"type":45,"tag":211,"props":9659,"children":9660},{"style":549},[9661],{"type":51,"value":9592},{"type":45,"tag":211,"props":9663,"children":9664},{"style":543},[9665],{"type":51,"value":607},{"type":45,"tag":211,"props":9667,"children":9669},{"class":213,"line":9668},47,[9670,9674,9679,9683,9687,9691,9696,9700,9704,9709,9713,9717],{"type":45,"tag":211,"props":9671,"children":9672},{"style":543},[9673],{"type":51,"value":546},{"type":45,"tag":211,"props":9675,"children":9676},{"style":549},[9677],{"type":51,"value":9678},"s-tooltip",{"type":45,"tag":211,"props":9680,"children":9681},{"style":555},[9682],{"type":51,"value":4544},{"type":45,"tag":211,"props":9684,"children":9685},{"style":543},[9686],{"type":51,"value":563},{"type":45,"tag":211,"props":9688,"children":9689},{"style":543},[9690],{"type":51,"value":568},{"type":45,"tag":211,"props":9692,"children":9693},{"style":223},[9694],{"type":51,"value":9695},"my-tip",{"type":45,"tag":211,"props":9697,"children":9698},{"style":543},[9699],{"type":51,"value":568},{"type":45,"tag":211,"props":9701,"children":9702},{"style":543},[9703],{"type":51,"value":587},{"type":45,"tag":211,"props":9705,"children":9706},{"style":590},[9707],{"type":51,"value":9708},"Helpful tooltip text",{"type":45,"tag":211,"props":9710,"children":9711},{"style":543},[9712],{"type":51,"value":598},{"type":45,"tag":211,"props":9714,"children":9715},{"style":549},[9716],{"type":51,"value":9678},{"type":45,"tag":211,"props":9718,"children":9719},{"style":543},[9720],{"type":51,"value":607},{"type":45,"tag":211,"props":9722,"children":9724},{"class":213,"line":9723},48,[9725,9729,9734,9738,9742,9746,9751,9755,9759,9763,9767,9771,9776,9780,9784,9788,9792],{"type":45,"tag":211,"props":9726,"children":9727},{"style":543},[9728],{"type":51,"value":546},{"type":45,"tag":211,"props":9730,"children":9731},{"style":549},[9732],{"type":51,"value":9733},"s-unordered-list",{"type":45,"tag":211,"props":9735,"children":9736},{"style":543},[9737],{"type":51,"value":1977},{"type":45,"tag":211,"props":9739,"children":9740},{"style":549},[9741],{"type":51,"value":6782},{"type":45,"tag":211,"props":9743,"children":9744},{"style":543},[9745],{"type":51,"value":587},{"type":45,"tag":211,"props":9747,"children":9748},{"style":590},[9749],{"type":51,"value":9750},"Item A",{"type":45,"tag":211,"props":9752,"children":9753},{"style":543},[9754],{"type":51,"value":598},{"type":45,"tag":211,"props":9756,"children":9757},{"style":549},[9758],{"type":51,"value":6782},{"type":45,"tag":211,"props":9760,"children":9761},{"style":543},[9762],{"type":51,"value":1977},{"type":45,"tag":211,"props":9764,"children":9765},{"style":549},[9766],{"type":51,"value":6782},{"type":45,"tag":211,"props":9768,"children":9769},{"style":543},[9770],{"type":51,"value":587},{"type":45,"tag":211,"props":9772,"children":9773},{"style":590},[9774],{"type":51,"value":9775},"Item B",{"type":45,"tag":211,"props":9777,"children":9778},{"style":543},[9779],{"type":51,"value":598},{"type":45,"tag":211,"props":9781,"children":9782},{"style":549},[9783],{"type":51,"value":6782},{"type":45,"tag":211,"props":9785,"children":9786},{"style":543},[9787],{"type":51,"value":723},{"type":45,"tag":211,"props":9789,"children":9790},{"style":549},[9791],{"type":51,"value":9733},{"type":45,"tag":211,"props":9793,"children":9794},{"style":543},[9795],{"type":51,"value":607},{"type":45,"tag":211,"props":9797,"children":9799},{"class":213,"line":9798},49,[9800,9804,9809,9813,9817,9821,9826,9830,9834,9838,9842,9846,9850,9854,9858,9862,9867,9871,9875,9879,9883,9887,9892,9896,9900,9904,9908,9912,9916,9920,9924,9928,9932,9936,9940,9944,9948,9952,9956,9961,9965,9969,9973,9977,9982,9986,9990,9994,9998,10003,10007,10011,10015,10019,10024,10028,10032,10036,10040,10044,10048,10052,10056],{"type":45,"tag":211,"props":9801,"children":9802},{"style":543},[9803],{"type":51,"value":546},{"type":45,"tag":211,"props":9805,"children":9806},{"style":549},[9807],{"type":51,"value":9808},"s-url-field",{"type":45,"tag":211,"props":9810,"children":9811},{"style":555},[9812],{"type":51,"value":2217},{"type":45,"tag":211,"props":9814,"children":9815},{"style":543},[9816],{"type":51,"value":563},{"type":45,"tag":211,"props":9818,"children":9819},{"style":543},[9820],{"type":51,"value":568},{"type":45,"tag":211,"props":9822,"children":9823},{"style":223},[9824],{"type":51,"value":9825},"website",{"type":45,"tag":211,"props":9827,"children":9828},{"style":543},[9829],{"type":51,"value":568},{"type":45,"tag":211,"props":9831,"children":9832},{"style":555},[9833],{"type":51,"value":2243},{"type":45,"tag":211,"props":9835,"children":9836},{"style":543},[9837],{"type":51,"value":563},{"type":45,"tag":211,"props":9839,"children":9840},{"style":543},[9841],{"type":51,"value":568},{"type":45,"tag":211,"props":9843,"children":9844},{"style":223},[9845],{"type":51,"value":1849},{"type":45,"tag":211,"props":9847,"children":9848},{"style":543},[9849],{"type":51,"value":568},{"type":45,"tag":211,"props":9851,"children":9852},{"style":555},[9853],{"type":51,"value":3157},{"type":45,"tag":211,"props":9855,"children":9856},{"style":543},[9857],{"type":51,"value":563},{"type":45,"tag":211,"props":9859,"children":9860},{"style":543},[9861],{"type":51,"value":568},{"type":45,"tag":211,"props":9863,"children":9864},{"style":223},[9865],{"type":51,"value":9866},"https:\u002F\u002F",{"type":45,"tag":211,"props":9868,"children":9869},{"style":543},[9870],{"type":51,"value":568},{"type":45,"tag":211,"props":9872,"children":9873},{"style":555},[9874],{"type":51,"value":1632},{"type":45,"tag":211,"props":9876,"children":9877},{"style":555},[9878],{"type":51,"value":2190},{"type":45,"tag":211,"props":9880,"children":9881},{"style":543},[9882],{"type":51,"value":563},{"type":45,"tag":211,"props":9884,"children":9885},{"style":543},[9886],{"type":51,"value":568},{"type":45,"tag":211,"props":9888,"children":9889},{"style":223},[9890],{"type":51,"value":9891},"Website",{"type":45,"tag":211,"props":9893,"children":9894},{"style":543},[9895],{"type":51,"value":568},{"type":45,"tag":211,"props":9897,"children":9898},{"style":555},[9899],{"type":51,"value":2441},{"type":45,"tag":211,"props":9901,"children":9902},{"style":543},[9903],{"type":51,"value":563},{"type":45,"tag":211,"props":9905,"children":9906},{"style":543},[9907],{"type":51,"value":568},{"type":45,"tag":211,"props":9909,"children":9910},{"style":223},[9911],{"type":51,"value":2454},{"type":45,"tag":211,"props":9913,"children":9914},{"style":543},[9915],{"type":51,"value":568},{"type":45,"tag":211,"props":9917,"children":9918},{"style":555},[9919],{"type":51,"value":3224},{"type":45,"tag":211,"props":9921,"children":9922},{"style":543},[9923],{"type":51,"value":563},{"type":45,"tag":211,"props":9925,"children":9926},{"style":543},[9927],{"type":51,"value":568},{"type":45,"tag":211,"props":9929,"children":9930},{"style":223},[9931],{"type":51,"value":1849},{"type":45,"tag":211,"props":9933,"children":9934},{"style":543},[9935],{"type":51,"value":568},{"type":45,"tag":211,"props":9937,"children":9938},{"style":555},[9939],{"type":51,"value":3246},{"type":45,"tag":211,"props":9941,"children":9942},{"style":555},[9943],{"type":51,"value":2212},{"type":45,"tag":211,"props":9945,"children":9946},{"style":555},[9947],{"type":51,"value":2168},{"type":45,"tag":211,"props":9949,"children":9950},{"style":543},[9951],{"type":51,"value":563},{"type":45,"tag":211,"props":9953,"children":9954},{"style":543},[9955],{"type":51,"value":568},{"type":45,"tag":211,"props":9957,"children":9958},{"style":223},[9959],{"type":51,"value":9960},"Invalid URL",{"type":45,"tag":211,"props":9962,"children":9963},{"style":543},[9964],{"type":51,"value":568},{"type":45,"tag":211,"props":9966,"children":9967},{"style":555},[9968],{"type":51,"value":2146},{"type":45,"tag":211,"props":9970,"children":9971},{"style":543},[9972],{"type":51,"value":563},{"type":45,"tag":211,"props":9974,"children":9975},{"style":543},[9976],{"type":51,"value":568},{"type":45,"tag":211,"props":9978,"children":9979},{"style":223},[9980],{"type":51,"value":9981},"Store URL",{"type":45,"tag":211,"props":9983,"children":9984},{"style":543},[9985],{"type":51,"value":568},{"type":45,"tag":211,"props":9987,"children":9988},{"style":555},[9989],{"type":51,"value":3296},{"type":45,"tag":211,"props":9991,"children":9992},{"style":543},[9993],{"type":51,"value":563},{"type":45,"tag":211,"props":9995,"children":9996},{"style":543},[9997],{"type":51,"value":568},{"type":45,"tag":211,"props":9999,"children":10000},{"style":223},[10001],{"type":51,"value":10002},"url",{"type":45,"tag":211,"props":10004,"children":10005},{"style":543},[10006],{"type":51,"value":568},{"type":45,"tag":211,"props":10008,"children":10009},{"style":555},[10010],{"type":51,"value":4475},{"type":45,"tag":211,"props":10012,"children":10013},{"style":543},[10014],{"type":51,"value":563},{"type":45,"tag":211,"props":10016,"children":10017},{"style":543},[10018],{"type":51,"value":568},{"type":45,"tag":211,"props":10020,"children":10021},{"style":223},[10022],{"type":51,"value":10023},"2000",{"type":45,"tag":211,"props":10025,"children":10026},{"style":543},[10027],{"type":51,"value":568},{"type":45,"tag":211,"props":10029,"children":10030},{"style":555},[10031],{"type":51,"value":4497},{"type":45,"tag":211,"props":10033,"children":10034},{"style":543},[10035],{"type":51,"value":563},{"type":45,"tag":211,"props":10037,"children":10038},{"style":543},[10039],{"type":51,"value":568},{"type":45,"tag":211,"props":10041,"children":10042},{"style":223},[10043],{"type":51,"value":6485},{"type":45,"tag":211,"props":10045,"children":10046},{"style":543},[10047],{"type":51,"value":568},{"type":45,"tag":211,"props":10049,"children":10050},{"style":543},[10051],{"type":51,"value":723},{"type":45,"tag":211,"props":10053,"children":10054},{"style":549},[10055],{"type":51,"value":9808},{"type":45,"tag":211,"props":10057,"children":10058},{"style":543},[10059],{"type":51,"value":607},{"type":45,"tag":46,"props":10061,"children":10063},{"id":10062},"imports",[10064],{"type":51,"value":10065},"Imports",{"type":45,"tag":54,"props":10067,"children":10068},{},[10069],{"type":51,"value":10070},"Use the Preact entry point:",{"type":45,"tag":201,"props":10072,"children":10076},{"className":10073,"code":10074,"language":10075,"meta":205,"style":205},"language-ts shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","import \"@shopify\u002Fui-extensions\u002Fpreact\";\nimport { render } from \"preact\";\n","ts",[10077],{"type":45,"tag":60,"props":10078,"children":10079},{"__ignoreMap":205},[10080,10108],{"type":45,"tag":211,"props":10081,"children":10082},{"class":213,"line":214},[10083,10089,10094,10099,10103],{"type":45,"tag":211,"props":10084,"children":10086},{"style":10085},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[10087],{"type":51,"value":10088},"import",{"type":45,"tag":211,"props":10090,"children":10091},{"style":543},[10092],{"type":51,"value":10093}," \"",{"type":45,"tag":211,"props":10095,"children":10096},{"style":223},[10097],{"type":51,"value":10098},"@shopify\u002Fui-extensions\u002Fpreact",{"type":45,"tag":211,"props":10100,"children":10101},{"style":543},[10102],{"type":51,"value":568},{"type":45,"tag":211,"props":10104,"children":10105},{"style":543},[10106],{"type":51,"value":10107},";\n",{"type":45,"tag":211,"props":10109,"children":10110},{"class":213,"line":610},[10111,10115,10120,10125,10130,10135,10139,10144,10148],{"type":45,"tag":211,"props":10112,"children":10113},{"style":10085},[10114],{"type":51,"value":10088},{"type":45,"tag":211,"props":10116,"children":10117},{"style":543},[10118],{"type":51,"value":10119}," {",{"type":45,"tag":211,"props":10121,"children":10122},{"style":590},[10123],{"type":51,"value":10124}," render",{"type":45,"tag":211,"props":10126,"children":10127},{"style":543},[10128],{"type":51,"value":10129}," }",{"type":45,"tag":211,"props":10131,"children":10132},{"style":10085},[10133],{"type":51,"value":10134}," from",{"type":45,"tag":211,"props":10136,"children":10137},{"style":543},[10138],{"type":51,"value":10093},{"type":45,"tag":211,"props":10140,"children":10141},{"style":223},[10142],{"type":51,"value":10143},"preact",{"type":45,"tag":211,"props":10145,"children":10146},{"style":543},[10147],{"type":51,"value":568},{"type":45,"tag":211,"props":10149,"children":10150},{"style":543},[10151],{"type":51,"value":10107},{"type":45,"tag":10153,"props":10154,"children":10156},"h3",{"id":10155},"polaris-web-components-s-admin-action-s-badge-etc",[10157,10159,10164,10166,10171],{"type":51,"value":10158},"Polaris web components (",{"type":45,"tag":60,"props":10160,"children":10162},{"className":10161},[],[10163],{"type":51,"value":552},{"type":51,"value":10165},", ",{"type":45,"tag":60,"props":10167,"children":10169},{"className":10168},[],[10170],{"type":51,"value":856},{"type":51,"value":10172},", etc.)",{"type":45,"tag":54,"props":10174,"children":10175},{},[10176,10178,10184,10186,10191],{"type":51,"value":10177},"Polaris web components are custom HTML elements with an ",{"type":45,"tag":60,"props":10179,"children":10181},{"className":10180},[],[10182],{"type":51,"value":10183},"s-",{"type":51,"value":10185}," prefix. These are globally registered and require ",{"type":45,"tag":146,"props":10187,"children":10188},{},[10189],{"type":51,"value":10190},"no import statement",{"type":51,"value":10192},". Use them directly as JSX tags:",{"type":45,"tag":201,"props":10194,"children":10198},{"className":10195,"code":10196,"language":10197,"meta":205,"style":205},"language-tsx shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u002F\u002F No import needed — s-admin-action, s-badge, s-button, etc. are globally available\n\u003Cs-admin-action heading=\"My Action\">\n  \u003Cs-button slot=\"primary-action\">Submit\u003C\u002Fs-button>\n  \u003Cs-button slot=\"secondary-actions\">Cancel\u003C\u002Fs-button>\n\u003C\u002Fs-admin-action>\n","tsx",[10199],{"type":45,"tag":60,"props":10200,"children":10201},{"__ignoreMap":205},[10202,10211,10247,10299,10350],{"type":45,"tag":211,"props":10203,"children":10204},{"class":213,"line":214},[10205],{"type":45,"tag":211,"props":10206,"children":10208},{"style":10207},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[10209],{"type":51,"value":10210},"\u002F\u002F No import needed — s-admin-action, s-badge, s-button, etc. are globally available\n",{"type":45,"tag":211,"props":10212,"children":10213},{"class":213,"line":610},[10214,10218,10222,10226,10230,10234,10239,10243],{"type":45,"tag":211,"props":10215,"children":10216},{"style":543},[10217],{"type":51,"value":546},{"type":45,"tag":211,"props":10219,"children":10220},{"style":218},[10221],{"type":51,"value":552},{"type":45,"tag":211,"props":10223,"children":10224},{"style":555},[10225],{"type":51,"value":558},{"type":45,"tag":211,"props":10227,"children":10228},{"style":543},[10229],{"type":51,"value":563},{"type":45,"tag":211,"props":10231,"children":10232},{"style":543},[10233],{"type":51,"value":568},{"type":45,"tag":211,"props":10235,"children":10236},{"style":223},[10237],{"type":51,"value":10238},"My Action",{"type":45,"tag":211,"props":10240,"children":10241},{"style":543},[10242],{"type":51,"value":568},{"type":45,"tag":211,"props":10244,"children":10245},{"style":543},[10246],{"type":51,"value":607},{"type":45,"tag":211,"props":10248,"children":10249},{"class":213,"line":686},[10250,10255,10259,10263,10267,10271,10275,10279,10283,10287,10291,10295],{"type":45,"tag":211,"props":10251,"children":10252},{"style":543},[10253],{"type":51,"value":10254},"  \u003C",{"type":45,"tag":211,"props":10256,"children":10257},{"style":218},[10258],{"type":51,"value":1606},{"type":45,"tag":211,"props":10260,"children":10261},{"style":555},[10262],{"type":51,"value":1986},{"type":45,"tag":211,"props":10264,"children":10265},{"style":543},[10266],{"type":51,"value":563},{"type":45,"tag":211,"props":10268,"children":10269},{"style":543},[10270],{"type":51,"value":568},{"type":45,"tag":211,"props":10272,"children":10273},{"style":223},[10274],{"type":51,"value":1999},{"type":45,"tag":211,"props":10276,"children":10277},{"style":543},[10278],{"type":51,"value":568},{"type":45,"tag":211,"props":10280,"children":10281},{"style":543},[10282],{"type":51,"value":587},{"type":45,"tag":211,"props":10284,"children":10285},{"style":590},[10286],{"type":51,"value":4657},{"type":45,"tag":211,"props":10288,"children":10289},{"style":543},[10290],{"type":51,"value":598},{"type":45,"tag":211,"props":10292,"children":10293},{"style":218},[10294],{"type":51,"value":1606},{"type":45,"tag":211,"props":10296,"children":10297},{"style":543},[10298],{"type":51,"value":607},{"type":45,"tag":211,"props":10300,"children":10301},{"class":213,"line":734},[10302,10306,10310,10314,10318,10322,10326,10330,10334,10338,10342,10346],{"type":45,"tag":211,"props":10303,"children":10304},{"style":543},[10305],{"type":51,"value":10254},{"type":45,"tag":211,"props":10307,"children":10308},{"style":218},[10309],{"type":51,"value":1606},{"type":45,"tag":211,"props":10311,"children":10312},{"style":555},[10313],{"type":51,"value":1986},{"type":45,"tag":211,"props":10315,"children":10316},{"style":543},[10317],{"type":51,"value":563},{"type":45,"tag":211,"props":10319,"children":10320},{"style":543},[10321],{"type":51,"value":568},{"type":45,"tag":211,"props":10323,"children":10324},{"style":223},[10325],{"type":51,"value":2064},{"type":45,"tag":211,"props":10327,"children":10328},{"style":543},[10329],{"type":51,"value":568},{"type":45,"tag":211,"props":10331,"children":10332},{"style":543},[10333],{"type":51,"value":587},{"type":45,"tag":211,"props":10335,"children":10336},{"style":590},[10337],{"type":51,"value":2077},{"type":45,"tag":211,"props":10339,"children":10340},{"style":543},[10341],{"type":51,"value":598},{"type":45,"tag":211,"props":10343,"children":10344},{"style":218},[10345],{"type":51,"value":1606},{"type":45,"tag":211,"props":10347,"children":10348},{"style":543},[10349],{"type":51,"value":607},{"type":45,"tag":211,"props":10351,"children":10352},{"class":213,"line":846},[10353,10357,10361],{"type":45,"tag":211,"props":10354,"children":10355},{"style":543},[10356],{"type":51,"value":598},{"type":45,"tag":211,"props":10358,"children":10359},{"style":218},[10360],{"type":51,"value":552},{"type":45,"tag":211,"props":10362,"children":10363},{"style":543},[10364],{"type":51,"value":607},{"type":45,"tag":54,"props":10366,"children":10367},{},[10368,10370,10375,10376,10381,10382,10387,10388,10393],{"type":51,"value":10369},"When the user asks for Polaris web components (e.g. ",{"type":45,"tag":60,"props":10371,"children":10373},{"className":10372},[],[10374],{"type":51,"value":552},{"type":51,"value":10165},{"type":45,"tag":60,"props":10377,"children":10379},{"className":10378},[],[10380],{"type":51,"value":856},{"type":51,"value":10165},{"type":45,"tag":60,"props":10383,"children":10385},{"className":10384},[],[10386],{"type":51,"value":1606},{"type":51,"value":10165},{"type":45,"tag":60,"props":10389,"children":10391},{"className":10390},[],[10392],{"type":51,"value":8273},{"type":51,"value":10394},"), use the web component tag syntax above.",{"type":45,"tag":54,"props":10396,"children":10397},{},[10398],{"type":45,"tag":146,"props":10399,"children":10400},{},[10401],{"type":51,"value":10402},"Web component attribute rules:",{"type":45,"tag":10404,"props":10405,"children":10406},"ul",{},[10407,10456,10551],{"type":45,"tag":73,"props":10408,"children":10409},{},[10410,10412,10417,10419,10425,10426,10432,10433,10439,10441,10447,10448,10454],{"type":51,"value":10411},"Use ",{"type":45,"tag":146,"props":10413,"children":10414},{},[10415],{"type":51,"value":10416},"camelCase",{"type":51,"value":10418}," attribute names: ",{"type":45,"tag":60,"props":10420,"children":10422},{"className":10421},[],[10423],{"type":51,"value":10424},"alignItems",{"type":51,"value":10165},{"type":45,"tag":60,"props":10427,"children":10429},{"className":10428},[],[10430],{"type":51,"value":10431},"paddingBlock",{"type":51,"value":10165},{"type":45,"tag":60,"props":10434,"children":10436},{"className":10435},[],[10437],{"type":51,"value":10438},"borderRadius",{"type":51,"value":10440}," — NOT kebab-case (",{"type":45,"tag":60,"props":10442,"children":10444},{"className":10443},[],[10445],{"type":51,"value":10446},"align-items",{"type":51,"value":10165},{"type":45,"tag":60,"props":10449,"children":10451},{"className":10450},[],[10452],{"type":51,"value":10453},"padding-block",{"type":51,"value":10455},")",{"type":45,"tag":73,"props":10457,"children":10458},{},[10459,10464,10466,10472,10473,10479,10480,10486,10487,10492,10493,10499,10500,10506,10507,10513,10515,10521,10523],{"type":45,"tag":146,"props":10460,"children":10461},{},[10462],{"type":51,"value":10463},"Boolean attributes",{"type":51,"value":10465}," (",{"type":45,"tag":60,"props":10467,"children":10469},{"className":10468},[],[10470],{"type":51,"value":10471},"disabled",{"type":51,"value":10165},{"type":45,"tag":60,"props":10474,"children":10476},{"className":10475},[],[10477],{"type":51,"value":10478},"loading",{"type":51,"value":10165},{"type":45,"tag":60,"props":10481,"children":10483},{"className":10482},[],[10484],{"type":51,"value":10485},"dismissible",{"type":51,"value":10165},{"type":45,"tag":60,"props":10488,"children":10490},{"className":10489},[],[10491],{"type":51,"value":1421},{"type":51,"value":10165},{"type":45,"tag":60,"props":10494,"children":10496},{"className":10495},[],[10497],{"type":51,"value":10498},"required",{"type":51,"value":10165},{"type":45,"tag":60,"props":10501,"children":10503},{"className":10502},[],[10504],{"type":51,"value":10505},"checked",{"type":51,"value":10165},{"type":45,"tag":60,"props":10508,"children":10510},{"className":10509},[],[10511],{"type":51,"value":10512},"defaultChecked",{"type":51,"value":10514},") accept shorthand or ",{"type":45,"tag":60,"props":10516,"children":10518},{"className":10517},[],[10519],{"type":51,"value":10520},"{expression}",{"type":51,"value":10522},":\n",{"type":45,"tag":10404,"props":10524,"children":10525},{},[10526],{"type":45,"tag":73,"props":10527,"children":10528},{},[10529,10531,10537,10538,10544,10545],{"type":51,"value":10530},"✅ ",{"type":45,"tag":60,"props":10532,"children":10534},{"className":10533},[],[10535],{"type":51,"value":10536},"\u003Cs-button disabled loading>",{"type":51,"value":10165},{"type":45,"tag":60,"props":10539,"children":10541},{"className":10540},[],[10542],{"type":51,"value":10543},"\u003Cs-banner dismissible>",{"type":51,"value":10165},{"type":45,"tag":60,"props":10546,"children":10548},{"className":10547},[],[10549],{"type":51,"value":10550},"\u003Cs-checkbox checked={isChecked} \u002F>",{"type":45,"tag":73,"props":10552,"children":10553},{},[10554,10559,10560,10566,10567,10573,10574,10580,10581,10587,10588,10594,10595,10601,10602,10608,10609,10614,10616,10622,10623],{"type":45,"tag":146,"props":10555,"children":10556},{},[10557],{"type":51,"value":10558},"String keyword attributes",{"type":51,"value":10465},{"type":45,"tag":60,"props":10561,"children":10563},{"className":10562},[],[10564],{"type":51,"value":10565},"padding",{"type":51,"value":10165},{"type":45,"tag":60,"props":10568,"children":10570},{"className":10569},[],[10571],{"type":51,"value":10572},"gap",{"type":51,"value":10165},{"type":45,"tag":60,"props":10575,"children":10577},{"className":10576},[],[10578],{"type":51,"value":10579},"direction",{"type":51,"value":10165},{"type":45,"tag":60,"props":10582,"children":10584},{"className":10583},[],[10585],{"type":51,"value":10586},"tone",{"type":51,"value":10165},{"type":45,"tag":60,"props":10589,"children":10591},{"className":10590},[],[10592],{"type":51,"value":10593},"variant",{"type":51,"value":10165},{"type":45,"tag":60,"props":10596,"children":10598},{"className":10597},[],[10599],{"type":51,"value":10600},"size",{"type":51,"value":10165},{"type":45,"tag":60,"props":10603,"children":10605},{"className":10604},[],[10606],{"type":51,"value":10607},"background",{"type":51,"value":10165},{"type":45,"tag":60,"props":10610,"children":10612},{"className":10611},[],[10613],{"type":51,"value":10424},{"type":51,"value":10615},") must be string values — never shorthand or ",{"type":45,"tag":60,"props":10617,"children":10619},{"className":10618},[],[10620],{"type":51,"value":10621},"{true}",{"type":51,"value":10522},{"type":45,"tag":10404,"props":10624,"children":10625},{},[10626,10650],{"type":45,"tag":73,"props":10627,"children":10628},{},[10629,10630,10636,10637,10643,10644],{"type":51,"value":10530},{"type":45,"tag":60,"props":10631,"children":10633},{"className":10632},[],[10634],{"type":51,"value":10635},"\u003Cs-box padding=\"base\">",{"type":51,"value":10165},{"type":45,"tag":60,"props":10638,"children":10640},{"className":10639},[],[10641],{"type":51,"value":10642},"\u003Cs-stack gap=\"loose\" direction=\"block\">",{"type":51,"value":10165},{"type":45,"tag":60,"props":10645,"children":10647},{"className":10646},[],[10648],{"type":51,"value":10649},"\u003Cs-badge tone=\"success\">",{"type":45,"tag":73,"props":10651,"children":10652},{},[10653,10655,10661,10662,10668],{"type":51,"value":10654},"❌ ",{"type":45,"tag":60,"props":10656,"children":10658},{"className":10657},[],[10659],{"type":51,"value":10660},"\u003Cs-box padding>",{"type":51,"value":10165},{"type":45,"tag":60,"props":10663,"children":10665},{"className":10664},[],[10666],{"type":51,"value":10667},"\u003Cs-stack gap={true}>",{"type":51,"value":10669}," — boolean shorthand on string props fails TypeScript",{"type":45,"tag":152,"props":10671,"children":10672},{},[],{"type":45,"tag":46,"props":10674,"children":10676},{"id":10675},"️-mandatory-search-before-writing-code",[10677],{"type":51,"value":10678},"⚠️ MANDATORY: Search Before Writing Code",{"type":45,"tag":54,"props":10680,"children":10681},{},[10682],{"type":51,"value":10683},"Search the vector store to get the detailed context you need: working examples, field and type definitions, valid values, and API-specific patterns. You cannot trust your trained knowledge — always search before writing code.",{"type":45,"tag":201,"props":10685,"children":10689},{"className":10686,"code":10688,"language":51},[10687],"language-text","scripts\u002Fsearch_docs.mjs \"\u003Ccomponent tag name>\" --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION\n",[10690],{"type":45,"tag":60,"props":10691,"children":10692},{"__ignoreMap":205},[10693],{"type":51,"value":10688},{"type":45,"tag":54,"props":10695,"children":10696},{},[10697,10699,10704],{"type":51,"value":10698},"Search for the ",{"type":45,"tag":146,"props":10700,"children":10701},{},[10702],{"type":51,"value":10703},"component tag name",{"type":51,"value":10705},", not the full user prompt.",{"type":45,"tag":54,"props":10707,"children":10708},{},[10709],{"type":51,"value":10710},"For example, if the user asks about admin extension target for product details blocks:",{"type":45,"tag":201,"props":10712,"children":10715},{"className":10713,"code":10714,"language":51},[10687],"scripts\u002Fsearch_docs.mjs \"admin.product-details.block.render\" --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION\n",[10716],{"type":45,"tag":60,"props":10717,"children":10718},{"__ignoreMap":205},[10719],{"type":51,"value":10714},{"type":45,"tag":46,"props":10721,"children":10723},{"id":10722},"️-mandatory-validate-before-returning-code",[10724],{"type":51,"value":10725},"⚠️ MANDATORY: Validate Before Returning Code",{"type":45,"tag":54,"props":10727,"children":10728},{},[10729,10731,10737],{"type":51,"value":10730},"You MUST run ",{"type":45,"tag":60,"props":10732,"children":10734},{"className":10733},[],[10735],{"type":51,"value":10736},"scripts\u002Fvalidate.mjs",{"type":51,"value":10738}," before returning any generated code to the user. Always include the instrumentation flags:",{"type":45,"tag":201,"props":10740,"children":10743},{"className":10741,"code":10742,"language":51},[10687],"scripts\u002Fvalidate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER --target \u003Cextension-target>\n",[10744],{"type":45,"tag":60,"props":10745,"children":10746},{"__ignoreMap":205},[10747],{"type":51,"value":10742},{"type":45,"tag":54,"props":10749,"children":10750},{},[10751,10761,10763,10768,10770,10776],{"type":45,"tag":146,"props":10752,"children":10753},{},[10754,10759],{"type":45,"tag":60,"props":10755,"children":10757},{"className":10756},[],[10758],{"type":51,"value":121},{"type":51,"value":10760}," is required for admin extensions.",{"type":51,"value":10762}," Pass the extension target this code runs in (e.g. ",{"type":45,"tag":60,"props":10764,"children":10766},{"className":10765},[],[10767],{"type":51,"value":129},{"type":51,"value":10769},"). If you don't know which target applies, run ",{"type":45,"tag":60,"props":10771,"children":10773},{"className":10772},[],[10774],{"type":51,"value":10775},"scripts\u002Fsearch_docs.mjs \"extension targets\"",{"type":51,"value":10777}," first to look one up — validation will fail without it.\n(For YOUR_ARTIFACT_ID, generate a stable random ID per code block and reuse it across validation retries. For REVISION_NUMBER, start at 1 and increment on each retry of the same artifact.)",{"type":45,"tag":54,"props":10779,"children":10780},{},[10781],{"type":45,"tag":146,"props":10782,"children":10783},{},[10784],{"type":51,"value":10785},"When validation fails, follow this loop:",{"type":45,"tag":69,"props":10787,"children":10788},{},[10789,10794,10808,10813,10825],{"type":45,"tag":73,"props":10790,"children":10791},{},[10792],{"type":51,"value":10793},"Read the error message carefully — identify the exact field, prop, or value that is wrong",{"type":45,"tag":73,"props":10795,"children":10796},{},[10797,10799],{"type":51,"value":10798},"If the error references a named type or says a value is not assignable, search for the correct values:\n",{"type":45,"tag":201,"props":10800,"children":10803},{"className":10801,"code":10802,"language":51},[10687],"scripts\u002Fsearch_docs.mjs \"\u003Ctype or prop name>\"\n",[10804],{"type":45,"tag":60,"props":10805,"children":10806},{"__ignoreMap":205},[10807],{"type":51,"value":10802},{"type":45,"tag":73,"props":10809,"children":10810},{},[10811],{"type":51,"value":10812},"Fix exactly the reported error using what the search returns",{"type":45,"tag":73,"props":10814,"children":10815},{},[10816,10818,10823],{"type":51,"value":10817},"Run ",{"type":45,"tag":60,"props":10819,"children":10821},{"className":10820},[],[10822],{"type":51,"value":10736},{"type":51,"value":10824}," again",{"type":45,"tag":73,"props":10826,"children":10827},{},[10828],{"type":51,"value":10829},"Retry up to 3 times total; after 3 failures, return the best attempt with an explanation",{"type":45,"tag":54,"props":10831,"children":10832},{},[10833],{"type":45,"tag":146,"props":10834,"children":10835},{},[10836],{"type":51,"value":10837},"Do not guess at valid values — always search first when the error names a type you don't know.",{"type":45,"tag":152,"props":10839,"children":10840},{},[],{"type":45,"tag":10842,"props":10843,"children":10844},"blockquote",{},[10845],{"type":45,"tag":54,"props":10846,"children":10847},{},[10848,10853,10855,10861,10863,10869,10871,10877],{"type":45,"tag":146,"props":10849,"children":10850},{},[10851],{"type":51,"value":10852},"Privacy notice:",{"type":51,"value":10854}," ",{"type":45,"tag":60,"props":10856,"children":10858},{"className":10857},[],[10859],{"type":51,"value":10860},"scripts\u002Fsearch_docs.mjs",{"type":51,"value":10862}," reports the search query, search response or error text, skill name\u002Fversion, and model\u002Fclient identifiers to Shopify (",{"type":45,"tag":60,"props":10864,"children":10866},{"className":10865},[],[10867],{"type":51,"value":10868},"shopify.dev\u002Fmcp\u002Fusage",{"type":51,"value":10870},") to help improve these tools. Set ",{"type":45,"tag":60,"props":10872,"children":10874},{"className":10873},[],[10875],{"type":51,"value":10876},"OPT_OUT_INSTRUMENTATION=true",{"type":51,"value":10878}," in your environment to opt out.",{"type":45,"tag":152,"props":10880,"children":10881},{},[],{"type":45,"tag":10842,"props":10883,"children":10884},{},[10885],{"type":45,"tag":54,"props":10886,"children":10887},{},[10888,10892,10893,10898,10900,10905,10906,10911],{"type":45,"tag":146,"props":10889,"children":10890},{},[10891],{"type":51,"value":10852},{"type":51,"value":10854},{"type":45,"tag":60,"props":10894,"children":10896},{"className":10895},[],[10897],{"type":51,"value":10736},{"type":51,"value":10899}," reports the validation result, skill name\u002Fversion, model\u002Fclient identifiers, the validated code when present, and validator-specific context such as API name, extension target, filename, file type, theme path, file list, artifact ID, and revision to Shopify (",{"type":45,"tag":60,"props":10901,"children":10903},{"className":10902},[],[10904],{"type":51,"value":10868},{"type":51,"value":10870},{"type":45,"tag":60,"props":10907,"children":10909},{"className":10908},[],[10910],{"type":51,"value":10876},{"type":51,"value":10878},{"type":45,"tag":10913,"props":10914,"children":10915},"style",{},[10916],{"type":51,"value":10917},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":10919,"total":11117},[10920,10941,10964,10981,10995,11014,11033,11047,11061,11075,11087,11102],{"slug":10921,"name":10921,"fn":10922,"description":10923,"org":10924,"tags":10925,"stars":10938,"repoUrl":10939,"updatedAt":10940},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[10926,10929,10932,10935],{"name":10927,"slug":10928,"type":15},"Documents","documents",{"name":10930,"slug":10931,"type":15},"Healthcare","healthcare",{"name":10933,"slug":10934,"type":15},"Insurance","insurance",{"name":10936,"slug":10937,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":10942,"name":10942,"fn":10943,"description":10944,"org":10945,"tags":10946,"stars":10961,"repoUrl":10962,"updatedAt":10963},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[10947,10950,10952,10955,10958],{"name":10948,"slug":10949,"type":15},".NET","dotnet",{"name":10951,"slug":10942,"type":15},"ASP.NET Core",{"name":10953,"slug":10954,"type":15},"Blazor","blazor",{"name":10956,"slug":10957,"type":15},"C#","csharp",{"name":10959,"slug":10960,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":10965,"name":10965,"fn":10966,"description":10967,"org":10968,"tags":10969,"stars":10961,"repoUrl":10962,"updatedAt":10980},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[10970,10973,10976,10979],{"name":10971,"slug":10972,"type":15},"Apps SDK","apps-sdk",{"name":10974,"slug":10975,"type":15},"ChatGPT","chatgpt",{"name":10977,"slug":10978,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":10982,"name":10982,"fn":10983,"description":10984,"org":10985,"tags":10986,"stars":10961,"repoUrl":10962,"updatedAt":10994},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[10987,10988,10991],{"name":13,"slug":14,"type":15},{"name":10989,"slug":10990,"type":15},"CLI","cli",{"name":10992,"slug":10993,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":10996,"name":10996,"fn":10997,"description":10998,"org":10999,"tags":11000,"stars":10961,"repoUrl":10962,"updatedAt":11013},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11001,11004,11007,11010],{"name":11002,"slug":11003,"type":15},"Cloudflare","cloudflare",{"name":11005,"slug":11006,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":11008,"slug":11009,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":11011,"slug":11012,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":11015,"name":11015,"fn":11016,"description":11017,"org":11018,"tags":11019,"stars":10961,"repoUrl":10962,"updatedAt":11032},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11020,11023,11026,11029],{"name":11021,"slug":11022,"type":15},"Productivity","productivity",{"name":11024,"slug":11025,"type":15},"Project Management","project-management",{"name":11027,"slug":11028,"type":15},"Strategy","strategy",{"name":11030,"slug":11031,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":11034,"name":11034,"fn":11035,"description":11036,"org":11037,"tags":11038,"stars":10961,"repoUrl":10962,"updatedAt":11046},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11039,11042,11044,11045],{"name":11040,"slug":11041,"type":15},"Design","design",{"name":11043,"slug":11034,"type":15},"Figma",{"name":23,"slug":24,"type":15},{"name":10977,"slug":10978,"type":15},"2026-04-12T05:06:47.939943",{"slug":11048,"name":11048,"fn":11049,"description":11050,"org":11051,"tags":11052,"stars":10961,"repoUrl":10962,"updatedAt":11060},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11053,11054,11057,11058,11059],{"name":11040,"slug":11041,"type":15},{"name":11055,"slug":11056,"type":15},"Design System","design-system",{"name":11043,"slug":11034,"type":15},{"name":23,"slug":24,"type":15},{"name":20,"slug":21,"type":15},"2026-05-10T05:59:52.971881",{"slug":11062,"name":11062,"fn":11063,"description":11064,"org":11065,"tags":11066,"stars":10961,"repoUrl":10962,"updatedAt":11074},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11067,11068,11069,11072,11073],{"name":11040,"slug":11041,"type":15},{"name":11055,"slug":11056,"type":15},{"name":11070,"slug":11071,"type":15},"Documentation","documentation",{"name":11043,"slug":11034,"type":15},{"name":23,"slug":24,"type":15},"2026-05-16T06:07:47.821474",{"slug":11076,"name":11076,"fn":11077,"description":11078,"org":11079,"tags":11080,"stars":10961,"repoUrl":10962,"updatedAt":11086},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11081,11082,11083,11084,11085],{"name":11040,"slug":11041,"type":15},{"name":11043,"slug":11034,"type":15},{"name":23,"slug":24,"type":15},{"name":20,"slug":21,"type":15},{"name":10959,"slug":10960,"type":15},"2026-05-16T06:07:40.583615",{"slug":11088,"name":11088,"fn":11089,"description":11090,"org":11091,"tags":11092,"stars":10961,"repoUrl":10962,"updatedAt":11101},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11093,11096,11097,11100],{"name":11094,"slug":11095,"type":15},"Animation","animation",{"name":10992,"slug":10993,"type":15},{"name":11098,"slug":11099,"type":15},"Creative","creative",{"name":11040,"slug":11041,"type":15},"2026-05-02T05:31:48.48485",{"slug":11103,"name":11103,"fn":11104,"description":11105,"org":11106,"tags":11107,"stars":10961,"repoUrl":10962,"updatedAt":11116},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11108,11109,11110,11113,11115],{"name":11098,"slug":11099,"type":15},{"name":11040,"slug":11041,"type":15},{"name":11111,"slug":11112,"type":15},"Image Generation","image-generation",{"name":11114,"slug":4217,"type":15},"Images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675,{"items":11119,"total":11232},[11120,11136,11152,11164,11182,11200,11220],{"slug":11121,"name":11121,"fn":11122,"description":11123,"org":11124,"tags":11125,"stars":25,"repoUrl":26,"updatedAt":27},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11126,11129,11132,11135],{"name":11127,"slug":11128,"type":15},"Accessibility","accessibility",{"name":11130,"slug":11131,"type":15},"Charts","charts",{"name":11133,"slug":11134,"type":15},"Data Visualization","data-visualization",{"name":11040,"slug":11041,"type":15},{"slug":11137,"name":11137,"fn":11138,"description":11139,"org":11140,"tags":11141,"stars":25,"repoUrl":26,"updatedAt":11151},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11142,11145,11148],{"name":11143,"slug":11144,"type":15},"Agents","agents",{"name":11146,"slug":11147,"type":15},"Browser Automation","browser-automation",{"name":11149,"slug":11150,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":11153,"name":11153,"fn":11154,"description":11155,"org":11156,"tags":11157,"stars":25,"repoUrl":26,"updatedAt":11163},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11158,11159,11162],{"name":11146,"slug":11147,"type":15},{"name":11160,"slug":11161,"type":15},"Local Development","local-development",{"name":11149,"slug":11150,"type":15},"2026-04-06T18:41:17.526867",{"slug":11165,"name":11165,"fn":11166,"description":11167,"org":11168,"tags":11169,"stars":25,"repoUrl":26,"updatedAt":11181},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11170,11171,11172,11175,11178],{"name":11143,"slug":11144,"type":15},{"name":11008,"slug":11009,"type":15},{"name":11173,"slug":11174,"type":15},"SDK","sdk",{"name":11176,"slug":11177,"type":15},"Serverless","serverless",{"name":11179,"slug":11180,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":11183,"name":11183,"fn":11184,"description":11185,"org":11186,"tags":11187,"stars":25,"repoUrl":26,"updatedAt":11199},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11188,11189,11192,11195,11196],{"name":23,"slug":24,"type":15},{"name":11190,"slug":11191,"type":15},"React","react",{"name":11193,"slug":11194,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":20,"slug":21,"type":15},{"name":11197,"slug":11198,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":11201,"name":11201,"fn":11202,"description":11203,"org":11204,"tags":11205,"stars":25,"repoUrl":26,"updatedAt":11219},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11206,11209,11212,11215,11218],{"name":11207,"slug":11208,"type":15},"AI Infrastructure","ai-infrastructure",{"name":11210,"slug":11211,"type":15},"Cost Optimization","cost-optimization",{"name":11213,"slug":11214,"type":15},"LLM","llm",{"name":11216,"slug":11217,"type":15},"Performance","performance",{"name":11197,"slug":11198,"type":15},"2026-04-06T18:40:44.377464",{"slug":11221,"name":11221,"fn":11222,"description":11223,"org":11224,"tags":11225,"stars":25,"repoUrl":26,"updatedAt":11231},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[11226,11227,11230],{"name":11210,"slug":11211,"type":15},{"name":11228,"slug":11229,"type":15},"Database","database",{"name":11213,"slug":11214,"type":15},"2026-04-06T18:41:08.513425",600]