[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-shopify-polaris-customer-account-extensions":3,"mdc-16xwn2-key":36,"related-repo-openai-shopify-polaris-customer-account-extensions":7867,"related-org-openai-shopify-polaris-customer-account-extensions":7986},{"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-customer-account-extensions","build Shopify customer account extensions","Build custom functionality that merchants can install at defined points on the Order index, Order status, and Profile pages in customer accounts. Customer Account UI Extensions also supports scaffolding new customer account extensions 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},"E-commerce","e-commerce","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-customer-account-extensions","---\nname: shopify-polaris-customer-account-extensions\ndescription: \"Build custom functionality that merchants can install at defined points on the Order index, Order status, and Profile pages in customer accounts. Customer Account UI Extensions also supports scaffolding new customer account extensions 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 customer-account extension target this code runs in (e.g. `customer-account.order-status.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-customer-account-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.\nCustomer account UI extensions let app developers build custom functionality that merchants can install at defined points on the Order index, Order status, and Profile pages in customer accounts.\n\n## Validator constraints\n\nDo not include HTML comments (`\u003C!-- ... -->`) in the code — the validator treats them as invalid custom components.\n\nCLI Command to Scaffold a new Customer Account UI Extension:\n\n```bash\nshopify app generate extension --template=customer_account_ui --name=my_customer_account_ui_extension\n```\n\nversion: 2026-01\n\n## Extension Targets (use these in shopify.extension.toml)\n\nTargets decide what components\u002FAPIs can be used.\nSearch the developer documentation for target-specific documentation:\n\n**Footer:**\n\n- customer-account.footer.render-after\n\n**Order index:**\n\n- customer-account.order-index.announcement.render\n- customer-account.order-index.block.render\n\n**Order status:**\n\n- customer-account.order-status.announcement.render\n- customer-account.order-status.block.render\n- customer-account.order-status.cart-line-item.render-after\n- customer-account.order-status.cart-line-list.render-after\n- customer-account.order-status.customer-information.render-after\n- customer-account.order-status.fulfillment-details.render-after\n- customer-account.order-status.payment-details.render-after\n- customer-account.order-status.return-details.render-after\n- customer-account.order-status.unfulfilled-items.render-after\n\n**Order action menu:**\n\n- customer-account.order.action.menu-item.render\n- customer-account.order.action.render\n\n**Full page:**\n\n- customer-account.order.page.render\n- customer-account.page.render\n\n**Profile (Default):**\n\n- customer-account.profile.addresses.render-after\n- customer-account.profile.announcement.render\n- customer-account.profile.block.render\n\n**Profile (B2B):**\n\n- customer-account.profile.company-details.render-after\n- customer-account.profile.company-location-addresses.render-after\n- customer-account.profile.company-location-payment.render-after\n- customer-account.profile.company-location-staff.render-after\n\n## APIs\n\n**Available APIs:** Analytics, Authenticated Account, Customer Account API, Customer Privacy, Extension, Intents, Localization, Navigation, Storefront API, Session Token, Settings, Storage, Toast, Version\n**Order Status API:** Addresses, Attributes, Authentication State, Buyer Identity, Cart Lines, Checkout Settings, Cost, Discounts, Gift Cards, Localization (Order Status API), Metafields, Note, Order, Require Login, Shop\n\n## Guides\n\n**Available guides:** Using Polaris web components, Configuration, Error handling, Upgrading to 2026-01\n\nComponents available for customer account UI extensions.\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-abbreviation title=\"HTML\">HTML\u003C\u002Fs-abbreviation>\n\u003Cs-announcement>Important update content\u003C\u002Fs-announcement>\n\u003Cs-avatar\n  initials=\"JD\"\n  src=\"https:\u002F\u002Fexample.com\u002Favatar.jpg\"\n  size=\"base\"\n  alt=\"Jane Doe\"\n>\u003C\u002Fs-avatar>\n\u003Cs-badge tone=\"critical\" color=\"base\" icon=\"alert-circle\" size=\"base\"\n  >Overdue\u003C\u002Fs-badge\n>\n\u003Cs-banner heading=\"Notice\" tone=\"info\" dismissible collapsible\n  >Message content\u003C\u002Fs-banner\n>\n\u003Cs-box padding=\"base\" background=\"subdued\" border=\"base\" borderRadius=\"base\"\n  >Content\u003C\u002Fs-box\n>\n\u003Cs-button variant=\"primary\" tone=\"auto\" type=\"submit\">Save\u003C\u002Fs-button>\n\u003Cs-button-group\n  >\u003Cs-button variant=\"primary\">Save\u003C\u002Fs-button\n  >\u003Cs-button variant=\"secondary\">Cancel\u003C\u002Fs-button>\u003C\u002Fs-button-group\n>\n\u003Cs-checkbox label=\"Accept terms\" name=\"terms\" value=\"accepted\">\u003C\u002Fs-checkbox>\n\u003Cs-chip accessibilityLabel=\"Tag\">Category\u003C\u002Fs-chip>\n\u003Cs-choice-list label=\"Options\" name=\"options\"\n  >\u003Cs-choice value=\"1\">Option 1\u003C\u002Fs-choice\n  >\u003Cs-choice value=\"2\">Option 2\u003C\u002Fs-choice>\u003C\u002Fs-choice-list\n>\n\u003Cs-clickable href=\"\u002Forders\u002F42\" padding=\"base\" background=\"subdued\"\n  >Click area\u003C\u002Fs-clickable\n>\n\u003Cs-clickable-chip removable accessibilityLabel=\"Filter\"\n  >Active\u003C\u002Fs-clickable-chip\n>\n\u003Cs-clipboard-item text=\"ABC123\" \u002F>\n\u003Cs-consent-checkbox\n  label=\"Sign up for SMS\"\n  name=\"consent\"\n  policy=\"sms-marketing\"\n>\u003C\u002Fs-consent-checkbox>\n\u003Cs-consent-phone-field\n  label=\"Phone\"\n  name=\"phone\"\n  policy=\"sms-marketing\"\n>\u003C\u002Fs-consent-phone-field>\n\u003Cs-customer-account-action heading=\"Return items\"\n  >\u003Cs-text>Action content\u003C\u002Fs-text>\u003C\u002Fs-customer-account-action\n>\n\u003Cs-date-field\n  label=\"Start date\"\n  name=\"startDate\"\n  value=\"2025-06-15\"\n  required\n>\u003C\u002Fs-date-field>\n\u003Cs-date-picker\n  type=\"single\"\n  name=\"selectedDate\"\n  value=\"2025-03-01\"\n>\u003C\u002Fs-date-picker>\n\u003Cs-details\n  >\u003Cs-summary>More info\u003C\u002Fs-summary\n  >\u003Cs-text>Expandable content\u003C\u002Fs-text>\u003C\u002Fs-details\n>\n\u003Cs-divider direction=\"inline\">\u003C\u002Fs-divider>\n\u003Cs-drop-zone\n  label=\"Upload file\"\n  name=\"file\"\n  accept=\".jpg,.png\"\n  multiple\n>\u003C\u002Fs-drop-zone>\n\u003Cs-email-field\n  label=\"Email\"\n  name=\"email\"\n  autocomplete=\"email\"\n  required\n>\u003C\u002Fs-email-field>\n\u003Cs-form\n  >\u003Cs-text-field label=\"Name\" name=\"name\">\u003C\u002Fs-text-field\n  >\u003Cs-button type=\"submit\">Submit\u003C\u002Fs-button>\u003C\u002Fs-form\n>\n\u003Cs-grid gridTemplateColumns=\"1fr 1fr\" gap=\"base\"\n  >\u003Cs-grid-item>\u003Cs-text>Col 1\u003C\u002Fs-text>\u003C\u002Fs-grid-item\n  >\u003Cs-grid-item>\u003Cs-text>Col 2\u003C\u002Fs-text>\u003C\u002Fs-grid-item>\u003C\u002Fs-grid\n>\n\u003Cs-heading>Section Title\u003C\u002Fs-heading>\n\u003Cs-icon type=\"cart\" tone=\"auto\" size=\"base\">\u003C\u002Fs-icon>\n\u003Cs-image\n  src=\"https:\u002F\u002Fexample.com\u002Fimage.png\"\n  alt=\"Description\"\n  aspectRatio=\"16\u002F9\"\n  objectFit=\"cover\"\n  loading=\"lazy\"\n>\u003C\u002Fs-image>\n\u003Cs-image-group totalItems=\"6\"\n  >\u003Cs-image src=\"https:\u002F\u002Fexample.com\u002F1.jpg\" alt=\"Image 1\">\u003C\u002Fs-image\n  >\u003Cs-image src=\"https:\u002F\u002Fexample.com\u002F2.jpg\" alt=\"Image 2\">\u003C\u002Fs-image\n>\u003C\u002Fs-image-group>\n\u003Cs-link href=\"https:\u002F\u002Fexample.com\" tone=\"auto\">Link text\u003C\u002Fs-link>\n\u003Cs-map\n  apiKey=\"KEY\"\n  latitude=\"{43.65}\"\n  longitude=\"{-79.38}\"\n  zoom=\"{12}\"\n  accessibilityLabel=\"Store location\"\n  >\u003Cs-map-marker\n    latitude=\"{43.65}\"\n    longitude=\"{-79.38}\"\n    accessibilityLabel=\"Store\"\n  >\u003C\u002Fs-map-marker\n>\u003C\u002Fs-map>\n\u003Cs-button commandFor=\"actions-menu\">\u003C\u002Fs-button>\n\u003Cs-menu id=\"actions-menu\" accessibilityLabel=\"Actions\"\n  >\u003Cs-button variant=\"secondary\">Edit\u003C\u002Fs-button>\u003C\u002Fs-menu\n>\n\u003Cs-modal id=\"my-modal\" heading=\"Title\" size=\"base\"\n  >\u003Cs-text>Modal content\u003C\u002Fs-text>\u003C\u002Fs-modal\n>\n\u003Cs-money-field\n  label=\"Amount\"\n  name=\"amount\"\n  min=\"{0}\"\n  max=\"{999999}\"\n>\u003C\u002Fs-money-field>\n\u003Cs-number-field\n  label=\"Quantity\"\n  name=\"qty\"\n  min=\"{1}\"\n  max=\"{100}\"\n  step=\"{1}\"\n  inputMode=\"numeric\"\n>\u003C\u002Fs-number-field>\n\u003Cs-ordered-list\n  >\u003Cs-list-item>First\u003C\u002Fs-list-item\n  >\u003Cs-list-item>Second\u003C\u002Fs-list-item>\u003C\u002Fs-ordered-list\n>\n\u003Cs-page heading=\"Orders\" subheading=\"Manage orders\"\n  >\u003Cs-section heading=\"All orders\">\u003Cs-text>Content\u003C\u002Fs-text>\u003C\u002Fs-section>\u003C\u002Fs-page\n>\n\u003Cs-paragraph tone=\"neutral\" color=\"subdued\">Body text content\u003C\u002Fs-paragraph>\n\u003Cs-password-field\n  label=\"Password\"\n  name=\"password\"\n  autocomplete=\"current-password\"\n  minLength=\"8\"\n  required\n>\u003C\u002Fs-password-field>\n\u003Cs-payment-icon type=\"visa\" accessibilityLabel=\"Visa\">\u003C\u002Fs-payment-icon>\n\u003Cs-phone-field label=\"Phone\" name=\"phone\" autocomplete=\"tel\">\u003C\u002Fs-phone-field>\n\u003Cs-popover id=\"pop\" inlineSize=\"300px\"\n  >\u003Cs-box padding=\"base\">\u003Cs-text>Popover content\u003C\u002Fs-text>\u003C\u002Fs-box>\u003C\u002Fs-popover\n>\n\u003Cs-press-button accessibilityLabel=\"Favorite\" pressed>★\u003C\u002Fs-press-button>\n\u003Cs-product-thumbnail\n  src=\"https:\u002F\u002Fexample.com\u002Fproduct.jpg\"\n  alt=\"Blue T-Shirt\"\n  size=\"base\"\n>\u003C\u002Fs-product-thumbnail>\n\u003Cs-progress\n  value=\"{75}\"\n  max=\"{100}\"\n  tone=\"auto\"\n  accessibilityLabel=\"75% complete\"\n>\u003C\u002Fs-progress>\n\u003Cs-qr-code\n  content=\"https:\u002F\u002Fexample.com\"\n  size=\"base\"\n  border=\"base\"\n  accessibilityLabel=\"Scan to visit\"\n>\u003C\u002Fs-qr-code>\n\u003Cs-query-container containerName=\"main\">Content\u003C\u002Fs-query-container>\n\u003Cs-scroll-box blockSize=\"200px\" overflow=\"auto\" padding=\"base\"\n  >Scrollable content\u003C\u002Fs-scroll-box\n>\n\u003Cs-section heading=\"Details\">\u003Cs-text>Section content\u003C\u002Fs-text>\u003C\u002Fs-section>\n\u003Cs-select label=\"Choose\" name=\"choice\"\n  >\u003Cs-option value=\"a\">A\u003C\u002Fs-option>\u003Cs-option value=\"b\">B\u003C\u002Fs-option>\u003C\u002Fs-select\n>\n\u003Cs-sheet id=\"my-sheet\" heading=\"Details\"\n  >\u003Cs-text>Sheet content\u003C\u002Fs-text>\u003C\u002Fs-sheet\n>\n\u003Cs-skeleton-paragraph content=\"Loading text...\">\u003C\u002Fs-skeleton-paragraph>\n\u003Cs-spinner size=\"base\" accessibilityLabel=\"Loading\">\u003C\u002Fs-spinner>\n\u003Cs-stack direction=\"inline\" gap=\"base\" alignItems=\"center\"\n  >\u003Cs-text>Item 1\u003C\u002Fs-text>\u003Cs-text>Item 2\u003C\u002Fs-text>\u003C\u002Fs-stack\n>\n\u003Cs-switch label=\"Enable\" name=\"enabled\" checked>\u003C\u002Fs-switch>\n\u003Cs-text type=\"strong\" tone=\"success\" color=\"base\">Styled text\u003C\u002Fs-text>\n\u003Cs-text-area\n  label=\"Description\"\n  name=\"desc\"\n  rows=\"{4}\"\n  maxLength=\"{500}\"\n>\u003C\u002Fs-text-area>\n\u003Cs-text-field label=\"Name\" name=\"name\" icon=\"profile\" required>\u003C\u002Fs-text-field>\n\u003Cs-time dateTime=\"2025-03-15T10:30:00Z\">March 15, 2025\u003C\u002Fs-time>\n\u003Cs-icon type=\"info\" interestFor=\"my-tip\">\u003C\u002Fs-icon\n>\u003Cs-tooltip id=\"my-tip\">Hover for info\u003C\u002Fs-tooltip>\n\u003Cs-unordered-list\n  >\u003Cs-list-item>Item A\u003C\u002Fs-list-item\n  >\u003Cs-list-item>Item B\u003C\u002Fs-list-item>\u003C\u002Fs-unordered-list\n>\n\u003Cs-url-field label=\"Website\" name=\"url\" autocomplete=\"url\">\u003C\u002Fs-url-field>\n```\n\n## Imports\n\nUse the Preact entry point:\n\n```tsx\nimport \"@shopify\u002Fui-extensions\u002Fpreact\";\nimport { render } from \"preact\";\n```\n\n### Polaris web components (`s-banner`, `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-banner, s-badge, s-button, etc. are globally available\n\u003Cs-banner tone=\"info\">Welcome back\u003C\u002Fs-banner>\n\u003Cs-badge tone=\"success\">Order placed\u003C\u002Fs-badge>\n```\n\nWhen the user asks for Polaris web components (e.g. `s-banner`, `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`, `checked`, `defaultChecked`, `required`) accept shorthand or `{expression}`:\n  - ✅ `\u003Cs-checkbox checked={isSelected} \u002F>`, `\u003Cs-button disabled>`, `\u003Cs-banner dismissible>`\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 customer account card:\n```\nscripts\u002Fsearch_docs.mjs \"s-card customer-account\" --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 customer-account extensions.** Pass the extension target this code runs in (e.g. `customer-account.order-status.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,189,236,241,247,252,260,269,277,290,298,345,353,366,374,387,395,413,421,444,450,467,473,483,488,7068,7074,7079,7160,7181,7201,7321,7351,7359,7619,7622,7628,7633,7643,7655,7660,7669,7675,7688,7697,7727,7735,7779,7787,7790,7828,7831,7861],{"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 customer-account extension target this code runs in (e.g. ",{"type":45,"tag":60,"props":125,"children":127},{"className":126},[],[128],{"type":51,"value":129},"customer-account.order-status.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-customer-account-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.\nCustomer account UI extensions let app developers build custom functionality that merchants can install at defined points on the Order index, Order status, and Profile pages in customer accounts.",{"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":54,"props":185,"children":186},{},[187],{"type":51,"value":188},"CLI Command to Scaffold a new Customer Account UI Extension:",{"type":45,"tag":190,"props":191,"children":195},"pre",{"className":192,"code":193,"language":65,"meta":194,"style":194},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","shopify app generate extension --template=customer_account_ui --name=my_customer_account_ui_extension\n","",[196],{"type":45,"tag":60,"props":197,"children":198},{"__ignoreMap":194},[199],{"type":45,"tag":200,"props":201,"children":204},"span",{"class":202,"line":203},"line",1,[205,210,216,221,226,231],{"type":45,"tag":200,"props":206,"children":208},{"style":207},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[209],{"type":51,"value":18},{"type":45,"tag":200,"props":211,"children":213},{"style":212},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[214],{"type":51,"value":215}," app",{"type":45,"tag":200,"props":217,"children":218},{"style":212},[219],{"type":51,"value":220}," generate",{"type":45,"tag":200,"props":222,"children":223},{"style":212},[224],{"type":51,"value":225}," extension",{"type":45,"tag":200,"props":227,"children":228},{"style":212},[229],{"type":51,"value":230}," --template=customer_account_ui",{"type":45,"tag":200,"props":232,"children":233},{"style":212},[234],{"type":51,"value":235}," --name=my_customer_account_ui_extension\n",{"type":45,"tag":54,"props":237,"children":238},{},[239],{"type":51,"value":240},"version: 2026-01",{"type":45,"tag":46,"props":242,"children":244},{"id":243},"extension-targets-use-these-in-shopifyextensiontoml",[245],{"type":51,"value":246},"Extension Targets (use these in shopify.extension.toml)",{"type":45,"tag":54,"props":248,"children":249},{},[250],{"type":51,"value":251},"Targets decide what components\u002FAPIs can be used.\nSearch the developer documentation for target-specific documentation:",{"type":45,"tag":54,"props":253,"children":254},{},[255],{"type":45,"tag":146,"props":256,"children":257},{},[258],{"type":51,"value":259},"Footer:",{"type":45,"tag":261,"props":262,"children":263},"ul",{},[264],{"type":45,"tag":73,"props":265,"children":266},{},[267],{"type":51,"value":268},"customer-account.footer.render-after",{"type":45,"tag":54,"props":270,"children":271},{},[272],{"type":45,"tag":146,"props":273,"children":274},{},[275],{"type":51,"value":276},"Order index:",{"type":45,"tag":261,"props":278,"children":279},{},[280,285],{"type":45,"tag":73,"props":281,"children":282},{},[283],{"type":51,"value":284},"customer-account.order-index.announcement.render",{"type":45,"tag":73,"props":286,"children":287},{},[288],{"type":51,"value":289},"customer-account.order-index.block.render",{"type":45,"tag":54,"props":291,"children":292},{},[293],{"type":45,"tag":146,"props":294,"children":295},{},[296],{"type":51,"value":297},"Order status:",{"type":45,"tag":261,"props":299,"children":300},{},[301,306,310,315,320,325,330,335,340],{"type":45,"tag":73,"props":302,"children":303},{},[304],{"type":51,"value":305},"customer-account.order-status.announcement.render",{"type":45,"tag":73,"props":307,"children":308},{},[309],{"type":51,"value":129},{"type":45,"tag":73,"props":311,"children":312},{},[313],{"type":51,"value":314},"customer-account.order-status.cart-line-item.render-after",{"type":45,"tag":73,"props":316,"children":317},{},[318],{"type":51,"value":319},"customer-account.order-status.cart-line-list.render-after",{"type":45,"tag":73,"props":321,"children":322},{},[323],{"type":51,"value":324},"customer-account.order-status.customer-information.render-after",{"type":45,"tag":73,"props":326,"children":327},{},[328],{"type":51,"value":329},"customer-account.order-status.fulfillment-details.render-after",{"type":45,"tag":73,"props":331,"children":332},{},[333],{"type":51,"value":334},"customer-account.order-status.payment-details.render-after",{"type":45,"tag":73,"props":336,"children":337},{},[338],{"type":51,"value":339},"customer-account.order-status.return-details.render-after",{"type":45,"tag":73,"props":341,"children":342},{},[343],{"type":51,"value":344},"customer-account.order-status.unfulfilled-items.render-after",{"type":45,"tag":54,"props":346,"children":347},{},[348],{"type":45,"tag":146,"props":349,"children":350},{},[351],{"type":51,"value":352},"Order action menu:",{"type":45,"tag":261,"props":354,"children":355},{},[356,361],{"type":45,"tag":73,"props":357,"children":358},{},[359],{"type":51,"value":360},"customer-account.order.action.menu-item.render",{"type":45,"tag":73,"props":362,"children":363},{},[364],{"type":51,"value":365},"customer-account.order.action.render",{"type":45,"tag":54,"props":367,"children":368},{},[369],{"type":45,"tag":146,"props":370,"children":371},{},[372],{"type":51,"value":373},"Full page:",{"type":45,"tag":261,"props":375,"children":376},{},[377,382],{"type":45,"tag":73,"props":378,"children":379},{},[380],{"type":51,"value":381},"customer-account.order.page.render",{"type":45,"tag":73,"props":383,"children":384},{},[385],{"type":51,"value":386},"customer-account.page.render",{"type":45,"tag":54,"props":388,"children":389},{},[390],{"type":45,"tag":146,"props":391,"children":392},{},[393],{"type":51,"value":394},"Profile (Default):",{"type":45,"tag":261,"props":396,"children":397},{},[398,403,408],{"type":45,"tag":73,"props":399,"children":400},{},[401],{"type":51,"value":402},"customer-account.profile.addresses.render-after",{"type":45,"tag":73,"props":404,"children":405},{},[406],{"type":51,"value":407},"customer-account.profile.announcement.render",{"type":45,"tag":73,"props":409,"children":410},{},[411],{"type":51,"value":412},"customer-account.profile.block.render",{"type":45,"tag":54,"props":414,"children":415},{},[416],{"type":45,"tag":146,"props":417,"children":418},{},[419],{"type":51,"value":420},"Profile (B2B):",{"type":45,"tag":261,"props":422,"children":423},{},[424,429,434,439],{"type":45,"tag":73,"props":425,"children":426},{},[427],{"type":51,"value":428},"customer-account.profile.company-details.render-after",{"type":45,"tag":73,"props":430,"children":431},{},[432],{"type":51,"value":433},"customer-account.profile.company-location-addresses.render-after",{"type":45,"tag":73,"props":435,"children":436},{},[437],{"type":51,"value":438},"customer-account.profile.company-location-payment.render-after",{"type":45,"tag":73,"props":440,"children":441},{},[442],{"type":51,"value":443},"customer-account.profile.company-location-staff.render-after",{"type":45,"tag":46,"props":445,"children":447},{"id":446},"apis",[448],{"type":51,"value":449},"APIs",{"type":45,"tag":54,"props":451,"children":452},{},[453,458,460,465],{"type":45,"tag":146,"props":454,"children":455},{},[456],{"type":51,"value":457},"Available APIs:",{"type":51,"value":459}," Analytics, Authenticated Account, Customer Account API, Customer Privacy, Extension, Intents, Localization, Navigation, Storefront API, Session Token, Settings, Storage, Toast, Version\n",{"type":45,"tag":146,"props":461,"children":462},{},[463],{"type":51,"value":464},"Order Status API:",{"type":51,"value":466}," Addresses, Attributes, Authentication State, Buyer Identity, Cart Lines, Checkout Settings, Cost, Discounts, Gift Cards, Localization (Order Status API), Metafields, Note, Order, Require Login, Shop",{"type":45,"tag":46,"props":468,"children":470},{"id":469},"guides",[471],{"type":51,"value":472},"Guides",{"type":45,"tag":54,"props":474,"children":475},{},[476,481],{"type":45,"tag":146,"props":477,"children":478},{},[479],{"type":51,"value":480},"Available guides:",{"type":51,"value":482}," Using Polaris web components, Configuration, Error handling, Upgrading to 2026-01",{"type":45,"tag":54,"props":484,"children":485},{},[486],{"type":51,"value":487},"Components available for customer account UI extensions.\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.",{"type":45,"tag":190,"props":489,"children":493},{"className":490,"code":491,"language":492,"meta":194,"style":194},"language-html shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003Cs-abbreviation title=\"HTML\">HTML\u003C\u002Fs-abbreviation>\n\u003Cs-announcement>Important update content\u003C\u002Fs-announcement>\n\u003Cs-avatar\n  initials=\"JD\"\n  src=\"https:\u002F\u002Fexample.com\u002Favatar.jpg\"\n  size=\"base\"\n  alt=\"Jane Doe\"\n>\u003C\u002Fs-avatar>\n\u003Cs-badge tone=\"critical\" color=\"base\" icon=\"alert-circle\" size=\"base\"\n  >Overdue\u003C\u002Fs-badge\n>\n\u003Cs-banner heading=\"Notice\" tone=\"info\" dismissible collapsible\n  >Message content\u003C\u002Fs-banner\n>\n\u003Cs-box padding=\"base\" background=\"subdued\" border=\"base\" borderRadius=\"base\"\n  >Content\u003C\u002Fs-box\n>\n\u003Cs-button variant=\"primary\" tone=\"auto\" type=\"submit\">Save\u003C\u002Fs-button>\n\u003Cs-button-group\n  >\u003Cs-button variant=\"primary\">Save\u003C\u002Fs-button\n  >\u003Cs-button variant=\"secondary\">Cancel\u003C\u002Fs-button>\u003C\u002Fs-button-group\n>\n\u003Cs-checkbox label=\"Accept terms\" name=\"terms\" value=\"accepted\">\u003C\u002Fs-checkbox>\n\u003Cs-chip accessibilityLabel=\"Tag\">Category\u003C\u002Fs-chip>\n\u003Cs-choice-list label=\"Options\" name=\"options\"\n  >\u003Cs-choice value=\"1\">Option 1\u003C\u002Fs-choice\n  >\u003Cs-choice value=\"2\">Option 2\u003C\u002Fs-choice>\u003C\u002Fs-choice-list\n>\n\u003Cs-clickable href=\"\u002Forders\u002F42\" padding=\"base\" background=\"subdued\"\n  >Click area\u003C\u002Fs-clickable\n>\n\u003Cs-clickable-chip removable accessibilityLabel=\"Filter\"\n  >Active\u003C\u002Fs-clickable-chip\n>\n\u003Cs-clipboard-item text=\"ABC123\" \u002F>\n\u003Cs-consent-checkbox\n  label=\"Sign up for SMS\"\n  name=\"consent\"\n  policy=\"sms-marketing\"\n>\u003C\u002Fs-consent-checkbox>\n\u003Cs-consent-phone-field\n  label=\"Phone\"\n  name=\"phone\"\n  policy=\"sms-marketing\"\n>\u003C\u002Fs-consent-phone-field>\n\u003Cs-customer-account-action heading=\"Return items\"\n  >\u003Cs-text>Action content\u003C\u002Fs-text>\u003C\u002Fs-customer-account-action\n>\n\u003Cs-date-field\n  label=\"Start date\"\n  name=\"startDate\"\n  value=\"2025-06-15\"\n  required\n>\u003C\u002Fs-date-field>\n\u003Cs-date-picker\n  type=\"single\"\n  name=\"selectedDate\"\n  value=\"2025-03-01\"\n>\u003C\u002Fs-date-picker>\n\u003Cs-details\n  >\u003Cs-summary>More info\u003C\u002Fs-summary\n  >\u003Cs-text>Expandable content\u003C\u002Fs-text>\u003C\u002Fs-details\n>\n\u003Cs-divider direction=\"inline\">\u003C\u002Fs-divider>\n\u003Cs-drop-zone\n  label=\"Upload file\"\n  name=\"file\"\n  accept=\".jpg,.png\"\n  multiple\n>\u003C\u002Fs-drop-zone>\n\u003Cs-email-field\n  label=\"Email\"\n  name=\"email\"\n  autocomplete=\"email\"\n  required\n>\u003C\u002Fs-email-field>\n\u003Cs-form\n  >\u003Cs-text-field label=\"Name\" name=\"name\">\u003C\u002Fs-text-field\n  >\u003Cs-button type=\"submit\">Submit\u003C\u002Fs-button>\u003C\u002Fs-form\n>\n\u003Cs-grid gridTemplateColumns=\"1fr 1fr\" gap=\"base\"\n  >\u003Cs-grid-item>\u003Cs-text>Col 1\u003C\u002Fs-text>\u003C\u002Fs-grid-item\n  >\u003Cs-grid-item>\u003Cs-text>Col 2\u003C\u002Fs-text>\u003C\u002Fs-grid-item>\u003C\u002Fs-grid\n>\n\u003Cs-heading>Section Title\u003C\u002Fs-heading>\n\u003Cs-icon type=\"cart\" tone=\"auto\" size=\"base\">\u003C\u002Fs-icon>\n\u003Cs-image\n  src=\"https:\u002F\u002Fexample.com\u002Fimage.png\"\n  alt=\"Description\"\n  aspectRatio=\"16\u002F9\"\n  objectFit=\"cover\"\n  loading=\"lazy\"\n>\u003C\u002Fs-image>\n\u003Cs-image-group totalItems=\"6\"\n  >\u003Cs-image src=\"https:\u002F\u002Fexample.com\u002F1.jpg\" alt=\"Image 1\">\u003C\u002Fs-image\n  >\u003Cs-image src=\"https:\u002F\u002Fexample.com\u002F2.jpg\" alt=\"Image 2\">\u003C\u002Fs-image\n>\u003C\u002Fs-image-group>\n\u003Cs-link href=\"https:\u002F\u002Fexample.com\" tone=\"auto\">Link text\u003C\u002Fs-link>\n\u003Cs-map\n  apiKey=\"KEY\"\n  latitude=\"{43.65}\"\n  longitude=\"{-79.38}\"\n  zoom=\"{12}\"\n  accessibilityLabel=\"Store location\"\n  >\u003Cs-map-marker\n    latitude=\"{43.65}\"\n    longitude=\"{-79.38}\"\n    accessibilityLabel=\"Store\"\n  >\u003C\u002Fs-map-marker\n>\u003C\u002Fs-map>\n\u003Cs-button commandFor=\"actions-menu\">\u003C\u002Fs-button>\n\u003Cs-menu id=\"actions-menu\" accessibilityLabel=\"Actions\"\n  >\u003Cs-button variant=\"secondary\">Edit\u003C\u002Fs-button>\u003C\u002Fs-menu\n>\n\u003Cs-modal id=\"my-modal\" heading=\"Title\" size=\"base\"\n  >\u003Cs-text>Modal content\u003C\u002Fs-text>\u003C\u002Fs-modal\n>\n\u003Cs-money-field\n  label=\"Amount\"\n  name=\"amount\"\n  min=\"{0}\"\n  max=\"{999999}\"\n>\u003C\u002Fs-money-field>\n\u003Cs-number-field\n  label=\"Quantity\"\n  name=\"qty\"\n  min=\"{1}\"\n  max=\"{100}\"\n  step=\"{1}\"\n  inputMode=\"numeric\"\n>\u003C\u002Fs-number-field>\n\u003Cs-ordered-list\n  >\u003Cs-list-item>First\u003C\u002Fs-list-item\n  >\u003Cs-list-item>Second\u003C\u002Fs-list-item>\u003C\u002Fs-ordered-list\n>\n\u003Cs-page heading=\"Orders\" subheading=\"Manage orders\"\n  >\u003Cs-section heading=\"All orders\">\u003Cs-text>Content\u003C\u002Fs-text>\u003C\u002Fs-section>\u003C\u002Fs-page\n>\n\u003Cs-paragraph tone=\"neutral\" color=\"subdued\">Body text content\u003C\u002Fs-paragraph>\n\u003Cs-password-field\n  label=\"Password\"\n  name=\"password\"\n  autocomplete=\"current-password\"\n  minLength=\"8\"\n  required\n>\u003C\u002Fs-password-field>\n\u003Cs-payment-icon type=\"visa\" accessibilityLabel=\"Visa\">\u003C\u002Fs-payment-icon>\n\u003Cs-phone-field label=\"Phone\" name=\"phone\" autocomplete=\"tel\">\u003C\u002Fs-phone-field>\n\u003Cs-popover id=\"pop\" inlineSize=\"300px\"\n  >\u003Cs-box padding=\"base\">\u003Cs-text>Popover content\u003C\u002Fs-text>\u003C\u002Fs-box>\u003C\u002Fs-popover\n>\n\u003Cs-press-button accessibilityLabel=\"Favorite\" pressed>★\u003C\u002Fs-press-button>\n\u003Cs-product-thumbnail\n  src=\"https:\u002F\u002Fexample.com\u002Fproduct.jpg\"\n  alt=\"Blue T-Shirt\"\n  size=\"base\"\n>\u003C\u002Fs-product-thumbnail>\n\u003Cs-progress\n  value=\"{75}\"\n  max=\"{100}\"\n  tone=\"auto\"\n  accessibilityLabel=\"75% complete\"\n>\u003C\u002Fs-progress>\n\u003Cs-qr-code\n  content=\"https:\u002F\u002Fexample.com\"\n  size=\"base\"\n  border=\"base\"\n  accessibilityLabel=\"Scan to visit\"\n>\u003C\u002Fs-qr-code>\n\u003Cs-query-container containerName=\"main\">Content\u003C\u002Fs-query-container>\n\u003Cs-scroll-box blockSize=\"200px\" overflow=\"auto\" padding=\"base\"\n  >Scrollable content\u003C\u002Fs-scroll-box\n>\n\u003Cs-section heading=\"Details\">\u003Cs-text>Section content\u003C\u002Fs-text>\u003C\u002Fs-section>\n\u003Cs-select label=\"Choose\" name=\"choice\"\n  >\u003Cs-option value=\"a\">A\u003C\u002Fs-option>\u003Cs-option value=\"b\">B\u003C\u002Fs-option>\u003C\u002Fs-select\n>\n\u003Cs-sheet id=\"my-sheet\" heading=\"Details\"\n  >\u003Cs-text>Sheet content\u003C\u002Fs-text>\u003C\u002Fs-sheet\n>\n\u003Cs-skeleton-paragraph content=\"Loading text...\">\u003C\u002Fs-skeleton-paragraph>\n\u003Cs-spinner size=\"base\" accessibilityLabel=\"Loading\">\u003C\u002Fs-spinner>\n\u003Cs-stack direction=\"inline\" gap=\"base\" alignItems=\"center\"\n  >\u003Cs-text>Item 1\u003C\u002Fs-text>\u003Cs-text>Item 2\u003C\u002Fs-text>\u003C\u002Fs-stack\n>\n\u003Cs-switch label=\"Enable\" name=\"enabled\" checked>\u003C\u002Fs-switch>\n\u003Cs-text type=\"strong\" tone=\"success\" color=\"base\">Styled text\u003C\u002Fs-text>\n\u003Cs-text-area\n  label=\"Description\"\n  name=\"desc\"\n  rows=\"{4}\"\n  maxLength=\"{500}\"\n>\u003C\u002Fs-text-area>\n\u003Cs-text-field label=\"Name\" name=\"name\" icon=\"profile\" required>\u003C\u002Fs-text-field>\n\u003Cs-time dateTime=\"2025-03-15T10:30:00Z\">March 15, 2025\u003C\u002Fs-time>\n\u003Cs-icon type=\"info\" interestFor=\"my-tip\">\u003C\u002Fs-icon\n>\u003Cs-tooltip id=\"my-tip\">Hover for info\u003C\u002Fs-tooltip>\n\u003Cs-unordered-list\n  >\u003Cs-list-item>Item A\u003C\u002Fs-list-item\n  >\u003Cs-list-item>Item B\u003C\u002Fs-list-item>\u003C\u002Fs-unordered-list\n>\n\u003Cs-url-field label=\"Website\" name=\"url\" autocomplete=\"url\">\u003C\u002Fs-url-field>\n","html",[494],{"type":45,"tag":60,"props":495,"children":496},{"__ignoreMap":194},[497,561,595,608,635,661,687,713,731,830,853,861,927,949,957,1051,1073,1081,1180,1193,1243,1301,1309,1400,1456,1511,1563,1622,1630,1705,1727,1735,1774,1796,1804,1844,1857,1883,1909,1935,1952,1965,1990,2015,2039,2056,2090,2129,2137,2150,2175,2200,2226,2235,2252,2265,2291,2316,2341,2358,2371,2402,2439,2447,2494,2507,2532,2557,2583,2592,2609,2622,2647,2672,2697,2705,2722,2735,2799,2856,2864,2920,2968,3022,3030,3064,3150,3163,3188,3213,3239,3265,3291,3308,3343,3407,3469,3485,3560,3573,3599,3625,3651,3677,3703,3716,3741,3766,3792,3805,3822,3868,3923,3981,3989,4064,4102,4110,4123,4148,4173,4199,4225,4242,4255,4280,4305,4330,4355,4380,4406,4423,4436,4467,4504,4512,4568,4643,4651,4726,4739,4764,4789,4814,4840,4848,4865,4932,5019,5075,5149,5157,5217,5230,5255,5280,5304,5321,5334,5359,5383,5408,5433,5450,5463,5488,5512,5533,5558,5575,5630,5706,5728,5736,5806,5861,5967,5975,6029,6067,6075,6122,6188,6263,6326,6334,6406,6500,6513,6537,6562,6588,6614,6631,6721,6777,6840,6894,6907,6936,6973,6981],{"type":45,"tag":200,"props":498,"children":499},{"class":202,"line":203},[500,506,512,518,523,528,533,537,542,547,552,556],{"type":45,"tag":200,"props":501,"children":503},{"style":502},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[504],{"type":51,"value":505},"\u003C",{"type":45,"tag":200,"props":507,"children":509},{"style":508},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[510],{"type":51,"value":511},"s-abbreviation",{"type":45,"tag":200,"props":513,"children":515},{"style":514},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[516],{"type":51,"value":517}," title",{"type":45,"tag":200,"props":519,"children":520},{"style":502},[521],{"type":51,"value":522},"=",{"type":45,"tag":200,"props":524,"children":525},{"style":502},[526],{"type":51,"value":527},"\"",{"type":45,"tag":200,"props":529,"children":530},{"style":212},[531],{"type":51,"value":532},"HTML",{"type":45,"tag":200,"props":534,"children":535},{"style":502},[536],{"type":51,"value":527},{"type":45,"tag":200,"props":538,"children":539},{"style":502},[540],{"type":51,"value":541},">",{"type":45,"tag":200,"props":543,"children":545},{"style":544},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[546],{"type":51,"value":532},{"type":45,"tag":200,"props":548,"children":549},{"style":502},[550],{"type":51,"value":551},"\u003C\u002F",{"type":45,"tag":200,"props":553,"children":554},{"style":508},[555],{"type":51,"value":511},{"type":45,"tag":200,"props":557,"children":558},{"style":502},[559],{"type":51,"value":560},">\n",{"type":45,"tag":200,"props":562,"children":564},{"class":202,"line":563},2,[565,569,574,578,583,587,591],{"type":45,"tag":200,"props":566,"children":567},{"style":502},[568],{"type":51,"value":505},{"type":45,"tag":200,"props":570,"children":571},{"style":508},[572],{"type":51,"value":573},"s-announcement",{"type":45,"tag":200,"props":575,"children":576},{"style":502},[577],{"type":51,"value":541},{"type":45,"tag":200,"props":579,"children":580},{"style":544},[581],{"type":51,"value":582},"Important update content",{"type":45,"tag":200,"props":584,"children":585},{"style":502},[586],{"type":51,"value":551},{"type":45,"tag":200,"props":588,"children":589},{"style":508},[590],{"type":51,"value":573},{"type":45,"tag":200,"props":592,"children":593},{"style":502},[594],{"type":51,"value":560},{"type":45,"tag":200,"props":596,"children":598},{"class":202,"line":597},3,[599,603],{"type":45,"tag":200,"props":600,"children":601},{"style":502},[602],{"type":51,"value":505},{"type":45,"tag":200,"props":604,"children":605},{"style":508},[606],{"type":51,"value":607},"s-avatar\n",{"type":45,"tag":200,"props":609,"children":611},{"class":202,"line":610},4,[612,617,621,625,630],{"type":45,"tag":200,"props":613,"children":614},{"style":514},[615],{"type":51,"value":616},"  initials",{"type":45,"tag":200,"props":618,"children":619},{"style":502},[620],{"type":51,"value":522},{"type":45,"tag":200,"props":622,"children":623},{"style":502},[624],{"type":51,"value":527},{"type":45,"tag":200,"props":626,"children":627},{"style":212},[628],{"type":51,"value":629},"JD",{"type":45,"tag":200,"props":631,"children":632},{"style":502},[633],{"type":51,"value":634},"\"\n",{"type":45,"tag":200,"props":636,"children":638},{"class":202,"line":637},5,[639,644,648,652,657],{"type":45,"tag":200,"props":640,"children":641},{"style":514},[642],{"type":51,"value":643},"  src",{"type":45,"tag":200,"props":645,"children":646},{"style":502},[647],{"type":51,"value":522},{"type":45,"tag":200,"props":649,"children":650},{"style":502},[651],{"type":51,"value":527},{"type":45,"tag":200,"props":653,"children":654},{"style":212},[655],{"type":51,"value":656},"https:\u002F\u002Fexample.com\u002Favatar.jpg",{"type":45,"tag":200,"props":658,"children":659},{"style":502},[660],{"type":51,"value":634},{"type":45,"tag":200,"props":662,"children":664},{"class":202,"line":663},6,[665,670,674,678,683],{"type":45,"tag":200,"props":666,"children":667},{"style":514},[668],{"type":51,"value":669},"  size",{"type":45,"tag":200,"props":671,"children":672},{"style":502},[673],{"type":51,"value":522},{"type":45,"tag":200,"props":675,"children":676},{"style":502},[677],{"type":51,"value":527},{"type":45,"tag":200,"props":679,"children":680},{"style":212},[681],{"type":51,"value":682},"base",{"type":45,"tag":200,"props":684,"children":685},{"style":502},[686],{"type":51,"value":634},{"type":45,"tag":200,"props":688,"children":690},{"class":202,"line":689},7,[691,696,700,704,709],{"type":45,"tag":200,"props":692,"children":693},{"style":514},[694],{"type":51,"value":695},"  alt",{"type":45,"tag":200,"props":697,"children":698},{"style":502},[699],{"type":51,"value":522},{"type":45,"tag":200,"props":701,"children":702},{"style":502},[703],{"type":51,"value":527},{"type":45,"tag":200,"props":705,"children":706},{"style":212},[707],{"type":51,"value":708},"Jane Doe",{"type":45,"tag":200,"props":710,"children":711},{"style":502},[712],{"type":51,"value":634},{"type":45,"tag":200,"props":714,"children":716},{"class":202,"line":715},8,[717,722,727],{"type":45,"tag":200,"props":718,"children":719},{"style":502},[720],{"type":51,"value":721},">\u003C\u002F",{"type":45,"tag":200,"props":723,"children":724},{"style":508},[725],{"type":51,"value":726},"s-avatar",{"type":45,"tag":200,"props":728,"children":729},{"style":502},[730],{"type":51,"value":560},{"type":45,"tag":200,"props":732,"children":734},{"class":202,"line":733},9,[735,739,744,749,753,757,762,766,771,775,779,783,787,792,796,800,805,809,814,818,822,826],{"type":45,"tag":200,"props":736,"children":737},{"style":502},[738],{"type":51,"value":505},{"type":45,"tag":200,"props":740,"children":741},{"style":508},[742],{"type":51,"value":743},"s-badge",{"type":45,"tag":200,"props":745,"children":746},{"style":514},[747],{"type":51,"value":748}," tone",{"type":45,"tag":200,"props":750,"children":751},{"style":502},[752],{"type":51,"value":522},{"type":45,"tag":200,"props":754,"children":755},{"style":502},[756],{"type":51,"value":527},{"type":45,"tag":200,"props":758,"children":759},{"style":212},[760],{"type":51,"value":761},"critical",{"type":45,"tag":200,"props":763,"children":764},{"style":502},[765],{"type":51,"value":527},{"type":45,"tag":200,"props":767,"children":768},{"style":514},[769],{"type":51,"value":770}," color",{"type":45,"tag":200,"props":772,"children":773},{"style":502},[774],{"type":51,"value":522},{"type":45,"tag":200,"props":776,"children":777},{"style":502},[778],{"type":51,"value":527},{"type":45,"tag":200,"props":780,"children":781},{"style":212},[782],{"type":51,"value":682},{"type":45,"tag":200,"props":784,"children":785},{"style":502},[786],{"type":51,"value":527},{"type":45,"tag":200,"props":788,"children":789},{"style":514},[790],{"type":51,"value":791}," icon",{"type":45,"tag":200,"props":793,"children":794},{"style":502},[795],{"type":51,"value":522},{"type":45,"tag":200,"props":797,"children":798},{"style":502},[799],{"type":51,"value":527},{"type":45,"tag":200,"props":801,"children":802},{"style":212},[803],{"type":51,"value":804},"alert-circle",{"type":45,"tag":200,"props":806,"children":807},{"style":502},[808],{"type":51,"value":527},{"type":45,"tag":200,"props":810,"children":811},{"style":514},[812],{"type":51,"value":813}," size",{"type":45,"tag":200,"props":815,"children":816},{"style":502},[817],{"type":51,"value":522},{"type":45,"tag":200,"props":819,"children":820},{"style":502},[821],{"type":51,"value":527},{"type":45,"tag":200,"props":823,"children":824},{"style":212},[825],{"type":51,"value":682},{"type":45,"tag":200,"props":827,"children":828},{"style":502},[829],{"type":51,"value":634},{"type":45,"tag":200,"props":831,"children":833},{"class":202,"line":832},10,[834,839,844,848],{"type":45,"tag":200,"props":835,"children":836},{"style":502},[837],{"type":51,"value":838},"  >",{"type":45,"tag":200,"props":840,"children":841},{"style":544},[842],{"type":51,"value":843},"Overdue",{"type":45,"tag":200,"props":845,"children":846},{"style":502},[847],{"type":51,"value":551},{"type":45,"tag":200,"props":849,"children":850},{"style":508},[851],{"type":51,"value":852},"s-badge\n",{"type":45,"tag":200,"props":854,"children":856},{"class":202,"line":855},11,[857],{"type":45,"tag":200,"props":858,"children":859},{"style":502},[860],{"type":51,"value":560},{"type":45,"tag":200,"props":862,"children":864},{"class":202,"line":863},12,[865,869,874,879,883,887,892,896,900,904,908,913,917,922],{"type":45,"tag":200,"props":866,"children":867},{"style":502},[868],{"type":51,"value":505},{"type":45,"tag":200,"props":870,"children":871},{"style":508},[872],{"type":51,"value":873},"s-banner",{"type":45,"tag":200,"props":875,"children":876},{"style":514},[877],{"type":51,"value":878}," heading",{"type":45,"tag":200,"props":880,"children":881},{"style":502},[882],{"type":51,"value":522},{"type":45,"tag":200,"props":884,"children":885},{"style":502},[886],{"type":51,"value":527},{"type":45,"tag":200,"props":888,"children":889},{"style":212},[890],{"type":51,"value":891},"Notice",{"type":45,"tag":200,"props":893,"children":894},{"style":502},[895],{"type":51,"value":527},{"type":45,"tag":200,"props":897,"children":898},{"style":514},[899],{"type":51,"value":748},{"type":45,"tag":200,"props":901,"children":902},{"style":502},[903],{"type":51,"value":522},{"type":45,"tag":200,"props":905,"children":906},{"style":502},[907],{"type":51,"value":527},{"type":45,"tag":200,"props":909,"children":910},{"style":212},[911],{"type":51,"value":912},"info",{"type":45,"tag":200,"props":914,"children":915},{"style":502},[916],{"type":51,"value":527},{"type":45,"tag":200,"props":918,"children":919},{"style":514},[920],{"type":51,"value":921}," dismissible",{"type":45,"tag":200,"props":923,"children":924},{"style":514},[925],{"type":51,"value":926}," collapsible\n",{"type":45,"tag":200,"props":928,"children":930},{"class":202,"line":929},13,[931,935,940,944],{"type":45,"tag":200,"props":932,"children":933},{"style":502},[934],{"type":51,"value":838},{"type":45,"tag":200,"props":936,"children":937},{"style":544},[938],{"type":51,"value":939},"Message content",{"type":45,"tag":200,"props":941,"children":942},{"style":502},[943],{"type":51,"value":551},{"type":45,"tag":200,"props":945,"children":946},{"style":508},[947],{"type":51,"value":948},"s-banner\n",{"type":45,"tag":200,"props":950,"children":952},{"class":202,"line":951},14,[953],{"type":45,"tag":200,"props":954,"children":955},{"style":502},[956],{"type":51,"value":560},{"type":45,"tag":200,"props":958,"children":960},{"class":202,"line":959},15,[961,965,970,975,979,983,987,991,996,1000,1004,1009,1013,1018,1022,1026,1030,1035,1039,1043,1047],{"type":45,"tag":200,"props":962,"children":963},{"style":502},[964],{"type":51,"value":505},{"type":45,"tag":200,"props":966,"children":967},{"style":508},[968],{"type":51,"value":969},"s-box",{"type":45,"tag":200,"props":971,"children":972},{"style":514},[973],{"type":51,"value":974}," padding",{"type":45,"tag":200,"props":976,"children":977},{"style":502},[978],{"type":51,"value":522},{"type":45,"tag":200,"props":980,"children":981},{"style":502},[982],{"type":51,"value":527},{"type":45,"tag":200,"props":984,"children":985},{"style":212},[986],{"type":51,"value":682},{"type":45,"tag":200,"props":988,"children":989},{"style":502},[990],{"type":51,"value":527},{"type":45,"tag":200,"props":992,"children":993},{"style":514},[994],{"type":51,"value":995}," background",{"type":45,"tag":200,"props":997,"children":998},{"style":502},[999],{"type":51,"value":522},{"type":45,"tag":200,"props":1001,"children":1002},{"style":502},[1003],{"type":51,"value":527},{"type":45,"tag":200,"props":1005,"children":1006},{"style":212},[1007],{"type":51,"value":1008},"subdued",{"type":45,"tag":200,"props":1010,"children":1011},{"style":502},[1012],{"type":51,"value":527},{"type":45,"tag":200,"props":1014,"children":1015},{"style":502},[1016],{"type":51,"value":1017}," border=",{"type":45,"tag":200,"props":1019,"children":1020},{"style":502},[1021],{"type":51,"value":527},{"type":45,"tag":200,"props":1023,"children":1024},{"style":212},[1025],{"type":51,"value":682},{"type":45,"tag":200,"props":1027,"children":1028},{"style":502},[1029],{"type":51,"value":527},{"type":45,"tag":200,"props":1031,"children":1032},{"style":514},[1033],{"type":51,"value":1034}," borderRadius",{"type":45,"tag":200,"props":1036,"children":1037},{"style":502},[1038],{"type":51,"value":522},{"type":45,"tag":200,"props":1040,"children":1041},{"style":502},[1042],{"type":51,"value":527},{"type":45,"tag":200,"props":1044,"children":1045},{"style":212},[1046],{"type":51,"value":682},{"type":45,"tag":200,"props":1048,"children":1049},{"style":502},[1050],{"type":51,"value":634},{"type":45,"tag":200,"props":1052,"children":1054},{"class":202,"line":1053},16,[1055,1059,1064,1068],{"type":45,"tag":200,"props":1056,"children":1057},{"style":502},[1058],{"type":51,"value":838},{"type":45,"tag":200,"props":1060,"children":1061},{"style":544},[1062],{"type":51,"value":1063},"Content",{"type":45,"tag":200,"props":1065,"children":1066},{"style":502},[1067],{"type":51,"value":551},{"type":45,"tag":200,"props":1069,"children":1070},{"style":508},[1071],{"type":51,"value":1072},"s-box\n",{"type":45,"tag":200,"props":1074,"children":1076},{"class":202,"line":1075},17,[1077],{"type":45,"tag":200,"props":1078,"children":1079},{"style":502},[1080],{"type":51,"value":560},{"type":45,"tag":200,"props":1082,"children":1084},{"class":202,"line":1083},18,[1085,1089,1094,1099,1103,1107,1112,1116,1120,1124,1128,1133,1137,1142,1146,1150,1155,1159,1163,1168,1172,1176],{"type":45,"tag":200,"props":1086,"children":1087},{"style":502},[1088],{"type":51,"value":505},{"type":45,"tag":200,"props":1090,"children":1091},{"style":508},[1092],{"type":51,"value":1093},"s-button",{"type":45,"tag":200,"props":1095,"children":1096},{"style":514},[1097],{"type":51,"value":1098}," variant",{"type":45,"tag":200,"props":1100,"children":1101},{"style":502},[1102],{"type":51,"value":522},{"type":45,"tag":200,"props":1104,"children":1105},{"style":502},[1106],{"type":51,"value":527},{"type":45,"tag":200,"props":1108,"children":1109},{"style":212},[1110],{"type":51,"value":1111},"primary",{"type":45,"tag":200,"props":1113,"children":1114},{"style":502},[1115],{"type":51,"value":527},{"type":45,"tag":200,"props":1117,"children":1118},{"style":514},[1119],{"type":51,"value":748},{"type":45,"tag":200,"props":1121,"children":1122},{"style":502},[1123],{"type":51,"value":522},{"type":45,"tag":200,"props":1125,"children":1126},{"style":502},[1127],{"type":51,"value":527},{"type":45,"tag":200,"props":1129,"children":1130},{"style":212},[1131],{"type":51,"value":1132},"auto",{"type":45,"tag":200,"props":1134,"children":1135},{"style":502},[1136],{"type":51,"value":527},{"type":45,"tag":200,"props":1138,"children":1139},{"style":514},[1140],{"type":51,"value":1141}," type",{"type":45,"tag":200,"props":1143,"children":1144},{"style":502},[1145],{"type":51,"value":522},{"type":45,"tag":200,"props":1147,"children":1148},{"style":502},[1149],{"type":51,"value":527},{"type":45,"tag":200,"props":1151,"children":1152},{"style":212},[1153],{"type":51,"value":1154},"submit",{"type":45,"tag":200,"props":1156,"children":1157},{"style":502},[1158],{"type":51,"value":527},{"type":45,"tag":200,"props":1160,"children":1161},{"style":502},[1162],{"type":51,"value":541},{"type":45,"tag":200,"props":1164,"children":1165},{"style":544},[1166],{"type":51,"value":1167},"Save",{"type":45,"tag":200,"props":1169,"children":1170},{"style":502},[1171],{"type":51,"value":551},{"type":45,"tag":200,"props":1173,"children":1174},{"style":508},[1175],{"type":51,"value":1093},{"type":45,"tag":200,"props":1177,"children":1178},{"style":502},[1179],{"type":51,"value":560},{"type":45,"tag":200,"props":1181,"children":1183},{"class":202,"line":1182},19,[1184,1188],{"type":45,"tag":200,"props":1185,"children":1186},{"style":502},[1187],{"type":51,"value":505},{"type":45,"tag":200,"props":1189,"children":1190},{"style":508},[1191],{"type":51,"value":1192},"s-button-group\n",{"type":45,"tag":200,"props":1194,"children":1196},{"class":202,"line":1195},20,[1197,1202,1206,1210,1214,1218,1222,1226,1230,1234,1238],{"type":45,"tag":200,"props":1198,"children":1199},{"style":502},[1200],{"type":51,"value":1201},"  >\u003C",{"type":45,"tag":200,"props":1203,"children":1204},{"style":508},[1205],{"type":51,"value":1093},{"type":45,"tag":200,"props":1207,"children":1208},{"style":514},[1209],{"type":51,"value":1098},{"type":45,"tag":200,"props":1211,"children":1212},{"style":502},[1213],{"type":51,"value":522},{"type":45,"tag":200,"props":1215,"children":1216},{"style":502},[1217],{"type":51,"value":527},{"type":45,"tag":200,"props":1219,"children":1220},{"style":212},[1221],{"type":51,"value":1111},{"type":45,"tag":200,"props":1223,"children":1224},{"style":502},[1225],{"type":51,"value":527},{"type":45,"tag":200,"props":1227,"children":1228},{"style":502},[1229],{"type":51,"value":541},{"type":45,"tag":200,"props":1231,"children":1232},{"style":544},[1233],{"type":51,"value":1167},{"type":45,"tag":200,"props":1235,"children":1236},{"style":502},[1237],{"type":51,"value":551},{"type":45,"tag":200,"props":1239,"children":1240},{"style":508},[1241],{"type":51,"value":1242},"s-button\n",{"type":45,"tag":200,"props":1244,"children":1246},{"class":202,"line":1245},21,[1247,1251,1255,1259,1263,1267,1272,1276,1280,1285,1289,1293,1297],{"type":45,"tag":200,"props":1248,"children":1249},{"style":502},[1250],{"type":51,"value":1201},{"type":45,"tag":200,"props":1252,"children":1253},{"style":508},[1254],{"type":51,"value":1093},{"type":45,"tag":200,"props":1256,"children":1257},{"style":514},[1258],{"type":51,"value":1098},{"type":45,"tag":200,"props":1260,"children":1261},{"style":502},[1262],{"type":51,"value":522},{"type":45,"tag":200,"props":1264,"children":1265},{"style":502},[1266],{"type":51,"value":527},{"type":45,"tag":200,"props":1268,"children":1269},{"style":212},[1270],{"type":51,"value":1271},"secondary",{"type":45,"tag":200,"props":1273,"children":1274},{"style":502},[1275],{"type":51,"value":527},{"type":45,"tag":200,"props":1277,"children":1278},{"style":502},[1279],{"type":51,"value":541},{"type":45,"tag":200,"props":1281,"children":1282},{"style":544},[1283],{"type":51,"value":1284},"Cancel",{"type":45,"tag":200,"props":1286,"children":1287},{"style":502},[1288],{"type":51,"value":551},{"type":45,"tag":200,"props":1290,"children":1291},{"style":508},[1292],{"type":51,"value":1093},{"type":45,"tag":200,"props":1294,"children":1295},{"style":502},[1296],{"type":51,"value":721},{"type":45,"tag":200,"props":1298,"children":1299},{"style":508},[1300],{"type":51,"value":1192},{"type":45,"tag":200,"props":1302,"children":1304},{"class":202,"line":1303},22,[1305],{"type":45,"tag":200,"props":1306,"children":1307},{"style":502},[1308],{"type":51,"value":560},{"type":45,"tag":200,"props":1310,"children":1312},{"class":202,"line":1311},23,[1313,1317,1322,1327,1331,1335,1340,1344,1349,1353,1357,1362,1366,1371,1375,1379,1384,1388,1392,1396],{"type":45,"tag":200,"props":1314,"children":1315},{"style":502},[1316],{"type":51,"value":505},{"type":45,"tag":200,"props":1318,"children":1319},{"style":508},[1320],{"type":51,"value":1321},"s-checkbox",{"type":45,"tag":200,"props":1323,"children":1324},{"style":514},[1325],{"type":51,"value":1326}," label",{"type":45,"tag":200,"props":1328,"children":1329},{"style":502},[1330],{"type":51,"value":522},{"type":45,"tag":200,"props":1332,"children":1333},{"style":502},[1334],{"type":51,"value":527},{"type":45,"tag":200,"props":1336,"children":1337},{"style":212},[1338],{"type":51,"value":1339},"Accept terms",{"type":45,"tag":200,"props":1341,"children":1342},{"style":502},[1343],{"type":51,"value":527},{"type":45,"tag":200,"props":1345,"children":1346},{"style":514},[1347],{"type":51,"value":1348}," name",{"type":45,"tag":200,"props":1350,"children":1351},{"style":502},[1352],{"type":51,"value":522},{"type":45,"tag":200,"props":1354,"children":1355},{"style":502},[1356],{"type":51,"value":527},{"type":45,"tag":200,"props":1358,"children":1359},{"style":212},[1360],{"type":51,"value":1361},"terms",{"type":45,"tag":200,"props":1363,"children":1364},{"style":502},[1365],{"type":51,"value":527},{"type":45,"tag":200,"props":1367,"children":1368},{"style":514},[1369],{"type":51,"value":1370}," value",{"type":45,"tag":200,"props":1372,"children":1373},{"style":502},[1374],{"type":51,"value":522},{"type":45,"tag":200,"props":1376,"children":1377},{"style":502},[1378],{"type":51,"value":527},{"type":45,"tag":200,"props":1380,"children":1381},{"style":212},[1382],{"type":51,"value":1383},"accepted",{"type":45,"tag":200,"props":1385,"children":1386},{"style":502},[1387],{"type":51,"value":527},{"type":45,"tag":200,"props":1389,"children":1390},{"style":502},[1391],{"type":51,"value":721},{"type":45,"tag":200,"props":1393,"children":1394},{"style":508},[1395],{"type":51,"value":1321},{"type":45,"tag":200,"props":1397,"children":1398},{"style":502},[1399],{"type":51,"value":560},{"type":45,"tag":200,"props":1401,"children":1403},{"class":202,"line":1402},24,[1404,1408,1413,1418,1422,1426,1431,1435,1439,1444,1448,1452],{"type":45,"tag":200,"props":1405,"children":1406},{"style":502},[1407],{"type":51,"value":505},{"type":45,"tag":200,"props":1409,"children":1410},{"style":508},[1411],{"type":51,"value":1412},"s-chip",{"type":45,"tag":200,"props":1414,"children":1415},{"style":514},[1416],{"type":51,"value":1417}," accessibilityLabel",{"type":45,"tag":200,"props":1419,"children":1420},{"style":502},[1421],{"type":51,"value":522},{"type":45,"tag":200,"props":1423,"children":1424},{"style":502},[1425],{"type":51,"value":527},{"type":45,"tag":200,"props":1427,"children":1428},{"style":212},[1429],{"type":51,"value":1430},"Tag",{"type":45,"tag":200,"props":1432,"children":1433},{"style":502},[1434],{"type":51,"value":527},{"type":45,"tag":200,"props":1436,"children":1437},{"style":502},[1438],{"type":51,"value":541},{"type":45,"tag":200,"props":1440,"children":1441},{"style":544},[1442],{"type":51,"value":1443},"Category",{"type":45,"tag":200,"props":1445,"children":1446},{"style":502},[1447],{"type":51,"value":551},{"type":45,"tag":200,"props":1449,"children":1450},{"style":508},[1451],{"type":51,"value":1412},{"type":45,"tag":200,"props":1453,"children":1454},{"style":502},[1455],{"type":51,"value":560},{"type":45,"tag":200,"props":1457,"children":1459},{"class":202,"line":1458},25,[1460,1464,1469,1473,1477,1481,1486,1490,1494,1498,1502,1507],{"type":45,"tag":200,"props":1461,"children":1462},{"style":502},[1463],{"type":51,"value":505},{"type":45,"tag":200,"props":1465,"children":1466},{"style":508},[1467],{"type":51,"value":1468},"s-choice-list",{"type":45,"tag":200,"props":1470,"children":1471},{"style":514},[1472],{"type":51,"value":1326},{"type":45,"tag":200,"props":1474,"children":1475},{"style":502},[1476],{"type":51,"value":522},{"type":45,"tag":200,"props":1478,"children":1479},{"style":502},[1480],{"type":51,"value":527},{"type":45,"tag":200,"props":1482,"children":1483},{"style":212},[1484],{"type":51,"value":1485},"Options",{"type":45,"tag":200,"props":1487,"children":1488},{"style":502},[1489],{"type":51,"value":527},{"type":45,"tag":200,"props":1491,"children":1492},{"style":514},[1493],{"type":51,"value":1348},{"type":45,"tag":200,"props":1495,"children":1496},{"style":502},[1497],{"type":51,"value":522},{"type":45,"tag":200,"props":1499,"children":1500},{"style":502},[1501],{"type":51,"value":527},{"type":45,"tag":200,"props":1503,"children":1504},{"style":212},[1505],{"type":51,"value":1506},"options",{"type":45,"tag":200,"props":1508,"children":1509},{"style":502},[1510],{"type":51,"value":634},{"type":45,"tag":200,"props":1512,"children":1514},{"class":202,"line":1513},26,[1515,1519,1524,1528,1532,1536,1541,1545,1549,1554,1558],{"type":45,"tag":200,"props":1516,"children":1517},{"style":502},[1518],{"type":51,"value":1201},{"type":45,"tag":200,"props":1520,"children":1521},{"style":508},[1522],{"type":51,"value":1523},"s-choice",{"type":45,"tag":200,"props":1525,"children":1526},{"style":514},[1527],{"type":51,"value":1370},{"type":45,"tag":200,"props":1529,"children":1530},{"style":502},[1531],{"type":51,"value":522},{"type":45,"tag":200,"props":1533,"children":1534},{"style":502},[1535],{"type":51,"value":527},{"type":45,"tag":200,"props":1537,"children":1538},{"style":212},[1539],{"type":51,"value":1540},"1",{"type":45,"tag":200,"props":1542,"children":1543},{"style":502},[1544],{"type":51,"value":527},{"type":45,"tag":200,"props":1546,"children":1547},{"style":502},[1548],{"type":51,"value":541},{"type":45,"tag":200,"props":1550,"children":1551},{"style":544},[1552],{"type":51,"value":1553},"Option 1",{"type":45,"tag":200,"props":1555,"children":1556},{"style":502},[1557],{"type":51,"value":551},{"type":45,"tag":200,"props":1559,"children":1560},{"style":508},[1561],{"type":51,"value":1562},"s-choice\n",{"type":45,"tag":200,"props":1564,"children":1566},{"class":202,"line":1565},27,[1567,1571,1575,1579,1583,1587,1592,1596,1600,1605,1609,1613,1617],{"type":45,"tag":200,"props":1568,"children":1569},{"style":502},[1570],{"type":51,"value":1201},{"type":45,"tag":200,"props":1572,"children":1573},{"style":508},[1574],{"type":51,"value":1523},{"type":45,"tag":200,"props":1576,"children":1577},{"style":514},[1578],{"type":51,"value":1370},{"type":45,"tag":200,"props":1580,"children":1581},{"style":502},[1582],{"type":51,"value":522},{"type":45,"tag":200,"props":1584,"children":1585},{"style":502},[1586],{"type":51,"value":527},{"type":45,"tag":200,"props":1588,"children":1589},{"style":212},[1590],{"type":51,"value":1591},"2",{"type":45,"tag":200,"props":1593,"children":1594},{"style":502},[1595],{"type":51,"value":527},{"type":45,"tag":200,"props":1597,"children":1598},{"style":502},[1599],{"type":51,"value":541},{"type":45,"tag":200,"props":1601,"children":1602},{"style":544},[1603],{"type":51,"value":1604},"Option 2",{"type":45,"tag":200,"props":1606,"children":1607},{"style":502},[1608],{"type":51,"value":551},{"type":45,"tag":200,"props":1610,"children":1611},{"style":508},[1612],{"type":51,"value":1523},{"type":45,"tag":200,"props":1614,"children":1615},{"style":502},[1616],{"type":51,"value":721},{"type":45,"tag":200,"props":1618,"children":1619},{"style":508},[1620],{"type":51,"value":1621},"s-choice-list\n",{"type":45,"tag":200,"props":1623,"children":1625},{"class":202,"line":1624},28,[1626],{"type":45,"tag":200,"props":1627,"children":1628},{"style":502},[1629],{"type":51,"value":560},{"type":45,"tag":200,"props":1631,"children":1633},{"class":202,"line":1632},29,[1634,1638,1643,1648,1652,1656,1661,1665,1669,1673,1677,1681,1685,1689,1693,1697,1701],{"type":45,"tag":200,"props":1635,"children":1636},{"style":502},[1637],{"type":51,"value":505},{"type":45,"tag":200,"props":1639,"children":1640},{"style":508},[1641],{"type":51,"value":1642},"s-clickable",{"type":45,"tag":200,"props":1644,"children":1645},{"style":514},[1646],{"type":51,"value":1647}," href",{"type":45,"tag":200,"props":1649,"children":1650},{"style":502},[1651],{"type":51,"value":522},{"type":45,"tag":200,"props":1653,"children":1654},{"style":502},[1655],{"type":51,"value":527},{"type":45,"tag":200,"props":1657,"children":1658},{"style":212},[1659],{"type":51,"value":1660},"\u002Forders\u002F42",{"type":45,"tag":200,"props":1662,"children":1663},{"style":502},[1664],{"type":51,"value":527},{"type":45,"tag":200,"props":1666,"children":1667},{"style":514},[1668],{"type":51,"value":974},{"type":45,"tag":200,"props":1670,"children":1671},{"style":502},[1672],{"type":51,"value":522},{"type":45,"tag":200,"props":1674,"children":1675},{"style":502},[1676],{"type":51,"value":527},{"type":45,"tag":200,"props":1678,"children":1679},{"style":212},[1680],{"type":51,"value":682},{"type":45,"tag":200,"props":1682,"children":1683},{"style":502},[1684],{"type":51,"value":527},{"type":45,"tag":200,"props":1686,"children":1687},{"style":514},[1688],{"type":51,"value":995},{"type":45,"tag":200,"props":1690,"children":1691},{"style":502},[1692],{"type":51,"value":522},{"type":45,"tag":200,"props":1694,"children":1695},{"style":502},[1696],{"type":51,"value":527},{"type":45,"tag":200,"props":1698,"children":1699},{"style":212},[1700],{"type":51,"value":1008},{"type":45,"tag":200,"props":1702,"children":1703},{"style":502},[1704],{"type":51,"value":634},{"type":45,"tag":200,"props":1706,"children":1708},{"class":202,"line":1707},30,[1709,1713,1718,1722],{"type":45,"tag":200,"props":1710,"children":1711},{"style":502},[1712],{"type":51,"value":838},{"type":45,"tag":200,"props":1714,"children":1715},{"style":544},[1716],{"type":51,"value":1717},"Click area",{"type":45,"tag":200,"props":1719,"children":1720},{"style":502},[1721],{"type":51,"value":551},{"type":45,"tag":200,"props":1723,"children":1724},{"style":508},[1725],{"type":51,"value":1726},"s-clickable\n",{"type":45,"tag":200,"props":1728,"children":1730},{"class":202,"line":1729},31,[1731],{"type":45,"tag":200,"props":1732,"children":1733},{"style":502},[1734],{"type":51,"value":560},{"type":45,"tag":200,"props":1736,"children":1738},{"class":202,"line":1737},32,[1739,1743,1748,1753,1757,1761,1765,1770],{"type":45,"tag":200,"props":1740,"children":1741},{"style":502},[1742],{"type":51,"value":505},{"type":45,"tag":200,"props":1744,"children":1745},{"style":508},[1746],{"type":51,"value":1747},"s-clickable-chip",{"type":45,"tag":200,"props":1749,"children":1750},{"style":514},[1751],{"type":51,"value":1752}," removable",{"type":45,"tag":200,"props":1754,"children":1755},{"style":514},[1756],{"type":51,"value":1417},{"type":45,"tag":200,"props":1758,"children":1759},{"style":502},[1760],{"type":51,"value":522},{"type":45,"tag":200,"props":1762,"children":1763},{"style":502},[1764],{"type":51,"value":527},{"type":45,"tag":200,"props":1766,"children":1767},{"style":212},[1768],{"type":51,"value":1769},"Filter",{"type":45,"tag":200,"props":1771,"children":1772},{"style":502},[1773],{"type":51,"value":634},{"type":45,"tag":200,"props":1775,"children":1777},{"class":202,"line":1776},33,[1778,1782,1787,1791],{"type":45,"tag":200,"props":1779,"children":1780},{"style":502},[1781],{"type":51,"value":838},{"type":45,"tag":200,"props":1783,"children":1784},{"style":544},[1785],{"type":51,"value":1786},"Active",{"type":45,"tag":200,"props":1788,"children":1789},{"style":502},[1790],{"type":51,"value":551},{"type":45,"tag":200,"props":1792,"children":1793},{"style":508},[1794],{"type":51,"value":1795},"s-clickable-chip\n",{"type":45,"tag":200,"props":1797,"children":1799},{"class":202,"line":1798},34,[1800],{"type":45,"tag":200,"props":1801,"children":1802},{"style":502},[1803],{"type":51,"value":560},{"type":45,"tag":200,"props":1805,"children":1807},{"class":202,"line":1806},35,[1808,1812,1817,1822,1826,1830,1835,1839],{"type":45,"tag":200,"props":1809,"children":1810},{"style":502},[1811],{"type":51,"value":505},{"type":45,"tag":200,"props":1813,"children":1814},{"style":508},[1815],{"type":51,"value":1816},"s-clipboard-item",{"type":45,"tag":200,"props":1818,"children":1819},{"style":514},[1820],{"type":51,"value":1821}," text",{"type":45,"tag":200,"props":1823,"children":1824},{"style":502},[1825],{"type":51,"value":522},{"type":45,"tag":200,"props":1827,"children":1828},{"style":502},[1829],{"type":51,"value":527},{"type":45,"tag":200,"props":1831,"children":1832},{"style":212},[1833],{"type":51,"value":1834},"ABC123",{"type":45,"tag":200,"props":1836,"children":1837},{"style":502},[1838],{"type":51,"value":527},{"type":45,"tag":200,"props":1840,"children":1841},{"style":502},[1842],{"type":51,"value":1843}," \u002F>\n",{"type":45,"tag":200,"props":1845,"children":1847},{"class":202,"line":1846},36,[1848,1852],{"type":45,"tag":200,"props":1849,"children":1850},{"style":502},[1851],{"type":51,"value":505},{"type":45,"tag":200,"props":1853,"children":1854},{"style":508},[1855],{"type":51,"value":1856},"s-consent-checkbox\n",{"type":45,"tag":200,"props":1858,"children":1860},{"class":202,"line":1859},37,[1861,1866,1870,1874,1879],{"type":45,"tag":200,"props":1862,"children":1863},{"style":514},[1864],{"type":51,"value":1865},"  label",{"type":45,"tag":200,"props":1867,"children":1868},{"style":502},[1869],{"type":51,"value":522},{"type":45,"tag":200,"props":1871,"children":1872},{"style":502},[1873],{"type":51,"value":527},{"type":45,"tag":200,"props":1875,"children":1876},{"style":212},[1877],{"type":51,"value":1878},"Sign up for SMS",{"type":45,"tag":200,"props":1880,"children":1881},{"style":502},[1882],{"type":51,"value":634},{"type":45,"tag":200,"props":1884,"children":1886},{"class":202,"line":1885},38,[1887,1892,1896,1900,1905],{"type":45,"tag":200,"props":1888,"children":1889},{"style":514},[1890],{"type":51,"value":1891},"  name",{"type":45,"tag":200,"props":1893,"children":1894},{"style":502},[1895],{"type":51,"value":522},{"type":45,"tag":200,"props":1897,"children":1898},{"style":502},[1899],{"type":51,"value":527},{"type":45,"tag":200,"props":1901,"children":1902},{"style":212},[1903],{"type":51,"value":1904},"consent",{"type":45,"tag":200,"props":1906,"children":1907},{"style":502},[1908],{"type":51,"value":634},{"type":45,"tag":200,"props":1910,"children":1912},{"class":202,"line":1911},39,[1913,1918,1922,1926,1931],{"type":45,"tag":200,"props":1914,"children":1915},{"style":514},[1916],{"type":51,"value":1917},"  policy",{"type":45,"tag":200,"props":1919,"children":1920},{"style":502},[1921],{"type":51,"value":522},{"type":45,"tag":200,"props":1923,"children":1924},{"style":502},[1925],{"type":51,"value":527},{"type":45,"tag":200,"props":1927,"children":1928},{"style":212},[1929],{"type":51,"value":1930},"sms-marketing",{"type":45,"tag":200,"props":1932,"children":1933},{"style":502},[1934],{"type":51,"value":634},{"type":45,"tag":200,"props":1936,"children":1938},{"class":202,"line":1937},40,[1939,1943,1948],{"type":45,"tag":200,"props":1940,"children":1941},{"style":502},[1942],{"type":51,"value":721},{"type":45,"tag":200,"props":1944,"children":1945},{"style":508},[1946],{"type":51,"value":1947},"s-consent-checkbox",{"type":45,"tag":200,"props":1949,"children":1950},{"style":502},[1951],{"type":51,"value":560},{"type":45,"tag":200,"props":1953,"children":1955},{"class":202,"line":1954},41,[1956,1960],{"type":45,"tag":200,"props":1957,"children":1958},{"style":502},[1959],{"type":51,"value":505},{"type":45,"tag":200,"props":1961,"children":1962},{"style":508},[1963],{"type":51,"value":1964},"s-consent-phone-field\n",{"type":45,"tag":200,"props":1966,"children":1968},{"class":202,"line":1967},42,[1969,1973,1977,1981,1986],{"type":45,"tag":200,"props":1970,"children":1971},{"style":514},[1972],{"type":51,"value":1865},{"type":45,"tag":200,"props":1974,"children":1975},{"style":502},[1976],{"type":51,"value":522},{"type":45,"tag":200,"props":1978,"children":1979},{"style":502},[1980],{"type":51,"value":527},{"type":45,"tag":200,"props":1982,"children":1983},{"style":212},[1984],{"type":51,"value":1985},"Phone",{"type":45,"tag":200,"props":1987,"children":1988},{"style":502},[1989],{"type":51,"value":634},{"type":45,"tag":200,"props":1991,"children":1993},{"class":202,"line":1992},43,[1994,1998,2002,2006,2011],{"type":45,"tag":200,"props":1995,"children":1996},{"style":514},[1997],{"type":51,"value":1891},{"type":45,"tag":200,"props":1999,"children":2000},{"style":502},[2001],{"type":51,"value":522},{"type":45,"tag":200,"props":2003,"children":2004},{"style":502},[2005],{"type":51,"value":527},{"type":45,"tag":200,"props":2007,"children":2008},{"style":212},[2009],{"type":51,"value":2010},"phone",{"type":45,"tag":200,"props":2012,"children":2013},{"style":502},[2014],{"type":51,"value":634},{"type":45,"tag":200,"props":2016,"children":2018},{"class":202,"line":2017},44,[2019,2023,2027,2031,2035],{"type":45,"tag":200,"props":2020,"children":2021},{"style":514},[2022],{"type":51,"value":1917},{"type":45,"tag":200,"props":2024,"children":2025},{"style":502},[2026],{"type":51,"value":522},{"type":45,"tag":200,"props":2028,"children":2029},{"style":502},[2030],{"type":51,"value":527},{"type":45,"tag":200,"props":2032,"children":2033},{"style":212},[2034],{"type":51,"value":1930},{"type":45,"tag":200,"props":2036,"children":2037},{"style":502},[2038],{"type":51,"value":634},{"type":45,"tag":200,"props":2040,"children":2042},{"class":202,"line":2041},45,[2043,2047,2052],{"type":45,"tag":200,"props":2044,"children":2045},{"style":502},[2046],{"type":51,"value":721},{"type":45,"tag":200,"props":2048,"children":2049},{"style":508},[2050],{"type":51,"value":2051},"s-consent-phone-field",{"type":45,"tag":200,"props":2053,"children":2054},{"style":502},[2055],{"type":51,"value":560},{"type":45,"tag":200,"props":2057,"children":2059},{"class":202,"line":2058},46,[2060,2064,2069,2073,2077,2081,2086],{"type":45,"tag":200,"props":2061,"children":2062},{"style":502},[2063],{"type":51,"value":505},{"type":45,"tag":200,"props":2065,"children":2066},{"style":508},[2067],{"type":51,"value":2068},"s-customer-account-action",{"type":45,"tag":200,"props":2070,"children":2071},{"style":514},[2072],{"type":51,"value":878},{"type":45,"tag":200,"props":2074,"children":2075},{"style":502},[2076],{"type":51,"value":522},{"type":45,"tag":200,"props":2078,"children":2079},{"style":502},[2080],{"type":51,"value":527},{"type":45,"tag":200,"props":2082,"children":2083},{"style":212},[2084],{"type":51,"value":2085},"Return items",{"type":45,"tag":200,"props":2087,"children":2088},{"style":502},[2089],{"type":51,"value":634},{"type":45,"tag":200,"props":2091,"children":2093},{"class":202,"line":2092},47,[2094,2098,2103,2107,2112,2116,2120,2124],{"type":45,"tag":200,"props":2095,"children":2096},{"style":502},[2097],{"type":51,"value":1201},{"type":45,"tag":200,"props":2099,"children":2100},{"style":508},[2101],{"type":51,"value":2102},"s-text",{"type":45,"tag":200,"props":2104,"children":2105},{"style":502},[2106],{"type":51,"value":541},{"type":45,"tag":200,"props":2108,"children":2109},{"style":544},[2110],{"type":51,"value":2111},"Action content",{"type":45,"tag":200,"props":2113,"children":2114},{"style":502},[2115],{"type":51,"value":551},{"type":45,"tag":200,"props":2117,"children":2118},{"style":508},[2119],{"type":51,"value":2102},{"type":45,"tag":200,"props":2121,"children":2122},{"style":502},[2123],{"type":51,"value":721},{"type":45,"tag":200,"props":2125,"children":2126},{"style":508},[2127],{"type":51,"value":2128},"s-customer-account-action\n",{"type":45,"tag":200,"props":2130,"children":2132},{"class":202,"line":2131},48,[2133],{"type":45,"tag":200,"props":2134,"children":2135},{"style":502},[2136],{"type":51,"value":560},{"type":45,"tag":200,"props":2138,"children":2140},{"class":202,"line":2139},49,[2141,2145],{"type":45,"tag":200,"props":2142,"children":2143},{"style":502},[2144],{"type":51,"value":505},{"type":45,"tag":200,"props":2146,"children":2147},{"style":508},[2148],{"type":51,"value":2149},"s-date-field\n",{"type":45,"tag":200,"props":2151,"children":2153},{"class":202,"line":2152},50,[2154,2158,2162,2166,2171],{"type":45,"tag":200,"props":2155,"children":2156},{"style":514},[2157],{"type":51,"value":1865},{"type":45,"tag":200,"props":2159,"children":2160},{"style":502},[2161],{"type":51,"value":522},{"type":45,"tag":200,"props":2163,"children":2164},{"style":502},[2165],{"type":51,"value":527},{"type":45,"tag":200,"props":2167,"children":2168},{"style":212},[2169],{"type":51,"value":2170},"Start date",{"type":45,"tag":200,"props":2172,"children":2173},{"style":502},[2174],{"type":51,"value":634},{"type":45,"tag":200,"props":2176,"children":2178},{"class":202,"line":2177},51,[2179,2183,2187,2191,2196],{"type":45,"tag":200,"props":2180,"children":2181},{"style":514},[2182],{"type":51,"value":1891},{"type":45,"tag":200,"props":2184,"children":2185},{"style":502},[2186],{"type":51,"value":522},{"type":45,"tag":200,"props":2188,"children":2189},{"style":502},[2190],{"type":51,"value":527},{"type":45,"tag":200,"props":2192,"children":2193},{"style":212},[2194],{"type":51,"value":2195},"startDate",{"type":45,"tag":200,"props":2197,"children":2198},{"style":502},[2199],{"type":51,"value":634},{"type":45,"tag":200,"props":2201,"children":2203},{"class":202,"line":2202},52,[2204,2209,2213,2217,2222],{"type":45,"tag":200,"props":2205,"children":2206},{"style":514},[2207],{"type":51,"value":2208},"  value",{"type":45,"tag":200,"props":2210,"children":2211},{"style":502},[2212],{"type":51,"value":522},{"type":45,"tag":200,"props":2214,"children":2215},{"style":502},[2216],{"type":51,"value":527},{"type":45,"tag":200,"props":2218,"children":2219},{"style":212},[2220],{"type":51,"value":2221},"2025-06-15",{"type":45,"tag":200,"props":2223,"children":2224},{"style":502},[2225],{"type":51,"value":634},{"type":45,"tag":200,"props":2227,"children":2229},{"class":202,"line":2228},53,[2230],{"type":45,"tag":200,"props":2231,"children":2232},{"style":514},[2233],{"type":51,"value":2234},"  required\n",{"type":45,"tag":200,"props":2236,"children":2238},{"class":202,"line":2237},54,[2239,2243,2248],{"type":45,"tag":200,"props":2240,"children":2241},{"style":502},[2242],{"type":51,"value":721},{"type":45,"tag":200,"props":2244,"children":2245},{"style":508},[2246],{"type":51,"value":2247},"s-date-field",{"type":45,"tag":200,"props":2249,"children":2250},{"style":502},[2251],{"type":51,"value":560},{"type":45,"tag":200,"props":2253,"children":2255},{"class":202,"line":2254},55,[2256,2260],{"type":45,"tag":200,"props":2257,"children":2258},{"style":502},[2259],{"type":51,"value":505},{"type":45,"tag":200,"props":2261,"children":2262},{"style":508},[2263],{"type":51,"value":2264},"s-date-picker\n",{"type":45,"tag":200,"props":2266,"children":2268},{"class":202,"line":2267},56,[2269,2274,2278,2282,2287],{"type":45,"tag":200,"props":2270,"children":2271},{"style":514},[2272],{"type":51,"value":2273},"  type",{"type":45,"tag":200,"props":2275,"children":2276},{"style":502},[2277],{"type":51,"value":522},{"type":45,"tag":200,"props":2279,"children":2280},{"style":502},[2281],{"type":51,"value":527},{"type":45,"tag":200,"props":2283,"children":2284},{"style":212},[2285],{"type":51,"value":2286},"single",{"type":45,"tag":200,"props":2288,"children":2289},{"style":502},[2290],{"type":51,"value":634},{"type":45,"tag":200,"props":2292,"children":2294},{"class":202,"line":2293},57,[2295,2299,2303,2307,2312],{"type":45,"tag":200,"props":2296,"children":2297},{"style":514},[2298],{"type":51,"value":1891},{"type":45,"tag":200,"props":2300,"children":2301},{"style":502},[2302],{"type":51,"value":522},{"type":45,"tag":200,"props":2304,"children":2305},{"style":502},[2306],{"type":51,"value":527},{"type":45,"tag":200,"props":2308,"children":2309},{"style":212},[2310],{"type":51,"value":2311},"selectedDate",{"type":45,"tag":200,"props":2313,"children":2314},{"style":502},[2315],{"type":51,"value":634},{"type":45,"tag":200,"props":2317,"children":2319},{"class":202,"line":2318},58,[2320,2324,2328,2332,2337],{"type":45,"tag":200,"props":2321,"children":2322},{"style":514},[2323],{"type":51,"value":2208},{"type":45,"tag":200,"props":2325,"children":2326},{"style":502},[2327],{"type":51,"value":522},{"type":45,"tag":200,"props":2329,"children":2330},{"style":502},[2331],{"type":51,"value":527},{"type":45,"tag":200,"props":2333,"children":2334},{"style":212},[2335],{"type":51,"value":2336},"2025-03-01",{"type":45,"tag":200,"props":2338,"children":2339},{"style":502},[2340],{"type":51,"value":634},{"type":45,"tag":200,"props":2342,"children":2344},{"class":202,"line":2343},59,[2345,2349,2354],{"type":45,"tag":200,"props":2346,"children":2347},{"style":502},[2348],{"type":51,"value":721},{"type":45,"tag":200,"props":2350,"children":2351},{"style":508},[2352],{"type":51,"value":2353},"s-date-picker",{"type":45,"tag":200,"props":2355,"children":2356},{"style":502},[2357],{"type":51,"value":560},{"type":45,"tag":200,"props":2359,"children":2361},{"class":202,"line":2360},60,[2362,2366],{"type":45,"tag":200,"props":2363,"children":2364},{"style":502},[2365],{"type":51,"value":505},{"type":45,"tag":200,"props":2367,"children":2368},{"style":508},[2369],{"type":51,"value":2370},"s-details\n",{"type":45,"tag":200,"props":2372,"children":2374},{"class":202,"line":2373},61,[2375,2379,2384,2388,2393,2397],{"type":45,"tag":200,"props":2376,"children":2377},{"style":502},[2378],{"type":51,"value":1201},{"type":45,"tag":200,"props":2380,"children":2381},{"style":508},[2382],{"type":51,"value":2383},"s-summary",{"type":45,"tag":200,"props":2385,"children":2386},{"style":502},[2387],{"type":51,"value":541},{"type":45,"tag":200,"props":2389,"children":2390},{"style":544},[2391],{"type":51,"value":2392},"More info",{"type":45,"tag":200,"props":2394,"children":2395},{"style":502},[2396],{"type":51,"value":551},{"type":45,"tag":200,"props":2398,"children":2399},{"style":508},[2400],{"type":51,"value":2401},"s-summary\n",{"type":45,"tag":200,"props":2403,"children":2405},{"class":202,"line":2404},62,[2406,2410,2414,2418,2423,2427,2431,2435],{"type":45,"tag":200,"props":2407,"children":2408},{"style":502},[2409],{"type":51,"value":1201},{"type":45,"tag":200,"props":2411,"children":2412},{"style":508},[2413],{"type":51,"value":2102},{"type":45,"tag":200,"props":2415,"children":2416},{"style":502},[2417],{"type":51,"value":541},{"type":45,"tag":200,"props":2419,"children":2420},{"style":544},[2421],{"type":51,"value":2422},"Expandable content",{"type":45,"tag":200,"props":2424,"children":2425},{"style":502},[2426],{"type":51,"value":551},{"type":45,"tag":200,"props":2428,"children":2429},{"style":508},[2430],{"type":51,"value":2102},{"type":45,"tag":200,"props":2432,"children":2433},{"style":502},[2434],{"type":51,"value":721},{"type":45,"tag":200,"props":2436,"children":2437},{"style":508},[2438],{"type":51,"value":2370},{"type":45,"tag":200,"props":2440,"children":2442},{"class":202,"line":2441},63,[2443],{"type":45,"tag":200,"props":2444,"children":2445},{"style":502},[2446],{"type":51,"value":560},{"type":45,"tag":200,"props":2448,"children":2450},{"class":202,"line":2449},64,[2451,2455,2460,2465,2469,2473,2478,2482,2486,2490],{"type":45,"tag":200,"props":2452,"children":2453},{"style":502},[2454],{"type":51,"value":505},{"type":45,"tag":200,"props":2456,"children":2457},{"style":508},[2458],{"type":51,"value":2459},"s-divider",{"type":45,"tag":200,"props":2461,"children":2462},{"style":514},[2463],{"type":51,"value":2464}," direction",{"type":45,"tag":200,"props":2466,"children":2467},{"style":502},[2468],{"type":51,"value":522},{"type":45,"tag":200,"props":2470,"children":2471},{"style":502},[2472],{"type":51,"value":527},{"type":45,"tag":200,"props":2474,"children":2475},{"style":212},[2476],{"type":51,"value":2477},"inline",{"type":45,"tag":200,"props":2479,"children":2480},{"style":502},[2481],{"type":51,"value":527},{"type":45,"tag":200,"props":2483,"children":2484},{"style":502},[2485],{"type":51,"value":721},{"type":45,"tag":200,"props":2487,"children":2488},{"style":508},[2489],{"type":51,"value":2459},{"type":45,"tag":200,"props":2491,"children":2492},{"style":502},[2493],{"type":51,"value":560},{"type":45,"tag":200,"props":2495,"children":2497},{"class":202,"line":2496},65,[2498,2502],{"type":45,"tag":200,"props":2499,"children":2500},{"style":502},[2501],{"type":51,"value":505},{"type":45,"tag":200,"props":2503,"children":2504},{"style":508},[2505],{"type":51,"value":2506},"s-drop-zone\n",{"type":45,"tag":200,"props":2508,"children":2510},{"class":202,"line":2509},66,[2511,2515,2519,2523,2528],{"type":45,"tag":200,"props":2512,"children":2513},{"style":514},[2514],{"type":51,"value":1865},{"type":45,"tag":200,"props":2516,"children":2517},{"style":502},[2518],{"type":51,"value":522},{"type":45,"tag":200,"props":2520,"children":2521},{"style":502},[2522],{"type":51,"value":527},{"type":45,"tag":200,"props":2524,"children":2525},{"style":212},[2526],{"type":51,"value":2527},"Upload file",{"type":45,"tag":200,"props":2529,"children":2530},{"style":502},[2531],{"type":51,"value":634},{"type":45,"tag":200,"props":2533,"children":2535},{"class":202,"line":2534},67,[2536,2540,2544,2548,2553],{"type":45,"tag":200,"props":2537,"children":2538},{"style":514},[2539],{"type":51,"value":1891},{"type":45,"tag":200,"props":2541,"children":2542},{"style":502},[2543],{"type":51,"value":522},{"type":45,"tag":200,"props":2545,"children":2546},{"style":502},[2547],{"type":51,"value":527},{"type":45,"tag":200,"props":2549,"children":2550},{"style":212},[2551],{"type":51,"value":2552},"file",{"type":45,"tag":200,"props":2554,"children":2555},{"style":502},[2556],{"type":51,"value":634},{"type":45,"tag":200,"props":2558,"children":2560},{"class":202,"line":2559},68,[2561,2566,2570,2574,2579],{"type":45,"tag":200,"props":2562,"children":2563},{"style":514},[2564],{"type":51,"value":2565},"  accept",{"type":45,"tag":200,"props":2567,"children":2568},{"style":502},[2569],{"type":51,"value":522},{"type":45,"tag":200,"props":2571,"children":2572},{"style":502},[2573],{"type":51,"value":527},{"type":45,"tag":200,"props":2575,"children":2576},{"style":212},[2577],{"type":51,"value":2578},".jpg,.png",{"type":45,"tag":200,"props":2580,"children":2581},{"style":502},[2582],{"type":51,"value":634},{"type":45,"tag":200,"props":2584,"children":2586},{"class":202,"line":2585},69,[2587],{"type":45,"tag":200,"props":2588,"children":2589},{"style":514},[2590],{"type":51,"value":2591},"  multiple\n",{"type":45,"tag":200,"props":2593,"children":2595},{"class":202,"line":2594},70,[2596,2600,2605],{"type":45,"tag":200,"props":2597,"children":2598},{"style":502},[2599],{"type":51,"value":721},{"type":45,"tag":200,"props":2601,"children":2602},{"style":508},[2603],{"type":51,"value":2604},"s-drop-zone",{"type":45,"tag":200,"props":2606,"children":2607},{"style":502},[2608],{"type":51,"value":560},{"type":45,"tag":200,"props":2610,"children":2612},{"class":202,"line":2611},71,[2613,2617],{"type":45,"tag":200,"props":2614,"children":2615},{"style":502},[2616],{"type":51,"value":505},{"type":45,"tag":200,"props":2618,"children":2619},{"style":508},[2620],{"type":51,"value":2621},"s-email-field\n",{"type":45,"tag":200,"props":2623,"children":2625},{"class":202,"line":2624},72,[2626,2630,2634,2638,2643],{"type":45,"tag":200,"props":2627,"children":2628},{"style":514},[2629],{"type":51,"value":1865},{"type":45,"tag":200,"props":2631,"children":2632},{"style":502},[2633],{"type":51,"value":522},{"type":45,"tag":200,"props":2635,"children":2636},{"style":502},[2637],{"type":51,"value":527},{"type":45,"tag":200,"props":2639,"children":2640},{"style":212},[2641],{"type":51,"value":2642},"Email",{"type":45,"tag":200,"props":2644,"children":2645},{"style":502},[2646],{"type":51,"value":634},{"type":45,"tag":200,"props":2648,"children":2650},{"class":202,"line":2649},73,[2651,2655,2659,2663,2668],{"type":45,"tag":200,"props":2652,"children":2653},{"style":514},[2654],{"type":51,"value":1891},{"type":45,"tag":200,"props":2656,"children":2657},{"style":502},[2658],{"type":51,"value":522},{"type":45,"tag":200,"props":2660,"children":2661},{"style":502},[2662],{"type":51,"value":527},{"type":45,"tag":200,"props":2664,"children":2665},{"style":212},[2666],{"type":51,"value":2667},"email",{"type":45,"tag":200,"props":2669,"children":2670},{"style":502},[2671],{"type":51,"value":634},{"type":45,"tag":200,"props":2673,"children":2675},{"class":202,"line":2674},74,[2676,2681,2685,2689,2693],{"type":45,"tag":200,"props":2677,"children":2678},{"style":514},[2679],{"type":51,"value":2680},"  autocomplete",{"type":45,"tag":200,"props":2682,"children":2683},{"style":502},[2684],{"type":51,"value":522},{"type":45,"tag":200,"props":2686,"children":2687},{"style":502},[2688],{"type":51,"value":527},{"type":45,"tag":200,"props":2690,"children":2691},{"style":212},[2692],{"type":51,"value":2667},{"type":45,"tag":200,"props":2694,"children":2695},{"style":502},[2696],{"type":51,"value":634},{"type":45,"tag":200,"props":2698,"children":2700},{"class":202,"line":2699},75,[2701],{"type":45,"tag":200,"props":2702,"children":2703},{"style":514},[2704],{"type":51,"value":2234},{"type":45,"tag":200,"props":2706,"children":2708},{"class":202,"line":2707},76,[2709,2713,2718],{"type":45,"tag":200,"props":2710,"children":2711},{"style":502},[2712],{"type":51,"value":721},{"type":45,"tag":200,"props":2714,"children":2715},{"style":508},[2716],{"type":51,"value":2717},"s-email-field",{"type":45,"tag":200,"props":2719,"children":2720},{"style":502},[2721],{"type":51,"value":560},{"type":45,"tag":200,"props":2723,"children":2725},{"class":202,"line":2724},77,[2726,2730],{"type":45,"tag":200,"props":2727,"children":2728},{"style":502},[2729],{"type":51,"value":505},{"type":45,"tag":200,"props":2731,"children":2732},{"style":508},[2733],{"type":51,"value":2734},"s-form\n",{"type":45,"tag":200,"props":2736,"children":2738},{"class":202,"line":2737},78,[2739,2743,2748,2752,2756,2760,2765,2769,2773,2777,2781,2786,2790,2794],{"type":45,"tag":200,"props":2740,"children":2741},{"style":502},[2742],{"type":51,"value":1201},{"type":45,"tag":200,"props":2744,"children":2745},{"style":508},[2746],{"type":51,"value":2747},"s-text-field",{"type":45,"tag":200,"props":2749,"children":2750},{"style":514},[2751],{"type":51,"value":1326},{"type":45,"tag":200,"props":2753,"children":2754},{"style":502},[2755],{"type":51,"value":522},{"type":45,"tag":200,"props":2757,"children":2758},{"style":502},[2759],{"type":51,"value":527},{"type":45,"tag":200,"props":2761,"children":2762},{"style":212},[2763],{"type":51,"value":2764},"Name",{"type":45,"tag":200,"props":2766,"children":2767},{"style":502},[2768],{"type":51,"value":527},{"type":45,"tag":200,"props":2770,"children":2771},{"style":514},[2772],{"type":51,"value":1348},{"type":45,"tag":200,"props":2774,"children":2775},{"style":502},[2776],{"type":51,"value":522},{"type":45,"tag":200,"props":2778,"children":2779},{"style":502},[2780],{"type":51,"value":527},{"type":45,"tag":200,"props":2782,"children":2783},{"style":212},[2784],{"type":51,"value":2785},"name",{"type":45,"tag":200,"props":2787,"children":2788},{"style":502},[2789],{"type":51,"value":527},{"type":45,"tag":200,"props":2791,"children":2792},{"style":502},[2793],{"type":51,"value":721},{"type":45,"tag":200,"props":2795,"children":2796},{"style":508},[2797],{"type":51,"value":2798},"s-text-field\n",{"type":45,"tag":200,"props":2800,"children":2802},{"class":202,"line":2801},79,[2803,2807,2811,2815,2819,2823,2827,2831,2835,2840,2844,2848,2852],{"type":45,"tag":200,"props":2804,"children":2805},{"style":502},[2806],{"type":51,"value":1201},{"type":45,"tag":200,"props":2808,"children":2809},{"style":508},[2810],{"type":51,"value":1093},{"type":45,"tag":200,"props":2812,"children":2813},{"style":514},[2814],{"type":51,"value":1141},{"type":45,"tag":200,"props":2816,"children":2817},{"style":502},[2818],{"type":51,"value":522},{"type":45,"tag":200,"props":2820,"children":2821},{"style":502},[2822],{"type":51,"value":527},{"type":45,"tag":200,"props":2824,"children":2825},{"style":212},[2826],{"type":51,"value":1154},{"type":45,"tag":200,"props":2828,"children":2829},{"style":502},[2830],{"type":51,"value":527},{"type":45,"tag":200,"props":2832,"children":2833},{"style":502},[2834],{"type":51,"value":541},{"type":45,"tag":200,"props":2836,"children":2837},{"style":544},[2838],{"type":51,"value":2839},"Submit",{"type":45,"tag":200,"props":2841,"children":2842},{"style":502},[2843],{"type":51,"value":551},{"type":45,"tag":200,"props":2845,"children":2846},{"style":508},[2847],{"type":51,"value":1093},{"type":45,"tag":200,"props":2849,"children":2850},{"style":502},[2851],{"type":51,"value":721},{"type":45,"tag":200,"props":2853,"children":2854},{"style":508},[2855],{"type":51,"value":2734},{"type":45,"tag":200,"props":2857,"children":2859},{"class":202,"line":2858},80,[2860],{"type":45,"tag":200,"props":2861,"children":2862},{"style":502},[2863],{"type":51,"value":560},{"type":45,"tag":200,"props":2865,"children":2867},{"class":202,"line":2866},81,[2868,2872,2877,2882,2886,2890,2895,2899,2904,2908,2912,2916],{"type":45,"tag":200,"props":2869,"children":2870},{"style":502},[2871],{"type":51,"value":505},{"type":45,"tag":200,"props":2873,"children":2874},{"style":508},[2875],{"type":51,"value":2876},"s-grid",{"type":45,"tag":200,"props":2878,"children":2879},{"style":514},[2880],{"type":51,"value":2881}," gridTemplateColumns",{"type":45,"tag":200,"props":2883,"children":2884},{"style":502},[2885],{"type":51,"value":522},{"type":45,"tag":200,"props":2887,"children":2888},{"style":502},[2889],{"type":51,"value":527},{"type":45,"tag":200,"props":2891,"children":2892},{"style":212},[2893],{"type":51,"value":2894},"1fr 1fr",{"type":45,"tag":200,"props":2896,"children":2897},{"style":502},[2898],{"type":51,"value":527},{"type":45,"tag":200,"props":2900,"children":2901},{"style":514},[2902],{"type":51,"value":2903}," gap",{"type":45,"tag":200,"props":2905,"children":2906},{"style":502},[2907],{"type":51,"value":522},{"type":45,"tag":200,"props":2909,"children":2910},{"style":502},[2911],{"type":51,"value":527},{"type":45,"tag":200,"props":2913,"children":2914},{"style":212},[2915],{"type":51,"value":682},{"type":45,"tag":200,"props":2917,"children":2918},{"style":502},[2919],{"type":51,"value":634},{"type":45,"tag":200,"props":2921,"children":2923},{"class":202,"line":2922},82,[2924,2928,2933,2938,2942,2946,2951,2955,2959,2963],{"type":45,"tag":200,"props":2925,"children":2926},{"style":502},[2927],{"type":51,"value":1201},{"type":45,"tag":200,"props":2929,"children":2930},{"style":508},[2931],{"type":51,"value":2932},"s-grid-item",{"type":45,"tag":200,"props":2934,"children":2935},{"style":502},[2936],{"type":51,"value":2937},">\u003C",{"type":45,"tag":200,"props":2939,"children":2940},{"style":508},[2941],{"type":51,"value":2102},{"type":45,"tag":200,"props":2943,"children":2944},{"style":502},[2945],{"type":51,"value":541},{"type":45,"tag":200,"props":2947,"children":2948},{"style":544},[2949],{"type":51,"value":2950},"Col 1",{"type":45,"tag":200,"props":2952,"children":2953},{"style":502},[2954],{"type":51,"value":551},{"type":45,"tag":200,"props":2956,"children":2957},{"style":508},[2958],{"type":51,"value":2102},{"type":45,"tag":200,"props":2960,"children":2961},{"style":502},[2962],{"type":51,"value":721},{"type":45,"tag":200,"props":2964,"children":2965},{"style":508},[2966],{"type":51,"value":2967},"s-grid-item\n",{"type":45,"tag":200,"props":2969,"children":2971},{"class":202,"line":2970},83,[2972,2976,2980,2984,2988,2992,2997,3001,3005,3009,3013,3017],{"type":45,"tag":200,"props":2973,"children":2974},{"style":502},[2975],{"type":51,"value":1201},{"type":45,"tag":200,"props":2977,"children":2978},{"style":508},[2979],{"type":51,"value":2932},{"type":45,"tag":200,"props":2981,"children":2982},{"style":502},[2983],{"type":51,"value":2937},{"type":45,"tag":200,"props":2985,"children":2986},{"style":508},[2987],{"type":51,"value":2102},{"type":45,"tag":200,"props":2989,"children":2990},{"style":502},[2991],{"type":51,"value":541},{"type":45,"tag":200,"props":2993,"children":2994},{"style":544},[2995],{"type":51,"value":2996},"Col 2",{"type":45,"tag":200,"props":2998,"children":2999},{"style":502},[3000],{"type":51,"value":551},{"type":45,"tag":200,"props":3002,"children":3003},{"style":508},[3004],{"type":51,"value":2102},{"type":45,"tag":200,"props":3006,"children":3007},{"style":502},[3008],{"type":51,"value":721},{"type":45,"tag":200,"props":3010,"children":3011},{"style":508},[3012],{"type":51,"value":2932},{"type":45,"tag":200,"props":3014,"children":3015},{"style":502},[3016],{"type":51,"value":721},{"type":45,"tag":200,"props":3018,"children":3019},{"style":508},[3020],{"type":51,"value":3021},"s-grid\n",{"type":45,"tag":200,"props":3023,"children":3025},{"class":202,"line":3024},84,[3026],{"type":45,"tag":200,"props":3027,"children":3028},{"style":502},[3029],{"type":51,"value":560},{"type":45,"tag":200,"props":3031,"children":3033},{"class":202,"line":3032},85,[3034,3038,3043,3047,3052,3056,3060],{"type":45,"tag":200,"props":3035,"children":3036},{"style":502},[3037],{"type":51,"value":505},{"type":45,"tag":200,"props":3039,"children":3040},{"style":508},[3041],{"type":51,"value":3042},"s-heading",{"type":45,"tag":200,"props":3044,"children":3045},{"style":502},[3046],{"type":51,"value":541},{"type":45,"tag":200,"props":3048,"children":3049},{"style":544},[3050],{"type":51,"value":3051},"Section Title",{"type":45,"tag":200,"props":3053,"children":3054},{"style":502},[3055],{"type":51,"value":551},{"type":45,"tag":200,"props":3057,"children":3058},{"style":508},[3059],{"type":51,"value":3042},{"type":45,"tag":200,"props":3061,"children":3062},{"style":502},[3063],{"type":51,"value":560},{"type":45,"tag":200,"props":3065,"children":3067},{"class":202,"line":3066},86,[3068,3072,3077,3081,3085,3089,3094,3098,3102,3106,3110,3114,3118,3122,3126,3130,3134,3138,3142,3146],{"type":45,"tag":200,"props":3069,"children":3070},{"style":502},[3071],{"type":51,"value":505},{"type":45,"tag":200,"props":3073,"children":3074},{"style":508},[3075],{"type":51,"value":3076},"s-icon",{"type":45,"tag":200,"props":3078,"children":3079},{"style":514},[3080],{"type":51,"value":1141},{"type":45,"tag":200,"props":3082,"children":3083},{"style":502},[3084],{"type":51,"value":522},{"type":45,"tag":200,"props":3086,"children":3087},{"style":502},[3088],{"type":51,"value":527},{"type":45,"tag":200,"props":3090,"children":3091},{"style":212},[3092],{"type":51,"value":3093},"cart",{"type":45,"tag":200,"props":3095,"children":3096},{"style":502},[3097],{"type":51,"value":527},{"type":45,"tag":200,"props":3099,"children":3100},{"style":514},[3101],{"type":51,"value":748},{"type":45,"tag":200,"props":3103,"children":3104},{"style":502},[3105],{"type":51,"value":522},{"type":45,"tag":200,"props":3107,"children":3108},{"style":502},[3109],{"type":51,"value":527},{"type":45,"tag":200,"props":3111,"children":3112},{"style":212},[3113],{"type":51,"value":1132},{"type":45,"tag":200,"props":3115,"children":3116},{"style":502},[3117],{"type":51,"value":527},{"type":45,"tag":200,"props":3119,"children":3120},{"style":514},[3121],{"type":51,"value":813},{"type":45,"tag":200,"props":3123,"children":3124},{"style":502},[3125],{"type":51,"value":522},{"type":45,"tag":200,"props":3127,"children":3128},{"style":502},[3129],{"type":51,"value":527},{"type":45,"tag":200,"props":3131,"children":3132},{"style":212},[3133],{"type":51,"value":682},{"type":45,"tag":200,"props":3135,"children":3136},{"style":502},[3137],{"type":51,"value":527},{"type":45,"tag":200,"props":3139,"children":3140},{"style":502},[3141],{"type":51,"value":721},{"type":45,"tag":200,"props":3143,"children":3144},{"style":508},[3145],{"type":51,"value":3076},{"type":45,"tag":200,"props":3147,"children":3148},{"style":502},[3149],{"type":51,"value":560},{"type":45,"tag":200,"props":3151,"children":3153},{"class":202,"line":3152},87,[3154,3158],{"type":45,"tag":200,"props":3155,"children":3156},{"style":502},[3157],{"type":51,"value":505},{"type":45,"tag":200,"props":3159,"children":3160},{"style":508},[3161],{"type":51,"value":3162},"s-image\n",{"type":45,"tag":200,"props":3164,"children":3166},{"class":202,"line":3165},88,[3167,3171,3175,3179,3184],{"type":45,"tag":200,"props":3168,"children":3169},{"style":514},[3170],{"type":51,"value":643},{"type":45,"tag":200,"props":3172,"children":3173},{"style":502},[3174],{"type":51,"value":522},{"type":45,"tag":200,"props":3176,"children":3177},{"style":502},[3178],{"type":51,"value":527},{"type":45,"tag":200,"props":3180,"children":3181},{"style":212},[3182],{"type":51,"value":3183},"https:\u002F\u002Fexample.com\u002Fimage.png",{"type":45,"tag":200,"props":3185,"children":3186},{"style":502},[3187],{"type":51,"value":634},{"type":45,"tag":200,"props":3189,"children":3191},{"class":202,"line":3190},89,[3192,3196,3200,3204,3209],{"type":45,"tag":200,"props":3193,"children":3194},{"style":514},[3195],{"type":51,"value":695},{"type":45,"tag":200,"props":3197,"children":3198},{"style":502},[3199],{"type":51,"value":522},{"type":45,"tag":200,"props":3201,"children":3202},{"style":502},[3203],{"type":51,"value":527},{"type":45,"tag":200,"props":3205,"children":3206},{"style":212},[3207],{"type":51,"value":3208},"Description",{"type":45,"tag":200,"props":3210,"children":3211},{"style":502},[3212],{"type":51,"value":634},{"type":45,"tag":200,"props":3214,"children":3216},{"class":202,"line":3215},90,[3217,3222,3226,3230,3235],{"type":45,"tag":200,"props":3218,"children":3219},{"style":514},[3220],{"type":51,"value":3221},"  aspectRatio",{"type":45,"tag":200,"props":3223,"children":3224},{"style":502},[3225],{"type":51,"value":522},{"type":45,"tag":200,"props":3227,"children":3228},{"style":502},[3229],{"type":51,"value":527},{"type":45,"tag":200,"props":3231,"children":3232},{"style":212},[3233],{"type":51,"value":3234},"16\u002F9",{"type":45,"tag":200,"props":3236,"children":3237},{"style":502},[3238],{"type":51,"value":634},{"type":45,"tag":200,"props":3240,"children":3242},{"class":202,"line":3241},91,[3243,3248,3252,3256,3261],{"type":45,"tag":200,"props":3244,"children":3245},{"style":514},[3246],{"type":51,"value":3247},"  objectFit",{"type":45,"tag":200,"props":3249,"children":3250},{"style":502},[3251],{"type":51,"value":522},{"type":45,"tag":200,"props":3253,"children":3254},{"style":502},[3255],{"type":51,"value":527},{"type":45,"tag":200,"props":3257,"children":3258},{"style":212},[3259],{"type":51,"value":3260},"cover",{"type":45,"tag":200,"props":3262,"children":3263},{"style":502},[3264],{"type":51,"value":634},{"type":45,"tag":200,"props":3266,"children":3268},{"class":202,"line":3267},92,[3269,3274,3278,3282,3287],{"type":45,"tag":200,"props":3270,"children":3271},{"style":514},[3272],{"type":51,"value":3273},"  loading",{"type":45,"tag":200,"props":3275,"children":3276},{"style":502},[3277],{"type":51,"value":522},{"type":45,"tag":200,"props":3279,"children":3280},{"style":502},[3281],{"type":51,"value":527},{"type":45,"tag":200,"props":3283,"children":3284},{"style":212},[3285],{"type":51,"value":3286},"lazy",{"type":45,"tag":200,"props":3288,"children":3289},{"style":502},[3290],{"type":51,"value":634},{"type":45,"tag":200,"props":3292,"children":3294},{"class":202,"line":3293},93,[3295,3299,3304],{"type":45,"tag":200,"props":3296,"children":3297},{"style":502},[3298],{"type":51,"value":721},{"type":45,"tag":200,"props":3300,"children":3301},{"style":508},[3302],{"type":51,"value":3303},"s-image",{"type":45,"tag":200,"props":3305,"children":3306},{"style":502},[3307],{"type":51,"value":560},{"type":45,"tag":200,"props":3309,"children":3311},{"class":202,"line":3310},94,[3312,3316,3321,3326,3330,3334,3339],{"type":45,"tag":200,"props":3313,"children":3314},{"style":502},[3315],{"type":51,"value":505},{"type":45,"tag":200,"props":3317,"children":3318},{"style":508},[3319],{"type":51,"value":3320},"s-image-group",{"type":45,"tag":200,"props":3322,"children":3323},{"style":514},[3324],{"type":51,"value":3325}," totalItems",{"type":45,"tag":200,"props":3327,"children":3328},{"style":502},[3329],{"type":51,"value":522},{"type":45,"tag":200,"props":3331,"children":3332},{"style":502},[3333],{"type":51,"value":527},{"type":45,"tag":200,"props":3335,"children":3336},{"style":212},[3337],{"type":51,"value":3338},"6",{"type":45,"tag":200,"props":3340,"children":3341},{"style":502},[3342],{"type":51,"value":634},{"type":45,"tag":200,"props":3344,"children":3346},{"class":202,"line":3345},95,[3347,3351,3355,3360,3364,3368,3373,3377,3382,3386,3390,3395,3399,3403],{"type":45,"tag":200,"props":3348,"children":3349},{"style":502},[3350],{"type":51,"value":1201},{"type":45,"tag":200,"props":3352,"children":3353},{"style":508},[3354],{"type":51,"value":3303},{"type":45,"tag":200,"props":3356,"children":3357},{"style":514},[3358],{"type":51,"value":3359}," src",{"type":45,"tag":200,"props":3361,"children":3362},{"style":502},[3363],{"type":51,"value":522},{"type":45,"tag":200,"props":3365,"children":3366},{"style":502},[3367],{"type":51,"value":527},{"type":45,"tag":200,"props":3369,"children":3370},{"style":212},[3371],{"type":51,"value":3372},"https:\u002F\u002Fexample.com\u002F1.jpg",{"type":45,"tag":200,"props":3374,"children":3375},{"style":502},[3376],{"type":51,"value":527},{"type":45,"tag":200,"props":3378,"children":3379},{"style":514},[3380],{"type":51,"value":3381}," alt",{"type":45,"tag":200,"props":3383,"children":3384},{"style":502},[3385],{"type":51,"value":522},{"type":45,"tag":200,"props":3387,"children":3388},{"style":502},[3389],{"type":51,"value":527},{"type":45,"tag":200,"props":3391,"children":3392},{"style":212},[3393],{"type":51,"value":3394},"Image 1",{"type":45,"tag":200,"props":3396,"children":3397},{"style":502},[3398],{"type":51,"value":527},{"type":45,"tag":200,"props":3400,"children":3401},{"style":502},[3402],{"type":51,"value":721},{"type":45,"tag":200,"props":3404,"children":3405},{"style":508},[3406],{"type":51,"value":3162},{"type":45,"tag":200,"props":3408,"children":3410},{"class":202,"line":3409},96,[3411,3415,3419,3423,3427,3431,3436,3440,3444,3448,3452,3457,3461,3465],{"type":45,"tag":200,"props":3412,"children":3413},{"style":502},[3414],{"type":51,"value":1201},{"type":45,"tag":200,"props":3416,"children":3417},{"style":508},[3418],{"type":51,"value":3303},{"type":45,"tag":200,"props":3420,"children":3421},{"style":514},[3422],{"type":51,"value":3359},{"type":45,"tag":200,"props":3424,"children":3425},{"style":502},[3426],{"type":51,"value":522},{"type":45,"tag":200,"props":3428,"children":3429},{"style":502},[3430],{"type":51,"value":527},{"type":45,"tag":200,"props":3432,"children":3433},{"style":212},[3434],{"type":51,"value":3435},"https:\u002F\u002Fexample.com\u002F2.jpg",{"type":45,"tag":200,"props":3437,"children":3438},{"style":502},[3439],{"type":51,"value":527},{"type":45,"tag":200,"props":3441,"children":3442},{"style":514},[3443],{"type":51,"value":3381},{"type":45,"tag":200,"props":3445,"children":3446},{"style":502},[3447],{"type":51,"value":522},{"type":45,"tag":200,"props":3449,"children":3450},{"style":502},[3451],{"type":51,"value":527},{"type":45,"tag":200,"props":3453,"children":3454},{"style":212},[3455],{"type":51,"value":3456},"Image 2",{"type":45,"tag":200,"props":3458,"children":3459},{"style":502},[3460],{"type":51,"value":527},{"type":45,"tag":200,"props":3462,"children":3463},{"style":502},[3464],{"type":51,"value":721},{"type":45,"tag":200,"props":3466,"children":3467},{"style":508},[3468],{"type":51,"value":3162},{"type":45,"tag":200,"props":3470,"children":3472},{"class":202,"line":3471},97,[3473,3477,3481],{"type":45,"tag":200,"props":3474,"children":3475},{"style":502},[3476],{"type":51,"value":721},{"type":45,"tag":200,"props":3478,"children":3479},{"style":508},[3480],{"type":51,"value":3320},{"type":45,"tag":200,"props":3482,"children":3483},{"style":502},[3484],{"type":51,"value":560},{"type":45,"tag":200,"props":3486,"children":3488},{"class":202,"line":3487},98,[3489,3493,3498,3502,3506,3510,3515,3519,3523,3527,3531,3535,3539,3543,3548,3552,3556],{"type":45,"tag":200,"props":3490,"children":3491},{"style":502},[3492],{"type":51,"value":505},{"type":45,"tag":200,"props":3494,"children":3495},{"style":508},[3496],{"type":51,"value":3497},"s-link",{"type":45,"tag":200,"props":3499,"children":3500},{"style":514},[3501],{"type":51,"value":1647},{"type":45,"tag":200,"props":3503,"children":3504},{"style":502},[3505],{"type":51,"value":522},{"type":45,"tag":200,"props":3507,"children":3508},{"style":502},[3509],{"type":51,"value":527},{"type":45,"tag":200,"props":3511,"children":3512},{"style":212},[3513],{"type":51,"value":3514},"https:\u002F\u002Fexample.com",{"type":45,"tag":200,"props":3516,"children":3517},{"style":502},[3518],{"type":51,"value":527},{"type":45,"tag":200,"props":3520,"children":3521},{"style":514},[3522],{"type":51,"value":748},{"type":45,"tag":200,"props":3524,"children":3525},{"style":502},[3526],{"type":51,"value":522},{"type":45,"tag":200,"props":3528,"children":3529},{"style":502},[3530],{"type":51,"value":527},{"type":45,"tag":200,"props":3532,"children":3533},{"style":212},[3534],{"type":51,"value":1132},{"type":45,"tag":200,"props":3536,"children":3537},{"style":502},[3538],{"type":51,"value":527},{"type":45,"tag":200,"props":3540,"children":3541},{"style":502},[3542],{"type":51,"value":541},{"type":45,"tag":200,"props":3544,"children":3545},{"style":544},[3546],{"type":51,"value":3547},"Link text",{"type":45,"tag":200,"props":3549,"children":3550},{"style":502},[3551],{"type":51,"value":551},{"type":45,"tag":200,"props":3553,"children":3554},{"style":508},[3555],{"type":51,"value":3497},{"type":45,"tag":200,"props":3557,"children":3558},{"style":502},[3559],{"type":51,"value":560},{"type":45,"tag":200,"props":3561,"children":3563},{"class":202,"line":3562},99,[3564,3568],{"type":45,"tag":200,"props":3565,"children":3566},{"style":502},[3567],{"type":51,"value":505},{"type":45,"tag":200,"props":3569,"children":3570},{"style":508},[3571],{"type":51,"value":3572},"s-map\n",{"type":45,"tag":200,"props":3574,"children":3576},{"class":202,"line":3575},100,[3577,3582,3586,3590,3595],{"type":45,"tag":200,"props":3578,"children":3579},{"style":514},[3580],{"type":51,"value":3581},"  apiKey",{"type":45,"tag":200,"props":3583,"children":3584},{"style":502},[3585],{"type":51,"value":522},{"type":45,"tag":200,"props":3587,"children":3588},{"style":502},[3589],{"type":51,"value":527},{"type":45,"tag":200,"props":3591,"children":3592},{"style":212},[3593],{"type":51,"value":3594},"KEY",{"type":45,"tag":200,"props":3596,"children":3597},{"style":502},[3598],{"type":51,"value":634},{"type":45,"tag":200,"props":3600,"children":3602},{"class":202,"line":3601},101,[3603,3608,3612,3616,3621],{"type":45,"tag":200,"props":3604,"children":3605},{"style":514},[3606],{"type":51,"value":3607},"  latitude",{"type":45,"tag":200,"props":3609,"children":3610},{"style":502},[3611],{"type":51,"value":522},{"type":45,"tag":200,"props":3613,"children":3614},{"style":502},[3615],{"type":51,"value":527},{"type":45,"tag":200,"props":3617,"children":3618},{"style":212},[3619],{"type":51,"value":3620},"{43.65}",{"type":45,"tag":200,"props":3622,"children":3623},{"style":502},[3624],{"type":51,"value":634},{"type":45,"tag":200,"props":3626,"children":3628},{"class":202,"line":3627},102,[3629,3634,3638,3642,3647],{"type":45,"tag":200,"props":3630,"children":3631},{"style":514},[3632],{"type":51,"value":3633},"  longitude",{"type":45,"tag":200,"props":3635,"children":3636},{"style":502},[3637],{"type":51,"value":522},{"type":45,"tag":200,"props":3639,"children":3640},{"style":502},[3641],{"type":51,"value":527},{"type":45,"tag":200,"props":3643,"children":3644},{"style":212},[3645],{"type":51,"value":3646},"{-79.38}",{"type":45,"tag":200,"props":3648,"children":3649},{"style":502},[3650],{"type":51,"value":634},{"type":45,"tag":200,"props":3652,"children":3654},{"class":202,"line":3653},103,[3655,3660,3664,3668,3673],{"type":45,"tag":200,"props":3656,"children":3657},{"style":514},[3658],{"type":51,"value":3659},"  zoom",{"type":45,"tag":200,"props":3661,"children":3662},{"style":502},[3663],{"type":51,"value":522},{"type":45,"tag":200,"props":3665,"children":3666},{"style":502},[3667],{"type":51,"value":527},{"type":45,"tag":200,"props":3669,"children":3670},{"style":212},[3671],{"type":51,"value":3672},"{12}",{"type":45,"tag":200,"props":3674,"children":3675},{"style":502},[3676],{"type":51,"value":634},{"type":45,"tag":200,"props":3678,"children":3680},{"class":202,"line":3679},104,[3681,3686,3690,3694,3699],{"type":45,"tag":200,"props":3682,"children":3683},{"style":514},[3684],{"type":51,"value":3685},"  accessibilityLabel",{"type":45,"tag":200,"props":3687,"children":3688},{"style":502},[3689],{"type":51,"value":522},{"type":45,"tag":200,"props":3691,"children":3692},{"style":502},[3693],{"type":51,"value":527},{"type":45,"tag":200,"props":3695,"children":3696},{"style":212},[3697],{"type":51,"value":3698},"Store location",{"type":45,"tag":200,"props":3700,"children":3701},{"style":502},[3702],{"type":51,"value":634},{"type":45,"tag":200,"props":3704,"children":3706},{"class":202,"line":3705},105,[3707,3711],{"type":45,"tag":200,"props":3708,"children":3709},{"style":502},[3710],{"type":51,"value":1201},{"type":45,"tag":200,"props":3712,"children":3713},{"style":508},[3714],{"type":51,"value":3715},"s-map-marker\n",{"type":45,"tag":200,"props":3717,"children":3719},{"class":202,"line":3718},106,[3720,3725,3729,3733,3737],{"type":45,"tag":200,"props":3721,"children":3722},{"style":514},[3723],{"type":51,"value":3724},"    latitude",{"type":45,"tag":200,"props":3726,"children":3727},{"style":502},[3728],{"type":51,"value":522},{"type":45,"tag":200,"props":3730,"children":3731},{"style":502},[3732],{"type":51,"value":527},{"type":45,"tag":200,"props":3734,"children":3735},{"style":212},[3736],{"type":51,"value":3620},{"type":45,"tag":200,"props":3738,"children":3739},{"style":502},[3740],{"type":51,"value":634},{"type":45,"tag":200,"props":3742,"children":3744},{"class":202,"line":3743},107,[3745,3750,3754,3758,3762],{"type":45,"tag":200,"props":3746,"children":3747},{"style":514},[3748],{"type":51,"value":3749},"    longitude",{"type":45,"tag":200,"props":3751,"children":3752},{"style":502},[3753],{"type":51,"value":522},{"type":45,"tag":200,"props":3755,"children":3756},{"style":502},[3757],{"type":51,"value":527},{"type":45,"tag":200,"props":3759,"children":3760},{"style":212},[3761],{"type":51,"value":3646},{"type":45,"tag":200,"props":3763,"children":3764},{"style":502},[3765],{"type":51,"value":634},{"type":45,"tag":200,"props":3767,"children":3769},{"class":202,"line":3768},108,[3770,3775,3779,3783,3788],{"type":45,"tag":200,"props":3771,"children":3772},{"style":514},[3773],{"type":51,"value":3774},"    accessibilityLabel",{"type":45,"tag":200,"props":3776,"children":3777},{"style":502},[3778],{"type":51,"value":522},{"type":45,"tag":200,"props":3780,"children":3781},{"style":502},[3782],{"type":51,"value":527},{"type":45,"tag":200,"props":3784,"children":3785},{"style":212},[3786],{"type":51,"value":3787},"Store",{"type":45,"tag":200,"props":3789,"children":3790},{"style":502},[3791],{"type":51,"value":634},{"type":45,"tag":200,"props":3793,"children":3795},{"class":202,"line":3794},109,[3796,3801],{"type":45,"tag":200,"props":3797,"children":3798},{"style":502},[3799],{"type":51,"value":3800},"  >\u003C\u002F",{"type":45,"tag":200,"props":3802,"children":3803},{"style":508},[3804],{"type":51,"value":3715},{"type":45,"tag":200,"props":3806,"children":3808},{"class":202,"line":3807},110,[3809,3813,3818],{"type":45,"tag":200,"props":3810,"children":3811},{"style":502},[3812],{"type":51,"value":721},{"type":45,"tag":200,"props":3814,"children":3815},{"style":508},[3816],{"type":51,"value":3817},"s-map",{"type":45,"tag":200,"props":3819,"children":3820},{"style":502},[3821],{"type":51,"value":560},{"type":45,"tag":200,"props":3823,"children":3825},{"class":202,"line":3824},111,[3826,3830,3834,3839,3843,3847,3852,3856,3860,3864],{"type":45,"tag":200,"props":3827,"children":3828},{"style":502},[3829],{"type":51,"value":505},{"type":45,"tag":200,"props":3831,"children":3832},{"style":508},[3833],{"type":51,"value":1093},{"type":45,"tag":200,"props":3835,"children":3836},{"style":514},[3837],{"type":51,"value":3838}," commandFor",{"type":45,"tag":200,"props":3840,"children":3841},{"style":502},[3842],{"type":51,"value":522},{"type":45,"tag":200,"props":3844,"children":3845},{"style":502},[3846],{"type":51,"value":527},{"type":45,"tag":200,"props":3848,"children":3849},{"style":212},[3850],{"type":51,"value":3851},"actions-menu",{"type":45,"tag":200,"props":3853,"children":3854},{"style":502},[3855],{"type":51,"value":527},{"type":45,"tag":200,"props":3857,"children":3858},{"style":502},[3859],{"type":51,"value":721},{"type":45,"tag":200,"props":3861,"children":3862},{"style":508},[3863],{"type":51,"value":1093},{"type":45,"tag":200,"props":3865,"children":3866},{"style":502},[3867],{"type":51,"value":560},{"type":45,"tag":200,"props":3869,"children":3871},{"class":202,"line":3870},112,[3872,3876,3881,3886,3890,3894,3898,3902,3906,3910,3914,3919],{"type":45,"tag":200,"props":3873,"children":3874},{"style":502},[3875],{"type":51,"value":505},{"type":45,"tag":200,"props":3877,"children":3878},{"style":508},[3879],{"type":51,"value":3880},"s-menu",{"type":45,"tag":200,"props":3882,"children":3883},{"style":514},[3884],{"type":51,"value":3885}," id",{"type":45,"tag":200,"props":3887,"children":3888},{"style":502},[3889],{"type":51,"value":522},{"type":45,"tag":200,"props":3891,"children":3892},{"style":502},[3893],{"type":51,"value":527},{"type":45,"tag":200,"props":3895,"children":3896},{"style":212},[3897],{"type":51,"value":3851},{"type":45,"tag":200,"props":3899,"children":3900},{"style":502},[3901],{"type":51,"value":527},{"type":45,"tag":200,"props":3903,"children":3904},{"style":514},[3905],{"type":51,"value":1417},{"type":45,"tag":200,"props":3907,"children":3908},{"style":502},[3909],{"type":51,"value":522},{"type":45,"tag":200,"props":3911,"children":3912},{"style":502},[3913],{"type":51,"value":527},{"type":45,"tag":200,"props":3915,"children":3916},{"style":212},[3917],{"type":51,"value":3918},"Actions",{"type":45,"tag":200,"props":3920,"children":3921},{"style":502},[3922],{"type":51,"value":634},{"type":45,"tag":200,"props":3924,"children":3926},{"class":202,"line":3925},113,[3927,3931,3935,3939,3943,3947,3951,3955,3959,3964,3968,3972,3976],{"type":45,"tag":200,"props":3928,"children":3929},{"style":502},[3930],{"type":51,"value":1201},{"type":45,"tag":200,"props":3932,"children":3933},{"style":508},[3934],{"type":51,"value":1093},{"type":45,"tag":200,"props":3936,"children":3937},{"style":514},[3938],{"type":51,"value":1098},{"type":45,"tag":200,"props":3940,"children":3941},{"style":502},[3942],{"type":51,"value":522},{"type":45,"tag":200,"props":3944,"children":3945},{"style":502},[3946],{"type":51,"value":527},{"type":45,"tag":200,"props":3948,"children":3949},{"style":212},[3950],{"type":51,"value":1271},{"type":45,"tag":200,"props":3952,"children":3953},{"style":502},[3954],{"type":51,"value":527},{"type":45,"tag":200,"props":3956,"children":3957},{"style":502},[3958],{"type":51,"value":541},{"type":45,"tag":200,"props":3960,"children":3961},{"style":544},[3962],{"type":51,"value":3963},"Edit",{"type":45,"tag":200,"props":3965,"children":3966},{"style":502},[3967],{"type":51,"value":551},{"type":45,"tag":200,"props":3969,"children":3970},{"style":508},[3971],{"type":51,"value":1093},{"type":45,"tag":200,"props":3973,"children":3974},{"style":502},[3975],{"type":51,"value":721},{"type":45,"tag":200,"props":3977,"children":3978},{"style":508},[3979],{"type":51,"value":3980},"s-menu\n",{"type":45,"tag":200,"props":3982,"children":3984},{"class":202,"line":3983},114,[3985],{"type":45,"tag":200,"props":3986,"children":3987},{"style":502},[3988],{"type":51,"value":560},{"type":45,"tag":200,"props":3990,"children":3992},{"class":202,"line":3991},115,[3993,3997,4002,4006,4010,4014,4019,4023,4027,4031,4035,4040,4044,4048,4052,4056,4060],{"type":45,"tag":200,"props":3994,"children":3995},{"style":502},[3996],{"type":51,"value":505},{"type":45,"tag":200,"props":3998,"children":3999},{"style":508},[4000],{"type":51,"value":4001},"s-modal",{"type":45,"tag":200,"props":4003,"children":4004},{"style":514},[4005],{"type":51,"value":3885},{"type":45,"tag":200,"props":4007,"children":4008},{"style":502},[4009],{"type":51,"value":522},{"type":45,"tag":200,"props":4011,"children":4012},{"style":502},[4013],{"type":51,"value":527},{"type":45,"tag":200,"props":4015,"children":4016},{"style":212},[4017],{"type":51,"value":4018},"my-modal",{"type":45,"tag":200,"props":4020,"children":4021},{"style":502},[4022],{"type":51,"value":527},{"type":45,"tag":200,"props":4024,"children":4025},{"style":514},[4026],{"type":51,"value":878},{"type":45,"tag":200,"props":4028,"children":4029},{"style":502},[4030],{"type":51,"value":522},{"type":45,"tag":200,"props":4032,"children":4033},{"style":502},[4034],{"type":51,"value":527},{"type":45,"tag":200,"props":4036,"children":4037},{"style":212},[4038],{"type":51,"value":4039},"Title",{"type":45,"tag":200,"props":4041,"children":4042},{"style":502},[4043],{"type":51,"value":527},{"type":45,"tag":200,"props":4045,"children":4046},{"style":514},[4047],{"type":51,"value":813},{"type":45,"tag":200,"props":4049,"children":4050},{"style":502},[4051],{"type":51,"value":522},{"type":45,"tag":200,"props":4053,"children":4054},{"style":502},[4055],{"type":51,"value":527},{"type":45,"tag":200,"props":4057,"children":4058},{"style":212},[4059],{"type":51,"value":682},{"type":45,"tag":200,"props":4061,"children":4062},{"style":502},[4063],{"type":51,"value":634},{"type":45,"tag":200,"props":4065,"children":4067},{"class":202,"line":4066},116,[4068,4072,4076,4080,4085,4089,4093,4097],{"type":45,"tag":200,"props":4069,"children":4070},{"style":502},[4071],{"type":51,"value":1201},{"type":45,"tag":200,"props":4073,"children":4074},{"style":508},[4075],{"type":51,"value":2102},{"type":45,"tag":200,"props":4077,"children":4078},{"style":502},[4079],{"type":51,"value":541},{"type":45,"tag":200,"props":4081,"children":4082},{"style":544},[4083],{"type":51,"value":4084},"Modal content",{"type":45,"tag":200,"props":4086,"children":4087},{"style":502},[4088],{"type":51,"value":551},{"type":45,"tag":200,"props":4090,"children":4091},{"style":508},[4092],{"type":51,"value":2102},{"type":45,"tag":200,"props":4094,"children":4095},{"style":502},[4096],{"type":51,"value":721},{"type":45,"tag":200,"props":4098,"children":4099},{"style":508},[4100],{"type":51,"value":4101},"s-modal\n",{"type":45,"tag":200,"props":4103,"children":4105},{"class":202,"line":4104},117,[4106],{"type":45,"tag":200,"props":4107,"children":4108},{"style":502},[4109],{"type":51,"value":560},{"type":45,"tag":200,"props":4111,"children":4113},{"class":202,"line":4112},118,[4114,4118],{"type":45,"tag":200,"props":4115,"children":4116},{"style":502},[4117],{"type":51,"value":505},{"type":45,"tag":200,"props":4119,"children":4120},{"style":508},[4121],{"type":51,"value":4122},"s-money-field\n",{"type":45,"tag":200,"props":4124,"children":4126},{"class":202,"line":4125},119,[4127,4131,4135,4139,4144],{"type":45,"tag":200,"props":4128,"children":4129},{"style":514},[4130],{"type":51,"value":1865},{"type":45,"tag":200,"props":4132,"children":4133},{"style":502},[4134],{"type":51,"value":522},{"type":45,"tag":200,"props":4136,"children":4137},{"style":502},[4138],{"type":51,"value":527},{"type":45,"tag":200,"props":4140,"children":4141},{"style":212},[4142],{"type":51,"value":4143},"Amount",{"type":45,"tag":200,"props":4145,"children":4146},{"style":502},[4147],{"type":51,"value":634},{"type":45,"tag":200,"props":4149,"children":4151},{"class":202,"line":4150},120,[4152,4156,4160,4164,4169],{"type":45,"tag":200,"props":4153,"children":4154},{"style":514},[4155],{"type":51,"value":1891},{"type":45,"tag":200,"props":4157,"children":4158},{"style":502},[4159],{"type":51,"value":522},{"type":45,"tag":200,"props":4161,"children":4162},{"style":502},[4163],{"type":51,"value":527},{"type":45,"tag":200,"props":4165,"children":4166},{"style":212},[4167],{"type":51,"value":4168},"amount",{"type":45,"tag":200,"props":4170,"children":4171},{"style":502},[4172],{"type":51,"value":634},{"type":45,"tag":200,"props":4174,"children":4176},{"class":202,"line":4175},121,[4177,4182,4186,4190,4195],{"type":45,"tag":200,"props":4178,"children":4179},{"style":514},[4180],{"type":51,"value":4181},"  min",{"type":45,"tag":200,"props":4183,"children":4184},{"style":502},[4185],{"type":51,"value":522},{"type":45,"tag":200,"props":4187,"children":4188},{"style":502},[4189],{"type":51,"value":527},{"type":45,"tag":200,"props":4191,"children":4192},{"style":212},[4193],{"type":51,"value":4194},"{0}",{"type":45,"tag":200,"props":4196,"children":4197},{"style":502},[4198],{"type":51,"value":634},{"type":45,"tag":200,"props":4200,"children":4202},{"class":202,"line":4201},122,[4203,4208,4212,4216,4221],{"type":45,"tag":200,"props":4204,"children":4205},{"style":514},[4206],{"type":51,"value":4207},"  max",{"type":45,"tag":200,"props":4209,"children":4210},{"style":502},[4211],{"type":51,"value":522},{"type":45,"tag":200,"props":4213,"children":4214},{"style":502},[4215],{"type":51,"value":527},{"type":45,"tag":200,"props":4217,"children":4218},{"style":212},[4219],{"type":51,"value":4220},"{999999}",{"type":45,"tag":200,"props":4222,"children":4223},{"style":502},[4224],{"type":51,"value":634},{"type":45,"tag":200,"props":4226,"children":4228},{"class":202,"line":4227},123,[4229,4233,4238],{"type":45,"tag":200,"props":4230,"children":4231},{"style":502},[4232],{"type":51,"value":721},{"type":45,"tag":200,"props":4234,"children":4235},{"style":508},[4236],{"type":51,"value":4237},"s-money-field",{"type":45,"tag":200,"props":4239,"children":4240},{"style":502},[4241],{"type":51,"value":560},{"type":45,"tag":200,"props":4243,"children":4245},{"class":202,"line":4244},124,[4246,4250],{"type":45,"tag":200,"props":4247,"children":4248},{"style":502},[4249],{"type":51,"value":505},{"type":45,"tag":200,"props":4251,"children":4252},{"style":508},[4253],{"type":51,"value":4254},"s-number-field\n",{"type":45,"tag":200,"props":4256,"children":4258},{"class":202,"line":4257},125,[4259,4263,4267,4271,4276],{"type":45,"tag":200,"props":4260,"children":4261},{"style":514},[4262],{"type":51,"value":1865},{"type":45,"tag":200,"props":4264,"children":4265},{"style":502},[4266],{"type":51,"value":522},{"type":45,"tag":200,"props":4268,"children":4269},{"style":502},[4270],{"type":51,"value":527},{"type":45,"tag":200,"props":4272,"children":4273},{"style":212},[4274],{"type":51,"value":4275},"Quantity",{"type":45,"tag":200,"props":4277,"children":4278},{"style":502},[4279],{"type":51,"value":634},{"type":45,"tag":200,"props":4281,"children":4283},{"class":202,"line":4282},126,[4284,4288,4292,4296,4301],{"type":45,"tag":200,"props":4285,"children":4286},{"style":514},[4287],{"type":51,"value":1891},{"type":45,"tag":200,"props":4289,"children":4290},{"style":502},[4291],{"type":51,"value":522},{"type":45,"tag":200,"props":4293,"children":4294},{"style":502},[4295],{"type":51,"value":527},{"type":45,"tag":200,"props":4297,"children":4298},{"style":212},[4299],{"type":51,"value":4300},"qty",{"type":45,"tag":200,"props":4302,"children":4303},{"style":502},[4304],{"type":51,"value":634},{"type":45,"tag":200,"props":4306,"children":4308},{"class":202,"line":4307},127,[4309,4313,4317,4321,4326],{"type":45,"tag":200,"props":4310,"children":4311},{"style":514},[4312],{"type":51,"value":4181},{"type":45,"tag":200,"props":4314,"children":4315},{"style":502},[4316],{"type":51,"value":522},{"type":45,"tag":200,"props":4318,"children":4319},{"style":502},[4320],{"type":51,"value":527},{"type":45,"tag":200,"props":4322,"children":4323},{"style":212},[4324],{"type":51,"value":4325},"{1}",{"type":45,"tag":200,"props":4327,"children":4328},{"style":502},[4329],{"type":51,"value":634},{"type":45,"tag":200,"props":4331,"children":4333},{"class":202,"line":4332},128,[4334,4338,4342,4346,4351],{"type":45,"tag":200,"props":4335,"children":4336},{"style":514},[4337],{"type":51,"value":4207},{"type":45,"tag":200,"props":4339,"children":4340},{"style":502},[4341],{"type":51,"value":522},{"type":45,"tag":200,"props":4343,"children":4344},{"style":502},[4345],{"type":51,"value":527},{"type":45,"tag":200,"props":4347,"children":4348},{"style":212},[4349],{"type":51,"value":4350},"{100}",{"type":45,"tag":200,"props":4352,"children":4353},{"style":502},[4354],{"type":51,"value":634},{"type":45,"tag":200,"props":4356,"children":4358},{"class":202,"line":4357},129,[4359,4364,4368,4372,4376],{"type":45,"tag":200,"props":4360,"children":4361},{"style":514},[4362],{"type":51,"value":4363},"  step",{"type":45,"tag":200,"props":4365,"children":4366},{"style":502},[4367],{"type":51,"value":522},{"type":45,"tag":200,"props":4369,"children":4370},{"style":502},[4371],{"type":51,"value":527},{"type":45,"tag":200,"props":4373,"children":4374},{"style":212},[4375],{"type":51,"value":4325},{"type":45,"tag":200,"props":4377,"children":4378},{"style":502},[4379],{"type":51,"value":634},{"type":45,"tag":200,"props":4381,"children":4383},{"class":202,"line":4382},130,[4384,4389,4393,4397,4402],{"type":45,"tag":200,"props":4385,"children":4386},{"style":514},[4387],{"type":51,"value":4388},"  inputMode",{"type":45,"tag":200,"props":4390,"children":4391},{"style":502},[4392],{"type":51,"value":522},{"type":45,"tag":200,"props":4394,"children":4395},{"style":502},[4396],{"type":51,"value":527},{"type":45,"tag":200,"props":4398,"children":4399},{"style":212},[4400],{"type":51,"value":4401},"numeric",{"type":45,"tag":200,"props":4403,"children":4404},{"style":502},[4405],{"type":51,"value":634},{"type":45,"tag":200,"props":4407,"children":4409},{"class":202,"line":4408},131,[4410,4414,4419],{"type":45,"tag":200,"props":4411,"children":4412},{"style":502},[4413],{"type":51,"value":721},{"type":45,"tag":200,"props":4415,"children":4416},{"style":508},[4417],{"type":51,"value":4418},"s-number-field",{"type":45,"tag":200,"props":4420,"children":4421},{"style":502},[4422],{"type":51,"value":560},{"type":45,"tag":200,"props":4424,"children":4426},{"class":202,"line":4425},132,[4427,4431],{"type":45,"tag":200,"props":4428,"children":4429},{"style":502},[4430],{"type":51,"value":505},{"type":45,"tag":200,"props":4432,"children":4433},{"style":508},[4434],{"type":51,"value":4435},"s-ordered-list\n",{"type":45,"tag":200,"props":4437,"children":4439},{"class":202,"line":4438},133,[4440,4444,4449,4453,4458,4462],{"type":45,"tag":200,"props":4441,"children":4442},{"style":502},[4443],{"type":51,"value":1201},{"type":45,"tag":200,"props":4445,"children":4446},{"style":508},[4447],{"type":51,"value":4448},"s-list-item",{"type":45,"tag":200,"props":4450,"children":4451},{"style":502},[4452],{"type":51,"value":541},{"type":45,"tag":200,"props":4454,"children":4455},{"style":544},[4456],{"type":51,"value":4457},"First",{"type":45,"tag":200,"props":4459,"children":4460},{"style":502},[4461],{"type":51,"value":551},{"type":45,"tag":200,"props":4463,"children":4464},{"style":508},[4465],{"type":51,"value":4466},"s-list-item\n",{"type":45,"tag":200,"props":4468,"children":4470},{"class":202,"line":4469},134,[4471,4475,4479,4483,4488,4492,4496,4500],{"type":45,"tag":200,"props":4472,"children":4473},{"style":502},[4474],{"type":51,"value":1201},{"type":45,"tag":200,"props":4476,"children":4477},{"style":508},[4478],{"type":51,"value":4448},{"type":45,"tag":200,"props":4480,"children":4481},{"style":502},[4482],{"type":51,"value":541},{"type":45,"tag":200,"props":4484,"children":4485},{"style":544},[4486],{"type":51,"value":4487},"Second",{"type":45,"tag":200,"props":4489,"children":4490},{"style":502},[4491],{"type":51,"value":551},{"type":45,"tag":200,"props":4493,"children":4494},{"style":508},[4495],{"type":51,"value":4448},{"type":45,"tag":200,"props":4497,"children":4498},{"style":502},[4499],{"type":51,"value":721},{"type":45,"tag":200,"props":4501,"children":4502},{"style":508},[4503],{"type":51,"value":4435},{"type":45,"tag":200,"props":4505,"children":4507},{"class":202,"line":4506},135,[4508],{"type":45,"tag":200,"props":4509,"children":4510},{"style":502},[4511],{"type":51,"value":560},{"type":45,"tag":200,"props":4513,"children":4515},{"class":202,"line":4514},136,[4516,4520,4525,4529,4533,4537,4542,4546,4551,4555,4559,4564],{"type":45,"tag":200,"props":4517,"children":4518},{"style":502},[4519],{"type":51,"value":505},{"type":45,"tag":200,"props":4521,"children":4522},{"style":508},[4523],{"type":51,"value":4524},"s-page",{"type":45,"tag":200,"props":4526,"children":4527},{"style":514},[4528],{"type":51,"value":878},{"type":45,"tag":200,"props":4530,"children":4531},{"style":502},[4532],{"type":51,"value":522},{"type":45,"tag":200,"props":4534,"children":4535},{"style":502},[4536],{"type":51,"value":527},{"type":45,"tag":200,"props":4538,"children":4539},{"style":212},[4540],{"type":51,"value":4541},"Orders",{"type":45,"tag":200,"props":4543,"children":4544},{"style":502},[4545],{"type":51,"value":527},{"type":45,"tag":200,"props":4547,"children":4548},{"style":514},[4549],{"type":51,"value":4550}," subheading",{"type":45,"tag":200,"props":4552,"children":4553},{"style":502},[4554],{"type":51,"value":522},{"type":45,"tag":200,"props":4556,"children":4557},{"style":502},[4558],{"type":51,"value":527},{"type":45,"tag":200,"props":4560,"children":4561},{"style":212},[4562],{"type":51,"value":4563},"Manage orders",{"type":45,"tag":200,"props":4565,"children":4566},{"style":502},[4567],{"type":51,"value":634},{"type":45,"tag":200,"props":4569,"children":4571},{"class":202,"line":4570},137,[4572,4576,4581,4585,4589,4593,4598,4602,4606,4610,4614,4618,4622,4626,4630,4634,4638],{"type":45,"tag":200,"props":4573,"children":4574},{"style":502},[4575],{"type":51,"value":1201},{"type":45,"tag":200,"props":4577,"children":4578},{"style":508},[4579],{"type":51,"value":4580},"s-section",{"type":45,"tag":200,"props":4582,"children":4583},{"style":514},[4584],{"type":51,"value":878},{"type":45,"tag":200,"props":4586,"children":4587},{"style":502},[4588],{"type":51,"value":522},{"type":45,"tag":200,"props":4590,"children":4591},{"style":502},[4592],{"type":51,"value":527},{"type":45,"tag":200,"props":4594,"children":4595},{"style":212},[4596],{"type":51,"value":4597},"All orders",{"type":45,"tag":200,"props":4599,"children":4600},{"style":502},[4601],{"type":51,"value":527},{"type":45,"tag":200,"props":4603,"children":4604},{"style":502},[4605],{"type":51,"value":2937},{"type":45,"tag":200,"props":4607,"children":4608},{"style":508},[4609],{"type":51,"value":2102},{"type":45,"tag":200,"props":4611,"children":4612},{"style":502},[4613],{"type":51,"value":541},{"type":45,"tag":200,"props":4615,"children":4616},{"style":544},[4617],{"type":51,"value":1063},{"type":45,"tag":200,"props":4619,"children":4620},{"style":502},[4621],{"type":51,"value":551},{"type":45,"tag":200,"props":4623,"children":4624},{"style":508},[4625],{"type":51,"value":2102},{"type":45,"tag":200,"props":4627,"children":4628},{"style":502},[4629],{"type":51,"value":721},{"type":45,"tag":200,"props":4631,"children":4632},{"style":508},[4633],{"type":51,"value":4580},{"type":45,"tag":200,"props":4635,"children":4636},{"style":502},[4637],{"type":51,"value":721},{"type":45,"tag":200,"props":4639,"children":4640},{"style":508},[4641],{"type":51,"value":4642},"s-page\n",{"type":45,"tag":200,"props":4644,"children":4646},{"class":202,"line":4645},138,[4647],{"type":45,"tag":200,"props":4648,"children":4649},{"style":502},[4650],{"type":51,"value":560},{"type":45,"tag":200,"props":4652,"children":4654},{"class":202,"line":4653},139,[4655,4659,4664,4668,4672,4676,4681,4685,4689,4693,4697,4701,4705,4709,4714,4718,4722],{"type":45,"tag":200,"props":4656,"children":4657},{"style":502},[4658],{"type":51,"value":505},{"type":45,"tag":200,"props":4660,"children":4661},{"style":508},[4662],{"type":51,"value":4663},"s-paragraph",{"type":45,"tag":200,"props":4665,"children":4666},{"style":514},[4667],{"type":51,"value":748},{"type":45,"tag":200,"props":4669,"children":4670},{"style":502},[4671],{"type":51,"value":522},{"type":45,"tag":200,"props":4673,"children":4674},{"style":502},[4675],{"type":51,"value":527},{"type":45,"tag":200,"props":4677,"children":4678},{"style":212},[4679],{"type":51,"value":4680},"neutral",{"type":45,"tag":200,"props":4682,"children":4683},{"style":502},[4684],{"type":51,"value":527},{"type":45,"tag":200,"props":4686,"children":4687},{"style":514},[4688],{"type":51,"value":770},{"type":45,"tag":200,"props":4690,"children":4691},{"style":502},[4692],{"type":51,"value":522},{"type":45,"tag":200,"props":4694,"children":4695},{"style":502},[4696],{"type":51,"value":527},{"type":45,"tag":200,"props":4698,"children":4699},{"style":212},[4700],{"type":51,"value":1008},{"type":45,"tag":200,"props":4702,"children":4703},{"style":502},[4704],{"type":51,"value":527},{"type":45,"tag":200,"props":4706,"children":4707},{"style":502},[4708],{"type":51,"value":541},{"type":45,"tag":200,"props":4710,"children":4711},{"style":544},[4712],{"type":51,"value":4713},"Body text content",{"type":45,"tag":200,"props":4715,"children":4716},{"style":502},[4717],{"type":51,"value":551},{"type":45,"tag":200,"props":4719,"children":4720},{"style":508},[4721],{"type":51,"value":4663},{"type":45,"tag":200,"props":4723,"children":4724},{"style":502},[4725],{"type":51,"value":560},{"type":45,"tag":200,"props":4727,"children":4729},{"class":202,"line":4728},140,[4730,4734],{"type":45,"tag":200,"props":4731,"children":4732},{"style":502},[4733],{"type":51,"value":505},{"type":45,"tag":200,"props":4735,"children":4736},{"style":508},[4737],{"type":51,"value":4738},"s-password-field\n",{"type":45,"tag":200,"props":4740,"children":4742},{"class":202,"line":4741},141,[4743,4747,4751,4755,4760],{"type":45,"tag":200,"props":4744,"children":4745},{"style":514},[4746],{"type":51,"value":1865},{"type":45,"tag":200,"props":4748,"children":4749},{"style":502},[4750],{"type":51,"value":522},{"type":45,"tag":200,"props":4752,"children":4753},{"style":502},[4754],{"type":51,"value":527},{"type":45,"tag":200,"props":4756,"children":4757},{"style":212},[4758],{"type":51,"value":4759},"Password",{"type":45,"tag":200,"props":4761,"children":4762},{"style":502},[4763],{"type":51,"value":634},{"type":45,"tag":200,"props":4765,"children":4767},{"class":202,"line":4766},142,[4768,4772,4776,4780,4785],{"type":45,"tag":200,"props":4769,"children":4770},{"style":514},[4771],{"type":51,"value":1891},{"type":45,"tag":200,"props":4773,"children":4774},{"style":502},[4775],{"type":51,"value":522},{"type":45,"tag":200,"props":4777,"children":4778},{"style":502},[4779],{"type":51,"value":527},{"type":45,"tag":200,"props":4781,"children":4782},{"style":212},[4783],{"type":51,"value":4784},"password",{"type":45,"tag":200,"props":4786,"children":4787},{"style":502},[4788],{"type":51,"value":634},{"type":45,"tag":200,"props":4790,"children":4792},{"class":202,"line":4791},143,[4793,4797,4801,4805,4810],{"type":45,"tag":200,"props":4794,"children":4795},{"style":514},[4796],{"type":51,"value":2680},{"type":45,"tag":200,"props":4798,"children":4799},{"style":502},[4800],{"type":51,"value":522},{"type":45,"tag":200,"props":4802,"children":4803},{"style":502},[4804],{"type":51,"value":527},{"type":45,"tag":200,"props":4806,"children":4807},{"style":212},[4808],{"type":51,"value":4809},"current-password",{"type":45,"tag":200,"props":4811,"children":4812},{"style":502},[4813],{"type":51,"value":634},{"type":45,"tag":200,"props":4815,"children":4817},{"class":202,"line":4816},144,[4818,4823,4827,4831,4836],{"type":45,"tag":200,"props":4819,"children":4820},{"style":514},[4821],{"type":51,"value":4822},"  minLength",{"type":45,"tag":200,"props":4824,"children":4825},{"style":502},[4826],{"type":51,"value":522},{"type":45,"tag":200,"props":4828,"children":4829},{"style":502},[4830],{"type":51,"value":527},{"type":45,"tag":200,"props":4832,"children":4833},{"style":212},[4834],{"type":51,"value":4835},"8",{"type":45,"tag":200,"props":4837,"children":4838},{"style":502},[4839],{"type":51,"value":634},{"type":45,"tag":200,"props":4841,"children":4843},{"class":202,"line":4842},145,[4844],{"type":45,"tag":200,"props":4845,"children":4846},{"style":514},[4847],{"type":51,"value":2234},{"type":45,"tag":200,"props":4849,"children":4851},{"class":202,"line":4850},146,[4852,4856,4861],{"type":45,"tag":200,"props":4853,"children":4854},{"style":502},[4855],{"type":51,"value":721},{"type":45,"tag":200,"props":4857,"children":4858},{"style":508},[4859],{"type":51,"value":4860},"s-password-field",{"type":45,"tag":200,"props":4862,"children":4863},{"style":502},[4864],{"type":51,"value":560},{"type":45,"tag":200,"props":4866,"children":4868},{"class":202,"line":4867},147,[4869,4873,4878,4882,4886,4890,4895,4899,4903,4907,4911,4916,4920,4924,4928],{"type":45,"tag":200,"props":4870,"children":4871},{"style":502},[4872],{"type":51,"value":505},{"type":45,"tag":200,"props":4874,"children":4875},{"style":508},[4876],{"type":51,"value":4877},"s-payment-icon",{"type":45,"tag":200,"props":4879,"children":4880},{"style":514},[4881],{"type":51,"value":1141},{"type":45,"tag":200,"props":4883,"children":4884},{"style":502},[4885],{"type":51,"value":522},{"type":45,"tag":200,"props":4887,"children":4888},{"style":502},[4889],{"type":51,"value":527},{"type":45,"tag":200,"props":4891,"children":4892},{"style":212},[4893],{"type":51,"value":4894},"visa",{"type":45,"tag":200,"props":4896,"children":4897},{"style":502},[4898],{"type":51,"value":527},{"type":45,"tag":200,"props":4900,"children":4901},{"style":514},[4902],{"type":51,"value":1417},{"type":45,"tag":200,"props":4904,"children":4905},{"style":502},[4906],{"type":51,"value":522},{"type":45,"tag":200,"props":4908,"children":4909},{"style":502},[4910],{"type":51,"value":527},{"type":45,"tag":200,"props":4912,"children":4913},{"style":212},[4914],{"type":51,"value":4915},"Visa",{"type":45,"tag":200,"props":4917,"children":4918},{"style":502},[4919],{"type":51,"value":527},{"type":45,"tag":200,"props":4921,"children":4922},{"style":502},[4923],{"type":51,"value":721},{"type":45,"tag":200,"props":4925,"children":4926},{"style":508},[4927],{"type":51,"value":4877},{"type":45,"tag":200,"props":4929,"children":4930},{"style":502},[4931],{"type":51,"value":560},{"type":45,"tag":200,"props":4933,"children":4935},{"class":202,"line":4934},148,[4936,4940,4945,4949,4953,4957,4961,4965,4969,4973,4977,4981,4985,4990,4994,4998,5003,5007,5011,5015],{"type":45,"tag":200,"props":4937,"children":4938},{"style":502},[4939],{"type":51,"value":505},{"type":45,"tag":200,"props":4941,"children":4942},{"style":508},[4943],{"type":51,"value":4944},"s-phone-field",{"type":45,"tag":200,"props":4946,"children":4947},{"style":514},[4948],{"type":51,"value":1326},{"type":45,"tag":200,"props":4950,"children":4951},{"style":502},[4952],{"type":51,"value":522},{"type":45,"tag":200,"props":4954,"children":4955},{"style":502},[4956],{"type":51,"value":527},{"type":45,"tag":200,"props":4958,"children":4959},{"style":212},[4960],{"type":51,"value":1985},{"type":45,"tag":200,"props":4962,"children":4963},{"style":502},[4964],{"type":51,"value":527},{"type":45,"tag":200,"props":4966,"children":4967},{"style":514},[4968],{"type":51,"value":1348},{"type":45,"tag":200,"props":4970,"children":4971},{"style":502},[4972],{"type":51,"value":522},{"type":45,"tag":200,"props":4974,"children":4975},{"style":502},[4976],{"type":51,"value":527},{"type":45,"tag":200,"props":4978,"children":4979},{"style":212},[4980],{"type":51,"value":2010},{"type":45,"tag":200,"props":4982,"children":4983},{"style":502},[4984],{"type":51,"value":527},{"type":45,"tag":200,"props":4986,"children":4987},{"style":514},[4988],{"type":51,"value":4989}," autocomplete",{"type":45,"tag":200,"props":4991,"children":4992},{"style":502},[4993],{"type":51,"value":522},{"type":45,"tag":200,"props":4995,"children":4996},{"style":502},[4997],{"type":51,"value":527},{"type":45,"tag":200,"props":4999,"children":5000},{"style":212},[5001],{"type":51,"value":5002},"tel",{"type":45,"tag":200,"props":5004,"children":5005},{"style":502},[5006],{"type":51,"value":527},{"type":45,"tag":200,"props":5008,"children":5009},{"style":502},[5010],{"type":51,"value":721},{"type":45,"tag":200,"props":5012,"children":5013},{"style":508},[5014],{"type":51,"value":4944},{"type":45,"tag":200,"props":5016,"children":5017},{"style":502},[5018],{"type":51,"value":560},{"type":45,"tag":200,"props":5020,"children":5022},{"class":202,"line":5021},149,[5023,5027,5032,5036,5040,5044,5049,5053,5058,5062,5066,5071],{"type":45,"tag":200,"props":5024,"children":5025},{"style":502},[5026],{"type":51,"value":505},{"type":45,"tag":200,"props":5028,"children":5029},{"style":508},[5030],{"type":51,"value":5031},"s-popover",{"type":45,"tag":200,"props":5033,"children":5034},{"style":514},[5035],{"type":51,"value":3885},{"type":45,"tag":200,"props":5037,"children":5038},{"style":502},[5039],{"type":51,"value":522},{"type":45,"tag":200,"props":5041,"children":5042},{"style":502},[5043],{"type":51,"value":527},{"type":45,"tag":200,"props":5045,"children":5046},{"style":212},[5047],{"type":51,"value":5048},"pop",{"type":45,"tag":200,"props":5050,"children":5051},{"style":502},[5052],{"type":51,"value":527},{"type":45,"tag":200,"props":5054,"children":5055},{"style":514},[5056],{"type":51,"value":5057}," inlineSize",{"type":45,"tag":200,"props":5059,"children":5060},{"style":502},[5061],{"type":51,"value":522},{"type":45,"tag":200,"props":5063,"children":5064},{"style":502},[5065],{"type":51,"value":527},{"type":45,"tag":200,"props":5067,"children":5068},{"style":212},[5069],{"type":51,"value":5070},"300px",{"type":45,"tag":200,"props":5072,"children":5073},{"style":502},[5074],{"type":51,"value":634},{"type":45,"tag":200,"props":5076,"children":5078},{"class":202,"line":5077},150,[5079,5083,5087,5091,5095,5099,5103,5107,5111,5115,5119,5124,5128,5132,5136,5140,5144],{"type":45,"tag":200,"props":5080,"children":5081},{"style":502},[5082],{"type":51,"value":1201},{"type":45,"tag":200,"props":5084,"children":5085},{"style":508},[5086],{"type":51,"value":969},{"type":45,"tag":200,"props":5088,"children":5089},{"style":514},[5090],{"type":51,"value":974},{"type":45,"tag":200,"props":5092,"children":5093},{"style":502},[5094],{"type":51,"value":522},{"type":45,"tag":200,"props":5096,"children":5097},{"style":502},[5098],{"type":51,"value":527},{"type":45,"tag":200,"props":5100,"children":5101},{"style":212},[5102],{"type":51,"value":682},{"type":45,"tag":200,"props":5104,"children":5105},{"style":502},[5106],{"type":51,"value":527},{"type":45,"tag":200,"props":5108,"children":5109},{"style":502},[5110],{"type":51,"value":2937},{"type":45,"tag":200,"props":5112,"children":5113},{"style":508},[5114],{"type":51,"value":2102},{"type":45,"tag":200,"props":5116,"children":5117},{"style":502},[5118],{"type":51,"value":541},{"type":45,"tag":200,"props":5120,"children":5121},{"style":544},[5122],{"type":51,"value":5123},"Popover content",{"type":45,"tag":200,"props":5125,"children":5126},{"style":502},[5127],{"type":51,"value":551},{"type":45,"tag":200,"props":5129,"children":5130},{"style":508},[5131],{"type":51,"value":2102},{"type":45,"tag":200,"props":5133,"children":5134},{"style":502},[5135],{"type":51,"value":721},{"type":45,"tag":200,"props":5137,"children":5138},{"style":508},[5139],{"type":51,"value":969},{"type":45,"tag":200,"props":5141,"children":5142},{"style":502},[5143],{"type":51,"value":721},{"type":45,"tag":200,"props":5145,"children":5146},{"style":508},[5147],{"type":51,"value":5148},"s-popover\n",{"type":45,"tag":200,"props":5150,"children":5152},{"class":202,"line":5151},151,[5153],{"type":45,"tag":200,"props":5154,"children":5155},{"style":502},[5156],{"type":51,"value":560},{"type":45,"tag":200,"props":5158,"children":5160},{"class":202,"line":5159},152,[5161,5165,5170,5174,5178,5182,5187,5191,5196,5200,5205,5209,5213],{"type":45,"tag":200,"props":5162,"children":5163},{"style":502},[5164],{"type":51,"value":505},{"type":45,"tag":200,"props":5166,"children":5167},{"style":508},[5168],{"type":51,"value":5169},"s-press-button",{"type":45,"tag":200,"props":5171,"children":5172},{"style":514},[5173],{"type":51,"value":1417},{"type":45,"tag":200,"props":5175,"children":5176},{"style":502},[5177],{"type":51,"value":522},{"type":45,"tag":200,"props":5179,"children":5180},{"style":502},[5181],{"type":51,"value":527},{"type":45,"tag":200,"props":5183,"children":5184},{"style":212},[5185],{"type":51,"value":5186},"Favorite",{"type":45,"tag":200,"props":5188,"children":5189},{"style":502},[5190],{"type":51,"value":527},{"type":45,"tag":200,"props":5192,"children":5193},{"style":514},[5194],{"type":51,"value":5195}," pressed",{"type":45,"tag":200,"props":5197,"children":5198},{"style":502},[5199],{"type":51,"value":541},{"type":45,"tag":200,"props":5201,"children":5202},{"style":544},[5203],{"type":51,"value":5204},"★",{"type":45,"tag":200,"props":5206,"children":5207},{"style":502},[5208],{"type":51,"value":551},{"type":45,"tag":200,"props":5210,"children":5211},{"style":508},[5212],{"type":51,"value":5169},{"type":45,"tag":200,"props":5214,"children":5215},{"style":502},[5216],{"type":51,"value":560},{"type":45,"tag":200,"props":5218,"children":5220},{"class":202,"line":5219},153,[5221,5225],{"type":45,"tag":200,"props":5222,"children":5223},{"style":502},[5224],{"type":51,"value":505},{"type":45,"tag":200,"props":5226,"children":5227},{"style":508},[5228],{"type":51,"value":5229},"s-product-thumbnail\n",{"type":45,"tag":200,"props":5231,"children":5233},{"class":202,"line":5232},154,[5234,5238,5242,5246,5251],{"type":45,"tag":200,"props":5235,"children":5236},{"style":514},[5237],{"type":51,"value":643},{"type":45,"tag":200,"props":5239,"children":5240},{"style":502},[5241],{"type":51,"value":522},{"type":45,"tag":200,"props":5243,"children":5244},{"style":502},[5245],{"type":51,"value":527},{"type":45,"tag":200,"props":5247,"children":5248},{"style":212},[5249],{"type":51,"value":5250},"https:\u002F\u002Fexample.com\u002Fproduct.jpg",{"type":45,"tag":200,"props":5252,"children":5253},{"style":502},[5254],{"type":51,"value":634},{"type":45,"tag":200,"props":5256,"children":5258},{"class":202,"line":5257},155,[5259,5263,5267,5271,5276],{"type":45,"tag":200,"props":5260,"children":5261},{"style":514},[5262],{"type":51,"value":695},{"type":45,"tag":200,"props":5264,"children":5265},{"style":502},[5266],{"type":51,"value":522},{"type":45,"tag":200,"props":5268,"children":5269},{"style":502},[5270],{"type":51,"value":527},{"type":45,"tag":200,"props":5272,"children":5273},{"style":212},[5274],{"type":51,"value":5275},"Blue T-Shirt",{"type":45,"tag":200,"props":5277,"children":5278},{"style":502},[5279],{"type":51,"value":634},{"type":45,"tag":200,"props":5281,"children":5283},{"class":202,"line":5282},156,[5284,5288,5292,5296,5300],{"type":45,"tag":200,"props":5285,"children":5286},{"style":514},[5287],{"type":51,"value":669},{"type":45,"tag":200,"props":5289,"children":5290},{"style":502},[5291],{"type":51,"value":522},{"type":45,"tag":200,"props":5293,"children":5294},{"style":502},[5295],{"type":51,"value":527},{"type":45,"tag":200,"props":5297,"children":5298},{"style":212},[5299],{"type":51,"value":682},{"type":45,"tag":200,"props":5301,"children":5302},{"style":502},[5303],{"type":51,"value":634},{"type":45,"tag":200,"props":5305,"children":5307},{"class":202,"line":5306},157,[5308,5312,5317],{"type":45,"tag":200,"props":5309,"children":5310},{"style":502},[5311],{"type":51,"value":721},{"type":45,"tag":200,"props":5313,"children":5314},{"style":508},[5315],{"type":51,"value":5316},"s-product-thumbnail",{"type":45,"tag":200,"props":5318,"children":5319},{"style":502},[5320],{"type":51,"value":560},{"type":45,"tag":200,"props":5322,"children":5324},{"class":202,"line":5323},158,[5325,5329],{"type":45,"tag":200,"props":5326,"children":5327},{"style":502},[5328],{"type":51,"value":505},{"type":45,"tag":200,"props":5330,"children":5331},{"style":508},[5332],{"type":51,"value":5333},"s-progress\n",{"type":45,"tag":200,"props":5335,"children":5337},{"class":202,"line":5336},159,[5338,5342,5346,5350,5355],{"type":45,"tag":200,"props":5339,"children":5340},{"style":514},[5341],{"type":51,"value":2208},{"type":45,"tag":200,"props":5343,"children":5344},{"style":502},[5345],{"type":51,"value":522},{"type":45,"tag":200,"props":5347,"children":5348},{"style":502},[5349],{"type":51,"value":527},{"type":45,"tag":200,"props":5351,"children":5352},{"style":212},[5353],{"type":51,"value":5354},"{75}",{"type":45,"tag":200,"props":5356,"children":5357},{"style":502},[5358],{"type":51,"value":634},{"type":45,"tag":200,"props":5360,"children":5362},{"class":202,"line":5361},160,[5363,5367,5371,5375,5379],{"type":45,"tag":200,"props":5364,"children":5365},{"style":514},[5366],{"type":51,"value":4207},{"type":45,"tag":200,"props":5368,"children":5369},{"style":502},[5370],{"type":51,"value":522},{"type":45,"tag":200,"props":5372,"children":5373},{"style":502},[5374],{"type":51,"value":527},{"type":45,"tag":200,"props":5376,"children":5377},{"style":212},[5378],{"type":51,"value":4350},{"type":45,"tag":200,"props":5380,"children":5381},{"style":502},[5382],{"type":51,"value":634},{"type":45,"tag":200,"props":5384,"children":5386},{"class":202,"line":5385},161,[5387,5392,5396,5400,5404],{"type":45,"tag":200,"props":5388,"children":5389},{"style":514},[5390],{"type":51,"value":5391},"  tone",{"type":45,"tag":200,"props":5393,"children":5394},{"style":502},[5395],{"type":51,"value":522},{"type":45,"tag":200,"props":5397,"children":5398},{"style":502},[5399],{"type":51,"value":527},{"type":45,"tag":200,"props":5401,"children":5402},{"style":212},[5403],{"type":51,"value":1132},{"type":45,"tag":200,"props":5405,"children":5406},{"style":502},[5407],{"type":51,"value":634},{"type":45,"tag":200,"props":5409,"children":5411},{"class":202,"line":5410},162,[5412,5416,5420,5424,5429],{"type":45,"tag":200,"props":5413,"children":5414},{"style":514},[5415],{"type":51,"value":3685},{"type":45,"tag":200,"props":5417,"children":5418},{"style":502},[5419],{"type":51,"value":522},{"type":45,"tag":200,"props":5421,"children":5422},{"style":502},[5423],{"type":51,"value":527},{"type":45,"tag":200,"props":5425,"children":5426},{"style":212},[5427],{"type":51,"value":5428},"75% complete",{"type":45,"tag":200,"props":5430,"children":5431},{"style":502},[5432],{"type":51,"value":634},{"type":45,"tag":200,"props":5434,"children":5436},{"class":202,"line":5435},163,[5437,5441,5446],{"type":45,"tag":200,"props":5438,"children":5439},{"style":502},[5440],{"type":51,"value":721},{"type":45,"tag":200,"props":5442,"children":5443},{"style":508},[5444],{"type":51,"value":5445},"s-progress",{"type":45,"tag":200,"props":5447,"children":5448},{"style":502},[5449],{"type":51,"value":560},{"type":45,"tag":200,"props":5451,"children":5453},{"class":202,"line":5452},164,[5454,5458],{"type":45,"tag":200,"props":5455,"children":5456},{"style":502},[5457],{"type":51,"value":505},{"type":45,"tag":200,"props":5459,"children":5460},{"style":508},[5461],{"type":51,"value":5462},"s-qr-code\n",{"type":45,"tag":200,"props":5464,"children":5466},{"class":202,"line":5465},165,[5467,5472,5476,5480,5484],{"type":45,"tag":200,"props":5468,"children":5469},{"style":514},[5470],{"type":51,"value":5471},"  content",{"type":45,"tag":200,"props":5473,"children":5474},{"style":502},[5475],{"type":51,"value":522},{"type":45,"tag":200,"props":5477,"children":5478},{"style":502},[5479],{"type":51,"value":527},{"type":45,"tag":200,"props":5481,"children":5482},{"style":212},[5483],{"type":51,"value":3514},{"type":45,"tag":200,"props":5485,"children":5486},{"style":502},[5487],{"type":51,"value":634},{"type":45,"tag":200,"props":5489,"children":5491},{"class":202,"line":5490},166,[5492,5496,5500,5504,5508],{"type":45,"tag":200,"props":5493,"children":5494},{"style":514},[5495],{"type":51,"value":669},{"type":45,"tag":200,"props":5497,"children":5498},{"style":502},[5499],{"type":51,"value":522},{"type":45,"tag":200,"props":5501,"children":5502},{"style":502},[5503],{"type":51,"value":527},{"type":45,"tag":200,"props":5505,"children":5506},{"style":212},[5507],{"type":51,"value":682},{"type":45,"tag":200,"props":5509,"children":5510},{"style":502},[5511],{"type":51,"value":634},{"type":45,"tag":200,"props":5513,"children":5515},{"class":202,"line":5514},167,[5516,5521,5525,5529],{"type":45,"tag":200,"props":5517,"children":5518},{"style":502},[5519],{"type":51,"value":5520},"  border=",{"type":45,"tag":200,"props":5522,"children":5523},{"style":502},[5524],{"type":51,"value":527},{"type":45,"tag":200,"props":5526,"children":5527},{"style":212},[5528],{"type":51,"value":682},{"type":45,"tag":200,"props":5530,"children":5531},{"style":502},[5532],{"type":51,"value":634},{"type":45,"tag":200,"props":5534,"children":5536},{"class":202,"line":5535},168,[5537,5541,5545,5549,5554],{"type":45,"tag":200,"props":5538,"children":5539},{"style":514},[5540],{"type":51,"value":3685},{"type":45,"tag":200,"props":5542,"children":5543},{"style":502},[5544],{"type":51,"value":522},{"type":45,"tag":200,"props":5546,"children":5547},{"style":502},[5548],{"type":51,"value":527},{"type":45,"tag":200,"props":5550,"children":5551},{"style":212},[5552],{"type":51,"value":5553},"Scan to visit",{"type":45,"tag":200,"props":5555,"children":5556},{"style":502},[5557],{"type":51,"value":634},{"type":45,"tag":200,"props":5559,"children":5561},{"class":202,"line":5560},169,[5562,5566,5571],{"type":45,"tag":200,"props":5563,"children":5564},{"style":502},[5565],{"type":51,"value":721},{"type":45,"tag":200,"props":5567,"children":5568},{"style":508},[5569],{"type":51,"value":5570},"s-qr-code",{"type":45,"tag":200,"props":5572,"children":5573},{"style":502},[5574],{"type":51,"value":560},{"type":45,"tag":200,"props":5576,"children":5578},{"class":202,"line":5577},170,[5579,5583,5588,5593,5597,5601,5606,5610,5614,5618,5622,5626],{"type":45,"tag":200,"props":5580,"children":5581},{"style":502},[5582],{"type":51,"value":505},{"type":45,"tag":200,"props":5584,"children":5585},{"style":508},[5586],{"type":51,"value":5587},"s-query-container",{"type":45,"tag":200,"props":5589,"children":5590},{"style":514},[5591],{"type":51,"value":5592}," containerName",{"type":45,"tag":200,"props":5594,"children":5595},{"style":502},[5596],{"type":51,"value":522},{"type":45,"tag":200,"props":5598,"children":5599},{"style":502},[5600],{"type":51,"value":527},{"type":45,"tag":200,"props":5602,"children":5603},{"style":212},[5604],{"type":51,"value":5605},"main",{"type":45,"tag":200,"props":5607,"children":5608},{"style":502},[5609],{"type":51,"value":527},{"type":45,"tag":200,"props":5611,"children":5612},{"style":502},[5613],{"type":51,"value":541},{"type":45,"tag":200,"props":5615,"children":5616},{"style":544},[5617],{"type":51,"value":1063},{"type":45,"tag":200,"props":5619,"children":5620},{"style":502},[5621],{"type":51,"value":551},{"type":45,"tag":200,"props":5623,"children":5624},{"style":508},[5625],{"type":51,"value":5587},{"type":45,"tag":200,"props":5627,"children":5628},{"style":502},[5629],{"type":51,"value":560},{"type":45,"tag":200,"props":5631,"children":5633},{"class":202,"line":5632},171,[5634,5638,5643,5648,5652,5656,5661,5665,5670,5674,5678,5682,5686,5690,5694,5698,5702],{"type":45,"tag":200,"props":5635,"children":5636},{"style":502},[5637],{"type":51,"value":505},{"type":45,"tag":200,"props":5639,"children":5640},{"style":508},[5641],{"type":51,"value":5642},"s-scroll-box",{"type":45,"tag":200,"props":5644,"children":5645},{"style":514},[5646],{"type":51,"value":5647}," blockSize",{"type":45,"tag":200,"props":5649,"children":5650},{"style":502},[5651],{"type":51,"value":522},{"type":45,"tag":200,"props":5653,"children":5654},{"style":502},[5655],{"type":51,"value":527},{"type":45,"tag":200,"props":5657,"children":5658},{"style":212},[5659],{"type":51,"value":5660},"200px",{"type":45,"tag":200,"props":5662,"children":5663},{"style":502},[5664],{"type":51,"value":527},{"type":45,"tag":200,"props":5666,"children":5667},{"style":514},[5668],{"type":51,"value":5669}," overflow",{"type":45,"tag":200,"props":5671,"children":5672},{"style":502},[5673],{"type":51,"value":522},{"type":45,"tag":200,"props":5675,"children":5676},{"style":502},[5677],{"type":51,"value":527},{"type":45,"tag":200,"props":5679,"children":5680},{"style":212},[5681],{"type":51,"value":1132},{"type":45,"tag":200,"props":5683,"children":5684},{"style":502},[5685],{"type":51,"value":527},{"type":45,"tag":200,"props":5687,"children":5688},{"style":514},[5689],{"type":51,"value":974},{"type":45,"tag":200,"props":5691,"children":5692},{"style":502},[5693],{"type":51,"value":522},{"type":45,"tag":200,"props":5695,"children":5696},{"style":502},[5697],{"type":51,"value":527},{"type":45,"tag":200,"props":5699,"children":5700},{"style":212},[5701],{"type":51,"value":682},{"type":45,"tag":200,"props":5703,"children":5704},{"style":502},[5705],{"type":51,"value":634},{"type":45,"tag":200,"props":5707,"children":5709},{"class":202,"line":5708},172,[5710,5714,5719,5723],{"type":45,"tag":200,"props":5711,"children":5712},{"style":502},[5713],{"type":51,"value":838},{"type":45,"tag":200,"props":5715,"children":5716},{"style":544},[5717],{"type":51,"value":5718},"Scrollable content",{"type":45,"tag":200,"props":5720,"children":5721},{"style":502},[5722],{"type":51,"value":551},{"type":45,"tag":200,"props":5724,"children":5725},{"style":508},[5726],{"type":51,"value":5727},"s-scroll-box\n",{"type":45,"tag":200,"props":5729,"children":5731},{"class":202,"line":5730},173,[5732],{"type":45,"tag":200,"props":5733,"children":5734},{"style":502},[5735],{"type":51,"value":560},{"type":45,"tag":200,"props":5737,"children":5739},{"class":202,"line":5738},174,[5740,5744,5748,5752,5756,5760,5765,5769,5773,5777,5781,5786,5790,5794,5798,5802],{"type":45,"tag":200,"props":5741,"children":5742},{"style":502},[5743],{"type":51,"value":505},{"type":45,"tag":200,"props":5745,"children":5746},{"style":508},[5747],{"type":51,"value":4580},{"type":45,"tag":200,"props":5749,"children":5750},{"style":514},[5751],{"type":51,"value":878},{"type":45,"tag":200,"props":5753,"children":5754},{"style":502},[5755],{"type":51,"value":522},{"type":45,"tag":200,"props":5757,"children":5758},{"style":502},[5759],{"type":51,"value":527},{"type":45,"tag":200,"props":5761,"children":5762},{"style":212},[5763],{"type":51,"value":5764},"Details",{"type":45,"tag":200,"props":5766,"children":5767},{"style":502},[5768],{"type":51,"value":527},{"type":45,"tag":200,"props":5770,"children":5771},{"style":502},[5772],{"type":51,"value":2937},{"type":45,"tag":200,"props":5774,"children":5775},{"style":508},[5776],{"type":51,"value":2102},{"type":45,"tag":200,"props":5778,"children":5779},{"style":502},[5780],{"type":51,"value":541},{"type":45,"tag":200,"props":5782,"children":5783},{"style":544},[5784],{"type":51,"value":5785},"Section content",{"type":45,"tag":200,"props":5787,"children":5788},{"style":502},[5789],{"type":51,"value":551},{"type":45,"tag":200,"props":5791,"children":5792},{"style":508},[5793],{"type":51,"value":2102},{"type":45,"tag":200,"props":5795,"children":5796},{"style":502},[5797],{"type":51,"value":721},{"type":45,"tag":200,"props":5799,"children":5800},{"style":508},[5801],{"type":51,"value":4580},{"type":45,"tag":200,"props":5803,"children":5804},{"style":502},[5805],{"type":51,"value":560},{"type":45,"tag":200,"props":5807,"children":5809},{"class":202,"line":5808},175,[5810,5814,5819,5823,5827,5831,5836,5840,5844,5848,5852,5857],{"type":45,"tag":200,"props":5811,"children":5812},{"style":502},[5813],{"type":51,"value":505},{"type":45,"tag":200,"props":5815,"children":5816},{"style":508},[5817],{"type":51,"value":5818},"s-select",{"type":45,"tag":200,"props":5820,"children":5821},{"style":514},[5822],{"type":51,"value":1326},{"type":45,"tag":200,"props":5824,"children":5825},{"style":502},[5826],{"type":51,"value":522},{"type":45,"tag":200,"props":5828,"children":5829},{"style":502},[5830],{"type":51,"value":527},{"type":45,"tag":200,"props":5832,"children":5833},{"style":212},[5834],{"type":51,"value":5835},"Choose",{"type":45,"tag":200,"props":5837,"children":5838},{"style":502},[5839],{"type":51,"value":527},{"type":45,"tag":200,"props":5841,"children":5842},{"style":514},[5843],{"type":51,"value":1348},{"type":45,"tag":200,"props":5845,"children":5846},{"style":502},[5847],{"type":51,"value":522},{"type":45,"tag":200,"props":5849,"children":5850},{"style":502},[5851],{"type":51,"value":527},{"type":45,"tag":200,"props":5853,"children":5854},{"style":212},[5855],{"type":51,"value":5856},"choice",{"type":45,"tag":200,"props":5858,"children":5859},{"style":502},[5860],{"type":51,"value":634},{"type":45,"tag":200,"props":5862,"children":5864},{"class":202,"line":5863},176,[5865,5869,5874,5878,5882,5886,5891,5895,5899,5904,5908,5912,5916,5920,5924,5928,5932,5937,5941,5945,5950,5954,5958,5962],{"type":45,"tag":200,"props":5866,"children":5867},{"style":502},[5868],{"type":51,"value":1201},{"type":45,"tag":200,"props":5870,"children":5871},{"style":508},[5872],{"type":51,"value":5873},"s-option",{"type":45,"tag":200,"props":5875,"children":5876},{"style":514},[5877],{"type":51,"value":1370},{"type":45,"tag":200,"props":5879,"children":5880},{"style":502},[5881],{"type":51,"value":522},{"type":45,"tag":200,"props":5883,"children":5884},{"style":502},[5885],{"type":51,"value":527},{"type":45,"tag":200,"props":5887,"children":5888},{"style":212},[5889],{"type":51,"value":5890},"a",{"type":45,"tag":200,"props":5892,"children":5893},{"style":502},[5894],{"type":51,"value":527},{"type":45,"tag":200,"props":5896,"children":5897},{"style":502},[5898],{"type":51,"value":541},{"type":45,"tag":200,"props":5900,"children":5901},{"style":544},[5902],{"type":51,"value":5903},"A",{"type":45,"tag":200,"props":5905,"children":5906},{"style":502},[5907],{"type":51,"value":551},{"type":45,"tag":200,"props":5909,"children":5910},{"style":508},[5911],{"type":51,"value":5873},{"type":45,"tag":200,"props":5913,"children":5914},{"style":502},[5915],{"type":51,"value":2937},{"type":45,"tag":200,"props":5917,"children":5918},{"style":508},[5919],{"type":51,"value":5873},{"type":45,"tag":200,"props":5921,"children":5922},{"style":514},[5923],{"type":51,"value":1370},{"type":45,"tag":200,"props":5925,"children":5926},{"style":502},[5927],{"type":51,"value":522},{"type":45,"tag":200,"props":5929,"children":5930},{"style":502},[5931],{"type":51,"value":527},{"type":45,"tag":200,"props":5933,"children":5934},{"style":212},[5935],{"type":51,"value":5936},"b",{"type":45,"tag":200,"props":5938,"children":5939},{"style":502},[5940],{"type":51,"value":527},{"type":45,"tag":200,"props":5942,"children":5943},{"style":502},[5944],{"type":51,"value":541},{"type":45,"tag":200,"props":5946,"children":5947},{"style":544},[5948],{"type":51,"value":5949},"B",{"type":45,"tag":200,"props":5951,"children":5952},{"style":502},[5953],{"type":51,"value":551},{"type":45,"tag":200,"props":5955,"children":5956},{"style":508},[5957],{"type":51,"value":5873},{"type":45,"tag":200,"props":5959,"children":5960},{"style":502},[5961],{"type":51,"value":721},{"type":45,"tag":200,"props":5963,"children":5964},{"style":508},[5965],{"type":51,"value":5966},"s-select\n",{"type":45,"tag":200,"props":5968,"children":5970},{"class":202,"line":5969},177,[5971],{"type":45,"tag":200,"props":5972,"children":5973},{"style":502},[5974],{"type":51,"value":560},{"type":45,"tag":200,"props":5976,"children":5978},{"class":202,"line":5977},178,[5979,5983,5988,5992,5996,6000,6005,6009,6013,6017,6021,6025],{"type":45,"tag":200,"props":5980,"children":5981},{"style":502},[5982],{"type":51,"value":505},{"type":45,"tag":200,"props":5984,"children":5985},{"style":508},[5986],{"type":51,"value":5987},"s-sheet",{"type":45,"tag":200,"props":5989,"children":5990},{"style":514},[5991],{"type":51,"value":3885},{"type":45,"tag":200,"props":5993,"children":5994},{"style":502},[5995],{"type":51,"value":522},{"type":45,"tag":200,"props":5997,"children":5998},{"style":502},[5999],{"type":51,"value":527},{"type":45,"tag":200,"props":6001,"children":6002},{"style":212},[6003],{"type":51,"value":6004},"my-sheet",{"type":45,"tag":200,"props":6006,"children":6007},{"style":502},[6008],{"type":51,"value":527},{"type":45,"tag":200,"props":6010,"children":6011},{"style":514},[6012],{"type":51,"value":878},{"type":45,"tag":200,"props":6014,"children":6015},{"style":502},[6016],{"type":51,"value":522},{"type":45,"tag":200,"props":6018,"children":6019},{"style":502},[6020],{"type":51,"value":527},{"type":45,"tag":200,"props":6022,"children":6023},{"style":212},[6024],{"type":51,"value":5764},{"type":45,"tag":200,"props":6026,"children":6027},{"style":502},[6028],{"type":51,"value":634},{"type":45,"tag":200,"props":6030,"children":6032},{"class":202,"line":6031},179,[6033,6037,6041,6045,6050,6054,6058,6062],{"type":45,"tag":200,"props":6034,"children":6035},{"style":502},[6036],{"type":51,"value":1201},{"type":45,"tag":200,"props":6038,"children":6039},{"style":508},[6040],{"type":51,"value":2102},{"type":45,"tag":200,"props":6042,"children":6043},{"style":502},[6044],{"type":51,"value":541},{"type":45,"tag":200,"props":6046,"children":6047},{"style":544},[6048],{"type":51,"value":6049},"Sheet content",{"type":45,"tag":200,"props":6051,"children":6052},{"style":502},[6053],{"type":51,"value":551},{"type":45,"tag":200,"props":6055,"children":6056},{"style":508},[6057],{"type":51,"value":2102},{"type":45,"tag":200,"props":6059,"children":6060},{"style":502},[6061],{"type":51,"value":721},{"type":45,"tag":200,"props":6063,"children":6064},{"style":508},[6065],{"type":51,"value":6066},"s-sheet\n",{"type":45,"tag":200,"props":6068,"children":6070},{"class":202,"line":6069},180,[6071],{"type":45,"tag":200,"props":6072,"children":6073},{"style":502},[6074],{"type":51,"value":560},{"type":45,"tag":200,"props":6076,"children":6078},{"class":202,"line":6077},181,[6079,6083,6088,6093,6097,6101,6106,6110,6114,6118],{"type":45,"tag":200,"props":6080,"children":6081},{"style":502},[6082],{"type":51,"value":505},{"type":45,"tag":200,"props":6084,"children":6085},{"style":508},[6086],{"type":51,"value":6087},"s-skeleton-paragraph",{"type":45,"tag":200,"props":6089,"children":6090},{"style":514},[6091],{"type":51,"value":6092}," content",{"type":45,"tag":200,"props":6094,"children":6095},{"style":502},[6096],{"type":51,"value":522},{"type":45,"tag":200,"props":6098,"children":6099},{"style":502},[6100],{"type":51,"value":527},{"type":45,"tag":200,"props":6102,"children":6103},{"style":212},[6104],{"type":51,"value":6105},"Loading text...",{"type":45,"tag":200,"props":6107,"children":6108},{"style":502},[6109],{"type":51,"value":527},{"type":45,"tag":200,"props":6111,"children":6112},{"style":502},[6113],{"type":51,"value":721},{"type":45,"tag":200,"props":6115,"children":6116},{"style":508},[6117],{"type":51,"value":6087},{"type":45,"tag":200,"props":6119,"children":6120},{"style":502},[6121],{"type":51,"value":560},{"type":45,"tag":200,"props":6123,"children":6125},{"class":202,"line":6124},182,[6126,6130,6135,6139,6143,6147,6151,6155,6159,6163,6167,6172,6176,6180,6184],{"type":45,"tag":200,"props":6127,"children":6128},{"style":502},[6129],{"type":51,"value":505},{"type":45,"tag":200,"props":6131,"children":6132},{"style":508},[6133],{"type":51,"value":6134},"s-spinner",{"type":45,"tag":200,"props":6136,"children":6137},{"style":514},[6138],{"type":51,"value":813},{"type":45,"tag":200,"props":6140,"children":6141},{"style":502},[6142],{"type":51,"value":522},{"type":45,"tag":200,"props":6144,"children":6145},{"style":502},[6146],{"type":51,"value":527},{"type":45,"tag":200,"props":6148,"children":6149},{"style":212},[6150],{"type":51,"value":682},{"type":45,"tag":200,"props":6152,"children":6153},{"style":502},[6154],{"type":51,"value":527},{"type":45,"tag":200,"props":6156,"children":6157},{"style":514},[6158],{"type":51,"value":1417},{"type":45,"tag":200,"props":6160,"children":6161},{"style":502},[6162],{"type":51,"value":522},{"type":45,"tag":200,"props":6164,"children":6165},{"style":502},[6166],{"type":51,"value":527},{"type":45,"tag":200,"props":6168,"children":6169},{"style":212},[6170],{"type":51,"value":6171},"Loading",{"type":45,"tag":200,"props":6173,"children":6174},{"style":502},[6175],{"type":51,"value":527},{"type":45,"tag":200,"props":6177,"children":6178},{"style":502},[6179],{"type":51,"value":721},{"type":45,"tag":200,"props":6181,"children":6182},{"style":508},[6183],{"type":51,"value":6134},{"type":45,"tag":200,"props":6185,"children":6186},{"style":502},[6187],{"type":51,"value":560},{"type":45,"tag":200,"props":6189,"children":6191},{"class":202,"line":6190},183,[6192,6196,6201,6205,6209,6213,6217,6221,6225,6229,6233,6237,6241,6246,6250,6254,6259],{"type":45,"tag":200,"props":6193,"children":6194},{"style":502},[6195],{"type":51,"value":505},{"type":45,"tag":200,"props":6197,"children":6198},{"style":508},[6199],{"type":51,"value":6200},"s-stack",{"type":45,"tag":200,"props":6202,"children":6203},{"style":514},[6204],{"type":51,"value":2464},{"type":45,"tag":200,"props":6206,"children":6207},{"style":502},[6208],{"type":51,"value":522},{"type":45,"tag":200,"props":6210,"children":6211},{"style":502},[6212],{"type":51,"value":527},{"type":45,"tag":200,"props":6214,"children":6215},{"style":212},[6216],{"type":51,"value":2477},{"type":45,"tag":200,"props":6218,"children":6219},{"style":502},[6220],{"type":51,"value":527},{"type":45,"tag":200,"props":6222,"children":6223},{"style":514},[6224],{"type":51,"value":2903},{"type":45,"tag":200,"props":6226,"children":6227},{"style":502},[6228],{"type":51,"value":522},{"type":45,"tag":200,"props":6230,"children":6231},{"style":502},[6232],{"type":51,"value":527},{"type":45,"tag":200,"props":6234,"children":6235},{"style":212},[6236],{"type":51,"value":682},{"type":45,"tag":200,"props":6238,"children":6239},{"style":502},[6240],{"type":51,"value":527},{"type":45,"tag":200,"props":6242,"children":6243},{"style":514},[6244],{"type":51,"value":6245}," alignItems",{"type":45,"tag":200,"props":6247,"children":6248},{"style":502},[6249],{"type":51,"value":522},{"type":45,"tag":200,"props":6251,"children":6252},{"style":502},[6253],{"type":51,"value":527},{"type":45,"tag":200,"props":6255,"children":6256},{"style":212},[6257],{"type":51,"value":6258},"center",{"type":45,"tag":200,"props":6260,"children":6261},{"style":502},[6262],{"type":51,"value":634},{"type":45,"tag":200,"props":6264,"children":6266},{"class":202,"line":6265},184,[6267,6271,6275,6279,6284,6288,6292,6296,6300,6304,6309,6313,6317,6321],{"type":45,"tag":200,"props":6268,"children":6269},{"style":502},[6270],{"type":51,"value":1201},{"type":45,"tag":200,"props":6272,"children":6273},{"style":508},[6274],{"type":51,"value":2102},{"type":45,"tag":200,"props":6276,"children":6277},{"style":502},[6278],{"type":51,"value":541},{"type":45,"tag":200,"props":6280,"children":6281},{"style":544},[6282],{"type":51,"value":6283},"Item 1",{"type":45,"tag":200,"props":6285,"children":6286},{"style":502},[6287],{"type":51,"value":551},{"type":45,"tag":200,"props":6289,"children":6290},{"style":508},[6291],{"type":51,"value":2102},{"type":45,"tag":200,"props":6293,"children":6294},{"style":502},[6295],{"type":51,"value":2937},{"type":45,"tag":200,"props":6297,"children":6298},{"style":508},[6299],{"type":51,"value":2102},{"type":45,"tag":200,"props":6301,"children":6302},{"style":502},[6303],{"type":51,"value":541},{"type":45,"tag":200,"props":6305,"children":6306},{"style":544},[6307],{"type":51,"value":6308},"Item 2",{"type":45,"tag":200,"props":6310,"children":6311},{"style":502},[6312],{"type":51,"value":551},{"type":45,"tag":200,"props":6314,"children":6315},{"style":508},[6316],{"type":51,"value":2102},{"type":45,"tag":200,"props":6318,"children":6319},{"style":502},[6320],{"type":51,"value":721},{"type":45,"tag":200,"props":6322,"children":6323},{"style":508},[6324],{"type":51,"value":6325},"s-stack\n",{"type":45,"tag":200,"props":6327,"children":6329},{"class":202,"line":6328},185,[6330],{"type":45,"tag":200,"props":6331,"children":6332},{"style":502},[6333],{"type":51,"value":560},{"type":45,"tag":200,"props":6335,"children":6337},{"class":202,"line":6336},186,[6338,6342,6347,6351,6355,6359,6364,6368,6372,6376,6380,6385,6389,6394,6398,6402],{"type":45,"tag":200,"props":6339,"children":6340},{"style":502},[6341],{"type":51,"value":505},{"type":45,"tag":200,"props":6343,"children":6344},{"style":508},[6345],{"type":51,"value":6346},"s-switch",{"type":45,"tag":200,"props":6348,"children":6349},{"style":514},[6350],{"type":51,"value":1326},{"type":45,"tag":200,"props":6352,"children":6353},{"style":502},[6354],{"type":51,"value":522},{"type":45,"tag":200,"props":6356,"children":6357},{"style":502},[6358],{"type":51,"value":527},{"type":45,"tag":200,"props":6360,"children":6361},{"style":212},[6362],{"type":51,"value":6363},"Enable",{"type":45,"tag":200,"props":6365,"children":6366},{"style":502},[6367],{"type":51,"value":527},{"type":45,"tag":200,"props":6369,"children":6370},{"style":514},[6371],{"type":51,"value":1348},{"type":45,"tag":200,"props":6373,"children":6374},{"style":502},[6375],{"type":51,"value":522},{"type":45,"tag":200,"props":6377,"children":6378},{"style":502},[6379],{"type":51,"value":527},{"type":45,"tag":200,"props":6381,"children":6382},{"style":212},[6383],{"type":51,"value":6384},"enabled",{"type":45,"tag":200,"props":6386,"children":6387},{"style":502},[6388],{"type":51,"value":527},{"type":45,"tag":200,"props":6390,"children":6391},{"style":514},[6392],{"type":51,"value":6393}," checked",{"type":45,"tag":200,"props":6395,"children":6396},{"style":502},[6397],{"type":51,"value":721},{"type":45,"tag":200,"props":6399,"children":6400},{"style":508},[6401],{"type":51,"value":6346},{"type":45,"tag":200,"props":6403,"children":6404},{"style":502},[6405],{"type":51,"value":560},{"type":45,"tag":200,"props":6407,"children":6409},{"class":202,"line":6408},187,[6410,6414,6418,6422,6426,6430,6434,6438,6442,6446,6450,6455,6459,6463,6467,6471,6475,6479,6483,6488,6492,6496],{"type":45,"tag":200,"props":6411,"children":6412},{"style":502},[6413],{"type":51,"value":505},{"type":45,"tag":200,"props":6415,"children":6416},{"style":508},[6417],{"type":51,"value":2102},{"type":45,"tag":200,"props":6419,"children":6420},{"style":514},[6421],{"type":51,"value":1141},{"type":45,"tag":200,"props":6423,"children":6424},{"style":502},[6425],{"type":51,"value":522},{"type":45,"tag":200,"props":6427,"children":6428},{"style":502},[6429],{"type":51,"value":527},{"type":45,"tag":200,"props":6431,"children":6432},{"style":212},[6433],{"type":51,"value":146},{"type":45,"tag":200,"props":6435,"children":6436},{"style":502},[6437],{"type":51,"value":527},{"type":45,"tag":200,"props":6439,"children":6440},{"style":514},[6441],{"type":51,"value":748},{"type":45,"tag":200,"props":6443,"children":6444},{"style":502},[6445],{"type":51,"value":522},{"type":45,"tag":200,"props":6447,"children":6448},{"style":502},[6449],{"type":51,"value":527},{"type":45,"tag":200,"props":6451,"children":6452},{"style":212},[6453],{"type":51,"value":6454},"success",{"type":45,"tag":200,"props":6456,"children":6457},{"style":502},[6458],{"type":51,"value":527},{"type":45,"tag":200,"props":6460,"children":6461},{"style":514},[6462],{"type":51,"value":770},{"type":45,"tag":200,"props":6464,"children":6465},{"style":502},[6466],{"type":51,"value":522},{"type":45,"tag":200,"props":6468,"children":6469},{"style":502},[6470],{"type":51,"value":527},{"type":45,"tag":200,"props":6472,"children":6473},{"style":212},[6474],{"type":51,"value":682},{"type":45,"tag":200,"props":6476,"children":6477},{"style":502},[6478],{"type":51,"value":527},{"type":45,"tag":200,"props":6480,"children":6481},{"style":502},[6482],{"type":51,"value":541},{"type":45,"tag":200,"props":6484,"children":6485},{"style":544},[6486],{"type":51,"value":6487},"Styled text",{"type":45,"tag":200,"props":6489,"children":6490},{"style":502},[6491],{"type":51,"value":551},{"type":45,"tag":200,"props":6493,"children":6494},{"style":508},[6495],{"type":51,"value":2102},{"type":45,"tag":200,"props":6497,"children":6498},{"style":502},[6499],{"type":51,"value":560},{"type":45,"tag":200,"props":6501,"children":6503},{"class":202,"line":6502},188,[6504,6508],{"type":45,"tag":200,"props":6505,"children":6506},{"style":502},[6507],{"type":51,"value":505},{"type":45,"tag":200,"props":6509,"children":6510},{"style":508},[6511],{"type":51,"value":6512},"s-text-area\n",{"type":45,"tag":200,"props":6514,"children":6516},{"class":202,"line":6515},189,[6517,6521,6525,6529,6533],{"type":45,"tag":200,"props":6518,"children":6519},{"style":514},[6520],{"type":51,"value":1865},{"type":45,"tag":200,"props":6522,"children":6523},{"style":502},[6524],{"type":51,"value":522},{"type":45,"tag":200,"props":6526,"children":6527},{"style":502},[6528],{"type":51,"value":527},{"type":45,"tag":200,"props":6530,"children":6531},{"style":212},[6532],{"type":51,"value":3208},{"type":45,"tag":200,"props":6534,"children":6535},{"style":502},[6536],{"type":51,"value":634},{"type":45,"tag":200,"props":6538,"children":6540},{"class":202,"line":6539},190,[6541,6545,6549,6553,6558],{"type":45,"tag":200,"props":6542,"children":6543},{"style":514},[6544],{"type":51,"value":1891},{"type":45,"tag":200,"props":6546,"children":6547},{"style":502},[6548],{"type":51,"value":522},{"type":45,"tag":200,"props":6550,"children":6551},{"style":502},[6552],{"type":51,"value":527},{"type":45,"tag":200,"props":6554,"children":6555},{"style":212},[6556],{"type":51,"value":6557},"desc",{"type":45,"tag":200,"props":6559,"children":6560},{"style":502},[6561],{"type":51,"value":634},{"type":45,"tag":200,"props":6563,"children":6565},{"class":202,"line":6564},191,[6566,6571,6575,6579,6584],{"type":45,"tag":200,"props":6567,"children":6568},{"style":514},[6569],{"type":51,"value":6570},"  rows",{"type":45,"tag":200,"props":6572,"children":6573},{"style":502},[6574],{"type":51,"value":522},{"type":45,"tag":200,"props":6576,"children":6577},{"style":502},[6578],{"type":51,"value":527},{"type":45,"tag":200,"props":6580,"children":6581},{"style":212},[6582],{"type":51,"value":6583},"{4}",{"type":45,"tag":200,"props":6585,"children":6586},{"style":502},[6587],{"type":51,"value":634},{"type":45,"tag":200,"props":6589,"children":6591},{"class":202,"line":6590},192,[6592,6597,6601,6605,6610],{"type":45,"tag":200,"props":6593,"children":6594},{"style":514},[6595],{"type":51,"value":6596},"  maxLength",{"type":45,"tag":200,"props":6598,"children":6599},{"style":502},[6600],{"type":51,"value":522},{"type":45,"tag":200,"props":6602,"children":6603},{"style":502},[6604],{"type":51,"value":527},{"type":45,"tag":200,"props":6606,"children":6607},{"style":212},[6608],{"type":51,"value":6609},"{500}",{"type":45,"tag":200,"props":6611,"children":6612},{"style":502},[6613],{"type":51,"value":634},{"type":45,"tag":200,"props":6615,"children":6617},{"class":202,"line":6616},193,[6618,6622,6627],{"type":45,"tag":200,"props":6619,"children":6620},{"style":502},[6621],{"type":51,"value":721},{"type":45,"tag":200,"props":6623,"children":6624},{"style":508},[6625],{"type":51,"value":6626},"s-text-area",{"type":45,"tag":200,"props":6628,"children":6629},{"style":502},[6630],{"type":51,"value":560},{"type":45,"tag":200,"props":6632,"children":6634},{"class":202,"line":6633},194,[6635,6639,6643,6647,6651,6655,6659,6663,6667,6671,6675,6679,6683,6687,6691,6695,6700,6704,6709,6713,6717],{"type":45,"tag":200,"props":6636,"children":6637},{"style":502},[6638],{"type":51,"value":505},{"type":45,"tag":200,"props":6640,"children":6641},{"style":508},[6642],{"type":51,"value":2747},{"type":45,"tag":200,"props":6644,"children":6645},{"style":514},[6646],{"type":51,"value":1326},{"type":45,"tag":200,"props":6648,"children":6649},{"style":502},[6650],{"type":51,"value":522},{"type":45,"tag":200,"props":6652,"children":6653},{"style":502},[6654],{"type":51,"value":527},{"type":45,"tag":200,"props":6656,"children":6657},{"style":212},[6658],{"type":51,"value":2764},{"type":45,"tag":200,"props":6660,"children":6661},{"style":502},[6662],{"type":51,"value":527},{"type":45,"tag":200,"props":6664,"children":6665},{"style":514},[6666],{"type":51,"value":1348},{"type":45,"tag":200,"props":6668,"children":6669},{"style":502},[6670],{"type":51,"value":522},{"type":45,"tag":200,"props":6672,"children":6673},{"style":502},[6674],{"type":51,"value":527},{"type":45,"tag":200,"props":6676,"children":6677},{"style":212},[6678],{"type":51,"value":2785},{"type":45,"tag":200,"props":6680,"children":6681},{"style":502},[6682],{"type":51,"value":527},{"type":45,"tag":200,"props":6684,"children":6685},{"style":514},[6686],{"type":51,"value":791},{"type":45,"tag":200,"props":6688,"children":6689},{"style":502},[6690],{"type":51,"value":522},{"type":45,"tag":200,"props":6692,"children":6693},{"style":502},[6694],{"type":51,"value":527},{"type":45,"tag":200,"props":6696,"children":6697},{"style":212},[6698],{"type":51,"value":6699},"profile",{"type":45,"tag":200,"props":6701,"children":6702},{"style":502},[6703],{"type":51,"value":527},{"type":45,"tag":200,"props":6705,"children":6706},{"style":514},[6707],{"type":51,"value":6708}," required",{"type":45,"tag":200,"props":6710,"children":6711},{"style":502},[6712],{"type":51,"value":721},{"type":45,"tag":200,"props":6714,"children":6715},{"style":508},[6716],{"type":51,"value":2747},{"type":45,"tag":200,"props":6718,"children":6719},{"style":502},[6720],{"type":51,"value":560},{"type":45,"tag":200,"props":6722,"children":6724},{"class":202,"line":6723},195,[6725,6729,6734,6739,6743,6747,6752,6756,6760,6765,6769,6773],{"type":45,"tag":200,"props":6726,"children":6727},{"style":502},[6728],{"type":51,"value":505},{"type":45,"tag":200,"props":6730,"children":6731},{"style":508},[6732],{"type":51,"value":6733},"s-time",{"type":45,"tag":200,"props":6735,"children":6736},{"style":514},[6737],{"type":51,"value":6738}," dateTime",{"type":45,"tag":200,"props":6740,"children":6741},{"style":502},[6742],{"type":51,"value":522},{"type":45,"tag":200,"props":6744,"children":6745},{"style":502},[6746],{"type":51,"value":527},{"type":45,"tag":200,"props":6748,"children":6749},{"style":212},[6750],{"type":51,"value":6751},"2025-03-15T10:30:00Z",{"type":45,"tag":200,"props":6753,"children":6754},{"style":502},[6755],{"type":51,"value":527},{"type":45,"tag":200,"props":6757,"children":6758},{"style":502},[6759],{"type":51,"value":541},{"type":45,"tag":200,"props":6761,"children":6762},{"style":544},[6763],{"type":51,"value":6764},"March 15, 2025",{"type":45,"tag":200,"props":6766,"children":6767},{"style":502},[6768],{"type":51,"value":551},{"type":45,"tag":200,"props":6770,"children":6771},{"style":508},[6772],{"type":51,"value":6733},{"type":45,"tag":200,"props":6774,"children":6775},{"style":502},[6776],{"type":51,"value":560},{"type":45,"tag":200,"props":6778,"children":6780},{"class":202,"line":6779},196,[6781,6785,6789,6793,6797,6801,6805,6809,6814,6818,6822,6827,6831,6835],{"type":45,"tag":200,"props":6782,"children":6783},{"style":502},[6784],{"type":51,"value":505},{"type":45,"tag":200,"props":6786,"children":6787},{"style":508},[6788],{"type":51,"value":3076},{"type":45,"tag":200,"props":6790,"children":6791},{"style":514},[6792],{"type":51,"value":1141},{"type":45,"tag":200,"props":6794,"children":6795},{"style":502},[6796],{"type":51,"value":522},{"type":45,"tag":200,"props":6798,"children":6799},{"style":502},[6800],{"type":51,"value":527},{"type":45,"tag":200,"props":6802,"children":6803},{"style":212},[6804],{"type":51,"value":912},{"type":45,"tag":200,"props":6806,"children":6807},{"style":502},[6808],{"type":51,"value":527},{"type":45,"tag":200,"props":6810,"children":6811},{"style":514},[6812],{"type":51,"value":6813}," interestFor",{"type":45,"tag":200,"props":6815,"children":6816},{"style":502},[6817],{"type":51,"value":522},{"type":45,"tag":200,"props":6819,"children":6820},{"style":502},[6821],{"type":51,"value":527},{"type":45,"tag":200,"props":6823,"children":6824},{"style":212},[6825],{"type":51,"value":6826},"my-tip",{"type":45,"tag":200,"props":6828,"children":6829},{"style":502},[6830],{"type":51,"value":527},{"type":45,"tag":200,"props":6832,"children":6833},{"style":502},[6834],{"type":51,"value":721},{"type":45,"tag":200,"props":6836,"children":6837},{"style":508},[6838],{"type":51,"value":6839},"s-icon\n",{"type":45,"tag":200,"props":6841,"children":6843},{"class":202,"line":6842},197,[6844,6848,6853,6857,6861,6865,6869,6873,6877,6882,6886,6890],{"type":45,"tag":200,"props":6845,"children":6846},{"style":502},[6847],{"type":51,"value":2937},{"type":45,"tag":200,"props":6849,"children":6850},{"style":508},[6851],{"type":51,"value":6852},"s-tooltip",{"type":45,"tag":200,"props":6854,"children":6855},{"style":514},[6856],{"type":51,"value":3885},{"type":45,"tag":200,"props":6858,"children":6859},{"style":502},[6860],{"type":51,"value":522},{"type":45,"tag":200,"props":6862,"children":6863},{"style":502},[6864],{"type":51,"value":527},{"type":45,"tag":200,"props":6866,"children":6867},{"style":212},[6868],{"type":51,"value":6826},{"type":45,"tag":200,"props":6870,"children":6871},{"style":502},[6872],{"type":51,"value":527},{"type":45,"tag":200,"props":6874,"children":6875},{"style":502},[6876],{"type":51,"value":541},{"type":45,"tag":200,"props":6878,"children":6879},{"style":544},[6880],{"type":51,"value":6881},"Hover for info",{"type":45,"tag":200,"props":6883,"children":6884},{"style":502},[6885],{"type":51,"value":551},{"type":45,"tag":200,"props":6887,"children":6888},{"style":508},[6889],{"type":51,"value":6852},{"type":45,"tag":200,"props":6891,"children":6892},{"style":502},[6893],{"type":51,"value":560},{"type":45,"tag":200,"props":6895,"children":6897},{"class":202,"line":6896},198,[6898,6902],{"type":45,"tag":200,"props":6899,"children":6900},{"style":502},[6901],{"type":51,"value":505},{"type":45,"tag":200,"props":6903,"children":6904},{"style":508},[6905],{"type":51,"value":6906},"s-unordered-list\n",{"type":45,"tag":200,"props":6908,"children":6910},{"class":202,"line":6909},199,[6911,6915,6919,6923,6928,6932],{"type":45,"tag":200,"props":6912,"children":6913},{"style":502},[6914],{"type":51,"value":1201},{"type":45,"tag":200,"props":6916,"children":6917},{"style":508},[6918],{"type":51,"value":4448},{"type":45,"tag":200,"props":6920,"children":6921},{"style":502},[6922],{"type":51,"value":541},{"type":45,"tag":200,"props":6924,"children":6925},{"style":544},[6926],{"type":51,"value":6927},"Item A",{"type":45,"tag":200,"props":6929,"children":6930},{"style":502},[6931],{"type":51,"value":551},{"type":45,"tag":200,"props":6933,"children":6934},{"style":508},[6935],{"type":51,"value":4466},{"type":45,"tag":200,"props":6937,"children":6939},{"class":202,"line":6938},200,[6940,6944,6948,6952,6957,6961,6965,6969],{"type":45,"tag":200,"props":6941,"children":6942},{"style":502},[6943],{"type":51,"value":1201},{"type":45,"tag":200,"props":6945,"children":6946},{"style":508},[6947],{"type":51,"value":4448},{"type":45,"tag":200,"props":6949,"children":6950},{"style":502},[6951],{"type":51,"value":541},{"type":45,"tag":200,"props":6953,"children":6954},{"style":544},[6955],{"type":51,"value":6956},"Item B",{"type":45,"tag":200,"props":6958,"children":6959},{"style":502},[6960],{"type":51,"value":551},{"type":45,"tag":200,"props":6962,"children":6963},{"style":508},[6964],{"type":51,"value":4448},{"type":45,"tag":200,"props":6966,"children":6967},{"style":502},[6968],{"type":51,"value":721},{"type":45,"tag":200,"props":6970,"children":6971},{"style":508},[6972],{"type":51,"value":6906},{"type":45,"tag":200,"props":6974,"children":6976},{"class":202,"line":6975},201,[6977],{"type":45,"tag":200,"props":6978,"children":6979},{"style":502},[6980],{"type":51,"value":560},{"type":45,"tag":200,"props":6982,"children":6984},{"class":202,"line":6983},202,[6985,6989,6994,6998,7002,7006,7011,7015,7019,7023,7027,7032,7036,7040,7044,7048,7052,7056,7060,7064],{"type":45,"tag":200,"props":6986,"children":6987},{"style":502},[6988],{"type":51,"value":505},{"type":45,"tag":200,"props":6990,"children":6991},{"style":508},[6992],{"type":51,"value":6993},"s-url-field",{"type":45,"tag":200,"props":6995,"children":6996},{"style":514},[6997],{"type":51,"value":1326},{"type":45,"tag":200,"props":6999,"children":7000},{"style":502},[7001],{"type":51,"value":522},{"type":45,"tag":200,"props":7003,"children":7004},{"style":502},[7005],{"type":51,"value":527},{"type":45,"tag":200,"props":7007,"children":7008},{"style":212},[7009],{"type":51,"value":7010},"Website",{"type":45,"tag":200,"props":7012,"children":7013},{"style":502},[7014],{"type":51,"value":527},{"type":45,"tag":200,"props":7016,"children":7017},{"style":514},[7018],{"type":51,"value":1348},{"type":45,"tag":200,"props":7020,"children":7021},{"style":502},[7022],{"type":51,"value":522},{"type":45,"tag":200,"props":7024,"children":7025},{"style":502},[7026],{"type":51,"value":527},{"type":45,"tag":200,"props":7028,"children":7029},{"style":212},[7030],{"type":51,"value":7031},"url",{"type":45,"tag":200,"props":7033,"children":7034},{"style":502},[7035],{"type":51,"value":527},{"type":45,"tag":200,"props":7037,"children":7038},{"style":514},[7039],{"type":51,"value":4989},{"type":45,"tag":200,"props":7041,"children":7042},{"style":502},[7043],{"type":51,"value":522},{"type":45,"tag":200,"props":7045,"children":7046},{"style":502},[7047],{"type":51,"value":527},{"type":45,"tag":200,"props":7049,"children":7050},{"style":212},[7051],{"type":51,"value":7031},{"type":45,"tag":200,"props":7053,"children":7054},{"style":502},[7055],{"type":51,"value":527},{"type":45,"tag":200,"props":7057,"children":7058},{"style":502},[7059],{"type":51,"value":721},{"type":45,"tag":200,"props":7061,"children":7062},{"style":508},[7063],{"type":51,"value":6993},{"type":45,"tag":200,"props":7065,"children":7066},{"style":502},[7067],{"type":51,"value":560},{"type":45,"tag":46,"props":7069,"children":7071},{"id":7070},"imports",[7072],{"type":51,"value":7073},"Imports",{"type":45,"tag":54,"props":7075,"children":7076},{},[7077],{"type":51,"value":7078},"Use the Preact entry point:",{"type":45,"tag":190,"props":7080,"children":7084},{"className":7081,"code":7082,"language":7083,"meta":194,"style":194},"language-tsx shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","import \"@shopify\u002Fui-extensions\u002Fpreact\";\nimport { render } from \"preact\";\n","tsx",[7085],{"type":45,"tag":60,"props":7086,"children":7087},{"__ignoreMap":194},[7088,7116],{"type":45,"tag":200,"props":7089,"children":7090},{"class":202,"line":203},[7091,7097,7102,7107,7111],{"type":45,"tag":200,"props":7092,"children":7094},{"style":7093},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[7095],{"type":51,"value":7096},"import",{"type":45,"tag":200,"props":7098,"children":7099},{"style":502},[7100],{"type":51,"value":7101}," \"",{"type":45,"tag":200,"props":7103,"children":7104},{"style":212},[7105],{"type":51,"value":7106},"@shopify\u002Fui-extensions\u002Fpreact",{"type":45,"tag":200,"props":7108,"children":7109},{"style":502},[7110],{"type":51,"value":527},{"type":45,"tag":200,"props":7112,"children":7113},{"style":502},[7114],{"type":51,"value":7115},";\n",{"type":45,"tag":200,"props":7117,"children":7118},{"class":202,"line":563},[7119,7123,7128,7133,7138,7143,7147,7152,7156],{"type":45,"tag":200,"props":7120,"children":7121},{"style":7093},[7122],{"type":51,"value":7096},{"type":45,"tag":200,"props":7124,"children":7125},{"style":502},[7126],{"type":51,"value":7127}," {",{"type":45,"tag":200,"props":7129,"children":7130},{"style":544},[7131],{"type":51,"value":7132}," render",{"type":45,"tag":200,"props":7134,"children":7135},{"style":502},[7136],{"type":51,"value":7137}," }",{"type":45,"tag":200,"props":7139,"children":7140},{"style":7093},[7141],{"type":51,"value":7142}," from",{"type":45,"tag":200,"props":7144,"children":7145},{"style":502},[7146],{"type":51,"value":7101},{"type":45,"tag":200,"props":7148,"children":7149},{"style":212},[7150],{"type":51,"value":7151},"preact",{"type":45,"tag":200,"props":7153,"children":7154},{"style":502},[7155],{"type":51,"value":527},{"type":45,"tag":200,"props":7157,"children":7158},{"style":502},[7159],{"type":51,"value":7115},{"type":45,"tag":7161,"props":7162,"children":7164},"h3",{"id":7163},"polaris-web-components-s-banner-s-badge-etc",[7165,7167,7172,7174,7179],{"type":51,"value":7166},"Polaris web components (",{"type":45,"tag":60,"props":7168,"children":7170},{"className":7169},[],[7171],{"type":51,"value":873},{"type":51,"value":7173},", ",{"type":45,"tag":60,"props":7175,"children":7177},{"className":7176},[],[7178],{"type":51,"value":743},{"type":51,"value":7180},", etc.)",{"type":45,"tag":54,"props":7182,"children":7183},{},[7184,7186,7192,7194,7199],{"type":51,"value":7185},"Polaris web components are custom HTML elements with an ",{"type":45,"tag":60,"props":7187,"children":7189},{"className":7188},[],[7190],{"type":51,"value":7191},"s-",{"type":51,"value":7193}," prefix. These are globally registered and require ",{"type":45,"tag":146,"props":7195,"children":7196},{},[7197],{"type":51,"value":7198},"no import statement",{"type":51,"value":7200},". Use them directly as JSX tags:",{"type":45,"tag":190,"props":7202,"children":7204},{"className":7081,"code":7203,"language":7083,"meta":194,"style":194},"\u002F\u002F No import needed — s-banner, s-badge, s-button, etc. are globally available\n\u003Cs-banner tone=\"info\">Welcome back\u003C\u002Fs-banner>\n\u003Cs-badge tone=\"success\">Order placed\u003C\u002Fs-badge>\n",[7205],{"type":45,"tag":60,"props":7206,"children":7207},{"__ignoreMap":194},[7208,7217,7269],{"type":45,"tag":200,"props":7209,"children":7210},{"class":202,"line":203},[7211],{"type":45,"tag":200,"props":7212,"children":7214},{"style":7213},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[7215],{"type":51,"value":7216},"\u002F\u002F No import needed — s-banner, s-badge, s-button, etc. are globally available\n",{"type":45,"tag":200,"props":7218,"children":7219},{"class":202,"line":563},[7220,7224,7228,7232,7236,7240,7244,7248,7252,7257,7261,7265],{"type":45,"tag":200,"props":7221,"children":7222},{"style":502},[7223],{"type":51,"value":505},{"type":45,"tag":200,"props":7225,"children":7226},{"style":207},[7227],{"type":51,"value":873},{"type":45,"tag":200,"props":7229,"children":7230},{"style":514},[7231],{"type":51,"value":748},{"type":45,"tag":200,"props":7233,"children":7234},{"style":502},[7235],{"type":51,"value":522},{"type":45,"tag":200,"props":7237,"children":7238},{"style":502},[7239],{"type":51,"value":527},{"type":45,"tag":200,"props":7241,"children":7242},{"style":212},[7243],{"type":51,"value":912},{"type":45,"tag":200,"props":7245,"children":7246},{"style":502},[7247],{"type":51,"value":527},{"type":45,"tag":200,"props":7249,"children":7250},{"style":502},[7251],{"type":51,"value":541},{"type":45,"tag":200,"props":7253,"children":7254},{"style":544},[7255],{"type":51,"value":7256},"Welcome back",{"type":45,"tag":200,"props":7258,"children":7259},{"style":502},[7260],{"type":51,"value":551},{"type":45,"tag":200,"props":7262,"children":7263},{"style":207},[7264],{"type":51,"value":873},{"type":45,"tag":200,"props":7266,"children":7267},{"style":502},[7268],{"type":51,"value":560},{"type":45,"tag":200,"props":7270,"children":7271},{"class":202,"line":597},[7272,7276,7280,7284,7288,7292,7296,7300,7304,7309,7313,7317],{"type":45,"tag":200,"props":7273,"children":7274},{"style":502},[7275],{"type":51,"value":505},{"type":45,"tag":200,"props":7277,"children":7278},{"style":207},[7279],{"type":51,"value":743},{"type":45,"tag":200,"props":7281,"children":7282},{"style":514},[7283],{"type":51,"value":748},{"type":45,"tag":200,"props":7285,"children":7286},{"style":502},[7287],{"type":51,"value":522},{"type":45,"tag":200,"props":7289,"children":7290},{"style":502},[7291],{"type":51,"value":527},{"type":45,"tag":200,"props":7293,"children":7294},{"style":212},[7295],{"type":51,"value":6454},{"type":45,"tag":200,"props":7297,"children":7298},{"style":502},[7299],{"type":51,"value":527},{"type":45,"tag":200,"props":7301,"children":7302},{"style":502},[7303],{"type":51,"value":541},{"type":45,"tag":200,"props":7305,"children":7306},{"style":544},[7307],{"type":51,"value":7308},"Order placed",{"type":45,"tag":200,"props":7310,"children":7311},{"style":502},[7312],{"type":51,"value":551},{"type":45,"tag":200,"props":7314,"children":7315},{"style":207},[7316],{"type":51,"value":743},{"type":45,"tag":200,"props":7318,"children":7319},{"style":502},[7320],{"type":51,"value":560},{"type":45,"tag":54,"props":7322,"children":7323},{},[7324,7326,7331,7332,7337,7338,7343,7344,7349],{"type":51,"value":7325},"When the user asks for Polaris web components (e.g. ",{"type":45,"tag":60,"props":7327,"children":7329},{"className":7328},[],[7330],{"type":51,"value":873},{"type":51,"value":7173},{"type":45,"tag":60,"props":7333,"children":7335},{"className":7334},[],[7336],{"type":51,"value":743},{"type":51,"value":7173},{"type":45,"tag":60,"props":7339,"children":7341},{"className":7340},[],[7342],{"type":51,"value":1093},{"type":51,"value":7173},{"type":45,"tag":60,"props":7345,"children":7347},{"className":7346},[],[7348],{"type":51,"value":2102},{"type":51,"value":7350},"), use the web component tag syntax above.",{"type":45,"tag":54,"props":7352,"children":7353},{},[7354],{"type":45,"tag":146,"props":7355,"children":7356},{},[7357],{"type":51,"value":7358},"Web component attribute rules:",{"type":45,"tag":261,"props":7360,"children":7361},{},[7362,7411,7500],{"type":45,"tag":73,"props":7363,"children":7364},{},[7365,7367,7372,7374,7380,7381,7387,7388,7394,7396,7402,7403,7409],{"type":51,"value":7366},"Use ",{"type":45,"tag":146,"props":7368,"children":7369},{},[7370],{"type":51,"value":7371},"camelCase",{"type":51,"value":7373}," attribute names: ",{"type":45,"tag":60,"props":7375,"children":7377},{"className":7376},[],[7378],{"type":51,"value":7379},"alignItems",{"type":51,"value":7173},{"type":45,"tag":60,"props":7382,"children":7384},{"className":7383},[],[7385],{"type":51,"value":7386},"paddingBlock",{"type":51,"value":7173},{"type":45,"tag":60,"props":7389,"children":7391},{"className":7390},[],[7392],{"type":51,"value":7393},"borderRadius",{"type":51,"value":7395}," — NOT kebab-case (",{"type":45,"tag":60,"props":7397,"children":7399},{"className":7398},[],[7400],{"type":51,"value":7401},"align-items",{"type":51,"value":7173},{"type":45,"tag":60,"props":7404,"children":7406},{"className":7405},[],[7407],{"type":51,"value":7408},"padding-block",{"type":51,"value":7410},")",{"type":45,"tag":73,"props":7412,"children":7413},{},[7414,7419,7421,7427,7428,7434,7435,7441,7442,7448,7449,7455,7456,7462,7464,7470,7472],{"type":45,"tag":146,"props":7415,"children":7416},{},[7417],{"type":51,"value":7418},"Boolean attributes",{"type":51,"value":7420}," (",{"type":45,"tag":60,"props":7422,"children":7424},{"className":7423},[],[7425],{"type":51,"value":7426},"disabled",{"type":51,"value":7173},{"type":45,"tag":60,"props":7429,"children":7431},{"className":7430},[],[7432],{"type":51,"value":7433},"loading",{"type":51,"value":7173},{"type":45,"tag":60,"props":7436,"children":7438},{"className":7437},[],[7439],{"type":51,"value":7440},"dismissible",{"type":51,"value":7173},{"type":45,"tag":60,"props":7443,"children":7445},{"className":7444},[],[7446],{"type":51,"value":7447},"checked",{"type":51,"value":7173},{"type":45,"tag":60,"props":7450,"children":7452},{"className":7451},[],[7453],{"type":51,"value":7454},"defaultChecked",{"type":51,"value":7173},{"type":45,"tag":60,"props":7457,"children":7459},{"className":7458},[],[7460],{"type":51,"value":7461},"required",{"type":51,"value":7463},") accept shorthand or ",{"type":45,"tag":60,"props":7465,"children":7467},{"className":7466},[],[7468],{"type":51,"value":7469},"{expression}",{"type":51,"value":7471},":\n",{"type":45,"tag":261,"props":7473,"children":7474},{},[7475],{"type":45,"tag":73,"props":7476,"children":7477},{},[7478,7480,7486,7487,7493,7494],{"type":51,"value":7479},"✅ ",{"type":45,"tag":60,"props":7481,"children":7483},{"className":7482},[],[7484],{"type":51,"value":7485},"\u003Cs-checkbox checked={isSelected} \u002F>",{"type":51,"value":7173},{"type":45,"tag":60,"props":7488,"children":7490},{"className":7489},[],[7491],{"type":51,"value":7492},"\u003Cs-button disabled>",{"type":51,"value":7173},{"type":45,"tag":60,"props":7495,"children":7497},{"className":7496},[],[7498],{"type":51,"value":7499},"\u003Cs-banner dismissible>",{"type":45,"tag":73,"props":7501,"children":7502},{},[7503,7508,7509,7515,7516,7522,7523,7529,7530,7536,7537,7543,7544,7550,7551,7557,7558,7563,7565,7571,7572],{"type":45,"tag":146,"props":7504,"children":7505},{},[7506],{"type":51,"value":7507},"String keyword attributes",{"type":51,"value":7420},{"type":45,"tag":60,"props":7510,"children":7512},{"className":7511},[],[7513],{"type":51,"value":7514},"padding",{"type":51,"value":7173},{"type":45,"tag":60,"props":7517,"children":7519},{"className":7518},[],[7520],{"type":51,"value":7521},"gap",{"type":51,"value":7173},{"type":45,"tag":60,"props":7524,"children":7526},{"className":7525},[],[7527],{"type":51,"value":7528},"direction",{"type":51,"value":7173},{"type":45,"tag":60,"props":7531,"children":7533},{"className":7532},[],[7534],{"type":51,"value":7535},"tone",{"type":51,"value":7173},{"type":45,"tag":60,"props":7538,"children":7540},{"className":7539},[],[7541],{"type":51,"value":7542},"variant",{"type":51,"value":7173},{"type":45,"tag":60,"props":7545,"children":7547},{"className":7546},[],[7548],{"type":51,"value":7549},"size",{"type":51,"value":7173},{"type":45,"tag":60,"props":7552,"children":7554},{"className":7553},[],[7555],{"type":51,"value":7556},"background",{"type":51,"value":7173},{"type":45,"tag":60,"props":7559,"children":7561},{"className":7560},[],[7562],{"type":51,"value":7379},{"type":51,"value":7564},") must be string values — never shorthand or ",{"type":45,"tag":60,"props":7566,"children":7568},{"className":7567},[],[7569],{"type":51,"value":7570},"{true}",{"type":51,"value":7471},{"type":45,"tag":261,"props":7573,"children":7574},{},[7575,7599],{"type":45,"tag":73,"props":7576,"children":7577},{},[7578,7579,7585,7586,7592,7593],{"type":51,"value":7479},{"type":45,"tag":60,"props":7580,"children":7582},{"className":7581},[],[7583],{"type":51,"value":7584},"\u003Cs-box padding=\"base\">",{"type":51,"value":7173},{"type":45,"tag":60,"props":7587,"children":7589},{"className":7588},[],[7590],{"type":51,"value":7591},"\u003Cs-stack gap=\"loose\" direction=\"block\">",{"type":51,"value":7173},{"type":45,"tag":60,"props":7594,"children":7596},{"className":7595},[],[7597],{"type":51,"value":7598},"\u003Cs-badge tone=\"success\">",{"type":45,"tag":73,"props":7600,"children":7601},{},[7602,7604,7610,7611,7617],{"type":51,"value":7603},"❌ ",{"type":45,"tag":60,"props":7605,"children":7607},{"className":7606},[],[7608],{"type":51,"value":7609},"\u003Cs-box padding>",{"type":51,"value":7173},{"type":45,"tag":60,"props":7612,"children":7614},{"className":7613},[],[7615],{"type":51,"value":7616},"\u003Cs-stack gap={true}>",{"type":51,"value":7618}," — boolean shorthand on string props fails TypeScript",{"type":45,"tag":152,"props":7620,"children":7621},{},[],{"type":45,"tag":46,"props":7623,"children":7625},{"id":7624},"️-mandatory-search-before-writing-code",[7626],{"type":51,"value":7627},"⚠️ MANDATORY: Search Before Writing Code",{"type":45,"tag":54,"props":7629,"children":7630},{},[7631],{"type":51,"value":7632},"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":190,"props":7634,"children":7638},{"className":7635,"code":7637,"language":51},[7636],"language-text","scripts\u002Fsearch_docs.mjs \"\u003Ccomponent tag name>\" --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION\n",[7639],{"type":45,"tag":60,"props":7640,"children":7641},{"__ignoreMap":194},[7642],{"type":51,"value":7637},{"type":45,"tag":54,"props":7644,"children":7645},{},[7646,7648,7653],{"type":51,"value":7647},"Search for the ",{"type":45,"tag":146,"props":7649,"children":7650},{},[7651],{"type":51,"value":7652},"component tag name",{"type":51,"value":7654},", not the full user prompt.",{"type":45,"tag":54,"props":7656,"children":7657},{},[7658],{"type":51,"value":7659},"For example, if the user asks about customer account card:",{"type":45,"tag":190,"props":7661,"children":7664},{"className":7662,"code":7663,"language":51},[7636],"scripts\u002Fsearch_docs.mjs \"s-card customer-account\" --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION\n",[7665],{"type":45,"tag":60,"props":7666,"children":7667},{"__ignoreMap":194},[7668],{"type":51,"value":7663},{"type":45,"tag":46,"props":7670,"children":7672},{"id":7671},"️-mandatory-validate-before-returning-code",[7673],{"type":51,"value":7674},"⚠️ MANDATORY: Validate Before Returning Code",{"type":45,"tag":54,"props":7676,"children":7677},{},[7678,7680,7686],{"type":51,"value":7679},"You MUST run ",{"type":45,"tag":60,"props":7681,"children":7683},{"className":7682},[],[7684],{"type":51,"value":7685},"scripts\u002Fvalidate.mjs",{"type":51,"value":7687}," before returning any generated code to the user. Always include the instrumentation flags:",{"type":45,"tag":190,"props":7689,"children":7692},{"className":7690,"code":7691,"language":51},[7636],"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",[7693],{"type":45,"tag":60,"props":7694,"children":7695},{"__ignoreMap":194},[7696],{"type":51,"value":7691},{"type":45,"tag":54,"props":7698,"children":7699},{},[7700,7710,7712,7717,7719,7725],{"type":45,"tag":146,"props":7701,"children":7702},{},[7703,7708],{"type":45,"tag":60,"props":7704,"children":7706},{"className":7705},[],[7707],{"type":51,"value":121},{"type":51,"value":7709}," is required for customer-account extensions.",{"type":51,"value":7711}," Pass the extension target this code runs in (e.g. ",{"type":45,"tag":60,"props":7713,"children":7715},{"className":7714},[],[7716],{"type":51,"value":129},{"type":51,"value":7718},"). If you don't know which target applies, run ",{"type":45,"tag":60,"props":7720,"children":7722},{"className":7721},[],[7723],{"type":51,"value":7724},"scripts\u002Fsearch_docs.mjs \"extension targets\"",{"type":51,"value":7726}," 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":7728,"children":7729},{},[7730],{"type":45,"tag":146,"props":7731,"children":7732},{},[7733],{"type":51,"value":7734},"When validation fails, follow this loop:",{"type":45,"tag":69,"props":7736,"children":7737},{},[7738,7743,7757,7762,7774],{"type":45,"tag":73,"props":7739,"children":7740},{},[7741],{"type":51,"value":7742},"Read the error message carefully — identify the exact field, prop, or value that is wrong",{"type":45,"tag":73,"props":7744,"children":7745},{},[7746,7748],{"type":51,"value":7747},"If the error references a named type or says a value is not assignable, search for the correct values:\n",{"type":45,"tag":190,"props":7749,"children":7752},{"className":7750,"code":7751,"language":51},[7636],"scripts\u002Fsearch_docs.mjs \"\u003Ctype or prop name>\"\n",[7753],{"type":45,"tag":60,"props":7754,"children":7755},{"__ignoreMap":194},[7756],{"type":51,"value":7751},{"type":45,"tag":73,"props":7758,"children":7759},{},[7760],{"type":51,"value":7761},"Fix exactly the reported error using what the search returns",{"type":45,"tag":73,"props":7763,"children":7764},{},[7765,7767,7772],{"type":51,"value":7766},"Run ",{"type":45,"tag":60,"props":7768,"children":7770},{"className":7769},[],[7771],{"type":51,"value":7685},{"type":51,"value":7773}," again",{"type":45,"tag":73,"props":7775,"children":7776},{},[7777],{"type":51,"value":7778},"Retry up to 3 times total; after 3 failures, return the best attempt with an explanation",{"type":45,"tag":54,"props":7780,"children":7781},{},[7782],{"type":45,"tag":146,"props":7783,"children":7784},{},[7785],{"type":51,"value":7786},"Do not guess at valid values — always search first when the error names a type you don't know.",{"type":45,"tag":152,"props":7788,"children":7789},{},[],{"type":45,"tag":7791,"props":7792,"children":7793},"blockquote",{},[7794],{"type":45,"tag":54,"props":7795,"children":7796},{},[7797,7802,7804,7810,7812,7818,7820,7826],{"type":45,"tag":146,"props":7798,"children":7799},{},[7800],{"type":51,"value":7801},"Privacy notice:",{"type":51,"value":7803}," ",{"type":45,"tag":60,"props":7805,"children":7807},{"className":7806},[],[7808],{"type":51,"value":7809},"scripts\u002Fsearch_docs.mjs",{"type":51,"value":7811}," reports the search query, search response or error text, skill name\u002Fversion, and model\u002Fclient identifiers to Shopify (",{"type":45,"tag":60,"props":7813,"children":7815},{"className":7814},[],[7816],{"type":51,"value":7817},"shopify.dev\u002Fmcp\u002Fusage",{"type":51,"value":7819},") to help improve these tools. Set ",{"type":45,"tag":60,"props":7821,"children":7823},{"className":7822},[],[7824],{"type":51,"value":7825},"OPT_OUT_INSTRUMENTATION=true",{"type":51,"value":7827}," in your environment to opt out.",{"type":45,"tag":152,"props":7829,"children":7830},{},[],{"type":45,"tag":7791,"props":7832,"children":7833},{},[7834],{"type":45,"tag":54,"props":7835,"children":7836},{},[7837,7841,7842,7847,7849,7854,7855,7860],{"type":45,"tag":146,"props":7838,"children":7839},{},[7840],{"type":51,"value":7801},{"type":51,"value":7803},{"type":45,"tag":60,"props":7843,"children":7845},{"className":7844},[],[7846],{"type":51,"value":7685},{"type":51,"value":7848}," 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":7850,"children":7852},{"className":7851},[],[7853],{"type":51,"value":7817},{"type":51,"value":7819},{"type":45,"tag":60,"props":7856,"children":7858},{"className":7857},[],[7859],{"type":51,"value":7825},{"type":51,"value":7827},{"type":45,"tag":7862,"props":7863,"children":7864},"style",{},[7865],{"type":51,"value":7866},"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":7868,"total":7985},[7869,7887,7903,7915,7935,7953,7973],{"slug":7870,"name":7870,"fn":7871,"description":7872,"org":7873,"tags":7874,"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},[7875,7878,7881,7884],{"name":7876,"slug":7877,"type":15},"Accessibility","accessibility",{"name":7879,"slug":7880,"type":15},"Charts","charts",{"name":7882,"slug":7883,"type":15},"Data Visualization","data-visualization",{"name":7885,"slug":7886,"type":15},"Design","design",{"slug":7888,"name":7888,"fn":7889,"description":7890,"org":7891,"tags":7892,"stars":25,"repoUrl":26,"updatedAt":7902},"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},[7893,7896,7899],{"name":7894,"slug":7895,"type":15},"Agents","agents",{"name":7897,"slug":7898,"type":15},"Browser Automation","browser-automation",{"name":7900,"slug":7901,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":7904,"name":7904,"fn":7905,"description":7906,"org":7907,"tags":7908,"stars":25,"repoUrl":26,"updatedAt":7914},"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},[7909,7910,7913],{"name":7897,"slug":7898,"type":15},{"name":7911,"slug":7912,"type":15},"Local Development","local-development",{"name":7900,"slug":7901,"type":15},"2026-04-06T18:41:17.526867",{"slug":7916,"name":7916,"fn":7917,"description":7918,"org":7919,"tags":7920,"stars":25,"repoUrl":26,"updatedAt":7934},"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},[7921,7922,7925,7928,7931],{"name":7894,"slug":7895,"type":15},{"name":7923,"slug":7924,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":7926,"slug":7927,"type":15},"SDK","sdk",{"name":7929,"slug":7930,"type":15},"Serverless","serverless",{"name":7932,"slug":7933,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":7936,"name":7936,"fn":7937,"description":7938,"org":7939,"tags":7940,"stars":25,"repoUrl":26,"updatedAt":7952},"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},[7941,7942,7945,7948,7949],{"name":23,"slug":24,"type":15},{"name":7943,"slug":7944,"type":15},"React","react",{"name":7946,"slug":7947,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":20,"slug":21,"type":15},{"name":7950,"slug":7951,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":7954,"name":7954,"fn":7955,"description":7956,"org":7957,"tags":7958,"stars":25,"repoUrl":26,"updatedAt":7972},"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},[7959,7962,7965,7968,7971],{"name":7960,"slug":7961,"type":15},"AI Infrastructure","ai-infrastructure",{"name":7963,"slug":7964,"type":15},"Cost Optimization","cost-optimization",{"name":7966,"slug":7967,"type":15},"LLM","llm",{"name":7969,"slug":7970,"type":15},"Performance","performance",{"name":7950,"slug":7951,"type":15},"2026-04-06T18:40:44.377464",{"slug":7974,"name":7974,"fn":7975,"description":7976,"org":7977,"tags":7978,"stars":25,"repoUrl":26,"updatedAt":7984},"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},[7979,7980,7983],{"name":7963,"slug":7964,"type":15},{"name":7981,"slug":7982,"type":15},"Database","database",{"name":7966,"slug":7967,"type":15},"2026-04-06T18:41:08.513425",600,{"items":7987,"total":8184},[7988,8009,8032,8049,8065,8082,8101,8113,8127,8141,8153,8168],{"slug":7989,"name":7989,"fn":7990,"description":7991,"org":7992,"tags":7993,"stars":8006,"repoUrl":8007,"updatedAt":8008},"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},[7994,7997,8000,8003],{"name":7995,"slug":7996,"type":15},"Documents","documents",{"name":7998,"slug":7999,"type":15},"Healthcare","healthcare",{"name":8001,"slug":8002,"type":15},"Insurance","insurance",{"name":8004,"slug":8005,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":8010,"name":8010,"fn":8011,"description":8012,"org":8013,"tags":8014,"stars":8029,"repoUrl":8030,"updatedAt":8031},"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},[8015,8018,8020,8023,8026],{"name":8016,"slug":8017,"type":15},".NET","dotnet",{"name":8019,"slug":8010,"type":15},"ASP.NET Core",{"name":8021,"slug":8022,"type":15},"Blazor","blazor",{"name":8024,"slug":8025,"type":15},"C#","csharp",{"name":8027,"slug":8028,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":8033,"name":8033,"fn":8034,"description":8035,"org":8036,"tags":8037,"stars":8029,"repoUrl":8030,"updatedAt":8048},"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},[8038,8041,8044,8047],{"name":8039,"slug":8040,"type":15},"Apps SDK","apps-sdk",{"name":8042,"slug":8043,"type":15},"ChatGPT","chatgpt",{"name":8045,"slug":8046,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":8050,"name":8050,"fn":8051,"description":8052,"org":8053,"tags":8054,"stars":8029,"repoUrl":8030,"updatedAt":8064},"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},[8055,8058,8061],{"name":8056,"slug":8057,"type":15},"API Development","api-development",{"name":8059,"slug":8060,"type":15},"CLI","cli",{"name":8062,"slug":8063,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":8066,"name":8066,"fn":8067,"description":8068,"org":8069,"tags":8070,"stars":8029,"repoUrl":8030,"updatedAt":8081},"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},[8071,8074,8077,8078],{"name":8072,"slug":8073,"type":15},"Cloudflare","cloudflare",{"name":8075,"slug":8076,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":7923,"slug":7924,"type":15},{"name":8079,"slug":8080,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":8083,"name":8083,"fn":8084,"description":8085,"org":8086,"tags":8087,"stars":8029,"repoUrl":8030,"updatedAt":8100},"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},[8088,8091,8094,8097],{"name":8089,"slug":8090,"type":15},"Productivity","productivity",{"name":8092,"slug":8093,"type":15},"Project Management","project-management",{"name":8095,"slug":8096,"type":15},"Strategy","strategy",{"name":8098,"slug":8099,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":8102,"name":8102,"fn":8103,"description":8104,"org":8105,"tags":8106,"stars":8029,"repoUrl":8030,"updatedAt":8112},"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},[8107,8108,8110,8111],{"name":7885,"slug":7886,"type":15},{"name":8109,"slug":8102,"type":15},"Figma",{"name":23,"slug":24,"type":15},{"name":8045,"slug":8046,"type":15},"2026-04-12T05:06:47.939943",{"slug":8114,"name":8114,"fn":8115,"description":8116,"org":8117,"tags":8118,"stars":8029,"repoUrl":8030,"updatedAt":8126},"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},[8119,8120,8123,8124,8125],{"name":7885,"slug":7886,"type":15},{"name":8121,"slug":8122,"type":15},"Design System","design-system",{"name":8109,"slug":8102,"type":15},{"name":23,"slug":24,"type":15},{"name":20,"slug":21,"type":15},"2026-05-10T05:59:52.971881",{"slug":8128,"name":8128,"fn":8129,"description":8130,"org":8131,"tags":8132,"stars":8029,"repoUrl":8030,"updatedAt":8140},"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},[8133,8134,8135,8138,8139],{"name":7885,"slug":7886,"type":15},{"name":8121,"slug":8122,"type":15},{"name":8136,"slug":8137,"type":15},"Documentation","documentation",{"name":8109,"slug":8102,"type":15},{"name":23,"slug":24,"type":15},"2026-05-16T06:07:47.821474",{"slug":8142,"name":8142,"fn":8143,"description":8144,"org":8145,"tags":8146,"stars":8029,"repoUrl":8030,"updatedAt":8152},"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},[8147,8148,8149,8150,8151],{"name":7885,"slug":7886,"type":15},{"name":8109,"slug":8102,"type":15},{"name":23,"slug":24,"type":15},{"name":20,"slug":21,"type":15},{"name":8027,"slug":8028,"type":15},"2026-05-16T06:07:40.583615",{"slug":8154,"name":8154,"fn":8155,"description":8156,"org":8157,"tags":8158,"stars":8029,"repoUrl":8030,"updatedAt":8167},"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},[8159,8162,8163,8166],{"name":8160,"slug":8161,"type":15},"Animation","animation",{"name":8062,"slug":8063,"type":15},{"name":8164,"slug":8165,"type":15},"Creative","creative",{"name":7885,"slug":7886,"type":15},"2026-05-02T05:31:48.48485",{"slug":8169,"name":8169,"fn":8170,"description":8171,"org":8172,"tags":8173,"stars":8029,"repoUrl":8030,"updatedAt":8183},"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},[8174,8175,8176,8179,8182],{"name":8164,"slug":8165,"type":15},{"name":7885,"slug":7886,"type":15},{"name":8177,"slug":8178,"type":15},"Image Generation","image-generation",{"name":8180,"slug":8181,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]