[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-shopify-polaris-app-home":3,"mdc--vou122-key":36,"related-repo-openai-shopify-polaris-app-home":6579,"related-org-openai-shopify-polaris-app-home":6698},{"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-app-home","build Shopify admin app interfaces","Build your app's primary user interface embedded in the Shopify admin. If the prompt just mentions `Polaris` and you can't tell based off of the context what API they meant, assume they meant this API.",{"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-app-home","---\nname: shopify-polaris-app-home\ndescription: \"Build your app's primary user interface embedded in the Shopify admin. If the prompt just mentions `Polaris` and you can't tell based off of the context what API they meant, assume they meant this API.\"\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` — 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.)\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-app-home 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.\nPolaris App Home has a set of ready to use UI design patterns and templates for common use cases that you can use to build your app.\n\nversion: unversioned\n\n## APIs\n\n**Available APIs:** App, Config, Environment, Resource Fetching, ID Token, Intents, Loading, Modal API, Navigation, Picker, POS, Print, Resource Picker, Reviews, Save Bar, Scanner, Scopes, Share, Support, Toast, User, Web Vitals\n**React Hooks:** useAppBridge\n\n## Patterns\n\n**Compositions:** Account connection, App card, Callout card, Empty state, Footer help, Index table, Interstitial nav, Media card, Metrics card, Resource list, Setup guide\n**Templates:** Details, Homepage, Index, Settings\n\n## Guides\n\n**Available guides:** Using Polaris web components\n\nComponents available for Polaris App Home.\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```tsx\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=\"success\" color=\"base\" icon=\"check-circle\" size=\"base\"\n  >Fulfilled\u003C\u002Fs-badge\n>\n\u003Cs-banner heading=\"Important\" tone=\"info\" dismissible>Message content\u003C\u002Fs-banner>\n\u003Cs-box padding=\"base\" background=\"subdued\" border=\"base\" borderRadius=\"base\"\n  >Content\u003C\u002Fs-box\n>\n\u003Cs-button variant=\"primary\" tone=\"auto\" icon=\"save\" type=\"submit\"\n  >Save\u003C\u002Fs-button\n>\n\u003Cs-button-group gap=\"base\"\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 color=\"base\" 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=\"\u002Fproducts\u002F42\" padding=\"base\" background=\"subdued\"\n  >Click area\u003C\u002Fs-clickable\n>\n\u003Cs-clickable-chip color=\"strong\" removable accessibilityLabel=\"Filter\"\n  >Active\u003C\u002Fs-clickable-chip\n>\n\u003Cs-color-field\n  label=\"Brand color\"\n  name=\"brandColor\"\n  value=\"#FF5733\"\n  alpha\n>\u003C\u002Fs-color-field>\n\u003Cs-color-picker name=\"bgColor\" value=\"#3498DB\" alpha>\u003C\u002Fs-color-picker>\n\u003Cs-date-field\n  label=\"Start date\"\n  name=\"startDate\"\n  value=\"2025-06-15\"\n  allow=\"2025--\"\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-divider direction=\"inline\" color=\"base\">\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  placeholder=\"you@example.com\"\n  autocomplete=\"email\"\n  required\n>\u003C\u002Fs-email-field>\n\u003Cs-grid gridTemplateColumns=\"1fr 1fr\" gap=\"base\"\n  >\u003Cs-box>Col 1\u003C\u002Fs-box>\u003Cs-box>Col 2\u003C\u002Fs-box>\u003C\u002Fs-grid\n>\n\u003Cs-heading>Section Title\u003C\u002Fs-heading>\n\u003Cs-icon type=\"cart\" tone=\"auto\" color=\"base\" 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-link href=\"https:\u002F\u002Fexample.com\" tone=\"auto\">Link text\u003C\u002Fs-link>\n\u003Cs-button commandFor=\"actions-menu\" icon=\"menu-vertical\">\u003C\u002Fs-button>\n\u003Cs-menu id=\"actions-menu\" accessibilityLabel=\"Actions\"\n  >\u003Cs-button icon=\"edit\" variant=\"tertiary\">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=\"Products\" inlineSize=\"base\"\n  >\u003Cs-section heading=\"All products\"\n    >\u003Cs-text>Content\u003C\u002Fs-text>\u003C\u002Fs-section\n  >\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-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-query-container containerName=\"main\">Content\u003C\u002Fs-query-container>\n\u003Cs-search-field\n  label=\"Search\"\n  name=\"query\"\n  placeholder=\"Search...\"\n  labelAccessibilityVisibility=\"exclusive\"\n>\u003C\u002Fs-search-field>\n\u003Cs-section heading=\"Section\" padding=\"base\"\n  >\u003Cs-text>Section content\u003C\u002Fs-text>\u003C\u002Fs-section\n>\n\u003Cs-select label=\"Choose\" name=\"choice\" placeholder=\"Select...\"\n  >\u003Cs-option value=\"a\">A\u003C\u002Fs-option>\u003Cs-option value=\"b\">B\u003C\u002Fs-option>\u003C\u002Fs-select\n>\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-table variant=\"auto\"\n  >\u003Cs-table-header-row\n    >\u003Cs-table-header listSlot=\"primary\">Name\u003C\u002Fs-table-header\n    >\u003Cs-table-header listSlot=\"labeled\" format=\"currency\"\n      >Price\u003C\u002Fs-table-header\n    >\u003C\u002Fs-table-header-row\n  >\u003Cs-table-body\n    >\u003Cs-table-row\n      >\u003Cs-table-cell>Item\u003C\u002Fs-table-cell\n      >\u003Cs-table-cell>$25\u003C\u002Fs-table-cell>\u003C\u002Fs-table-row\n    >\u003C\u002Fs-table-body\n  >\u003C\u002Fs-table\n>\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\n  label=\"Name\"\n  name=\"name\"\n  placeholder=\"Enter name\"\n  icon=\"product\"\n  required\n>\u003C\u002Fs-text-field>\n\u003Cs-thumbnail\n  src=\"https:\u002F\u002Fexample.com\u002Fthumb.jpg\"\n  alt=\"Product\"\n  size=\"small\"\n>\u003C\u002Fs-thumbnail>\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\n  label=\"Website\"\n  name=\"url\"\n  autocomplete=\"url\"\n  placeholder=\"https:\u002F\u002F...\"\n>\u003C\u002Fs-url-field>\n```\n\n## Imports\n\nApp Home extensions use `@shopify\u002Fapp-bridge-types` for App Bridge APIs and `@shopify\u002Fpolaris-types` for Polaris component types. Never import from `@shopify\u002Fpolaris`, `@shopify\u002Fpolaris-react`, `@shopify\u002Fpolaris-web-components`, or any other non-existent package.\n\n```ts\nimport { useAppBridge } from \"@shopify\u002Fapp-bridge-react\";\n```\n\n### Polaris web components (`s-page`, `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-page, s-badge, s-button, s-box, etc. are globally available\n\u003Cs-page title=\"Dashboard\">\n  \u003Cs-badge tone=\"success\">Active\u003C\u002Fs-badge>\n\u003C\u002Fs-page>\n```\n\nWhen the user asks for Polaris web components (e.g. `s-page`, `s-badge`, `s-button`, `s-box`), use the web component tag syntax above.\n\n**Web component attribute rules:**\n\n- Use **camelCase** prop names: `alignItems`, `gridTemplateColumns`, `borderRadius` — NOT hyphenated (`align-items`, `grid-template-columns`)\n- **Boolean attributes** (`disabled`, `loading`, `dismissible`, `checked`, `defaultChecked`, `required`, `removable`, `alpha`, `multiple`) accept shorthand or `{expression}`:\n  - ✅ `\u003Cs-button disabled>`, `\u003Cs-switch checked={isEnabled} \u002F>`, `\u003Cs-banner dismissible>`\n- **String keyword attributes** (`padding`, `gap`, `direction`, `tone`, `variant`, `size`, `background`, `alignItems`, `inlineSize`) 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 form in app home:\n```\nscripts\u002Fsearch_docs.mjs \"s-form\" --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\n```\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,126,135,139,144,149,154,160,177,183,200,206,216,221,5763,5769,5813,5869,5889,5909,6029,6059,6067,6356,6359,6365,6370,6380,6392,6397,6406,6412,6425,6434,6439,6447,6491,6499,6502,6540,6543,6573],{"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,116,121],{"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],{"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",{"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.)",{"type":45,"tag":73,"props":117,"children":118},{},[119],{"type":51,"value":120},"If validation fails: search for the error type, fix, re-validate (max 3 retries)",{"type":45,"tag":73,"props":122,"children":123},{},[124],{"type":51,"value":125},"Return code only after validation passes",{"type":45,"tag":54,"props":127,"children":128},{},[129],{"type":45,"tag":130,"props":131,"children":132},"strong",{},[133],{"type":51,"value":134},"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":136,"props":137,"children":138},"hr",{},[],{"type":45,"tag":54,"props":140,"children":141},{},[142],{"type":51,"value":143},"You are an assistant that helps Shopify developers write UI Framework code to interact with the latest Shopify polaris-app-home UI Framework version.",{"type":45,"tag":54,"props":145,"children":146},{},[147],{"type":51,"value":148},"You should find all operations that can help the developer achieve their goal, provide valid UI Framework code along with helpful explanations.\nPolaris App Home has a set of ready to use UI design patterns and templates for common use cases that you can use to build your app.",{"type":45,"tag":54,"props":150,"children":151},{},[152],{"type":51,"value":153},"version: unversioned",{"type":45,"tag":46,"props":155,"children":157},{"id":156},"apis",[158],{"type":51,"value":159},"APIs",{"type":45,"tag":54,"props":161,"children":162},{},[163,168,170,175],{"type":45,"tag":130,"props":164,"children":165},{},[166],{"type":51,"value":167},"Available APIs:",{"type":51,"value":169}," App, Config, Environment, Resource Fetching, ID Token, Intents, Loading, Modal API, Navigation, Picker, POS, Print, Resource Picker, Reviews, Save Bar, Scanner, Scopes, Share, Support, Toast, User, Web Vitals\n",{"type":45,"tag":130,"props":171,"children":172},{},[173],{"type":51,"value":174},"React Hooks:",{"type":51,"value":176}," useAppBridge",{"type":45,"tag":46,"props":178,"children":180},{"id":179},"patterns",[181],{"type":51,"value":182},"Patterns",{"type":45,"tag":54,"props":184,"children":185},{},[186,191,193,198],{"type":45,"tag":130,"props":187,"children":188},{},[189],{"type":51,"value":190},"Compositions:",{"type":51,"value":192}," Account connection, App card, Callout card, Empty state, Footer help, Index table, Interstitial nav, Media card, Metrics card, Resource list, Setup guide\n",{"type":45,"tag":130,"props":194,"children":195},{},[196],{"type":51,"value":197},"Templates:",{"type":51,"value":199}," Details, Homepage, Index, Settings",{"type":45,"tag":46,"props":201,"children":203},{"id":202},"guides",[204],{"type":51,"value":205},"Guides",{"type":45,"tag":54,"props":207,"children":208},{},[209,214],{"type":45,"tag":130,"props":210,"children":211},{},[212],{"type":51,"value":213},"Available guides:",{"type":51,"value":215}," Using Polaris web components",{"type":45,"tag":54,"props":217,"children":218},{},[219],{"type":51,"value":220},"Components available for Polaris App Home.\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":222,"props":223,"children":228},"pre",{"className":224,"code":225,"language":226,"meta":227,"style":227},"language-tsx shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\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=\"success\" color=\"base\" icon=\"check-circle\" size=\"base\"\n  >Fulfilled\u003C\u002Fs-badge\n>\n\u003Cs-banner heading=\"Important\" tone=\"info\" dismissible>Message content\u003C\u002Fs-banner>\n\u003Cs-box padding=\"base\" background=\"subdued\" border=\"base\" borderRadius=\"base\"\n  >Content\u003C\u002Fs-box\n>\n\u003Cs-button variant=\"primary\" tone=\"auto\" icon=\"save\" type=\"submit\"\n  >Save\u003C\u002Fs-button\n>\n\u003Cs-button-group gap=\"base\"\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 color=\"base\" 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=\"\u002Fproducts\u002F42\" padding=\"base\" background=\"subdued\"\n  >Click area\u003C\u002Fs-clickable\n>\n\u003Cs-clickable-chip color=\"strong\" removable accessibilityLabel=\"Filter\"\n  >Active\u003C\u002Fs-clickable-chip\n>\n\u003Cs-color-field\n  label=\"Brand color\"\n  name=\"brandColor\"\n  value=\"#FF5733\"\n  alpha\n>\u003C\u002Fs-color-field>\n\u003Cs-color-picker name=\"bgColor\" value=\"#3498DB\" alpha>\u003C\u002Fs-color-picker>\n\u003Cs-date-field\n  label=\"Start date\"\n  name=\"startDate\"\n  value=\"2025-06-15\"\n  allow=\"2025--\"\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-divider direction=\"inline\" color=\"base\">\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  placeholder=\"you@example.com\"\n  autocomplete=\"email\"\n  required\n>\u003C\u002Fs-email-field>\n\u003Cs-grid gridTemplateColumns=\"1fr 1fr\" gap=\"base\"\n  >\u003Cs-box>Col 1\u003C\u002Fs-box>\u003Cs-box>Col 2\u003C\u002Fs-box>\u003C\u002Fs-grid\n>\n\u003Cs-heading>Section Title\u003C\u002Fs-heading>\n\u003Cs-icon type=\"cart\" tone=\"auto\" color=\"base\" 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-link href=\"https:\u002F\u002Fexample.com\" tone=\"auto\">Link text\u003C\u002Fs-link>\n\u003Cs-button commandFor=\"actions-menu\" icon=\"menu-vertical\">\u003C\u002Fs-button>\n\u003Cs-menu id=\"actions-menu\" accessibilityLabel=\"Actions\"\n  >\u003Cs-button icon=\"edit\" variant=\"tertiary\">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=\"Products\" inlineSize=\"base\"\n  >\u003Cs-section heading=\"All products\"\n    >\u003Cs-text>Content\u003C\u002Fs-text>\u003C\u002Fs-section\n  >\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-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-query-container containerName=\"main\">Content\u003C\u002Fs-query-container>\n\u003Cs-search-field\n  label=\"Search\"\n  name=\"query\"\n  placeholder=\"Search...\"\n  labelAccessibilityVisibility=\"exclusive\"\n>\u003C\u002Fs-search-field>\n\u003Cs-section heading=\"Section\" padding=\"base\"\n  >\u003Cs-text>Section content\u003C\u002Fs-text>\u003C\u002Fs-section\n>\n\u003Cs-select label=\"Choose\" name=\"choice\" placeholder=\"Select...\"\n  >\u003Cs-option value=\"a\">A\u003C\u002Fs-option>\u003Cs-option value=\"b\">B\u003C\u002Fs-option>\u003C\u002Fs-select\n>\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-table variant=\"auto\"\n  >\u003Cs-table-header-row\n    >\u003Cs-table-header listSlot=\"primary\">Name\u003C\u002Fs-table-header\n    >\u003Cs-table-header listSlot=\"labeled\" format=\"currency\"\n      >Price\u003C\u002Fs-table-header\n    >\u003C\u002Fs-table-header-row\n  >\u003Cs-table-body\n    >\u003Cs-table-row\n      >\u003Cs-table-cell>Item\u003C\u002Fs-table-cell\n      >\u003Cs-table-cell>$25\u003C\u002Fs-table-cell>\u003C\u002Fs-table-row\n    >\u003C\u002Fs-table-body\n  >\u003C\u002Fs-table\n>\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\n  label=\"Name\"\n  name=\"name\"\n  placeholder=\"Enter name\"\n  icon=\"product\"\n  required\n>\u003C\u002Fs-text-field>\n\u003Cs-thumbnail\n  src=\"https:\u002F\u002Fexample.com\u002Fthumb.jpg\"\n  alt=\"Product\"\n  size=\"small\"\n>\u003C\u002Fs-thumbnail>\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\n  label=\"Website\"\n  name=\"url\"\n  autocomplete=\"url\"\n  placeholder=\"https:\u002F\u002F...\"\n>\u003C\u002Fs-url-field>\n","tsx","",[229],{"type":45,"tag":60,"props":230,"children":231},{"__ignoreMap":227},[232,250,281,307,333,359,378,477,497,505,589,687,705,713,812,830,838,872,917,972,980,1071,1147,1202,1250,1305,1313,1388,1406,1414,1473,1491,1499,1512,1538,1564,1590,1599,1616,1688,1701,1726,1751,1776,1802,1811,1828,1841,1867,1892,1917,1934,2001,2014,2039,2064,2090,2099,2116,2129,2154,2179,2205,2230,2238,2255,2310,2370,2378,2412,2518,2531,2556,2581,2607,2633,2659,2676,2751,2818,2873,2949,2957,3032,3067,3075,3088,3113,3138,3163,3185,3202,3215,3240,3265,3285,3306,3327,3353,3370,3383,3405,3447,3455,3510,3544,3578,3587,3595,3670,3683,3708,3733,3758,3780,3788,3805,3860,3930,3938,3993,4006,4031,4056,4081,4107,4124,4177,4210,4218,4295,4397,4405,4471,4546,4605,4613,4685,4718,4731,4779,4834,4852,4861,4874,4887,4910,4952,4961,4970,4978,5071,5084,5108,5133,5155,5177,5194,5207,5231,5256,5281,5307,5315,5332,5345,5370,5395,5420,5437,5496,5550,5563,5584,5626,5634,5647,5672,5697,5721,5746],{"type":45,"tag":233,"props":234,"children":237},"span",{"class":235,"line":236},"line",1,[238,244],{"type":45,"tag":233,"props":239,"children":241},{"style":240},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[242],{"type":51,"value":243},"\u003C",{"type":45,"tag":233,"props":245,"children":247},{"style":246},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[248],{"type":51,"value":249},"s-avatar\n",{"type":45,"tag":233,"props":251,"children":253},{"class":235,"line":252},2,[254,260,265,270,276],{"type":45,"tag":233,"props":255,"children":257},{"style":256},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[258],{"type":51,"value":259},"  initials",{"type":45,"tag":233,"props":261,"children":262},{"style":240},[263],{"type":51,"value":264},"=",{"type":45,"tag":233,"props":266,"children":267},{"style":240},[268],{"type":51,"value":269},"\"",{"type":45,"tag":233,"props":271,"children":273},{"style":272},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[274],{"type":51,"value":275},"JD",{"type":45,"tag":233,"props":277,"children":278},{"style":240},[279],{"type":51,"value":280},"\"\n",{"type":45,"tag":233,"props":282,"children":284},{"class":235,"line":283},3,[285,290,294,298,303],{"type":45,"tag":233,"props":286,"children":287},{"style":256},[288],{"type":51,"value":289},"  src",{"type":45,"tag":233,"props":291,"children":292},{"style":240},[293],{"type":51,"value":264},{"type":45,"tag":233,"props":295,"children":296},{"style":240},[297],{"type":51,"value":269},{"type":45,"tag":233,"props":299,"children":300},{"style":272},[301],{"type":51,"value":302},"https:\u002F\u002Fexample.com\u002Favatar.jpg",{"type":45,"tag":233,"props":304,"children":305},{"style":240},[306],{"type":51,"value":280},{"type":45,"tag":233,"props":308,"children":310},{"class":235,"line":309},4,[311,316,320,324,329],{"type":45,"tag":233,"props":312,"children":313},{"style":256},[314],{"type":51,"value":315},"  size",{"type":45,"tag":233,"props":317,"children":318},{"style":240},[319],{"type":51,"value":264},{"type":45,"tag":233,"props":321,"children":322},{"style":240},[323],{"type":51,"value":269},{"type":45,"tag":233,"props":325,"children":326},{"style":272},[327],{"type":51,"value":328},"base",{"type":45,"tag":233,"props":330,"children":331},{"style":240},[332],{"type":51,"value":280},{"type":45,"tag":233,"props":334,"children":336},{"class":235,"line":335},5,[337,342,346,350,355],{"type":45,"tag":233,"props":338,"children":339},{"style":256},[340],{"type":51,"value":341},"  alt",{"type":45,"tag":233,"props":343,"children":344},{"style":240},[345],{"type":51,"value":264},{"type":45,"tag":233,"props":347,"children":348},{"style":240},[349],{"type":51,"value":269},{"type":45,"tag":233,"props":351,"children":352},{"style":272},[353],{"type":51,"value":354},"Jane Doe",{"type":45,"tag":233,"props":356,"children":357},{"style":240},[358],{"type":51,"value":280},{"type":45,"tag":233,"props":360,"children":362},{"class":235,"line":361},6,[363,368,373],{"type":45,"tag":233,"props":364,"children":365},{"style":240},[366],{"type":51,"value":367},">\u003C\u002F",{"type":45,"tag":233,"props":369,"children":370},{"style":246},[371],{"type":51,"value":372},"s-avatar",{"type":45,"tag":233,"props":374,"children":375},{"style":240},[376],{"type":51,"value":377},">\n",{"type":45,"tag":233,"props":379,"children":381},{"class":235,"line":380},7,[382,386,391,396,400,404,409,413,418,422,426,430,434,439,443,447,452,456,461,465,469,473],{"type":45,"tag":233,"props":383,"children":384},{"style":240},[385],{"type":51,"value":243},{"type":45,"tag":233,"props":387,"children":388},{"style":246},[389],{"type":51,"value":390},"s-badge",{"type":45,"tag":233,"props":392,"children":393},{"style":256},[394],{"type":51,"value":395}," tone",{"type":45,"tag":233,"props":397,"children":398},{"style":240},[399],{"type":51,"value":264},{"type":45,"tag":233,"props":401,"children":402},{"style":240},[403],{"type":51,"value":269},{"type":45,"tag":233,"props":405,"children":406},{"style":272},[407],{"type":51,"value":408},"success",{"type":45,"tag":233,"props":410,"children":411},{"style":240},[412],{"type":51,"value":269},{"type":45,"tag":233,"props":414,"children":415},{"style":256},[416],{"type":51,"value":417}," color",{"type":45,"tag":233,"props":419,"children":420},{"style":240},[421],{"type":51,"value":264},{"type":45,"tag":233,"props":423,"children":424},{"style":240},[425],{"type":51,"value":269},{"type":45,"tag":233,"props":427,"children":428},{"style":272},[429],{"type":51,"value":328},{"type":45,"tag":233,"props":431,"children":432},{"style":240},[433],{"type":51,"value":269},{"type":45,"tag":233,"props":435,"children":436},{"style":256},[437],{"type":51,"value":438}," icon",{"type":45,"tag":233,"props":440,"children":441},{"style":240},[442],{"type":51,"value":264},{"type":45,"tag":233,"props":444,"children":445},{"style":240},[446],{"type":51,"value":269},{"type":45,"tag":233,"props":448,"children":449},{"style":272},[450],{"type":51,"value":451},"check-circle",{"type":45,"tag":233,"props":453,"children":454},{"style":240},[455],{"type":51,"value":269},{"type":45,"tag":233,"props":457,"children":458},{"style":256},[459],{"type":51,"value":460}," size",{"type":45,"tag":233,"props":462,"children":463},{"style":240},[464],{"type":51,"value":264},{"type":45,"tag":233,"props":466,"children":467},{"style":240},[468],{"type":51,"value":269},{"type":45,"tag":233,"props":470,"children":471},{"style":272},[472],{"type":51,"value":328},{"type":45,"tag":233,"props":474,"children":475},{"style":240},[476],{"type":51,"value":280},{"type":45,"tag":233,"props":478,"children":480},{"class":235,"line":479},8,[481,486,492],{"type":45,"tag":233,"props":482,"children":483},{"style":240},[484],{"type":51,"value":485},"  >",{"type":45,"tag":233,"props":487,"children":489},{"style":488},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[490],{"type":51,"value":491},"Fulfilled",{"type":45,"tag":233,"props":493,"children":494},{"style":240},[495],{"type":51,"value":496},"\u003C\u002Fs-badge\n",{"type":45,"tag":233,"props":498,"children":500},{"class":235,"line":499},9,[501],{"type":45,"tag":233,"props":502,"children":503},{"style":240},[504],{"type":51,"value":377},{"type":45,"tag":233,"props":506,"children":508},{"class":235,"line":507},10,[509,513,518,523,527,531,536,540,544,548,552,557,561,566,571,576,581,585],{"type":45,"tag":233,"props":510,"children":511},{"style":240},[512],{"type":51,"value":243},{"type":45,"tag":233,"props":514,"children":515},{"style":246},[516],{"type":51,"value":517},"s-banner",{"type":45,"tag":233,"props":519,"children":520},{"style":256},[521],{"type":51,"value":522}," heading",{"type":45,"tag":233,"props":524,"children":525},{"style":240},[526],{"type":51,"value":264},{"type":45,"tag":233,"props":528,"children":529},{"style":240},[530],{"type":51,"value":269},{"type":45,"tag":233,"props":532,"children":533},{"style":272},[534],{"type":51,"value":535},"Important",{"type":45,"tag":233,"props":537,"children":538},{"style":240},[539],{"type":51,"value":269},{"type":45,"tag":233,"props":541,"children":542},{"style":256},[543],{"type":51,"value":395},{"type":45,"tag":233,"props":545,"children":546},{"style":240},[547],{"type":51,"value":264},{"type":45,"tag":233,"props":549,"children":550},{"style":240},[551],{"type":51,"value":269},{"type":45,"tag":233,"props":553,"children":554},{"style":272},[555],{"type":51,"value":556},"info",{"type":45,"tag":233,"props":558,"children":559},{"style":240},[560],{"type":51,"value":269},{"type":45,"tag":233,"props":562,"children":563},{"style":256},[564],{"type":51,"value":565}," dismissible",{"type":45,"tag":233,"props":567,"children":568},{"style":240},[569],{"type":51,"value":570},">",{"type":45,"tag":233,"props":572,"children":573},{"style":488},[574],{"type":51,"value":575},"Message content",{"type":45,"tag":233,"props":577,"children":578},{"style":240},[579],{"type":51,"value":580},"\u003C\u002F",{"type":45,"tag":233,"props":582,"children":583},{"style":246},[584],{"type":51,"value":517},{"type":45,"tag":233,"props":586,"children":587},{"style":240},[588],{"type":51,"value":377},{"type":45,"tag":233,"props":590,"children":592},{"class":235,"line":591},11,[593,597,602,607,611,615,619,623,628,632,636,641,645,650,654,658,662,666,671,675,679,683],{"type":45,"tag":233,"props":594,"children":595},{"style":240},[596],{"type":51,"value":243},{"type":45,"tag":233,"props":598,"children":599},{"style":246},[600],{"type":51,"value":601},"s-box",{"type":45,"tag":233,"props":603,"children":604},{"style":256},[605],{"type":51,"value":606}," padding",{"type":45,"tag":233,"props":608,"children":609},{"style":240},[610],{"type":51,"value":264},{"type":45,"tag":233,"props":612,"children":613},{"style":240},[614],{"type":51,"value":269},{"type":45,"tag":233,"props":616,"children":617},{"style":272},[618],{"type":51,"value":328},{"type":45,"tag":233,"props":620,"children":621},{"style":240},[622],{"type":51,"value":269},{"type":45,"tag":233,"props":624,"children":625},{"style":256},[626],{"type":51,"value":627}," background",{"type":45,"tag":233,"props":629,"children":630},{"style":240},[631],{"type":51,"value":264},{"type":45,"tag":233,"props":633,"children":634},{"style":240},[635],{"type":51,"value":269},{"type":45,"tag":233,"props":637,"children":638},{"style":272},[639],{"type":51,"value":640},"subdued",{"type":45,"tag":233,"props":642,"children":643},{"style":240},[644],{"type":51,"value":269},{"type":45,"tag":233,"props":646,"children":647},{"style":256},[648],{"type":51,"value":649}," border",{"type":45,"tag":233,"props":651,"children":652},{"style":240},[653],{"type":51,"value":264},{"type":45,"tag":233,"props":655,"children":656},{"style":240},[657],{"type":51,"value":269},{"type":45,"tag":233,"props":659,"children":660},{"style":272},[661],{"type":51,"value":328},{"type":45,"tag":233,"props":663,"children":664},{"style":240},[665],{"type":51,"value":269},{"type":45,"tag":233,"props":667,"children":668},{"style":256},[669],{"type":51,"value":670}," borderRadius",{"type":45,"tag":233,"props":672,"children":673},{"style":240},[674],{"type":51,"value":264},{"type":45,"tag":233,"props":676,"children":677},{"style":240},[678],{"type":51,"value":269},{"type":45,"tag":233,"props":680,"children":681},{"style":272},[682],{"type":51,"value":328},{"type":45,"tag":233,"props":684,"children":685},{"style":240},[686],{"type":51,"value":280},{"type":45,"tag":233,"props":688,"children":690},{"class":235,"line":689},12,[691,695,700],{"type":45,"tag":233,"props":692,"children":693},{"style":240},[694],{"type":51,"value":485},{"type":45,"tag":233,"props":696,"children":697},{"style":488},[698],{"type":51,"value":699},"Content",{"type":45,"tag":233,"props":701,"children":702},{"style":240},[703],{"type":51,"value":704},"\u003C\u002Fs-box\n",{"type":45,"tag":233,"props":706,"children":708},{"class":235,"line":707},13,[709],{"type":45,"tag":233,"props":710,"children":711},{"style":240},[712],{"type":51,"value":377},{"type":45,"tag":233,"props":714,"children":716},{"class":235,"line":715},14,[717,721,726,731,735,739,744,748,752,756,760,765,769,773,777,781,786,790,795,799,803,808],{"type":45,"tag":233,"props":718,"children":719},{"style":240},[720],{"type":51,"value":243},{"type":45,"tag":233,"props":722,"children":723},{"style":246},[724],{"type":51,"value":725},"s-button",{"type":45,"tag":233,"props":727,"children":728},{"style":256},[729],{"type":51,"value":730}," variant",{"type":45,"tag":233,"props":732,"children":733},{"style":240},[734],{"type":51,"value":264},{"type":45,"tag":233,"props":736,"children":737},{"style":240},[738],{"type":51,"value":269},{"type":45,"tag":233,"props":740,"children":741},{"style":272},[742],{"type":51,"value":743},"primary",{"type":45,"tag":233,"props":745,"children":746},{"style":240},[747],{"type":51,"value":269},{"type":45,"tag":233,"props":749,"children":750},{"style":256},[751],{"type":51,"value":395},{"type":45,"tag":233,"props":753,"children":754},{"style":240},[755],{"type":51,"value":264},{"type":45,"tag":233,"props":757,"children":758},{"style":240},[759],{"type":51,"value":269},{"type":45,"tag":233,"props":761,"children":762},{"style":272},[763],{"type":51,"value":764},"auto",{"type":45,"tag":233,"props":766,"children":767},{"style":240},[768],{"type":51,"value":269},{"type":45,"tag":233,"props":770,"children":771},{"style":256},[772],{"type":51,"value":438},{"type":45,"tag":233,"props":774,"children":775},{"style":240},[776],{"type":51,"value":264},{"type":45,"tag":233,"props":778,"children":779},{"style":240},[780],{"type":51,"value":269},{"type":45,"tag":233,"props":782,"children":783},{"style":272},[784],{"type":51,"value":785},"save",{"type":45,"tag":233,"props":787,"children":788},{"style":240},[789],{"type":51,"value":269},{"type":45,"tag":233,"props":791,"children":792},{"style":256},[793],{"type":51,"value":794}," type",{"type":45,"tag":233,"props":796,"children":797},{"style":240},[798],{"type":51,"value":264},{"type":45,"tag":233,"props":800,"children":801},{"style":240},[802],{"type":51,"value":269},{"type":45,"tag":233,"props":804,"children":805},{"style":272},[806],{"type":51,"value":807},"submit",{"type":45,"tag":233,"props":809,"children":810},{"style":240},[811],{"type":51,"value":280},{"type":45,"tag":233,"props":813,"children":815},{"class":235,"line":814},15,[816,820,825],{"type":45,"tag":233,"props":817,"children":818},{"style":240},[819],{"type":51,"value":485},{"type":45,"tag":233,"props":821,"children":822},{"style":488},[823],{"type":51,"value":824},"Save",{"type":45,"tag":233,"props":826,"children":827},{"style":240},[828],{"type":51,"value":829},"\u003C\u002Fs-button\n",{"type":45,"tag":233,"props":831,"children":833},{"class":235,"line":832},16,[834],{"type":45,"tag":233,"props":835,"children":836},{"style":240},[837],{"type":51,"value":377},{"type":45,"tag":233,"props":839,"children":841},{"class":235,"line":840},17,[842,846,851,856,860,864,868],{"type":45,"tag":233,"props":843,"children":844},{"style":240},[845],{"type":51,"value":243},{"type":45,"tag":233,"props":847,"children":848},{"style":246},[849],{"type":51,"value":850},"s-button-group",{"type":45,"tag":233,"props":852,"children":853},{"style":256},[854],{"type":51,"value":855}," gap",{"type":45,"tag":233,"props":857,"children":858},{"style":240},[859],{"type":51,"value":264},{"type":45,"tag":233,"props":861,"children":862},{"style":240},[863],{"type":51,"value":269},{"type":45,"tag":233,"props":865,"children":866},{"style":272},[867],{"type":51,"value":328},{"type":45,"tag":233,"props":869,"children":870},{"style":240},[871],{"type":51,"value":280},{"type":45,"tag":233,"props":873,"children":875},{"class":235,"line":874},18,[876,881,885,889,893,897,901,905,909,913],{"type":45,"tag":233,"props":877,"children":878},{"style":240},[879],{"type":51,"value":880},"  >\u003C",{"type":45,"tag":233,"props":882,"children":883},{"style":246},[884],{"type":51,"value":725},{"type":45,"tag":233,"props":886,"children":887},{"style":256},[888],{"type":51,"value":730},{"type":45,"tag":233,"props":890,"children":891},{"style":240},[892],{"type":51,"value":264},{"type":45,"tag":233,"props":894,"children":895},{"style":240},[896],{"type":51,"value":269},{"type":45,"tag":233,"props":898,"children":899},{"style":272},[900],{"type":51,"value":743},{"type":45,"tag":233,"props":902,"children":903},{"style":240},[904],{"type":51,"value":269},{"type":45,"tag":233,"props":906,"children":907},{"style":240},[908],{"type":51,"value":570},{"type":45,"tag":233,"props":910,"children":911},{"style":488},[912],{"type":51,"value":824},{"type":45,"tag":233,"props":914,"children":915},{"style":240},[916],{"type":51,"value":829},{"type":45,"tag":233,"props":918,"children":920},{"class":235,"line":919},19,[921,925,929,933,937,941,946,950,954,959,963,967],{"type":45,"tag":233,"props":922,"children":923},{"style":240},[924],{"type":51,"value":880},{"type":45,"tag":233,"props":926,"children":927},{"style":246},[928],{"type":51,"value":725},{"type":45,"tag":233,"props":930,"children":931},{"style":256},[932],{"type":51,"value":730},{"type":45,"tag":233,"props":934,"children":935},{"style":240},[936],{"type":51,"value":264},{"type":45,"tag":233,"props":938,"children":939},{"style":240},[940],{"type":51,"value":269},{"type":45,"tag":233,"props":942,"children":943},{"style":272},[944],{"type":51,"value":945},"secondary",{"type":45,"tag":233,"props":947,"children":948},{"style":240},[949],{"type":51,"value":269},{"type":45,"tag":233,"props":951,"children":952},{"style":240},[953],{"type":51,"value":570},{"type":45,"tag":233,"props":955,"children":956},{"style":488},[957],{"type":51,"value":958},"Cancel",{"type":45,"tag":233,"props":960,"children":961},{"style":240},[962],{"type":51,"value":580},{"type":45,"tag":233,"props":964,"children":965},{"style":246},[966],{"type":51,"value":725},{"type":45,"tag":233,"props":968,"children":969},{"style":240},[970],{"type":51,"value":971},">\u003C\u002Fs-button-group\n",{"type":45,"tag":233,"props":973,"children":975},{"class":235,"line":974},20,[976],{"type":45,"tag":233,"props":977,"children":978},{"style":240},[979],{"type":51,"value":377},{"type":45,"tag":233,"props":981,"children":983},{"class":235,"line":982},21,[984,988,993,998,1002,1006,1011,1015,1020,1024,1028,1033,1037,1042,1046,1050,1055,1059,1063,1067],{"type":45,"tag":233,"props":985,"children":986},{"style":240},[987],{"type":51,"value":243},{"type":45,"tag":233,"props":989,"children":990},{"style":246},[991],{"type":51,"value":992},"s-checkbox",{"type":45,"tag":233,"props":994,"children":995},{"style":256},[996],{"type":51,"value":997}," label",{"type":45,"tag":233,"props":999,"children":1000},{"style":240},[1001],{"type":51,"value":264},{"type":45,"tag":233,"props":1003,"children":1004},{"style":240},[1005],{"type":51,"value":269},{"type":45,"tag":233,"props":1007,"children":1008},{"style":272},[1009],{"type":51,"value":1010},"Accept terms",{"type":45,"tag":233,"props":1012,"children":1013},{"style":240},[1014],{"type":51,"value":269},{"type":45,"tag":233,"props":1016,"children":1017},{"style":256},[1018],{"type":51,"value":1019}," name",{"type":45,"tag":233,"props":1021,"children":1022},{"style":240},[1023],{"type":51,"value":264},{"type":45,"tag":233,"props":1025,"children":1026},{"style":240},[1027],{"type":51,"value":269},{"type":45,"tag":233,"props":1029,"children":1030},{"style":272},[1031],{"type":51,"value":1032},"terms",{"type":45,"tag":233,"props":1034,"children":1035},{"style":240},[1036],{"type":51,"value":269},{"type":45,"tag":233,"props":1038,"children":1039},{"style":256},[1040],{"type":51,"value":1041}," value",{"type":45,"tag":233,"props":1043,"children":1044},{"style":240},[1045],{"type":51,"value":264},{"type":45,"tag":233,"props":1047,"children":1048},{"style":240},[1049],{"type":51,"value":269},{"type":45,"tag":233,"props":1051,"children":1052},{"style":272},[1053],{"type":51,"value":1054},"accepted",{"type":45,"tag":233,"props":1056,"children":1057},{"style":240},[1058],{"type":51,"value":269},{"type":45,"tag":233,"props":1060,"children":1061},{"style":240},[1062],{"type":51,"value":367},{"type":45,"tag":233,"props":1064,"children":1065},{"style":246},[1066],{"type":51,"value":992},{"type":45,"tag":233,"props":1068,"children":1069},{"style":240},[1070],{"type":51,"value":377},{"type":45,"tag":233,"props":1072,"children":1074},{"class":235,"line":1073},22,[1075,1079,1084,1088,1092,1096,1100,1104,1109,1113,1117,1122,1126,1130,1135,1139,1143],{"type":45,"tag":233,"props":1076,"children":1077},{"style":240},[1078],{"type":51,"value":243},{"type":45,"tag":233,"props":1080,"children":1081},{"style":246},[1082],{"type":51,"value":1083},"s-chip",{"type":45,"tag":233,"props":1085,"children":1086},{"style":256},[1087],{"type":51,"value":417},{"type":45,"tag":233,"props":1089,"children":1090},{"style":240},[1091],{"type":51,"value":264},{"type":45,"tag":233,"props":1093,"children":1094},{"style":240},[1095],{"type":51,"value":269},{"type":45,"tag":233,"props":1097,"children":1098},{"style":272},[1099],{"type":51,"value":328},{"type":45,"tag":233,"props":1101,"children":1102},{"style":240},[1103],{"type":51,"value":269},{"type":45,"tag":233,"props":1105,"children":1106},{"style":256},[1107],{"type":51,"value":1108}," accessibilityLabel",{"type":45,"tag":233,"props":1110,"children":1111},{"style":240},[1112],{"type":51,"value":264},{"type":45,"tag":233,"props":1114,"children":1115},{"style":240},[1116],{"type":51,"value":269},{"type":45,"tag":233,"props":1118,"children":1119},{"style":272},[1120],{"type":51,"value":1121},"Tag",{"type":45,"tag":233,"props":1123,"children":1124},{"style":240},[1125],{"type":51,"value":269},{"type":45,"tag":233,"props":1127,"children":1128},{"style":240},[1129],{"type":51,"value":570},{"type":45,"tag":233,"props":1131,"children":1132},{"style":488},[1133],{"type":51,"value":1134},"Category",{"type":45,"tag":233,"props":1136,"children":1137},{"style":240},[1138],{"type":51,"value":580},{"type":45,"tag":233,"props":1140,"children":1141},{"style":246},[1142],{"type":51,"value":1083},{"type":45,"tag":233,"props":1144,"children":1145},{"style":240},[1146],{"type":51,"value":377},{"type":45,"tag":233,"props":1148,"children":1150},{"class":235,"line":1149},23,[1151,1155,1160,1164,1168,1172,1177,1181,1185,1189,1193,1198],{"type":45,"tag":233,"props":1152,"children":1153},{"style":240},[1154],{"type":51,"value":243},{"type":45,"tag":233,"props":1156,"children":1157},{"style":246},[1158],{"type":51,"value":1159},"s-choice-list",{"type":45,"tag":233,"props":1161,"children":1162},{"style":256},[1163],{"type":51,"value":997},{"type":45,"tag":233,"props":1165,"children":1166},{"style":240},[1167],{"type":51,"value":264},{"type":45,"tag":233,"props":1169,"children":1170},{"style":240},[1171],{"type":51,"value":269},{"type":45,"tag":233,"props":1173,"children":1174},{"style":272},[1175],{"type":51,"value":1176},"Options",{"type":45,"tag":233,"props":1178,"children":1179},{"style":240},[1180],{"type":51,"value":269},{"type":45,"tag":233,"props":1182,"children":1183},{"style":256},[1184],{"type":51,"value":1019},{"type":45,"tag":233,"props":1186,"children":1187},{"style":240},[1188],{"type":51,"value":264},{"type":45,"tag":233,"props":1190,"children":1191},{"style":240},[1192],{"type":51,"value":269},{"type":45,"tag":233,"props":1194,"children":1195},{"style":272},[1196],{"type":51,"value":1197},"options",{"type":45,"tag":233,"props":1199,"children":1200},{"style":240},[1201],{"type":51,"value":280},{"type":45,"tag":233,"props":1203,"children":1205},{"class":235,"line":1204},24,[1206,1210,1215,1219,1223,1227,1232,1236,1240,1245],{"type":45,"tag":233,"props":1207,"children":1208},{"style":240},[1209],{"type":51,"value":880},{"type":45,"tag":233,"props":1211,"children":1212},{"style":246},[1213],{"type":51,"value":1214},"s-choice",{"type":45,"tag":233,"props":1216,"children":1217},{"style":256},[1218],{"type":51,"value":1041},{"type":45,"tag":233,"props":1220,"children":1221},{"style":240},[1222],{"type":51,"value":264},{"type":45,"tag":233,"props":1224,"children":1225},{"style":240},[1226],{"type":51,"value":269},{"type":45,"tag":233,"props":1228,"children":1229},{"style":272},[1230],{"type":51,"value":1231},"1",{"type":45,"tag":233,"props":1233,"children":1234},{"style":240},[1235],{"type":51,"value":269},{"type":45,"tag":233,"props":1237,"children":1238},{"style":240},[1239],{"type":51,"value":570},{"type":45,"tag":233,"props":1241,"children":1242},{"style":488},[1243],{"type":51,"value":1244},"Option 1",{"type":45,"tag":233,"props":1246,"children":1247},{"style":240},[1248],{"type":51,"value":1249},"\u003C\u002Fs-choice\n",{"type":45,"tag":233,"props":1251,"children":1253},{"class":235,"line":1252},25,[1254,1258,1262,1266,1270,1274,1279,1283,1287,1292,1296,1300],{"type":45,"tag":233,"props":1255,"children":1256},{"style":240},[1257],{"type":51,"value":880},{"type":45,"tag":233,"props":1259,"children":1260},{"style":246},[1261],{"type":51,"value":1214},{"type":45,"tag":233,"props":1263,"children":1264},{"style":256},[1265],{"type":51,"value":1041},{"type":45,"tag":233,"props":1267,"children":1268},{"style":240},[1269],{"type":51,"value":264},{"type":45,"tag":233,"props":1271,"children":1272},{"style":240},[1273],{"type":51,"value":269},{"type":45,"tag":233,"props":1275,"children":1276},{"style":272},[1277],{"type":51,"value":1278},"2",{"type":45,"tag":233,"props":1280,"children":1281},{"style":240},[1282],{"type":51,"value":269},{"type":45,"tag":233,"props":1284,"children":1285},{"style":240},[1286],{"type":51,"value":570},{"type":45,"tag":233,"props":1288,"children":1289},{"style":488},[1290],{"type":51,"value":1291},"Option 2",{"type":45,"tag":233,"props":1293,"children":1294},{"style":240},[1295],{"type":51,"value":580},{"type":45,"tag":233,"props":1297,"children":1298},{"style":246},[1299],{"type":51,"value":1214},{"type":45,"tag":233,"props":1301,"children":1302},{"style":240},[1303],{"type":51,"value":1304},">\u003C\u002Fs-choice-list\n",{"type":45,"tag":233,"props":1306,"children":1308},{"class":235,"line":1307},26,[1309],{"type":45,"tag":233,"props":1310,"children":1311},{"style":240},[1312],{"type":51,"value":377},{"type":45,"tag":233,"props":1314,"children":1316},{"class":235,"line":1315},27,[1317,1321,1326,1331,1335,1339,1344,1348,1352,1356,1360,1364,1368,1372,1376,1380,1384],{"type":45,"tag":233,"props":1318,"children":1319},{"style":240},[1320],{"type":51,"value":243},{"type":45,"tag":233,"props":1322,"children":1323},{"style":246},[1324],{"type":51,"value":1325},"s-clickable",{"type":45,"tag":233,"props":1327,"children":1328},{"style":256},[1329],{"type":51,"value":1330}," href",{"type":45,"tag":233,"props":1332,"children":1333},{"style":240},[1334],{"type":51,"value":264},{"type":45,"tag":233,"props":1336,"children":1337},{"style":240},[1338],{"type":51,"value":269},{"type":45,"tag":233,"props":1340,"children":1341},{"style":272},[1342],{"type":51,"value":1343},"\u002Fproducts\u002F42",{"type":45,"tag":233,"props":1345,"children":1346},{"style":240},[1347],{"type":51,"value":269},{"type":45,"tag":233,"props":1349,"children":1350},{"style":256},[1351],{"type":51,"value":606},{"type":45,"tag":233,"props":1353,"children":1354},{"style":240},[1355],{"type":51,"value":264},{"type":45,"tag":233,"props":1357,"children":1358},{"style":240},[1359],{"type":51,"value":269},{"type":45,"tag":233,"props":1361,"children":1362},{"style":272},[1363],{"type":51,"value":328},{"type":45,"tag":233,"props":1365,"children":1366},{"style":240},[1367],{"type":51,"value":269},{"type":45,"tag":233,"props":1369,"children":1370},{"style":256},[1371],{"type":51,"value":627},{"type":45,"tag":233,"props":1373,"children":1374},{"style":240},[1375],{"type":51,"value":264},{"type":45,"tag":233,"props":1377,"children":1378},{"style":240},[1379],{"type":51,"value":269},{"type":45,"tag":233,"props":1381,"children":1382},{"style":272},[1383],{"type":51,"value":640},{"type":45,"tag":233,"props":1385,"children":1386},{"style":240},[1387],{"type":51,"value":280},{"type":45,"tag":233,"props":1389,"children":1391},{"class":235,"line":1390},28,[1392,1396,1401],{"type":45,"tag":233,"props":1393,"children":1394},{"style":240},[1395],{"type":51,"value":485},{"type":45,"tag":233,"props":1397,"children":1398},{"style":488},[1399],{"type":51,"value":1400},"Click area",{"type":45,"tag":233,"props":1402,"children":1403},{"style":240},[1404],{"type":51,"value":1405},"\u003C\u002Fs-clickable\n",{"type":45,"tag":233,"props":1407,"children":1409},{"class":235,"line":1408},29,[1410],{"type":45,"tag":233,"props":1411,"children":1412},{"style":240},[1413],{"type":51,"value":377},{"type":45,"tag":233,"props":1415,"children":1417},{"class":235,"line":1416},30,[1418,1422,1427,1431,1435,1439,1443,1447,1452,1456,1460,1464,1469],{"type":45,"tag":233,"props":1419,"children":1420},{"style":240},[1421],{"type":51,"value":243},{"type":45,"tag":233,"props":1423,"children":1424},{"style":246},[1425],{"type":51,"value":1426},"s-clickable-chip",{"type":45,"tag":233,"props":1428,"children":1429},{"style":256},[1430],{"type":51,"value":417},{"type":45,"tag":233,"props":1432,"children":1433},{"style":240},[1434],{"type":51,"value":264},{"type":45,"tag":233,"props":1436,"children":1437},{"style":240},[1438],{"type":51,"value":269},{"type":45,"tag":233,"props":1440,"children":1441},{"style":272},[1442],{"type":51,"value":130},{"type":45,"tag":233,"props":1444,"children":1445},{"style":240},[1446],{"type":51,"value":269},{"type":45,"tag":233,"props":1448,"children":1449},{"style":256},[1450],{"type":51,"value":1451}," removable",{"type":45,"tag":233,"props":1453,"children":1454},{"style":256},[1455],{"type":51,"value":1108},{"type":45,"tag":233,"props":1457,"children":1458},{"style":240},[1459],{"type":51,"value":264},{"type":45,"tag":233,"props":1461,"children":1462},{"style":240},[1463],{"type":51,"value":269},{"type":45,"tag":233,"props":1465,"children":1466},{"style":272},[1467],{"type":51,"value":1468},"Filter",{"type":45,"tag":233,"props":1470,"children":1471},{"style":240},[1472],{"type":51,"value":280},{"type":45,"tag":233,"props":1474,"children":1476},{"class":235,"line":1475},31,[1477,1481,1486],{"type":45,"tag":233,"props":1478,"children":1479},{"style":240},[1480],{"type":51,"value":485},{"type":45,"tag":233,"props":1482,"children":1483},{"style":488},[1484],{"type":51,"value":1485},"Active",{"type":45,"tag":233,"props":1487,"children":1488},{"style":240},[1489],{"type":51,"value":1490},"\u003C\u002Fs-clickable-chip\n",{"type":45,"tag":233,"props":1492,"children":1494},{"class":235,"line":1493},32,[1495],{"type":45,"tag":233,"props":1496,"children":1497},{"style":240},[1498],{"type":51,"value":377},{"type":45,"tag":233,"props":1500,"children":1502},{"class":235,"line":1501},33,[1503,1507],{"type":45,"tag":233,"props":1504,"children":1505},{"style":240},[1506],{"type":51,"value":243},{"type":45,"tag":233,"props":1508,"children":1509},{"style":246},[1510],{"type":51,"value":1511},"s-color-field\n",{"type":45,"tag":233,"props":1513,"children":1515},{"class":235,"line":1514},34,[1516,1521,1525,1529,1534],{"type":45,"tag":233,"props":1517,"children":1518},{"style":256},[1519],{"type":51,"value":1520},"  label",{"type":45,"tag":233,"props":1522,"children":1523},{"style":240},[1524],{"type":51,"value":264},{"type":45,"tag":233,"props":1526,"children":1527},{"style":240},[1528],{"type":51,"value":269},{"type":45,"tag":233,"props":1530,"children":1531},{"style":272},[1532],{"type":51,"value":1533},"Brand color",{"type":45,"tag":233,"props":1535,"children":1536},{"style":240},[1537],{"type":51,"value":280},{"type":45,"tag":233,"props":1539,"children":1541},{"class":235,"line":1540},35,[1542,1547,1551,1555,1560],{"type":45,"tag":233,"props":1543,"children":1544},{"style":256},[1545],{"type":51,"value":1546},"  name",{"type":45,"tag":233,"props":1548,"children":1549},{"style":240},[1550],{"type":51,"value":264},{"type":45,"tag":233,"props":1552,"children":1553},{"style":240},[1554],{"type":51,"value":269},{"type":45,"tag":233,"props":1556,"children":1557},{"style":272},[1558],{"type":51,"value":1559},"brandColor",{"type":45,"tag":233,"props":1561,"children":1562},{"style":240},[1563],{"type":51,"value":280},{"type":45,"tag":233,"props":1565,"children":1567},{"class":235,"line":1566},36,[1568,1573,1577,1581,1586],{"type":45,"tag":233,"props":1569,"children":1570},{"style":256},[1571],{"type":51,"value":1572},"  value",{"type":45,"tag":233,"props":1574,"children":1575},{"style":240},[1576],{"type":51,"value":264},{"type":45,"tag":233,"props":1578,"children":1579},{"style":240},[1580],{"type":51,"value":269},{"type":45,"tag":233,"props":1582,"children":1583},{"style":272},[1584],{"type":51,"value":1585},"#FF5733",{"type":45,"tag":233,"props":1587,"children":1588},{"style":240},[1589],{"type":51,"value":280},{"type":45,"tag":233,"props":1591,"children":1593},{"class":235,"line":1592},37,[1594],{"type":45,"tag":233,"props":1595,"children":1596},{"style":256},[1597],{"type":51,"value":1598},"  alpha\n",{"type":45,"tag":233,"props":1600,"children":1602},{"class":235,"line":1601},38,[1603,1607,1612],{"type":45,"tag":233,"props":1604,"children":1605},{"style":240},[1606],{"type":51,"value":367},{"type":45,"tag":233,"props":1608,"children":1609},{"style":246},[1610],{"type":51,"value":1611},"s-color-field",{"type":45,"tag":233,"props":1613,"children":1614},{"style":240},[1615],{"type":51,"value":377},{"type":45,"tag":233,"props":1617,"children":1619},{"class":235,"line":1618},39,[1620,1624,1629,1633,1637,1641,1646,1650,1654,1658,1662,1667,1671,1676,1680,1684],{"type":45,"tag":233,"props":1621,"children":1622},{"style":240},[1623],{"type":51,"value":243},{"type":45,"tag":233,"props":1625,"children":1626},{"style":246},[1627],{"type":51,"value":1628},"s-color-picker",{"type":45,"tag":233,"props":1630,"children":1631},{"style":256},[1632],{"type":51,"value":1019},{"type":45,"tag":233,"props":1634,"children":1635},{"style":240},[1636],{"type":51,"value":264},{"type":45,"tag":233,"props":1638,"children":1639},{"style":240},[1640],{"type":51,"value":269},{"type":45,"tag":233,"props":1642,"children":1643},{"style":272},[1644],{"type":51,"value":1645},"bgColor",{"type":45,"tag":233,"props":1647,"children":1648},{"style":240},[1649],{"type":51,"value":269},{"type":45,"tag":233,"props":1651,"children":1652},{"style":256},[1653],{"type":51,"value":1041},{"type":45,"tag":233,"props":1655,"children":1656},{"style":240},[1657],{"type":51,"value":264},{"type":45,"tag":233,"props":1659,"children":1660},{"style":240},[1661],{"type":51,"value":269},{"type":45,"tag":233,"props":1663,"children":1664},{"style":272},[1665],{"type":51,"value":1666},"#3498DB",{"type":45,"tag":233,"props":1668,"children":1669},{"style":240},[1670],{"type":51,"value":269},{"type":45,"tag":233,"props":1672,"children":1673},{"style":256},[1674],{"type":51,"value":1675}," alpha",{"type":45,"tag":233,"props":1677,"children":1678},{"style":240},[1679],{"type":51,"value":367},{"type":45,"tag":233,"props":1681,"children":1682},{"style":246},[1683],{"type":51,"value":1628},{"type":45,"tag":233,"props":1685,"children":1686},{"style":240},[1687],{"type":51,"value":377},{"type":45,"tag":233,"props":1689,"children":1691},{"class":235,"line":1690},40,[1692,1696],{"type":45,"tag":233,"props":1693,"children":1694},{"style":240},[1695],{"type":51,"value":243},{"type":45,"tag":233,"props":1697,"children":1698},{"style":246},[1699],{"type":51,"value":1700},"s-date-field\n",{"type":45,"tag":233,"props":1702,"children":1704},{"class":235,"line":1703},41,[1705,1709,1713,1717,1722],{"type":45,"tag":233,"props":1706,"children":1707},{"style":256},[1708],{"type":51,"value":1520},{"type":45,"tag":233,"props":1710,"children":1711},{"style":240},[1712],{"type":51,"value":264},{"type":45,"tag":233,"props":1714,"children":1715},{"style":240},[1716],{"type":51,"value":269},{"type":45,"tag":233,"props":1718,"children":1719},{"style":272},[1720],{"type":51,"value":1721},"Start date",{"type":45,"tag":233,"props":1723,"children":1724},{"style":240},[1725],{"type":51,"value":280},{"type":45,"tag":233,"props":1727,"children":1729},{"class":235,"line":1728},42,[1730,1734,1738,1742,1747],{"type":45,"tag":233,"props":1731,"children":1732},{"style":256},[1733],{"type":51,"value":1546},{"type":45,"tag":233,"props":1735,"children":1736},{"style":240},[1737],{"type":51,"value":264},{"type":45,"tag":233,"props":1739,"children":1740},{"style":240},[1741],{"type":51,"value":269},{"type":45,"tag":233,"props":1743,"children":1744},{"style":272},[1745],{"type":51,"value":1746},"startDate",{"type":45,"tag":233,"props":1748,"children":1749},{"style":240},[1750],{"type":51,"value":280},{"type":45,"tag":233,"props":1752,"children":1754},{"class":235,"line":1753},43,[1755,1759,1763,1767,1772],{"type":45,"tag":233,"props":1756,"children":1757},{"style":256},[1758],{"type":51,"value":1572},{"type":45,"tag":233,"props":1760,"children":1761},{"style":240},[1762],{"type":51,"value":264},{"type":45,"tag":233,"props":1764,"children":1765},{"style":240},[1766],{"type":51,"value":269},{"type":45,"tag":233,"props":1768,"children":1769},{"style":272},[1770],{"type":51,"value":1771},"2025-06-15",{"type":45,"tag":233,"props":1773,"children":1774},{"style":240},[1775],{"type":51,"value":280},{"type":45,"tag":233,"props":1777,"children":1779},{"class":235,"line":1778},44,[1780,1785,1789,1793,1798],{"type":45,"tag":233,"props":1781,"children":1782},{"style":256},[1783],{"type":51,"value":1784},"  allow",{"type":45,"tag":233,"props":1786,"children":1787},{"style":240},[1788],{"type":51,"value":264},{"type":45,"tag":233,"props":1790,"children":1791},{"style":240},[1792],{"type":51,"value":269},{"type":45,"tag":233,"props":1794,"children":1795},{"style":272},[1796],{"type":51,"value":1797},"2025--",{"type":45,"tag":233,"props":1799,"children":1800},{"style":240},[1801],{"type":51,"value":280},{"type":45,"tag":233,"props":1803,"children":1805},{"class":235,"line":1804},45,[1806],{"type":45,"tag":233,"props":1807,"children":1808},{"style":256},[1809],{"type":51,"value":1810},"  required\n",{"type":45,"tag":233,"props":1812,"children":1814},{"class":235,"line":1813},46,[1815,1819,1824],{"type":45,"tag":233,"props":1816,"children":1817},{"style":240},[1818],{"type":51,"value":367},{"type":45,"tag":233,"props":1820,"children":1821},{"style":246},[1822],{"type":51,"value":1823},"s-date-field",{"type":45,"tag":233,"props":1825,"children":1826},{"style":240},[1827],{"type":51,"value":377},{"type":45,"tag":233,"props":1829,"children":1831},{"class":235,"line":1830},47,[1832,1836],{"type":45,"tag":233,"props":1833,"children":1834},{"style":240},[1835],{"type":51,"value":243},{"type":45,"tag":233,"props":1837,"children":1838},{"style":246},[1839],{"type":51,"value":1840},"s-date-picker\n",{"type":45,"tag":233,"props":1842,"children":1844},{"class":235,"line":1843},48,[1845,1850,1854,1858,1863],{"type":45,"tag":233,"props":1846,"children":1847},{"style":256},[1848],{"type":51,"value":1849},"  type",{"type":45,"tag":233,"props":1851,"children":1852},{"style":240},[1853],{"type":51,"value":264},{"type":45,"tag":233,"props":1855,"children":1856},{"style":240},[1857],{"type":51,"value":269},{"type":45,"tag":233,"props":1859,"children":1860},{"style":272},[1861],{"type":51,"value":1862},"single",{"type":45,"tag":233,"props":1864,"children":1865},{"style":240},[1866],{"type":51,"value":280},{"type":45,"tag":233,"props":1868,"children":1870},{"class":235,"line":1869},49,[1871,1875,1879,1883,1888],{"type":45,"tag":233,"props":1872,"children":1873},{"style":256},[1874],{"type":51,"value":1546},{"type":45,"tag":233,"props":1876,"children":1877},{"style":240},[1878],{"type":51,"value":264},{"type":45,"tag":233,"props":1880,"children":1881},{"style":240},[1882],{"type":51,"value":269},{"type":45,"tag":233,"props":1884,"children":1885},{"style":272},[1886],{"type":51,"value":1887},"selectedDate",{"type":45,"tag":233,"props":1889,"children":1890},{"style":240},[1891],{"type":51,"value":280},{"type":45,"tag":233,"props":1893,"children":1895},{"class":235,"line":1894},50,[1896,1900,1904,1908,1913],{"type":45,"tag":233,"props":1897,"children":1898},{"style":256},[1899],{"type":51,"value":1572},{"type":45,"tag":233,"props":1901,"children":1902},{"style":240},[1903],{"type":51,"value":264},{"type":45,"tag":233,"props":1905,"children":1906},{"style":240},[1907],{"type":51,"value":269},{"type":45,"tag":233,"props":1909,"children":1910},{"style":272},[1911],{"type":51,"value":1912},"2025-03-01",{"type":45,"tag":233,"props":1914,"children":1915},{"style":240},[1916],{"type":51,"value":280},{"type":45,"tag":233,"props":1918,"children":1920},{"class":235,"line":1919},51,[1921,1925,1930],{"type":45,"tag":233,"props":1922,"children":1923},{"style":240},[1924],{"type":51,"value":367},{"type":45,"tag":233,"props":1926,"children":1927},{"style":246},[1928],{"type":51,"value":1929},"s-date-picker",{"type":45,"tag":233,"props":1931,"children":1932},{"style":240},[1933],{"type":51,"value":377},{"type":45,"tag":233,"props":1935,"children":1937},{"class":235,"line":1936},52,[1938,1942,1947,1952,1956,1960,1965,1969,1973,1977,1981,1985,1989,1993,1997],{"type":45,"tag":233,"props":1939,"children":1940},{"style":240},[1941],{"type":51,"value":243},{"type":45,"tag":233,"props":1943,"children":1944},{"style":246},[1945],{"type":51,"value":1946},"s-divider",{"type":45,"tag":233,"props":1948,"children":1949},{"style":256},[1950],{"type":51,"value":1951}," direction",{"type":45,"tag":233,"props":1953,"children":1954},{"style":240},[1955],{"type":51,"value":264},{"type":45,"tag":233,"props":1957,"children":1958},{"style":240},[1959],{"type":51,"value":269},{"type":45,"tag":233,"props":1961,"children":1962},{"style":272},[1963],{"type":51,"value":1964},"inline",{"type":45,"tag":233,"props":1966,"children":1967},{"style":240},[1968],{"type":51,"value":269},{"type":45,"tag":233,"props":1970,"children":1971},{"style":256},[1972],{"type":51,"value":417},{"type":45,"tag":233,"props":1974,"children":1975},{"style":240},[1976],{"type":51,"value":264},{"type":45,"tag":233,"props":1978,"children":1979},{"style":240},[1980],{"type":51,"value":269},{"type":45,"tag":233,"props":1982,"children":1983},{"style":272},[1984],{"type":51,"value":328},{"type":45,"tag":233,"props":1986,"children":1987},{"style":240},[1988],{"type":51,"value":269},{"type":45,"tag":233,"props":1990,"children":1991},{"style":240},[1992],{"type":51,"value":367},{"type":45,"tag":233,"props":1994,"children":1995},{"style":246},[1996],{"type":51,"value":1946},{"type":45,"tag":233,"props":1998,"children":1999},{"style":240},[2000],{"type":51,"value":377},{"type":45,"tag":233,"props":2002,"children":2004},{"class":235,"line":2003},53,[2005,2009],{"type":45,"tag":233,"props":2006,"children":2007},{"style":240},[2008],{"type":51,"value":243},{"type":45,"tag":233,"props":2010,"children":2011},{"style":246},[2012],{"type":51,"value":2013},"s-drop-zone\n",{"type":45,"tag":233,"props":2015,"children":2017},{"class":235,"line":2016},54,[2018,2022,2026,2030,2035],{"type":45,"tag":233,"props":2019,"children":2020},{"style":256},[2021],{"type":51,"value":1520},{"type":45,"tag":233,"props":2023,"children":2024},{"style":240},[2025],{"type":51,"value":264},{"type":45,"tag":233,"props":2027,"children":2028},{"style":240},[2029],{"type":51,"value":269},{"type":45,"tag":233,"props":2031,"children":2032},{"style":272},[2033],{"type":51,"value":2034},"Upload file",{"type":45,"tag":233,"props":2036,"children":2037},{"style":240},[2038],{"type":51,"value":280},{"type":45,"tag":233,"props":2040,"children":2042},{"class":235,"line":2041},55,[2043,2047,2051,2055,2060],{"type":45,"tag":233,"props":2044,"children":2045},{"style":256},[2046],{"type":51,"value":1546},{"type":45,"tag":233,"props":2048,"children":2049},{"style":240},[2050],{"type":51,"value":264},{"type":45,"tag":233,"props":2052,"children":2053},{"style":240},[2054],{"type":51,"value":269},{"type":45,"tag":233,"props":2056,"children":2057},{"style":272},[2058],{"type":51,"value":2059},"file",{"type":45,"tag":233,"props":2061,"children":2062},{"style":240},[2063],{"type":51,"value":280},{"type":45,"tag":233,"props":2065,"children":2067},{"class":235,"line":2066},56,[2068,2073,2077,2081,2086],{"type":45,"tag":233,"props":2069,"children":2070},{"style":256},[2071],{"type":51,"value":2072},"  accept",{"type":45,"tag":233,"props":2074,"children":2075},{"style":240},[2076],{"type":51,"value":264},{"type":45,"tag":233,"props":2078,"children":2079},{"style":240},[2080],{"type":51,"value":269},{"type":45,"tag":233,"props":2082,"children":2083},{"style":272},[2084],{"type":51,"value":2085},".jpg,.png",{"type":45,"tag":233,"props":2087,"children":2088},{"style":240},[2089],{"type":51,"value":280},{"type":45,"tag":233,"props":2091,"children":2093},{"class":235,"line":2092},57,[2094],{"type":45,"tag":233,"props":2095,"children":2096},{"style":256},[2097],{"type":51,"value":2098},"  multiple\n",{"type":45,"tag":233,"props":2100,"children":2102},{"class":235,"line":2101},58,[2103,2107,2112],{"type":45,"tag":233,"props":2104,"children":2105},{"style":240},[2106],{"type":51,"value":367},{"type":45,"tag":233,"props":2108,"children":2109},{"style":246},[2110],{"type":51,"value":2111},"s-drop-zone",{"type":45,"tag":233,"props":2113,"children":2114},{"style":240},[2115],{"type":51,"value":377},{"type":45,"tag":233,"props":2117,"children":2119},{"class":235,"line":2118},59,[2120,2124],{"type":45,"tag":233,"props":2121,"children":2122},{"style":240},[2123],{"type":51,"value":243},{"type":45,"tag":233,"props":2125,"children":2126},{"style":246},[2127],{"type":51,"value":2128},"s-email-field\n",{"type":45,"tag":233,"props":2130,"children":2132},{"class":235,"line":2131},60,[2133,2137,2141,2145,2150],{"type":45,"tag":233,"props":2134,"children":2135},{"style":256},[2136],{"type":51,"value":1520},{"type":45,"tag":233,"props":2138,"children":2139},{"style":240},[2140],{"type":51,"value":264},{"type":45,"tag":233,"props":2142,"children":2143},{"style":240},[2144],{"type":51,"value":269},{"type":45,"tag":233,"props":2146,"children":2147},{"style":272},[2148],{"type":51,"value":2149},"Email",{"type":45,"tag":233,"props":2151,"children":2152},{"style":240},[2153],{"type":51,"value":280},{"type":45,"tag":233,"props":2155,"children":2157},{"class":235,"line":2156},61,[2158,2162,2166,2170,2175],{"type":45,"tag":233,"props":2159,"children":2160},{"style":256},[2161],{"type":51,"value":1546},{"type":45,"tag":233,"props":2163,"children":2164},{"style":240},[2165],{"type":51,"value":264},{"type":45,"tag":233,"props":2167,"children":2168},{"style":240},[2169],{"type":51,"value":269},{"type":45,"tag":233,"props":2171,"children":2172},{"style":272},[2173],{"type":51,"value":2174},"email",{"type":45,"tag":233,"props":2176,"children":2177},{"style":240},[2178],{"type":51,"value":280},{"type":45,"tag":233,"props":2180,"children":2182},{"class":235,"line":2181},62,[2183,2188,2192,2196,2201],{"type":45,"tag":233,"props":2184,"children":2185},{"style":256},[2186],{"type":51,"value":2187},"  placeholder",{"type":45,"tag":233,"props":2189,"children":2190},{"style":240},[2191],{"type":51,"value":264},{"type":45,"tag":233,"props":2193,"children":2194},{"style":240},[2195],{"type":51,"value":269},{"type":45,"tag":233,"props":2197,"children":2198},{"style":272},[2199],{"type":51,"value":2200},"you@example.com",{"type":45,"tag":233,"props":2202,"children":2203},{"style":240},[2204],{"type":51,"value":280},{"type":45,"tag":233,"props":2206,"children":2208},{"class":235,"line":2207},63,[2209,2214,2218,2222,2226],{"type":45,"tag":233,"props":2210,"children":2211},{"style":256},[2212],{"type":51,"value":2213},"  autocomplete",{"type":45,"tag":233,"props":2215,"children":2216},{"style":240},[2217],{"type":51,"value":264},{"type":45,"tag":233,"props":2219,"children":2220},{"style":240},[2221],{"type":51,"value":269},{"type":45,"tag":233,"props":2223,"children":2224},{"style":272},[2225],{"type":51,"value":2174},{"type":45,"tag":233,"props":2227,"children":2228},{"style":240},[2229],{"type":51,"value":280},{"type":45,"tag":233,"props":2231,"children":2233},{"class":235,"line":2232},64,[2234],{"type":45,"tag":233,"props":2235,"children":2236},{"style":256},[2237],{"type":51,"value":1810},{"type":45,"tag":233,"props":2239,"children":2241},{"class":235,"line":2240},65,[2242,2246,2251],{"type":45,"tag":233,"props":2243,"children":2244},{"style":240},[2245],{"type":51,"value":367},{"type":45,"tag":233,"props":2247,"children":2248},{"style":246},[2249],{"type":51,"value":2250},"s-email-field",{"type":45,"tag":233,"props":2252,"children":2253},{"style":240},[2254],{"type":51,"value":377},{"type":45,"tag":233,"props":2256,"children":2258},{"class":235,"line":2257},66,[2259,2263,2268,2273,2277,2281,2286,2290,2294,2298,2302,2306],{"type":45,"tag":233,"props":2260,"children":2261},{"style":240},[2262],{"type":51,"value":243},{"type":45,"tag":233,"props":2264,"children":2265},{"style":246},[2266],{"type":51,"value":2267},"s-grid",{"type":45,"tag":233,"props":2269,"children":2270},{"style":256},[2271],{"type":51,"value":2272}," gridTemplateColumns",{"type":45,"tag":233,"props":2274,"children":2275},{"style":240},[2276],{"type":51,"value":264},{"type":45,"tag":233,"props":2278,"children":2279},{"style":240},[2280],{"type":51,"value":269},{"type":45,"tag":233,"props":2282,"children":2283},{"style":272},[2284],{"type":51,"value":2285},"1fr 1fr",{"type":45,"tag":233,"props":2287,"children":2288},{"style":240},[2289],{"type":51,"value":269},{"type":45,"tag":233,"props":2291,"children":2292},{"style":256},[2293],{"type":51,"value":855},{"type":45,"tag":233,"props":2295,"children":2296},{"style":240},[2297],{"type":51,"value":264},{"type":45,"tag":233,"props":2299,"children":2300},{"style":240},[2301],{"type":51,"value":269},{"type":45,"tag":233,"props":2303,"children":2304},{"style":272},[2305],{"type":51,"value":328},{"type":45,"tag":233,"props":2307,"children":2308},{"style":240},[2309],{"type":51,"value":280},{"type":45,"tag":233,"props":2311,"children":2313},{"class":235,"line":2312},67,[2314,2318,2322,2326,2331,2335,2339,2344,2348,2352,2357,2361,2365],{"type":45,"tag":233,"props":2315,"children":2316},{"style":240},[2317],{"type":51,"value":880},{"type":45,"tag":233,"props":2319,"children":2320},{"style":246},[2321],{"type":51,"value":601},{"type":45,"tag":233,"props":2323,"children":2324},{"style":240},[2325],{"type":51,"value":570},{"type":45,"tag":233,"props":2327,"children":2328},{"style":488},[2329],{"type":51,"value":2330},"Col 1",{"type":45,"tag":233,"props":2332,"children":2333},{"style":240},[2334],{"type":51,"value":580},{"type":45,"tag":233,"props":2336,"children":2337},{"style":246},[2338],{"type":51,"value":601},{"type":45,"tag":233,"props":2340,"children":2341},{"style":240},[2342],{"type":51,"value":2343},">\u003C",{"type":45,"tag":233,"props":2345,"children":2346},{"style":246},[2347],{"type":51,"value":601},{"type":45,"tag":233,"props":2349,"children":2350},{"style":240},[2351],{"type":51,"value":570},{"type":45,"tag":233,"props":2353,"children":2354},{"style":488},[2355],{"type":51,"value":2356},"Col 2",{"type":45,"tag":233,"props":2358,"children":2359},{"style":240},[2360],{"type":51,"value":580},{"type":45,"tag":233,"props":2362,"children":2363},{"style":246},[2364],{"type":51,"value":601},{"type":45,"tag":233,"props":2366,"children":2367},{"style":240},[2368],{"type":51,"value":2369},">\u003C\u002Fs-grid\n",{"type":45,"tag":233,"props":2371,"children":2373},{"class":235,"line":2372},68,[2374],{"type":45,"tag":233,"props":2375,"children":2376},{"style":240},[2377],{"type":51,"value":377},{"type":45,"tag":233,"props":2379,"children":2381},{"class":235,"line":2380},69,[2382,2386,2391,2395,2400,2404,2408],{"type":45,"tag":233,"props":2383,"children":2384},{"style":240},[2385],{"type":51,"value":243},{"type":45,"tag":233,"props":2387,"children":2388},{"style":246},[2389],{"type":51,"value":2390},"s-heading",{"type":45,"tag":233,"props":2392,"children":2393},{"style":240},[2394],{"type":51,"value":570},{"type":45,"tag":233,"props":2396,"children":2397},{"style":488},[2398],{"type":51,"value":2399},"Section Title",{"type":45,"tag":233,"props":2401,"children":2402},{"style":240},[2403],{"type":51,"value":580},{"type":45,"tag":233,"props":2405,"children":2406},{"style":246},[2407],{"type":51,"value":2390},{"type":45,"tag":233,"props":2409,"children":2410},{"style":240},[2411],{"type":51,"value":377},{"type":45,"tag":233,"props":2413,"children":2415},{"class":235,"line":2414},70,[2416,2420,2425,2429,2433,2437,2442,2446,2450,2454,2458,2462,2466,2470,2474,2478,2482,2486,2490,2494,2498,2502,2506,2510,2514],{"type":45,"tag":233,"props":2417,"children":2418},{"style":240},[2419],{"type":51,"value":243},{"type":45,"tag":233,"props":2421,"children":2422},{"style":246},[2423],{"type":51,"value":2424},"s-icon",{"type":45,"tag":233,"props":2426,"children":2427},{"style":256},[2428],{"type":51,"value":794},{"type":45,"tag":233,"props":2430,"children":2431},{"style":240},[2432],{"type":51,"value":264},{"type":45,"tag":233,"props":2434,"children":2435},{"style":240},[2436],{"type":51,"value":269},{"type":45,"tag":233,"props":2438,"children":2439},{"style":272},[2440],{"type":51,"value":2441},"cart",{"type":45,"tag":233,"props":2443,"children":2444},{"style":240},[2445],{"type":51,"value":269},{"type":45,"tag":233,"props":2447,"children":2448},{"style":256},[2449],{"type":51,"value":395},{"type":45,"tag":233,"props":2451,"children":2452},{"style":240},[2453],{"type":51,"value":264},{"type":45,"tag":233,"props":2455,"children":2456},{"style":240},[2457],{"type":51,"value":269},{"type":45,"tag":233,"props":2459,"children":2460},{"style":272},[2461],{"type":51,"value":764},{"type":45,"tag":233,"props":2463,"children":2464},{"style":240},[2465],{"type":51,"value":269},{"type":45,"tag":233,"props":2467,"children":2468},{"style":256},[2469],{"type":51,"value":417},{"type":45,"tag":233,"props":2471,"children":2472},{"style":240},[2473],{"type":51,"value":264},{"type":45,"tag":233,"props":2475,"children":2476},{"style":240},[2477],{"type":51,"value":269},{"type":45,"tag":233,"props":2479,"children":2480},{"style":272},[2481],{"type":51,"value":328},{"type":45,"tag":233,"props":2483,"children":2484},{"style":240},[2485],{"type":51,"value":269},{"type":45,"tag":233,"props":2487,"children":2488},{"style":256},[2489],{"type":51,"value":460},{"type":45,"tag":233,"props":2491,"children":2492},{"style":240},[2493],{"type":51,"value":264},{"type":45,"tag":233,"props":2495,"children":2496},{"style":240},[2497],{"type":51,"value":269},{"type":45,"tag":233,"props":2499,"children":2500},{"style":272},[2501],{"type":51,"value":328},{"type":45,"tag":233,"props":2503,"children":2504},{"style":240},[2505],{"type":51,"value":269},{"type":45,"tag":233,"props":2507,"children":2508},{"style":240},[2509],{"type":51,"value":367},{"type":45,"tag":233,"props":2511,"children":2512},{"style":246},[2513],{"type":51,"value":2424},{"type":45,"tag":233,"props":2515,"children":2516},{"style":240},[2517],{"type":51,"value":377},{"type":45,"tag":233,"props":2519,"children":2521},{"class":235,"line":2520},71,[2522,2526],{"type":45,"tag":233,"props":2523,"children":2524},{"style":240},[2525],{"type":51,"value":243},{"type":45,"tag":233,"props":2527,"children":2528},{"style":246},[2529],{"type":51,"value":2530},"s-image\n",{"type":45,"tag":233,"props":2532,"children":2534},{"class":235,"line":2533},72,[2535,2539,2543,2547,2552],{"type":45,"tag":233,"props":2536,"children":2537},{"style":256},[2538],{"type":51,"value":289},{"type":45,"tag":233,"props":2540,"children":2541},{"style":240},[2542],{"type":51,"value":264},{"type":45,"tag":233,"props":2544,"children":2545},{"style":240},[2546],{"type":51,"value":269},{"type":45,"tag":233,"props":2548,"children":2549},{"style":272},[2550],{"type":51,"value":2551},"https:\u002F\u002Fexample.com\u002Fimage.png",{"type":45,"tag":233,"props":2553,"children":2554},{"style":240},[2555],{"type":51,"value":280},{"type":45,"tag":233,"props":2557,"children":2559},{"class":235,"line":2558},73,[2560,2564,2568,2572,2577],{"type":45,"tag":233,"props":2561,"children":2562},{"style":256},[2563],{"type":51,"value":341},{"type":45,"tag":233,"props":2565,"children":2566},{"style":240},[2567],{"type":51,"value":264},{"type":45,"tag":233,"props":2569,"children":2570},{"style":240},[2571],{"type":51,"value":269},{"type":45,"tag":233,"props":2573,"children":2574},{"style":272},[2575],{"type":51,"value":2576},"Description",{"type":45,"tag":233,"props":2578,"children":2579},{"style":240},[2580],{"type":51,"value":280},{"type":45,"tag":233,"props":2582,"children":2584},{"class":235,"line":2583},74,[2585,2590,2594,2598,2603],{"type":45,"tag":233,"props":2586,"children":2587},{"style":256},[2588],{"type":51,"value":2589},"  aspectRatio",{"type":45,"tag":233,"props":2591,"children":2592},{"style":240},[2593],{"type":51,"value":264},{"type":45,"tag":233,"props":2595,"children":2596},{"style":240},[2597],{"type":51,"value":269},{"type":45,"tag":233,"props":2599,"children":2600},{"style":272},[2601],{"type":51,"value":2602},"16\u002F9",{"type":45,"tag":233,"props":2604,"children":2605},{"style":240},[2606],{"type":51,"value":280},{"type":45,"tag":233,"props":2608,"children":2610},{"class":235,"line":2609},75,[2611,2616,2620,2624,2629],{"type":45,"tag":233,"props":2612,"children":2613},{"style":256},[2614],{"type":51,"value":2615},"  objectFit",{"type":45,"tag":233,"props":2617,"children":2618},{"style":240},[2619],{"type":51,"value":264},{"type":45,"tag":233,"props":2621,"children":2622},{"style":240},[2623],{"type":51,"value":269},{"type":45,"tag":233,"props":2625,"children":2626},{"style":272},[2627],{"type":51,"value":2628},"cover",{"type":45,"tag":233,"props":2630,"children":2631},{"style":240},[2632],{"type":51,"value":280},{"type":45,"tag":233,"props":2634,"children":2636},{"class":235,"line":2635},76,[2637,2642,2646,2650,2655],{"type":45,"tag":233,"props":2638,"children":2639},{"style":256},[2640],{"type":51,"value":2641},"  loading",{"type":45,"tag":233,"props":2643,"children":2644},{"style":240},[2645],{"type":51,"value":264},{"type":45,"tag":233,"props":2647,"children":2648},{"style":240},[2649],{"type":51,"value":269},{"type":45,"tag":233,"props":2651,"children":2652},{"style":272},[2653],{"type":51,"value":2654},"lazy",{"type":45,"tag":233,"props":2656,"children":2657},{"style":240},[2658],{"type":51,"value":280},{"type":45,"tag":233,"props":2660,"children":2662},{"class":235,"line":2661},77,[2663,2667,2672],{"type":45,"tag":233,"props":2664,"children":2665},{"style":240},[2666],{"type":51,"value":367},{"type":45,"tag":233,"props":2668,"children":2669},{"style":246},[2670],{"type":51,"value":2671},"s-image",{"type":45,"tag":233,"props":2673,"children":2674},{"style":240},[2675],{"type":51,"value":377},{"type":45,"tag":233,"props":2677,"children":2679},{"class":235,"line":2678},78,[2680,2684,2689,2693,2697,2701,2706,2710,2714,2718,2722,2726,2730,2734,2739,2743,2747],{"type":45,"tag":233,"props":2681,"children":2682},{"style":240},[2683],{"type":51,"value":243},{"type":45,"tag":233,"props":2685,"children":2686},{"style":246},[2687],{"type":51,"value":2688},"s-link",{"type":45,"tag":233,"props":2690,"children":2691},{"style":256},[2692],{"type":51,"value":1330},{"type":45,"tag":233,"props":2694,"children":2695},{"style":240},[2696],{"type":51,"value":264},{"type":45,"tag":233,"props":2698,"children":2699},{"style":240},[2700],{"type":51,"value":269},{"type":45,"tag":233,"props":2702,"children":2703},{"style":272},[2704],{"type":51,"value":2705},"https:\u002F\u002Fexample.com",{"type":45,"tag":233,"props":2707,"children":2708},{"style":240},[2709],{"type":51,"value":269},{"type":45,"tag":233,"props":2711,"children":2712},{"style":256},[2713],{"type":51,"value":395},{"type":45,"tag":233,"props":2715,"children":2716},{"style":240},[2717],{"type":51,"value":264},{"type":45,"tag":233,"props":2719,"children":2720},{"style":240},[2721],{"type":51,"value":269},{"type":45,"tag":233,"props":2723,"children":2724},{"style":272},[2725],{"type":51,"value":764},{"type":45,"tag":233,"props":2727,"children":2728},{"style":240},[2729],{"type":51,"value":269},{"type":45,"tag":233,"props":2731,"children":2732},{"style":240},[2733],{"type":51,"value":570},{"type":45,"tag":233,"props":2735,"children":2736},{"style":488},[2737],{"type":51,"value":2738},"Link text",{"type":45,"tag":233,"props":2740,"children":2741},{"style":240},[2742],{"type":51,"value":580},{"type":45,"tag":233,"props":2744,"children":2745},{"style":246},[2746],{"type":51,"value":2688},{"type":45,"tag":233,"props":2748,"children":2749},{"style":240},[2750],{"type":51,"value":377},{"type":45,"tag":233,"props":2752,"children":2754},{"class":235,"line":2753},79,[2755,2759,2763,2768,2772,2776,2781,2785,2789,2793,2797,2802,2806,2810,2814],{"type":45,"tag":233,"props":2756,"children":2757},{"style":240},[2758],{"type":51,"value":243},{"type":45,"tag":233,"props":2760,"children":2761},{"style":246},[2762],{"type":51,"value":725},{"type":45,"tag":233,"props":2764,"children":2765},{"style":256},[2766],{"type":51,"value":2767}," commandFor",{"type":45,"tag":233,"props":2769,"children":2770},{"style":240},[2771],{"type":51,"value":264},{"type":45,"tag":233,"props":2773,"children":2774},{"style":240},[2775],{"type":51,"value":269},{"type":45,"tag":233,"props":2777,"children":2778},{"style":272},[2779],{"type":51,"value":2780},"actions-menu",{"type":45,"tag":233,"props":2782,"children":2783},{"style":240},[2784],{"type":51,"value":269},{"type":45,"tag":233,"props":2786,"children":2787},{"style":256},[2788],{"type":51,"value":438},{"type":45,"tag":233,"props":2790,"children":2791},{"style":240},[2792],{"type":51,"value":264},{"type":45,"tag":233,"props":2794,"children":2795},{"style":240},[2796],{"type":51,"value":269},{"type":45,"tag":233,"props":2798,"children":2799},{"style":272},[2800],{"type":51,"value":2801},"menu-vertical",{"type":45,"tag":233,"props":2803,"children":2804},{"style":240},[2805],{"type":51,"value":269},{"type":45,"tag":233,"props":2807,"children":2808},{"style":240},[2809],{"type":51,"value":367},{"type":45,"tag":233,"props":2811,"children":2812},{"style":246},[2813],{"type":51,"value":725},{"type":45,"tag":233,"props":2815,"children":2816},{"style":240},[2817],{"type":51,"value":377},{"type":45,"tag":233,"props":2819,"children":2821},{"class":235,"line":2820},80,[2822,2826,2831,2836,2840,2844,2848,2852,2856,2860,2864,2869],{"type":45,"tag":233,"props":2823,"children":2824},{"style":240},[2825],{"type":51,"value":243},{"type":45,"tag":233,"props":2827,"children":2828},{"style":246},[2829],{"type":51,"value":2830},"s-menu",{"type":45,"tag":233,"props":2832,"children":2833},{"style":256},[2834],{"type":51,"value":2835}," id",{"type":45,"tag":233,"props":2837,"children":2838},{"style":240},[2839],{"type":51,"value":264},{"type":45,"tag":233,"props":2841,"children":2842},{"style":240},[2843],{"type":51,"value":269},{"type":45,"tag":233,"props":2845,"children":2846},{"style":272},[2847],{"type":51,"value":2780},{"type":45,"tag":233,"props":2849,"children":2850},{"style":240},[2851],{"type":51,"value":269},{"type":45,"tag":233,"props":2853,"children":2854},{"style":256},[2855],{"type":51,"value":1108},{"type":45,"tag":233,"props":2857,"children":2858},{"style":240},[2859],{"type":51,"value":264},{"type":45,"tag":233,"props":2861,"children":2862},{"style":240},[2863],{"type":51,"value":269},{"type":45,"tag":233,"props":2865,"children":2866},{"style":272},[2867],{"type":51,"value":2868},"Actions",{"type":45,"tag":233,"props":2870,"children":2871},{"style":240},[2872],{"type":51,"value":280},{"type":45,"tag":233,"props":2874,"children":2876},{"class":235,"line":2875},81,[2877,2881,2885,2889,2893,2897,2902,2906,2910,2914,2918,2923,2927,2931,2936,2940,2944],{"type":45,"tag":233,"props":2878,"children":2879},{"style":240},[2880],{"type":51,"value":880},{"type":45,"tag":233,"props":2882,"children":2883},{"style":246},[2884],{"type":51,"value":725},{"type":45,"tag":233,"props":2886,"children":2887},{"style":256},[2888],{"type":51,"value":438},{"type":45,"tag":233,"props":2890,"children":2891},{"style":240},[2892],{"type":51,"value":264},{"type":45,"tag":233,"props":2894,"children":2895},{"style":240},[2896],{"type":51,"value":269},{"type":45,"tag":233,"props":2898,"children":2899},{"style":272},[2900],{"type":51,"value":2901},"edit",{"type":45,"tag":233,"props":2903,"children":2904},{"style":240},[2905],{"type":51,"value":269},{"type":45,"tag":233,"props":2907,"children":2908},{"style":256},[2909],{"type":51,"value":730},{"type":45,"tag":233,"props":2911,"children":2912},{"style":240},[2913],{"type":51,"value":264},{"type":45,"tag":233,"props":2915,"children":2916},{"style":240},[2917],{"type":51,"value":269},{"type":45,"tag":233,"props":2919,"children":2920},{"style":272},[2921],{"type":51,"value":2922},"tertiary",{"type":45,"tag":233,"props":2924,"children":2925},{"style":240},[2926],{"type":51,"value":269},{"type":45,"tag":233,"props":2928,"children":2929},{"style":240},[2930],{"type":51,"value":570},{"type":45,"tag":233,"props":2932,"children":2933},{"style":488},[2934],{"type":51,"value":2935},"Edit",{"type":45,"tag":233,"props":2937,"children":2938},{"style":240},[2939],{"type":51,"value":580},{"type":45,"tag":233,"props":2941,"children":2942},{"style":246},[2943],{"type":51,"value":725},{"type":45,"tag":233,"props":2945,"children":2946},{"style":240},[2947],{"type":51,"value":2948},">\u003C\u002Fs-menu\n",{"type":45,"tag":233,"props":2950,"children":2952},{"class":235,"line":2951},82,[2953],{"type":45,"tag":233,"props":2954,"children":2955},{"style":240},[2956],{"type":51,"value":377},{"type":45,"tag":233,"props":2958,"children":2960},{"class":235,"line":2959},83,[2961,2965,2970,2974,2978,2982,2987,2991,2995,2999,3003,3008,3012,3016,3020,3024,3028],{"type":45,"tag":233,"props":2962,"children":2963},{"style":240},[2964],{"type":51,"value":243},{"type":45,"tag":233,"props":2966,"children":2967},{"style":246},[2968],{"type":51,"value":2969},"s-modal",{"type":45,"tag":233,"props":2971,"children":2972},{"style":256},[2973],{"type":51,"value":2835},{"type":45,"tag":233,"props":2975,"children":2976},{"style":240},[2977],{"type":51,"value":264},{"type":45,"tag":233,"props":2979,"children":2980},{"style":240},[2981],{"type":51,"value":269},{"type":45,"tag":233,"props":2983,"children":2984},{"style":272},[2985],{"type":51,"value":2986},"my-modal",{"type":45,"tag":233,"props":2988,"children":2989},{"style":240},[2990],{"type":51,"value":269},{"type":45,"tag":233,"props":2992,"children":2993},{"style":256},[2994],{"type":51,"value":522},{"type":45,"tag":233,"props":2996,"children":2997},{"style":240},[2998],{"type":51,"value":264},{"type":45,"tag":233,"props":3000,"children":3001},{"style":240},[3002],{"type":51,"value":269},{"type":45,"tag":233,"props":3004,"children":3005},{"style":272},[3006],{"type":51,"value":3007},"Title",{"type":45,"tag":233,"props":3009,"children":3010},{"style":240},[3011],{"type":51,"value":269},{"type":45,"tag":233,"props":3013,"children":3014},{"style":256},[3015],{"type":51,"value":460},{"type":45,"tag":233,"props":3017,"children":3018},{"style":240},[3019],{"type":51,"value":264},{"type":45,"tag":233,"props":3021,"children":3022},{"style":240},[3023],{"type":51,"value":269},{"type":45,"tag":233,"props":3025,"children":3026},{"style":272},[3027],{"type":51,"value":328},{"type":45,"tag":233,"props":3029,"children":3030},{"style":240},[3031],{"type":51,"value":280},{"type":45,"tag":233,"props":3033,"children":3035},{"class":235,"line":3034},84,[3036,3040,3045,3049,3054,3058,3062],{"type":45,"tag":233,"props":3037,"children":3038},{"style":240},[3039],{"type":51,"value":880},{"type":45,"tag":233,"props":3041,"children":3042},{"style":246},[3043],{"type":51,"value":3044},"s-text",{"type":45,"tag":233,"props":3046,"children":3047},{"style":240},[3048],{"type":51,"value":570},{"type":45,"tag":233,"props":3050,"children":3051},{"style":488},[3052],{"type":51,"value":3053},"Modal content",{"type":45,"tag":233,"props":3055,"children":3056},{"style":240},[3057],{"type":51,"value":580},{"type":45,"tag":233,"props":3059,"children":3060},{"style":246},[3061],{"type":51,"value":3044},{"type":45,"tag":233,"props":3063,"children":3064},{"style":240},[3065],{"type":51,"value":3066},">\u003C\u002Fs-modal\n",{"type":45,"tag":233,"props":3068,"children":3070},{"class":235,"line":3069},85,[3071],{"type":45,"tag":233,"props":3072,"children":3073},{"style":240},[3074],{"type":51,"value":377},{"type":45,"tag":233,"props":3076,"children":3078},{"class":235,"line":3077},86,[3079,3083],{"type":45,"tag":233,"props":3080,"children":3081},{"style":240},[3082],{"type":51,"value":243},{"type":45,"tag":233,"props":3084,"children":3085},{"style":246},[3086],{"type":51,"value":3087},"s-money-field\n",{"type":45,"tag":233,"props":3089,"children":3091},{"class":235,"line":3090},87,[3092,3096,3100,3104,3109],{"type":45,"tag":233,"props":3093,"children":3094},{"style":256},[3095],{"type":51,"value":1520},{"type":45,"tag":233,"props":3097,"children":3098},{"style":240},[3099],{"type":51,"value":264},{"type":45,"tag":233,"props":3101,"children":3102},{"style":240},[3103],{"type":51,"value":269},{"type":45,"tag":233,"props":3105,"children":3106},{"style":272},[3107],{"type":51,"value":3108},"Amount",{"type":45,"tag":233,"props":3110,"children":3111},{"style":240},[3112],{"type":51,"value":280},{"type":45,"tag":233,"props":3114,"children":3116},{"class":235,"line":3115},88,[3117,3121,3125,3129,3134],{"type":45,"tag":233,"props":3118,"children":3119},{"style":256},[3120],{"type":51,"value":1546},{"type":45,"tag":233,"props":3122,"children":3123},{"style":240},[3124],{"type":51,"value":264},{"type":45,"tag":233,"props":3126,"children":3127},{"style":240},[3128],{"type":51,"value":269},{"type":45,"tag":233,"props":3130,"children":3131},{"style":272},[3132],{"type":51,"value":3133},"amount",{"type":45,"tag":233,"props":3135,"children":3136},{"style":240},[3137],{"type":51,"value":280},{"type":45,"tag":233,"props":3139,"children":3141},{"class":235,"line":3140},89,[3142,3147,3152,3158],{"type":45,"tag":233,"props":3143,"children":3144},{"style":256},[3145],{"type":51,"value":3146},"  min",{"type":45,"tag":233,"props":3148,"children":3149},{"style":240},[3150],{"type":51,"value":3151},"={",{"type":45,"tag":233,"props":3153,"children":3155},{"style":3154},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[3156],{"type":51,"value":3157},"0",{"type":45,"tag":233,"props":3159,"children":3160},{"style":240},[3161],{"type":51,"value":3162},"}\n",{"type":45,"tag":233,"props":3164,"children":3166},{"class":235,"line":3165},90,[3167,3172,3176,3181],{"type":45,"tag":233,"props":3168,"children":3169},{"style":256},[3170],{"type":51,"value":3171},"  max",{"type":45,"tag":233,"props":3173,"children":3174},{"style":240},[3175],{"type":51,"value":3151},{"type":45,"tag":233,"props":3177,"children":3178},{"style":3154},[3179],{"type":51,"value":3180},"999999",{"type":45,"tag":233,"props":3182,"children":3183},{"style":240},[3184],{"type":51,"value":3162},{"type":45,"tag":233,"props":3186,"children":3188},{"class":235,"line":3187},91,[3189,3193,3198],{"type":45,"tag":233,"props":3190,"children":3191},{"style":240},[3192],{"type":51,"value":367},{"type":45,"tag":233,"props":3194,"children":3195},{"style":246},[3196],{"type":51,"value":3197},"s-money-field",{"type":45,"tag":233,"props":3199,"children":3200},{"style":240},[3201],{"type":51,"value":377},{"type":45,"tag":233,"props":3203,"children":3205},{"class":235,"line":3204},92,[3206,3210],{"type":45,"tag":233,"props":3207,"children":3208},{"style":240},[3209],{"type":51,"value":243},{"type":45,"tag":233,"props":3211,"children":3212},{"style":246},[3213],{"type":51,"value":3214},"s-number-field\n",{"type":45,"tag":233,"props":3216,"children":3218},{"class":235,"line":3217},93,[3219,3223,3227,3231,3236],{"type":45,"tag":233,"props":3220,"children":3221},{"style":256},[3222],{"type":51,"value":1520},{"type":45,"tag":233,"props":3224,"children":3225},{"style":240},[3226],{"type":51,"value":264},{"type":45,"tag":233,"props":3228,"children":3229},{"style":240},[3230],{"type":51,"value":269},{"type":45,"tag":233,"props":3232,"children":3233},{"style":272},[3234],{"type":51,"value":3235},"Quantity",{"type":45,"tag":233,"props":3237,"children":3238},{"style":240},[3239],{"type":51,"value":280},{"type":45,"tag":233,"props":3241,"children":3243},{"class":235,"line":3242},94,[3244,3248,3252,3256,3261],{"type":45,"tag":233,"props":3245,"children":3246},{"style":256},[3247],{"type":51,"value":1546},{"type":45,"tag":233,"props":3249,"children":3250},{"style":240},[3251],{"type":51,"value":264},{"type":45,"tag":233,"props":3253,"children":3254},{"style":240},[3255],{"type":51,"value":269},{"type":45,"tag":233,"props":3257,"children":3258},{"style":272},[3259],{"type":51,"value":3260},"qty",{"type":45,"tag":233,"props":3262,"children":3263},{"style":240},[3264],{"type":51,"value":280},{"type":45,"tag":233,"props":3266,"children":3268},{"class":235,"line":3267},95,[3269,3273,3277,3281],{"type":45,"tag":233,"props":3270,"children":3271},{"style":256},[3272],{"type":51,"value":3146},{"type":45,"tag":233,"props":3274,"children":3275},{"style":240},[3276],{"type":51,"value":3151},{"type":45,"tag":233,"props":3278,"children":3279},{"style":3154},[3280],{"type":51,"value":1231},{"type":45,"tag":233,"props":3282,"children":3283},{"style":240},[3284],{"type":51,"value":3162},{"type":45,"tag":233,"props":3286,"children":3288},{"class":235,"line":3287},96,[3289,3293,3297,3302],{"type":45,"tag":233,"props":3290,"children":3291},{"style":256},[3292],{"type":51,"value":3171},{"type":45,"tag":233,"props":3294,"children":3295},{"style":240},[3296],{"type":51,"value":3151},{"type":45,"tag":233,"props":3298,"children":3299},{"style":3154},[3300],{"type":51,"value":3301},"100",{"type":45,"tag":233,"props":3303,"children":3304},{"style":240},[3305],{"type":51,"value":3162},{"type":45,"tag":233,"props":3307,"children":3309},{"class":235,"line":3308},97,[3310,3315,3319,3323],{"type":45,"tag":233,"props":3311,"children":3312},{"style":256},[3313],{"type":51,"value":3314},"  step",{"type":45,"tag":233,"props":3316,"children":3317},{"style":240},[3318],{"type":51,"value":3151},{"type":45,"tag":233,"props":3320,"children":3321},{"style":3154},[3322],{"type":51,"value":1231},{"type":45,"tag":233,"props":3324,"children":3325},{"style":240},[3326],{"type":51,"value":3162},{"type":45,"tag":233,"props":3328,"children":3330},{"class":235,"line":3329},98,[3331,3336,3340,3344,3349],{"type":45,"tag":233,"props":3332,"children":3333},{"style":256},[3334],{"type":51,"value":3335},"  inputMode",{"type":45,"tag":233,"props":3337,"children":3338},{"style":240},[3339],{"type":51,"value":264},{"type":45,"tag":233,"props":3341,"children":3342},{"style":240},[3343],{"type":51,"value":269},{"type":45,"tag":233,"props":3345,"children":3346},{"style":272},[3347],{"type":51,"value":3348},"numeric",{"type":45,"tag":233,"props":3350,"children":3351},{"style":240},[3352],{"type":51,"value":280},{"type":45,"tag":233,"props":3354,"children":3356},{"class":235,"line":3355},99,[3357,3361,3366],{"type":45,"tag":233,"props":3358,"children":3359},{"style":240},[3360],{"type":51,"value":367},{"type":45,"tag":233,"props":3362,"children":3363},{"style":246},[3364],{"type":51,"value":3365},"s-number-field",{"type":45,"tag":233,"props":3367,"children":3368},{"style":240},[3369],{"type":51,"value":377},{"type":45,"tag":233,"props":3371,"children":3373},{"class":235,"line":3372},100,[3374,3378],{"type":45,"tag":233,"props":3375,"children":3376},{"style":240},[3377],{"type":51,"value":243},{"type":45,"tag":233,"props":3379,"children":3380},{"style":246},[3381],{"type":51,"value":3382},"s-ordered-list\n",{"type":45,"tag":233,"props":3384,"children":3386},{"class":235,"line":3385},101,[3387,3391,3396,3400],{"type":45,"tag":233,"props":3388,"children":3389},{"style":240},[3390],{"type":51,"value":880},{"type":45,"tag":233,"props":3392,"children":3393},{"style":246},[3394],{"type":51,"value":3395},"s-list-item",{"type":45,"tag":233,"props":3397,"children":3398},{"style":240},[3399],{"type":51,"value":570},{"type":45,"tag":233,"props":3401,"children":3402},{"style":488},[3403],{"type":51,"value":3404},"First\u003C\u002Fs-list-item\n",{"type":45,"tag":233,"props":3406,"children":3408},{"class":235,"line":3407},102,[3409,3413,3417,3421,3425,3430,3434,3438,3442],{"type":45,"tag":233,"props":3410,"children":3411},{"style":488},[3412],{"type":51,"value":485},{"type":45,"tag":233,"props":3414,"children":3415},{"style":240},[3416],{"type":51,"value":243},{"type":45,"tag":233,"props":3418,"children":3419},{"style":246},[3420],{"type":51,"value":3395},{"type":45,"tag":233,"props":3422,"children":3423},{"style":240},[3424],{"type":51,"value":570},{"type":45,"tag":233,"props":3426,"children":3427},{"style":488},[3428],{"type":51,"value":3429},"Second",{"type":45,"tag":233,"props":3431,"children":3432},{"style":240},[3433],{"type":51,"value":580},{"type":45,"tag":233,"props":3435,"children":3436},{"style":246},[3437],{"type":51,"value":3395},{"type":45,"tag":233,"props":3439,"children":3440},{"style":240},[3441],{"type":51,"value":570},{"type":45,"tag":233,"props":3443,"children":3444},{"style":488},[3445],{"type":51,"value":3446},"\u003C\u002Fs-ordered-list\n",{"type":45,"tag":233,"props":3448,"children":3450},{"class":235,"line":3449},103,[3451],{"type":45,"tag":233,"props":3452,"children":3453},{"style":488},[3454],{"type":51,"value":377},{"type":45,"tag":233,"props":3456,"children":3458},{"class":235,"line":3457},104,[3459,3463,3468,3472,3476,3480,3485,3489,3494,3498,3502,3506],{"type":45,"tag":233,"props":3460,"children":3461},{"style":240},[3462],{"type":51,"value":243},{"type":45,"tag":233,"props":3464,"children":3465},{"style":246},[3466],{"type":51,"value":3467},"s-page",{"type":45,"tag":233,"props":3469,"children":3470},{"style":256},[3471],{"type":51,"value":522},{"type":45,"tag":233,"props":3473,"children":3474},{"style":240},[3475],{"type":51,"value":264},{"type":45,"tag":233,"props":3477,"children":3478},{"style":240},[3479],{"type":51,"value":269},{"type":45,"tag":233,"props":3481,"children":3482},{"style":272},[3483],{"type":51,"value":3484},"Products",{"type":45,"tag":233,"props":3486,"children":3487},{"style":240},[3488],{"type":51,"value":269},{"type":45,"tag":233,"props":3490,"children":3491},{"style":256},[3492],{"type":51,"value":3493}," inlineSize",{"type":45,"tag":233,"props":3495,"children":3496},{"style":240},[3497],{"type":51,"value":264},{"type":45,"tag":233,"props":3499,"children":3500},{"style":240},[3501],{"type":51,"value":269},{"type":45,"tag":233,"props":3503,"children":3504},{"style":272},[3505],{"type":51,"value":328},{"type":45,"tag":233,"props":3507,"children":3508},{"style":240},[3509],{"type":51,"value":280},{"type":45,"tag":233,"props":3511,"children":3513},{"class":235,"line":3512},105,[3514,3518,3523,3527,3531,3535,3540],{"type":45,"tag":233,"props":3515,"children":3516},{"style":240},[3517],{"type":51,"value":880},{"type":45,"tag":233,"props":3519,"children":3520},{"style":246},[3521],{"type":51,"value":3522},"s-section",{"type":45,"tag":233,"props":3524,"children":3525},{"style":256},[3526],{"type":51,"value":522},{"type":45,"tag":233,"props":3528,"children":3529},{"style":240},[3530],{"type":51,"value":264},{"type":45,"tag":233,"props":3532,"children":3533},{"style":240},[3534],{"type":51,"value":269},{"type":45,"tag":233,"props":3536,"children":3537},{"style":272},[3538],{"type":51,"value":3539},"All products",{"type":45,"tag":233,"props":3541,"children":3542},{"style":240},[3543],{"type":51,"value":280},{"type":45,"tag":233,"props":3545,"children":3547},{"class":235,"line":3546},106,[3548,3553,3557,3561,3565,3569,3573],{"type":45,"tag":233,"props":3549,"children":3550},{"style":240},[3551],{"type":51,"value":3552},"    >\u003C",{"type":45,"tag":233,"props":3554,"children":3555},{"style":246},[3556],{"type":51,"value":3044},{"type":45,"tag":233,"props":3558,"children":3559},{"style":240},[3560],{"type":51,"value":570},{"type":45,"tag":233,"props":3562,"children":3563},{"style":488},[3564],{"type":51,"value":699},{"type":45,"tag":233,"props":3566,"children":3567},{"style":240},[3568],{"type":51,"value":580},{"type":45,"tag":233,"props":3570,"children":3571},{"style":246},[3572],{"type":51,"value":3044},{"type":45,"tag":233,"props":3574,"children":3575},{"style":240},[3576],{"type":51,"value":3577},">\u003C\u002Fs-section\n",{"type":45,"tag":233,"props":3579,"children":3581},{"class":235,"line":3580},107,[3582],{"type":45,"tag":233,"props":3583,"children":3584},{"style":240},[3585],{"type":51,"value":3586},"  >\u003C\u002Fs-page\n",{"type":45,"tag":233,"props":3588,"children":3590},{"class":235,"line":3589},108,[3591],{"type":45,"tag":233,"props":3592,"children":3593},{"style":240},[3594],{"type":51,"value":377},{"type":45,"tag":233,"props":3596,"children":3598},{"class":235,"line":3597},109,[3599,3603,3608,3612,3616,3620,3625,3629,3633,3637,3641,3645,3649,3653,3658,3662,3666],{"type":45,"tag":233,"props":3600,"children":3601},{"style":240},[3602],{"type":51,"value":243},{"type":45,"tag":233,"props":3604,"children":3605},{"style":246},[3606],{"type":51,"value":3607},"s-paragraph",{"type":45,"tag":233,"props":3609,"children":3610},{"style":256},[3611],{"type":51,"value":395},{"type":45,"tag":233,"props":3613,"children":3614},{"style":240},[3615],{"type":51,"value":264},{"type":45,"tag":233,"props":3617,"children":3618},{"style":240},[3619],{"type":51,"value":269},{"type":45,"tag":233,"props":3621,"children":3622},{"style":272},[3623],{"type":51,"value":3624},"neutral",{"type":45,"tag":233,"props":3626,"children":3627},{"style":240},[3628],{"type":51,"value":269},{"type":45,"tag":233,"props":3630,"children":3631},{"style":256},[3632],{"type":51,"value":417},{"type":45,"tag":233,"props":3634,"children":3635},{"style":240},[3636],{"type":51,"value":264},{"type":45,"tag":233,"props":3638,"children":3639},{"style":240},[3640],{"type":51,"value":269},{"type":45,"tag":233,"props":3642,"children":3643},{"style":272},[3644],{"type":51,"value":640},{"type":45,"tag":233,"props":3646,"children":3647},{"style":240},[3648],{"type":51,"value":269},{"type":45,"tag":233,"props":3650,"children":3651},{"style":240},[3652],{"type":51,"value":570},{"type":45,"tag":233,"props":3654,"children":3655},{"style":488},[3656],{"type":51,"value":3657},"Body text content",{"type":45,"tag":233,"props":3659,"children":3660},{"style":240},[3661],{"type":51,"value":580},{"type":45,"tag":233,"props":3663,"children":3664},{"style":246},[3665],{"type":51,"value":3607},{"type":45,"tag":233,"props":3667,"children":3668},{"style":240},[3669],{"type":51,"value":377},{"type":45,"tag":233,"props":3671,"children":3673},{"class":235,"line":3672},110,[3674,3678],{"type":45,"tag":233,"props":3675,"children":3676},{"style":240},[3677],{"type":51,"value":243},{"type":45,"tag":233,"props":3679,"children":3680},{"style":246},[3681],{"type":51,"value":3682},"s-password-field\n",{"type":45,"tag":233,"props":3684,"children":3686},{"class":235,"line":3685},111,[3687,3691,3695,3699,3704],{"type":45,"tag":233,"props":3688,"children":3689},{"style":256},[3690],{"type":51,"value":1520},{"type":45,"tag":233,"props":3692,"children":3693},{"style":240},[3694],{"type":51,"value":264},{"type":45,"tag":233,"props":3696,"children":3697},{"style":240},[3698],{"type":51,"value":269},{"type":45,"tag":233,"props":3700,"children":3701},{"style":272},[3702],{"type":51,"value":3703},"Password",{"type":45,"tag":233,"props":3705,"children":3706},{"style":240},[3707],{"type":51,"value":280},{"type":45,"tag":233,"props":3709,"children":3711},{"class":235,"line":3710},112,[3712,3716,3720,3724,3729],{"type":45,"tag":233,"props":3713,"children":3714},{"style":256},[3715],{"type":51,"value":1546},{"type":45,"tag":233,"props":3717,"children":3718},{"style":240},[3719],{"type":51,"value":264},{"type":45,"tag":233,"props":3721,"children":3722},{"style":240},[3723],{"type":51,"value":269},{"type":45,"tag":233,"props":3725,"children":3726},{"style":272},[3727],{"type":51,"value":3728},"password",{"type":45,"tag":233,"props":3730,"children":3731},{"style":240},[3732],{"type":51,"value":280},{"type":45,"tag":233,"props":3734,"children":3736},{"class":235,"line":3735},113,[3737,3741,3745,3749,3754],{"type":45,"tag":233,"props":3738,"children":3739},{"style":256},[3740],{"type":51,"value":2213},{"type":45,"tag":233,"props":3742,"children":3743},{"style":240},[3744],{"type":51,"value":264},{"type":45,"tag":233,"props":3746,"children":3747},{"style":240},[3748],{"type":51,"value":269},{"type":45,"tag":233,"props":3750,"children":3751},{"style":272},[3752],{"type":51,"value":3753},"current-password",{"type":45,"tag":233,"props":3755,"children":3756},{"style":240},[3757],{"type":51,"value":280},{"type":45,"tag":233,"props":3759,"children":3761},{"class":235,"line":3760},114,[3762,3767,3771,3776],{"type":45,"tag":233,"props":3763,"children":3764},{"style":256},[3765],{"type":51,"value":3766},"  minLength",{"type":45,"tag":233,"props":3768,"children":3769},{"style":240},[3770],{"type":51,"value":3151},{"type":45,"tag":233,"props":3772,"children":3773},{"style":3154},[3774],{"type":51,"value":3775},"8",{"type":45,"tag":233,"props":3777,"children":3778},{"style":240},[3779],{"type":51,"value":3162},{"type":45,"tag":233,"props":3781,"children":3783},{"class":235,"line":3782},115,[3784],{"type":45,"tag":233,"props":3785,"children":3786},{"style":256},[3787],{"type":51,"value":1810},{"type":45,"tag":233,"props":3789,"children":3791},{"class":235,"line":3790},116,[3792,3796,3801],{"type":45,"tag":233,"props":3793,"children":3794},{"style":240},[3795],{"type":51,"value":367},{"type":45,"tag":233,"props":3797,"children":3798},{"style":246},[3799],{"type":51,"value":3800},"s-password-field",{"type":45,"tag":233,"props":3802,"children":3803},{"style":240},[3804],{"type":51,"value":377},{"type":45,"tag":233,"props":3806,"children":3808},{"class":235,"line":3807},117,[3809,3813,3818,3822,3826,3830,3835,3839,3843,3847,3851,3856],{"type":45,"tag":233,"props":3810,"children":3811},{"style":240},[3812],{"type":51,"value":243},{"type":45,"tag":233,"props":3814,"children":3815},{"style":246},[3816],{"type":51,"value":3817},"s-popover",{"type":45,"tag":233,"props":3819,"children":3820},{"style":256},[3821],{"type":51,"value":2835},{"type":45,"tag":233,"props":3823,"children":3824},{"style":240},[3825],{"type":51,"value":264},{"type":45,"tag":233,"props":3827,"children":3828},{"style":240},[3829],{"type":51,"value":269},{"type":45,"tag":233,"props":3831,"children":3832},{"style":272},[3833],{"type":51,"value":3834},"pop",{"type":45,"tag":233,"props":3836,"children":3837},{"style":240},[3838],{"type":51,"value":269},{"type":45,"tag":233,"props":3840,"children":3841},{"style":256},[3842],{"type":51,"value":3493},{"type":45,"tag":233,"props":3844,"children":3845},{"style":240},[3846],{"type":51,"value":264},{"type":45,"tag":233,"props":3848,"children":3849},{"style":240},[3850],{"type":51,"value":269},{"type":45,"tag":233,"props":3852,"children":3853},{"style":272},[3854],{"type":51,"value":3855},"300px",{"type":45,"tag":233,"props":3857,"children":3858},{"style":240},[3859],{"type":51,"value":280},{"type":45,"tag":233,"props":3861,"children":3863},{"class":235,"line":3862},118,[3864,3868,3872,3876,3880,3884,3888,3892,3896,3900,3904,3909,3913,3917,3921,3925],{"type":45,"tag":233,"props":3865,"children":3866},{"style":240},[3867],{"type":51,"value":880},{"type":45,"tag":233,"props":3869,"children":3870},{"style":246},[3871],{"type":51,"value":601},{"type":45,"tag":233,"props":3873,"children":3874},{"style":256},[3875],{"type":51,"value":606},{"type":45,"tag":233,"props":3877,"children":3878},{"style":240},[3879],{"type":51,"value":264},{"type":45,"tag":233,"props":3881,"children":3882},{"style":240},[3883],{"type":51,"value":269},{"type":45,"tag":233,"props":3885,"children":3886},{"style":272},[3887],{"type":51,"value":328},{"type":45,"tag":233,"props":3889,"children":3890},{"style":240},[3891],{"type":51,"value":269},{"type":45,"tag":233,"props":3893,"children":3894},{"style":240},[3895],{"type":51,"value":2343},{"type":45,"tag":233,"props":3897,"children":3898},{"style":246},[3899],{"type":51,"value":3044},{"type":45,"tag":233,"props":3901,"children":3902},{"style":240},[3903],{"type":51,"value":570},{"type":45,"tag":233,"props":3905,"children":3906},{"style":488},[3907],{"type":51,"value":3908},"Popover content",{"type":45,"tag":233,"props":3910,"children":3911},{"style":240},[3912],{"type":51,"value":580},{"type":45,"tag":233,"props":3914,"children":3915},{"style":246},[3916],{"type":51,"value":3044},{"type":45,"tag":233,"props":3918,"children":3919},{"style":240},[3920],{"type":51,"value":367},{"type":45,"tag":233,"props":3922,"children":3923},{"style":246},[3924],{"type":51,"value":601},{"type":45,"tag":233,"props":3926,"children":3927},{"style":240},[3928],{"type":51,"value":3929},">\u003C\u002Fs-popover\n",{"type":45,"tag":233,"props":3931,"children":3933},{"class":235,"line":3932},119,[3934],{"type":45,"tag":233,"props":3935,"children":3936},{"style":240},[3937],{"type":51,"value":377},{"type":45,"tag":233,"props":3939,"children":3941},{"class":235,"line":3940},120,[3942,3946,3951,3956,3960,3964,3969,3973,3977,3981,3985,3989],{"type":45,"tag":233,"props":3943,"children":3944},{"style":240},[3945],{"type":51,"value":243},{"type":45,"tag":233,"props":3947,"children":3948},{"style":246},[3949],{"type":51,"value":3950},"s-query-container",{"type":45,"tag":233,"props":3952,"children":3953},{"style":256},[3954],{"type":51,"value":3955}," containerName",{"type":45,"tag":233,"props":3957,"children":3958},{"style":240},[3959],{"type":51,"value":264},{"type":45,"tag":233,"props":3961,"children":3962},{"style":240},[3963],{"type":51,"value":269},{"type":45,"tag":233,"props":3965,"children":3966},{"style":272},[3967],{"type":51,"value":3968},"main",{"type":45,"tag":233,"props":3970,"children":3971},{"style":240},[3972],{"type":51,"value":269},{"type":45,"tag":233,"props":3974,"children":3975},{"style":240},[3976],{"type":51,"value":570},{"type":45,"tag":233,"props":3978,"children":3979},{"style":488},[3980],{"type":51,"value":699},{"type":45,"tag":233,"props":3982,"children":3983},{"style":240},[3984],{"type":51,"value":580},{"type":45,"tag":233,"props":3986,"children":3987},{"style":246},[3988],{"type":51,"value":3950},{"type":45,"tag":233,"props":3990,"children":3991},{"style":240},[3992],{"type":51,"value":377},{"type":45,"tag":233,"props":3994,"children":3996},{"class":235,"line":3995},121,[3997,4001],{"type":45,"tag":233,"props":3998,"children":3999},{"style":240},[4000],{"type":51,"value":243},{"type":45,"tag":233,"props":4002,"children":4003},{"style":246},[4004],{"type":51,"value":4005},"s-search-field\n",{"type":45,"tag":233,"props":4007,"children":4009},{"class":235,"line":4008},122,[4010,4014,4018,4022,4027],{"type":45,"tag":233,"props":4011,"children":4012},{"style":256},[4013],{"type":51,"value":1520},{"type":45,"tag":233,"props":4015,"children":4016},{"style":240},[4017],{"type":51,"value":264},{"type":45,"tag":233,"props":4019,"children":4020},{"style":240},[4021],{"type":51,"value":269},{"type":45,"tag":233,"props":4023,"children":4024},{"style":272},[4025],{"type":51,"value":4026},"Search",{"type":45,"tag":233,"props":4028,"children":4029},{"style":240},[4030],{"type":51,"value":280},{"type":45,"tag":233,"props":4032,"children":4034},{"class":235,"line":4033},123,[4035,4039,4043,4047,4052],{"type":45,"tag":233,"props":4036,"children":4037},{"style":256},[4038],{"type":51,"value":1546},{"type":45,"tag":233,"props":4040,"children":4041},{"style":240},[4042],{"type":51,"value":264},{"type":45,"tag":233,"props":4044,"children":4045},{"style":240},[4046],{"type":51,"value":269},{"type":45,"tag":233,"props":4048,"children":4049},{"style":272},[4050],{"type":51,"value":4051},"query",{"type":45,"tag":233,"props":4053,"children":4054},{"style":240},[4055],{"type":51,"value":280},{"type":45,"tag":233,"props":4057,"children":4059},{"class":235,"line":4058},124,[4060,4064,4068,4072,4077],{"type":45,"tag":233,"props":4061,"children":4062},{"style":256},[4063],{"type":51,"value":2187},{"type":45,"tag":233,"props":4065,"children":4066},{"style":240},[4067],{"type":51,"value":264},{"type":45,"tag":233,"props":4069,"children":4070},{"style":240},[4071],{"type":51,"value":269},{"type":45,"tag":233,"props":4073,"children":4074},{"style":272},[4075],{"type":51,"value":4076},"Search...",{"type":45,"tag":233,"props":4078,"children":4079},{"style":240},[4080],{"type":51,"value":280},{"type":45,"tag":233,"props":4082,"children":4084},{"class":235,"line":4083},125,[4085,4090,4094,4098,4103],{"type":45,"tag":233,"props":4086,"children":4087},{"style":256},[4088],{"type":51,"value":4089},"  labelAccessibilityVisibility",{"type":45,"tag":233,"props":4091,"children":4092},{"style":240},[4093],{"type":51,"value":264},{"type":45,"tag":233,"props":4095,"children":4096},{"style":240},[4097],{"type":51,"value":269},{"type":45,"tag":233,"props":4099,"children":4100},{"style":272},[4101],{"type":51,"value":4102},"exclusive",{"type":45,"tag":233,"props":4104,"children":4105},{"style":240},[4106],{"type":51,"value":280},{"type":45,"tag":233,"props":4108,"children":4110},{"class":235,"line":4109},126,[4111,4115,4120],{"type":45,"tag":233,"props":4112,"children":4113},{"style":240},[4114],{"type":51,"value":367},{"type":45,"tag":233,"props":4116,"children":4117},{"style":246},[4118],{"type":51,"value":4119},"s-search-field",{"type":45,"tag":233,"props":4121,"children":4122},{"style":240},[4123],{"type":51,"value":377},{"type":45,"tag":233,"props":4125,"children":4127},{"class":235,"line":4126},127,[4128,4132,4136,4140,4144,4148,4153,4157,4161,4165,4169,4173],{"type":45,"tag":233,"props":4129,"children":4130},{"style":240},[4131],{"type":51,"value":243},{"type":45,"tag":233,"props":4133,"children":4134},{"style":246},[4135],{"type":51,"value":3522},{"type":45,"tag":233,"props":4137,"children":4138},{"style":256},[4139],{"type":51,"value":522},{"type":45,"tag":233,"props":4141,"children":4142},{"style":240},[4143],{"type":51,"value":264},{"type":45,"tag":233,"props":4145,"children":4146},{"style":240},[4147],{"type":51,"value":269},{"type":45,"tag":233,"props":4149,"children":4150},{"style":272},[4151],{"type":51,"value":4152},"Section",{"type":45,"tag":233,"props":4154,"children":4155},{"style":240},[4156],{"type":51,"value":269},{"type":45,"tag":233,"props":4158,"children":4159},{"style":256},[4160],{"type":51,"value":606},{"type":45,"tag":233,"props":4162,"children":4163},{"style":240},[4164],{"type":51,"value":264},{"type":45,"tag":233,"props":4166,"children":4167},{"style":240},[4168],{"type":51,"value":269},{"type":45,"tag":233,"props":4170,"children":4171},{"style":272},[4172],{"type":51,"value":328},{"type":45,"tag":233,"props":4174,"children":4175},{"style":240},[4176],{"type":51,"value":280},{"type":45,"tag":233,"props":4178,"children":4180},{"class":235,"line":4179},128,[4181,4185,4189,4193,4198,4202,4206],{"type":45,"tag":233,"props":4182,"children":4183},{"style":240},[4184],{"type":51,"value":880},{"type":45,"tag":233,"props":4186,"children":4187},{"style":246},[4188],{"type":51,"value":3044},{"type":45,"tag":233,"props":4190,"children":4191},{"style":240},[4192],{"type":51,"value":570},{"type":45,"tag":233,"props":4194,"children":4195},{"style":488},[4196],{"type":51,"value":4197},"Section content",{"type":45,"tag":233,"props":4199,"children":4200},{"style":240},[4201],{"type":51,"value":580},{"type":45,"tag":233,"props":4203,"children":4204},{"style":246},[4205],{"type":51,"value":3044},{"type":45,"tag":233,"props":4207,"children":4208},{"style":240},[4209],{"type":51,"value":3577},{"type":45,"tag":233,"props":4211,"children":4213},{"class":235,"line":4212},129,[4214],{"type":45,"tag":233,"props":4215,"children":4216},{"style":240},[4217],{"type":51,"value":377},{"type":45,"tag":233,"props":4219,"children":4221},{"class":235,"line":4220},130,[4222,4226,4231,4235,4239,4243,4248,4252,4256,4260,4264,4269,4273,4278,4282,4286,4291],{"type":45,"tag":233,"props":4223,"children":4224},{"style":240},[4225],{"type":51,"value":243},{"type":45,"tag":233,"props":4227,"children":4228},{"style":246},[4229],{"type":51,"value":4230},"s-select",{"type":45,"tag":233,"props":4232,"children":4233},{"style":256},[4234],{"type":51,"value":997},{"type":45,"tag":233,"props":4236,"children":4237},{"style":240},[4238],{"type":51,"value":264},{"type":45,"tag":233,"props":4240,"children":4241},{"style":240},[4242],{"type":51,"value":269},{"type":45,"tag":233,"props":4244,"children":4245},{"style":272},[4246],{"type":51,"value":4247},"Choose",{"type":45,"tag":233,"props":4249,"children":4250},{"style":240},[4251],{"type":51,"value":269},{"type":45,"tag":233,"props":4253,"children":4254},{"style":256},[4255],{"type":51,"value":1019},{"type":45,"tag":233,"props":4257,"children":4258},{"style":240},[4259],{"type":51,"value":264},{"type":45,"tag":233,"props":4261,"children":4262},{"style":240},[4263],{"type":51,"value":269},{"type":45,"tag":233,"props":4265,"children":4266},{"style":272},[4267],{"type":51,"value":4268},"choice",{"type":45,"tag":233,"props":4270,"children":4271},{"style":240},[4272],{"type":51,"value":269},{"type":45,"tag":233,"props":4274,"children":4275},{"style":256},[4276],{"type":51,"value":4277}," placeholder",{"type":45,"tag":233,"props":4279,"children":4280},{"style":240},[4281],{"type":51,"value":264},{"type":45,"tag":233,"props":4283,"children":4284},{"style":240},[4285],{"type":51,"value":269},{"type":45,"tag":233,"props":4287,"children":4288},{"style":272},[4289],{"type":51,"value":4290},"Select...",{"type":45,"tag":233,"props":4292,"children":4293},{"style":240},[4294],{"type":51,"value":280},{"type":45,"tag":233,"props":4296,"children":4298},{"class":235,"line":4297},131,[4299,4303,4308,4312,4316,4320,4325,4329,4333,4338,4342,4346,4350,4354,4358,4362,4366,4371,4375,4379,4384,4388,4392],{"type":45,"tag":233,"props":4300,"children":4301},{"style":240},[4302],{"type":51,"value":880},{"type":45,"tag":233,"props":4304,"children":4305},{"style":246},[4306],{"type":51,"value":4307},"s-option",{"type":45,"tag":233,"props":4309,"children":4310},{"style":256},[4311],{"type":51,"value":1041},{"type":45,"tag":233,"props":4313,"children":4314},{"style":240},[4315],{"type":51,"value":264},{"type":45,"tag":233,"props":4317,"children":4318},{"style":240},[4319],{"type":51,"value":269},{"type":45,"tag":233,"props":4321,"children":4322},{"style":272},[4323],{"type":51,"value":4324},"a",{"type":45,"tag":233,"props":4326,"children":4327},{"style":240},[4328],{"type":51,"value":269},{"type":45,"tag":233,"props":4330,"children":4331},{"style":240},[4332],{"type":51,"value":570},{"type":45,"tag":233,"props":4334,"children":4335},{"style":488},[4336],{"type":51,"value":4337},"A",{"type":45,"tag":233,"props":4339,"children":4340},{"style":240},[4341],{"type":51,"value":580},{"type":45,"tag":233,"props":4343,"children":4344},{"style":246},[4345],{"type":51,"value":4307},{"type":45,"tag":233,"props":4347,"children":4348},{"style":240},[4349],{"type":51,"value":2343},{"type":45,"tag":233,"props":4351,"children":4352},{"style":246},[4353],{"type":51,"value":4307},{"type":45,"tag":233,"props":4355,"children":4356},{"style":256},[4357],{"type":51,"value":1041},{"type":45,"tag":233,"props":4359,"children":4360},{"style":240},[4361],{"type":51,"value":264},{"type":45,"tag":233,"props":4363,"children":4364},{"style":240},[4365],{"type":51,"value":269},{"type":45,"tag":233,"props":4367,"children":4368},{"style":272},[4369],{"type":51,"value":4370},"b",{"type":45,"tag":233,"props":4372,"children":4373},{"style":240},[4374],{"type":51,"value":269},{"type":45,"tag":233,"props":4376,"children":4377},{"style":240},[4378],{"type":51,"value":570},{"type":45,"tag":233,"props":4380,"children":4381},{"style":488},[4382],{"type":51,"value":4383},"B",{"type":45,"tag":233,"props":4385,"children":4386},{"style":240},[4387],{"type":51,"value":580},{"type":45,"tag":233,"props":4389,"children":4390},{"style":246},[4391],{"type":51,"value":4307},{"type":45,"tag":233,"props":4393,"children":4394},{"style":240},[4395],{"type":51,"value":4396},">\u003C\u002Fs-select\n",{"type":45,"tag":233,"props":4398,"children":4400},{"class":235,"line":4399},132,[4401],{"type":45,"tag":233,"props":4402,"children":4403},{"style":240},[4404],{"type":51,"value":377},{"type":45,"tag":233,"props":4406,"children":4408},{"class":235,"line":4407},133,[4409,4413,4418,4422,4426,4430,4434,4438,4442,4446,4450,4455,4459,4463,4467],{"type":45,"tag":233,"props":4410,"children":4411},{"style":240},[4412],{"type":51,"value":243},{"type":45,"tag":233,"props":4414,"children":4415},{"style":246},[4416],{"type":51,"value":4417},"s-spinner",{"type":45,"tag":233,"props":4419,"children":4420},{"style":256},[4421],{"type":51,"value":460},{"type":45,"tag":233,"props":4423,"children":4424},{"style":240},[4425],{"type":51,"value":264},{"type":45,"tag":233,"props":4427,"children":4428},{"style":240},[4429],{"type":51,"value":269},{"type":45,"tag":233,"props":4431,"children":4432},{"style":272},[4433],{"type":51,"value":328},{"type":45,"tag":233,"props":4435,"children":4436},{"style":240},[4437],{"type":51,"value":269},{"type":45,"tag":233,"props":4439,"children":4440},{"style":256},[4441],{"type":51,"value":1108},{"type":45,"tag":233,"props":4443,"children":4444},{"style":240},[4445],{"type":51,"value":264},{"type":45,"tag":233,"props":4447,"children":4448},{"style":240},[4449],{"type":51,"value":269},{"type":45,"tag":233,"props":4451,"children":4452},{"style":272},[4453],{"type":51,"value":4454},"Loading",{"type":45,"tag":233,"props":4456,"children":4457},{"style":240},[4458],{"type":51,"value":269},{"type":45,"tag":233,"props":4460,"children":4461},{"style":240},[4462],{"type":51,"value":367},{"type":45,"tag":233,"props":4464,"children":4465},{"style":246},[4466],{"type":51,"value":4417},{"type":45,"tag":233,"props":4468,"children":4469},{"style":240},[4470],{"type":51,"value":377},{"type":45,"tag":233,"props":4472,"children":4474},{"class":235,"line":4473},134,[4475,4479,4484,4488,4492,4496,4500,4504,4508,4512,4516,4520,4524,4529,4533,4537,4542],{"type":45,"tag":233,"props":4476,"children":4477},{"style":240},[4478],{"type":51,"value":243},{"type":45,"tag":233,"props":4480,"children":4481},{"style":246},[4482],{"type":51,"value":4483},"s-stack",{"type":45,"tag":233,"props":4485,"children":4486},{"style":256},[4487],{"type":51,"value":1951},{"type":45,"tag":233,"props":4489,"children":4490},{"style":240},[4491],{"type":51,"value":264},{"type":45,"tag":233,"props":4493,"children":4494},{"style":240},[4495],{"type":51,"value":269},{"type":45,"tag":233,"props":4497,"children":4498},{"style":272},[4499],{"type":51,"value":1964},{"type":45,"tag":233,"props":4501,"children":4502},{"style":240},[4503],{"type":51,"value":269},{"type":45,"tag":233,"props":4505,"children":4506},{"style":256},[4507],{"type":51,"value":855},{"type":45,"tag":233,"props":4509,"children":4510},{"style":240},[4511],{"type":51,"value":264},{"type":45,"tag":233,"props":4513,"children":4514},{"style":240},[4515],{"type":51,"value":269},{"type":45,"tag":233,"props":4517,"children":4518},{"style":272},[4519],{"type":51,"value":328},{"type":45,"tag":233,"props":4521,"children":4522},{"style":240},[4523],{"type":51,"value":269},{"type":45,"tag":233,"props":4525,"children":4526},{"style":256},[4527],{"type":51,"value":4528}," alignItems",{"type":45,"tag":233,"props":4530,"children":4531},{"style":240},[4532],{"type":51,"value":264},{"type":45,"tag":233,"props":4534,"children":4535},{"style":240},[4536],{"type":51,"value":269},{"type":45,"tag":233,"props":4538,"children":4539},{"style":272},[4540],{"type":51,"value":4541},"center",{"type":45,"tag":233,"props":4543,"children":4544},{"style":240},[4545],{"type":51,"value":280},{"type":45,"tag":233,"props":4547,"children":4549},{"class":235,"line":4548},135,[4550,4554,4558,4562,4567,4571,4575,4579,4583,4587,4592,4596,4600],{"type":45,"tag":233,"props":4551,"children":4552},{"style":240},[4553],{"type":51,"value":880},{"type":45,"tag":233,"props":4555,"children":4556},{"style":246},[4557],{"type":51,"value":3044},{"type":45,"tag":233,"props":4559,"children":4560},{"style":240},[4561],{"type":51,"value":570},{"type":45,"tag":233,"props":4563,"children":4564},{"style":488},[4565],{"type":51,"value":4566},"Item 1",{"type":45,"tag":233,"props":4568,"children":4569},{"style":240},[4570],{"type":51,"value":580},{"type":45,"tag":233,"props":4572,"children":4573},{"style":246},[4574],{"type":51,"value":3044},{"type":45,"tag":233,"props":4576,"children":4577},{"style":240},[4578],{"type":51,"value":2343},{"type":45,"tag":233,"props":4580,"children":4581},{"style":246},[4582],{"type":51,"value":3044},{"type":45,"tag":233,"props":4584,"children":4585},{"style":240},[4586],{"type":51,"value":570},{"type":45,"tag":233,"props":4588,"children":4589},{"style":488},[4590],{"type":51,"value":4591},"Item 2",{"type":45,"tag":233,"props":4593,"children":4594},{"style":240},[4595],{"type":51,"value":580},{"type":45,"tag":233,"props":4597,"children":4598},{"style":246},[4599],{"type":51,"value":3044},{"type":45,"tag":233,"props":4601,"children":4602},{"style":240},[4603],{"type":51,"value":4604},">\u003C\u002Fs-stack\n",{"type":45,"tag":233,"props":4606,"children":4608},{"class":235,"line":4607},136,[4609],{"type":45,"tag":233,"props":4610,"children":4611},{"style":240},[4612],{"type":51,"value":377},{"type":45,"tag":233,"props":4614,"children":4616},{"class":235,"line":4615},137,[4617,4621,4626,4630,4634,4638,4643,4647,4651,4655,4659,4664,4668,4673,4677,4681],{"type":45,"tag":233,"props":4618,"children":4619},{"style":240},[4620],{"type":51,"value":243},{"type":45,"tag":233,"props":4622,"children":4623},{"style":246},[4624],{"type":51,"value":4625},"s-switch",{"type":45,"tag":233,"props":4627,"children":4628},{"style":256},[4629],{"type":51,"value":997},{"type":45,"tag":233,"props":4631,"children":4632},{"style":240},[4633],{"type":51,"value":264},{"type":45,"tag":233,"props":4635,"children":4636},{"style":240},[4637],{"type":51,"value":269},{"type":45,"tag":233,"props":4639,"children":4640},{"style":272},[4641],{"type":51,"value":4642},"Enable",{"type":45,"tag":233,"props":4644,"children":4645},{"style":240},[4646],{"type":51,"value":269},{"type":45,"tag":233,"props":4648,"children":4649},{"style":256},[4650],{"type":51,"value":1019},{"type":45,"tag":233,"props":4652,"children":4653},{"style":240},[4654],{"type":51,"value":264},{"type":45,"tag":233,"props":4656,"children":4657},{"style":240},[4658],{"type":51,"value":269},{"type":45,"tag":233,"props":4660,"children":4661},{"style":272},[4662],{"type":51,"value":4663},"enabled",{"type":45,"tag":233,"props":4665,"children":4666},{"style":240},[4667],{"type":51,"value":269},{"type":45,"tag":233,"props":4669,"children":4670},{"style":256},[4671],{"type":51,"value":4672}," checked",{"type":45,"tag":233,"props":4674,"children":4675},{"style":240},[4676],{"type":51,"value":367},{"type":45,"tag":233,"props":4678,"children":4679},{"style":246},[4680],{"type":51,"value":4625},{"type":45,"tag":233,"props":4682,"children":4683},{"style":240},[4684],{"type":51,"value":377},{"type":45,"tag":233,"props":4686,"children":4688},{"class":235,"line":4687},138,[4689,4693,4698,4702,4706,4710,4714],{"type":45,"tag":233,"props":4690,"children":4691},{"style":240},[4692],{"type":51,"value":243},{"type":45,"tag":233,"props":4694,"children":4695},{"style":246},[4696],{"type":51,"value":4697},"s-table",{"type":45,"tag":233,"props":4699,"children":4700},{"style":256},[4701],{"type":51,"value":730},{"type":45,"tag":233,"props":4703,"children":4704},{"style":240},[4705],{"type":51,"value":264},{"type":45,"tag":233,"props":4707,"children":4708},{"style":240},[4709],{"type":51,"value":269},{"type":45,"tag":233,"props":4711,"children":4712},{"style":272},[4713],{"type":51,"value":764},{"type":45,"tag":233,"props":4715,"children":4716},{"style":240},[4717],{"type":51,"value":280},{"type":45,"tag":233,"props":4719,"children":4721},{"class":235,"line":4720},139,[4722,4726],{"type":45,"tag":233,"props":4723,"children":4724},{"style":240},[4725],{"type":51,"value":880},{"type":45,"tag":233,"props":4727,"children":4728},{"style":246},[4729],{"type":51,"value":4730},"s-table-header-row\n",{"type":45,"tag":233,"props":4732,"children":4734},{"class":235,"line":4733},140,[4735,4739,4744,4749,4753,4757,4761,4765,4769,4774],{"type":45,"tag":233,"props":4736,"children":4737},{"style":240},[4738],{"type":51,"value":3552},{"type":45,"tag":233,"props":4740,"children":4741},{"style":246},[4742],{"type":51,"value":4743},"s-table-header",{"type":45,"tag":233,"props":4745,"children":4746},{"style":256},[4747],{"type":51,"value":4748}," listSlot",{"type":45,"tag":233,"props":4750,"children":4751},{"style":240},[4752],{"type":51,"value":264},{"type":45,"tag":233,"props":4754,"children":4755},{"style":240},[4756],{"type":51,"value":269},{"type":45,"tag":233,"props":4758,"children":4759},{"style":272},[4760],{"type":51,"value":743},{"type":45,"tag":233,"props":4762,"children":4763},{"style":240},[4764],{"type":51,"value":269},{"type":45,"tag":233,"props":4766,"children":4767},{"style":240},[4768],{"type":51,"value":570},{"type":45,"tag":233,"props":4770,"children":4771},{"style":488},[4772],{"type":51,"value":4773},"Name",{"type":45,"tag":233,"props":4775,"children":4776},{"style":240},[4777],{"type":51,"value":4778},"\u003C\u002Fs-table-header\n",{"type":45,"tag":233,"props":4780,"children":4782},{"class":235,"line":4781},141,[4783,4787,4791,4795,4799,4803,4808,4812,4817,4821,4825,4830],{"type":45,"tag":233,"props":4784,"children":4785},{"style":240},[4786],{"type":51,"value":3552},{"type":45,"tag":233,"props":4788,"children":4789},{"style":246},[4790],{"type":51,"value":4743},{"type":45,"tag":233,"props":4792,"children":4793},{"style":256},[4794],{"type":51,"value":4748},{"type":45,"tag":233,"props":4796,"children":4797},{"style":240},[4798],{"type":51,"value":264},{"type":45,"tag":233,"props":4800,"children":4801},{"style":240},[4802],{"type":51,"value":269},{"type":45,"tag":233,"props":4804,"children":4805},{"style":272},[4806],{"type":51,"value":4807},"labeled",{"type":45,"tag":233,"props":4809,"children":4810},{"style":240},[4811],{"type":51,"value":269},{"type":45,"tag":233,"props":4813,"children":4814},{"style":256},[4815],{"type":51,"value":4816}," format",{"type":45,"tag":233,"props":4818,"children":4819},{"style":240},[4820],{"type":51,"value":264},{"type":45,"tag":233,"props":4822,"children":4823},{"style":240},[4824],{"type":51,"value":269},{"type":45,"tag":233,"props":4826,"children":4827},{"style":272},[4828],{"type":51,"value":4829},"currency",{"type":45,"tag":233,"props":4831,"children":4832},{"style":240},[4833],{"type":51,"value":280},{"type":45,"tag":233,"props":4835,"children":4837},{"class":235,"line":4836},142,[4838,4843,4848],{"type":45,"tag":233,"props":4839,"children":4840},{"style":240},[4841],{"type":51,"value":4842},"      >",{"type":45,"tag":233,"props":4844,"children":4845},{"style":488},[4846],{"type":51,"value":4847},"Price",{"type":45,"tag":233,"props":4849,"children":4850},{"style":240},[4851],{"type":51,"value":4778},{"type":45,"tag":233,"props":4853,"children":4855},{"class":235,"line":4854},143,[4856],{"type":45,"tag":233,"props":4857,"children":4858},{"style":240},[4859],{"type":51,"value":4860},"    >\u003C\u002Fs-table-header-row\n",{"type":45,"tag":233,"props":4862,"children":4864},{"class":235,"line":4863},144,[4865,4869],{"type":45,"tag":233,"props":4866,"children":4867},{"style":240},[4868],{"type":51,"value":880},{"type":45,"tag":233,"props":4870,"children":4871},{"style":246},[4872],{"type":51,"value":4873},"s-table-body\n",{"type":45,"tag":233,"props":4875,"children":4877},{"class":235,"line":4876},145,[4878,4882],{"type":45,"tag":233,"props":4879,"children":4880},{"style":240},[4881],{"type":51,"value":3552},{"type":45,"tag":233,"props":4883,"children":4884},{"style":246},[4885],{"type":51,"value":4886},"s-table-row\n",{"type":45,"tag":233,"props":4888,"children":4890},{"class":235,"line":4889},146,[4891,4896,4901,4905],{"type":45,"tag":233,"props":4892,"children":4893},{"style":240},[4894],{"type":51,"value":4895},"      >\u003C",{"type":45,"tag":233,"props":4897,"children":4898},{"style":246},[4899],{"type":51,"value":4900},"s-table-cell",{"type":45,"tag":233,"props":4902,"children":4903},{"style":240},[4904],{"type":51,"value":570},{"type":45,"tag":233,"props":4906,"children":4907},{"style":488},[4908],{"type":51,"value":4909},"Item\u003C\u002Fs-table-cell\n",{"type":45,"tag":233,"props":4911,"children":4913},{"class":235,"line":4912},147,[4914,4918,4922,4926,4930,4935,4939,4943,4947],{"type":45,"tag":233,"props":4915,"children":4916},{"style":488},[4917],{"type":51,"value":4842},{"type":45,"tag":233,"props":4919,"children":4920},{"style":240},[4921],{"type":51,"value":243},{"type":45,"tag":233,"props":4923,"children":4924},{"style":246},[4925],{"type":51,"value":4900},{"type":45,"tag":233,"props":4927,"children":4928},{"style":240},[4929],{"type":51,"value":570},{"type":45,"tag":233,"props":4931,"children":4932},{"style":488},[4933],{"type":51,"value":4934},"$25",{"type":45,"tag":233,"props":4936,"children":4937},{"style":240},[4938],{"type":51,"value":580},{"type":45,"tag":233,"props":4940,"children":4941},{"style":246},[4942],{"type":51,"value":4900},{"type":45,"tag":233,"props":4944,"children":4945},{"style":240},[4946],{"type":51,"value":570},{"type":45,"tag":233,"props":4948,"children":4949},{"style":488},[4950],{"type":51,"value":4951},"\u003C\u002Fs-table-row\n",{"type":45,"tag":233,"props":4953,"children":4955},{"class":235,"line":4954},148,[4956],{"type":45,"tag":233,"props":4957,"children":4958},{"style":488},[4959],{"type":51,"value":4960},"    >\u003C\u002Fs-table-body\n",{"type":45,"tag":233,"props":4962,"children":4964},{"class":235,"line":4963},149,[4965],{"type":45,"tag":233,"props":4966,"children":4967},{"style":488},[4968],{"type":51,"value":4969},"  >\u003C\u002Fs-table\n",{"type":45,"tag":233,"props":4971,"children":4973},{"class":235,"line":4972},150,[4974],{"type":45,"tag":233,"props":4975,"children":4976},{"style":488},[4977],{"type":51,"value":377},{"type":45,"tag":233,"props":4979,"children":4981},{"class":235,"line":4980},151,[4982,4986,4990,4994,4998,5002,5006,5010,5014,5018,5022,5026,5030,5034,5038,5042,5046,5050,5054,5059,5063,5067],{"type":45,"tag":233,"props":4983,"children":4984},{"style":240},[4985],{"type":51,"value":243},{"type":45,"tag":233,"props":4987,"children":4988},{"style":246},[4989],{"type":51,"value":3044},{"type":45,"tag":233,"props":4991,"children":4992},{"style":256},[4993],{"type":51,"value":794},{"type":45,"tag":233,"props":4995,"children":4996},{"style":240},[4997],{"type":51,"value":264},{"type":45,"tag":233,"props":4999,"children":5000},{"style":240},[5001],{"type":51,"value":269},{"type":45,"tag":233,"props":5003,"children":5004},{"style":272},[5005],{"type":51,"value":130},{"type":45,"tag":233,"props":5007,"children":5008},{"style":240},[5009],{"type":51,"value":269},{"type":45,"tag":233,"props":5011,"children":5012},{"style":256},[5013],{"type":51,"value":395},{"type":45,"tag":233,"props":5015,"children":5016},{"style":240},[5017],{"type":51,"value":264},{"type":45,"tag":233,"props":5019,"children":5020},{"style":240},[5021],{"type":51,"value":269},{"type":45,"tag":233,"props":5023,"children":5024},{"style":272},[5025],{"type":51,"value":408},{"type":45,"tag":233,"props":5027,"children":5028},{"style":240},[5029],{"type":51,"value":269},{"type":45,"tag":233,"props":5031,"children":5032},{"style":256},[5033],{"type":51,"value":417},{"type":45,"tag":233,"props":5035,"children":5036},{"style":240},[5037],{"type":51,"value":264},{"type":45,"tag":233,"props":5039,"children":5040},{"style":240},[5041],{"type":51,"value":269},{"type":45,"tag":233,"props":5043,"children":5044},{"style":272},[5045],{"type":51,"value":328},{"type":45,"tag":233,"props":5047,"children":5048},{"style":240},[5049],{"type":51,"value":269},{"type":45,"tag":233,"props":5051,"children":5052},{"style":240},[5053],{"type":51,"value":570},{"type":45,"tag":233,"props":5055,"children":5056},{"style":488},[5057],{"type":51,"value":5058},"Styled text",{"type":45,"tag":233,"props":5060,"children":5061},{"style":240},[5062],{"type":51,"value":580},{"type":45,"tag":233,"props":5064,"children":5065},{"style":246},[5066],{"type":51,"value":3044},{"type":45,"tag":233,"props":5068,"children":5069},{"style":240},[5070],{"type":51,"value":377},{"type":45,"tag":233,"props":5072,"children":5074},{"class":235,"line":5073},152,[5075,5079],{"type":45,"tag":233,"props":5076,"children":5077},{"style":240},[5078],{"type":51,"value":243},{"type":45,"tag":233,"props":5080,"children":5081},{"style":246},[5082],{"type":51,"value":5083},"s-text-area\n",{"type":45,"tag":233,"props":5085,"children":5087},{"class":235,"line":5086},153,[5088,5092,5096,5100,5104],{"type":45,"tag":233,"props":5089,"children":5090},{"style":256},[5091],{"type":51,"value":1520},{"type":45,"tag":233,"props":5093,"children":5094},{"style":240},[5095],{"type":51,"value":264},{"type":45,"tag":233,"props":5097,"children":5098},{"style":240},[5099],{"type":51,"value":269},{"type":45,"tag":233,"props":5101,"children":5102},{"style":272},[5103],{"type":51,"value":2576},{"type":45,"tag":233,"props":5105,"children":5106},{"style":240},[5107],{"type":51,"value":280},{"type":45,"tag":233,"props":5109,"children":5111},{"class":235,"line":5110},154,[5112,5116,5120,5124,5129],{"type":45,"tag":233,"props":5113,"children":5114},{"style":256},[5115],{"type":51,"value":1546},{"type":45,"tag":233,"props":5117,"children":5118},{"style":240},[5119],{"type":51,"value":264},{"type":45,"tag":233,"props":5121,"children":5122},{"style":240},[5123],{"type":51,"value":269},{"type":45,"tag":233,"props":5125,"children":5126},{"style":272},[5127],{"type":51,"value":5128},"desc",{"type":45,"tag":233,"props":5130,"children":5131},{"style":240},[5132],{"type":51,"value":280},{"type":45,"tag":233,"props":5134,"children":5136},{"class":235,"line":5135},155,[5137,5142,5146,5151],{"type":45,"tag":233,"props":5138,"children":5139},{"style":256},[5140],{"type":51,"value":5141},"  rows",{"type":45,"tag":233,"props":5143,"children":5144},{"style":240},[5145],{"type":51,"value":3151},{"type":45,"tag":233,"props":5147,"children":5148},{"style":3154},[5149],{"type":51,"value":5150},"4",{"type":45,"tag":233,"props":5152,"children":5153},{"style":240},[5154],{"type":51,"value":3162},{"type":45,"tag":233,"props":5156,"children":5158},{"class":235,"line":5157},156,[5159,5164,5168,5173],{"type":45,"tag":233,"props":5160,"children":5161},{"style":256},[5162],{"type":51,"value":5163},"  maxLength",{"type":45,"tag":233,"props":5165,"children":5166},{"style":240},[5167],{"type":51,"value":3151},{"type":45,"tag":233,"props":5169,"children":5170},{"style":3154},[5171],{"type":51,"value":5172},"500",{"type":45,"tag":233,"props":5174,"children":5175},{"style":240},[5176],{"type":51,"value":3162},{"type":45,"tag":233,"props":5178,"children":5180},{"class":235,"line":5179},157,[5181,5185,5190],{"type":45,"tag":233,"props":5182,"children":5183},{"style":240},[5184],{"type":51,"value":367},{"type":45,"tag":233,"props":5186,"children":5187},{"style":246},[5188],{"type":51,"value":5189},"s-text-area",{"type":45,"tag":233,"props":5191,"children":5192},{"style":240},[5193],{"type":51,"value":377},{"type":45,"tag":233,"props":5195,"children":5197},{"class":235,"line":5196},158,[5198,5202],{"type":45,"tag":233,"props":5199,"children":5200},{"style":240},[5201],{"type":51,"value":243},{"type":45,"tag":233,"props":5203,"children":5204},{"style":246},[5205],{"type":51,"value":5206},"s-text-field\n",{"type":45,"tag":233,"props":5208,"children":5210},{"class":235,"line":5209},159,[5211,5215,5219,5223,5227],{"type":45,"tag":233,"props":5212,"children":5213},{"style":256},[5214],{"type":51,"value":1520},{"type":45,"tag":233,"props":5216,"children":5217},{"style":240},[5218],{"type":51,"value":264},{"type":45,"tag":233,"props":5220,"children":5221},{"style":240},[5222],{"type":51,"value":269},{"type":45,"tag":233,"props":5224,"children":5225},{"style":272},[5226],{"type":51,"value":4773},{"type":45,"tag":233,"props":5228,"children":5229},{"style":240},[5230],{"type":51,"value":280},{"type":45,"tag":233,"props":5232,"children":5234},{"class":235,"line":5233},160,[5235,5239,5243,5247,5252],{"type":45,"tag":233,"props":5236,"children":5237},{"style":256},[5238],{"type":51,"value":1546},{"type":45,"tag":233,"props":5240,"children":5241},{"style":240},[5242],{"type":51,"value":264},{"type":45,"tag":233,"props":5244,"children":5245},{"style":240},[5246],{"type":51,"value":269},{"type":45,"tag":233,"props":5248,"children":5249},{"style":272},[5250],{"type":51,"value":5251},"name",{"type":45,"tag":233,"props":5253,"children":5254},{"style":240},[5255],{"type":51,"value":280},{"type":45,"tag":233,"props":5257,"children":5259},{"class":235,"line":5258},161,[5260,5264,5268,5272,5277],{"type":45,"tag":233,"props":5261,"children":5262},{"style":256},[5263],{"type":51,"value":2187},{"type":45,"tag":233,"props":5265,"children":5266},{"style":240},[5267],{"type":51,"value":264},{"type":45,"tag":233,"props":5269,"children":5270},{"style":240},[5271],{"type":51,"value":269},{"type":45,"tag":233,"props":5273,"children":5274},{"style":272},[5275],{"type":51,"value":5276},"Enter name",{"type":45,"tag":233,"props":5278,"children":5279},{"style":240},[5280],{"type":51,"value":280},{"type":45,"tag":233,"props":5282,"children":5284},{"class":235,"line":5283},162,[5285,5290,5294,5298,5303],{"type":45,"tag":233,"props":5286,"children":5287},{"style":256},[5288],{"type":51,"value":5289},"  icon",{"type":45,"tag":233,"props":5291,"children":5292},{"style":240},[5293],{"type":51,"value":264},{"type":45,"tag":233,"props":5295,"children":5296},{"style":240},[5297],{"type":51,"value":269},{"type":45,"tag":233,"props":5299,"children":5300},{"style":272},[5301],{"type":51,"value":5302},"product",{"type":45,"tag":233,"props":5304,"children":5305},{"style":240},[5306],{"type":51,"value":280},{"type":45,"tag":233,"props":5308,"children":5310},{"class":235,"line":5309},163,[5311],{"type":45,"tag":233,"props":5312,"children":5313},{"style":256},[5314],{"type":51,"value":1810},{"type":45,"tag":233,"props":5316,"children":5318},{"class":235,"line":5317},164,[5319,5323,5328],{"type":45,"tag":233,"props":5320,"children":5321},{"style":240},[5322],{"type":51,"value":367},{"type":45,"tag":233,"props":5324,"children":5325},{"style":246},[5326],{"type":51,"value":5327},"s-text-field",{"type":45,"tag":233,"props":5329,"children":5330},{"style":240},[5331],{"type":51,"value":377},{"type":45,"tag":233,"props":5333,"children":5335},{"class":235,"line":5334},165,[5336,5340],{"type":45,"tag":233,"props":5337,"children":5338},{"style":240},[5339],{"type":51,"value":243},{"type":45,"tag":233,"props":5341,"children":5342},{"style":246},[5343],{"type":51,"value":5344},"s-thumbnail\n",{"type":45,"tag":233,"props":5346,"children":5348},{"class":235,"line":5347},166,[5349,5353,5357,5361,5366],{"type":45,"tag":233,"props":5350,"children":5351},{"style":256},[5352],{"type":51,"value":289},{"type":45,"tag":233,"props":5354,"children":5355},{"style":240},[5356],{"type":51,"value":264},{"type":45,"tag":233,"props":5358,"children":5359},{"style":240},[5360],{"type":51,"value":269},{"type":45,"tag":233,"props":5362,"children":5363},{"style":272},[5364],{"type":51,"value":5365},"https:\u002F\u002Fexample.com\u002Fthumb.jpg",{"type":45,"tag":233,"props":5367,"children":5368},{"style":240},[5369],{"type":51,"value":280},{"type":45,"tag":233,"props":5371,"children":5373},{"class":235,"line":5372},167,[5374,5378,5382,5386,5391],{"type":45,"tag":233,"props":5375,"children":5376},{"style":256},[5377],{"type":51,"value":341},{"type":45,"tag":233,"props":5379,"children":5380},{"style":240},[5381],{"type":51,"value":264},{"type":45,"tag":233,"props":5383,"children":5384},{"style":240},[5385],{"type":51,"value":269},{"type":45,"tag":233,"props":5387,"children":5388},{"style":272},[5389],{"type":51,"value":5390},"Product",{"type":45,"tag":233,"props":5392,"children":5393},{"style":240},[5394],{"type":51,"value":280},{"type":45,"tag":233,"props":5396,"children":5398},{"class":235,"line":5397},168,[5399,5403,5407,5411,5416],{"type":45,"tag":233,"props":5400,"children":5401},{"style":256},[5402],{"type":51,"value":315},{"type":45,"tag":233,"props":5404,"children":5405},{"style":240},[5406],{"type":51,"value":264},{"type":45,"tag":233,"props":5408,"children":5409},{"style":240},[5410],{"type":51,"value":269},{"type":45,"tag":233,"props":5412,"children":5413},{"style":272},[5414],{"type":51,"value":5415},"small",{"type":45,"tag":233,"props":5417,"children":5418},{"style":240},[5419],{"type":51,"value":280},{"type":45,"tag":233,"props":5421,"children":5423},{"class":235,"line":5422},169,[5424,5428,5433],{"type":45,"tag":233,"props":5425,"children":5426},{"style":240},[5427],{"type":51,"value":367},{"type":45,"tag":233,"props":5429,"children":5430},{"style":246},[5431],{"type":51,"value":5432},"s-thumbnail",{"type":45,"tag":233,"props":5434,"children":5435},{"style":240},[5436],{"type":51,"value":377},{"type":45,"tag":233,"props":5438,"children":5440},{"class":235,"line":5439},170,[5441,5445,5449,5453,5457,5461,5465,5469,5474,5478,5482,5487,5491],{"type":45,"tag":233,"props":5442,"children":5443},{"style":240},[5444],{"type":51,"value":243},{"type":45,"tag":233,"props":5446,"children":5447},{"style":246},[5448],{"type":51,"value":2424},{"type":45,"tag":233,"props":5450,"children":5451},{"style":256},[5452],{"type":51,"value":794},{"type":45,"tag":233,"props":5454,"children":5455},{"style":240},[5456],{"type":51,"value":264},{"type":45,"tag":233,"props":5458,"children":5459},{"style":240},[5460],{"type":51,"value":269},{"type":45,"tag":233,"props":5462,"children":5463},{"style":272},[5464],{"type":51,"value":556},{"type":45,"tag":233,"props":5466,"children":5467},{"style":240},[5468],{"type":51,"value":269},{"type":45,"tag":233,"props":5470,"children":5471},{"style":256},[5472],{"type":51,"value":5473}," interestFor",{"type":45,"tag":233,"props":5475,"children":5476},{"style":240},[5477],{"type":51,"value":264},{"type":45,"tag":233,"props":5479,"children":5480},{"style":240},[5481],{"type":51,"value":269},{"type":45,"tag":233,"props":5483,"children":5484},{"style":272},[5485],{"type":51,"value":5486},"my-tip",{"type":45,"tag":233,"props":5488,"children":5489},{"style":240},[5490],{"type":51,"value":269},{"type":45,"tag":233,"props":5492,"children":5493},{"style":240},[5494],{"type":51,"value":5495},">\u003C\u002Fs-icon\n",{"type":45,"tag":233,"props":5497,"children":5499},{"class":235,"line":5498},171,[5500,5504,5509,5513,5517,5521,5525,5529,5533,5538,5542,5546],{"type":45,"tag":233,"props":5501,"children":5502},{"style":240},[5503],{"type":51,"value":2343},{"type":45,"tag":233,"props":5505,"children":5506},{"style":246},[5507],{"type":51,"value":5508},"s-tooltip",{"type":45,"tag":233,"props":5510,"children":5511},{"style":256},[5512],{"type":51,"value":2835},{"type":45,"tag":233,"props":5514,"children":5515},{"style":240},[5516],{"type":51,"value":264},{"type":45,"tag":233,"props":5518,"children":5519},{"style":240},[5520],{"type":51,"value":269},{"type":45,"tag":233,"props":5522,"children":5523},{"style":272},[5524],{"type":51,"value":5486},{"type":45,"tag":233,"props":5526,"children":5527},{"style":240},[5528],{"type":51,"value":269},{"type":45,"tag":233,"props":5530,"children":5531},{"style":240},[5532],{"type":51,"value":570},{"type":45,"tag":233,"props":5534,"children":5535},{"style":488},[5536],{"type":51,"value":5537},"Hover for info",{"type":45,"tag":233,"props":5539,"children":5540},{"style":240},[5541],{"type":51,"value":580},{"type":45,"tag":233,"props":5543,"children":5544},{"style":246},[5545],{"type":51,"value":5508},{"type":45,"tag":233,"props":5547,"children":5548},{"style":240},[5549],{"type":51,"value":377},{"type":45,"tag":233,"props":5551,"children":5553},{"class":235,"line":5552},172,[5554,5558],{"type":45,"tag":233,"props":5555,"children":5556},{"style":240},[5557],{"type":51,"value":243},{"type":45,"tag":233,"props":5559,"children":5560},{"style":246},[5561],{"type":51,"value":5562},"s-unordered-list\n",{"type":45,"tag":233,"props":5564,"children":5566},{"class":235,"line":5565},173,[5567,5571,5575,5579],{"type":45,"tag":233,"props":5568,"children":5569},{"style":240},[5570],{"type":51,"value":880},{"type":45,"tag":233,"props":5572,"children":5573},{"style":246},[5574],{"type":51,"value":3395},{"type":45,"tag":233,"props":5576,"children":5577},{"style":240},[5578],{"type":51,"value":570},{"type":45,"tag":233,"props":5580,"children":5581},{"style":488},[5582],{"type":51,"value":5583},"Item A\u003C\u002Fs-list-item\n",{"type":45,"tag":233,"props":5585,"children":5587},{"class":235,"line":5586},174,[5588,5592,5596,5600,5604,5609,5613,5617,5621],{"type":45,"tag":233,"props":5589,"children":5590},{"style":488},[5591],{"type":51,"value":485},{"type":45,"tag":233,"props":5593,"children":5594},{"style":240},[5595],{"type":51,"value":243},{"type":45,"tag":233,"props":5597,"children":5598},{"style":246},[5599],{"type":51,"value":3395},{"type":45,"tag":233,"props":5601,"children":5602},{"style":240},[5603],{"type":51,"value":570},{"type":45,"tag":233,"props":5605,"children":5606},{"style":488},[5607],{"type":51,"value":5608},"Item B",{"type":45,"tag":233,"props":5610,"children":5611},{"style":240},[5612],{"type":51,"value":580},{"type":45,"tag":233,"props":5614,"children":5615},{"style":246},[5616],{"type":51,"value":3395},{"type":45,"tag":233,"props":5618,"children":5619},{"style":240},[5620],{"type":51,"value":570},{"type":45,"tag":233,"props":5622,"children":5623},{"style":488},[5624],{"type":51,"value":5625},"\u003C\u002Fs-unordered-list\n",{"type":45,"tag":233,"props":5627,"children":5629},{"class":235,"line":5628},175,[5630],{"type":45,"tag":233,"props":5631,"children":5632},{"style":488},[5633],{"type":51,"value":377},{"type":45,"tag":233,"props":5635,"children":5637},{"class":235,"line":5636},176,[5638,5642],{"type":45,"tag":233,"props":5639,"children":5640},{"style":240},[5641],{"type":51,"value":243},{"type":45,"tag":233,"props":5643,"children":5644},{"style":246},[5645],{"type":51,"value":5646},"s-url-field\n",{"type":45,"tag":233,"props":5648,"children":5650},{"class":235,"line":5649},177,[5651,5655,5659,5663,5668],{"type":45,"tag":233,"props":5652,"children":5653},{"style":256},[5654],{"type":51,"value":1520},{"type":45,"tag":233,"props":5656,"children":5657},{"style":240},[5658],{"type":51,"value":264},{"type":45,"tag":233,"props":5660,"children":5661},{"style":240},[5662],{"type":51,"value":269},{"type":45,"tag":233,"props":5664,"children":5665},{"style":272},[5666],{"type":51,"value":5667},"Website",{"type":45,"tag":233,"props":5669,"children":5670},{"style":240},[5671],{"type":51,"value":280},{"type":45,"tag":233,"props":5673,"children":5675},{"class":235,"line":5674},178,[5676,5680,5684,5688,5693],{"type":45,"tag":233,"props":5677,"children":5678},{"style":256},[5679],{"type":51,"value":1546},{"type":45,"tag":233,"props":5681,"children":5682},{"style":240},[5683],{"type":51,"value":264},{"type":45,"tag":233,"props":5685,"children":5686},{"style":240},[5687],{"type":51,"value":269},{"type":45,"tag":233,"props":5689,"children":5690},{"style":272},[5691],{"type":51,"value":5692},"url",{"type":45,"tag":233,"props":5694,"children":5695},{"style":240},[5696],{"type":51,"value":280},{"type":45,"tag":233,"props":5698,"children":5700},{"class":235,"line":5699},179,[5701,5705,5709,5713,5717],{"type":45,"tag":233,"props":5702,"children":5703},{"style":256},[5704],{"type":51,"value":2213},{"type":45,"tag":233,"props":5706,"children":5707},{"style":240},[5708],{"type":51,"value":264},{"type":45,"tag":233,"props":5710,"children":5711},{"style":240},[5712],{"type":51,"value":269},{"type":45,"tag":233,"props":5714,"children":5715},{"style":272},[5716],{"type":51,"value":5692},{"type":45,"tag":233,"props":5718,"children":5719},{"style":240},[5720],{"type":51,"value":280},{"type":45,"tag":233,"props":5722,"children":5724},{"class":235,"line":5723},180,[5725,5729,5733,5737,5742],{"type":45,"tag":233,"props":5726,"children":5727},{"style":256},[5728],{"type":51,"value":2187},{"type":45,"tag":233,"props":5730,"children":5731},{"style":240},[5732],{"type":51,"value":264},{"type":45,"tag":233,"props":5734,"children":5735},{"style":240},[5736],{"type":51,"value":269},{"type":45,"tag":233,"props":5738,"children":5739},{"style":272},[5740],{"type":51,"value":5741},"https:\u002F\u002F...",{"type":45,"tag":233,"props":5743,"children":5744},{"style":240},[5745],{"type":51,"value":280},{"type":45,"tag":233,"props":5747,"children":5749},{"class":235,"line":5748},181,[5750,5754,5759],{"type":45,"tag":233,"props":5751,"children":5752},{"style":240},[5753],{"type":51,"value":367},{"type":45,"tag":233,"props":5755,"children":5756},{"style":246},[5757],{"type":51,"value":5758},"s-url-field",{"type":45,"tag":233,"props":5760,"children":5761},{"style":240},[5762],{"type":51,"value":377},{"type":45,"tag":46,"props":5764,"children":5766},{"id":5765},"imports",[5767],{"type":51,"value":5768},"Imports",{"type":45,"tag":54,"props":5770,"children":5771},{},[5772,5774,5780,5782,5788,5790,5796,5798,5804,5805,5811],{"type":51,"value":5773},"App Home extensions use ",{"type":45,"tag":60,"props":5775,"children":5777},{"className":5776},[],[5778],{"type":51,"value":5779},"@shopify\u002Fapp-bridge-types",{"type":51,"value":5781}," for App Bridge APIs and ",{"type":45,"tag":60,"props":5783,"children":5785},{"className":5784},[],[5786],{"type":51,"value":5787},"@shopify\u002Fpolaris-types",{"type":51,"value":5789}," for Polaris component types. Never import from ",{"type":45,"tag":60,"props":5791,"children":5793},{"className":5792},[],[5794],{"type":51,"value":5795},"@shopify\u002Fpolaris",{"type":51,"value":5797},", ",{"type":45,"tag":60,"props":5799,"children":5801},{"className":5800},[],[5802],{"type":51,"value":5803},"@shopify\u002Fpolaris-react",{"type":51,"value":5797},{"type":45,"tag":60,"props":5806,"children":5808},{"className":5807},[],[5809],{"type":51,"value":5810},"@shopify\u002Fpolaris-web-components",{"type":51,"value":5812},", or any other non-existent package.",{"type":45,"tag":222,"props":5814,"children":5818},{"className":5815,"code":5816,"language":5817,"meta":227,"style":227},"language-ts shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","import { useAppBridge } from \"@shopify\u002Fapp-bridge-react\";\n","ts",[5819],{"type":45,"tag":60,"props":5820,"children":5821},{"__ignoreMap":227},[5822],{"type":45,"tag":233,"props":5823,"children":5824},{"class":235,"line":236},[5825,5831,5836,5840,5845,5850,5855,5860,5864],{"type":45,"tag":233,"props":5826,"children":5828},{"style":5827},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[5829],{"type":51,"value":5830},"import",{"type":45,"tag":233,"props":5832,"children":5833},{"style":240},[5834],{"type":51,"value":5835}," {",{"type":45,"tag":233,"props":5837,"children":5838},{"style":488},[5839],{"type":51,"value":176},{"type":45,"tag":233,"props":5841,"children":5842},{"style":240},[5843],{"type":51,"value":5844}," }",{"type":45,"tag":233,"props":5846,"children":5847},{"style":5827},[5848],{"type":51,"value":5849}," from",{"type":45,"tag":233,"props":5851,"children":5852},{"style":240},[5853],{"type":51,"value":5854}," \"",{"type":45,"tag":233,"props":5856,"children":5857},{"style":272},[5858],{"type":51,"value":5859},"@shopify\u002Fapp-bridge-react",{"type":45,"tag":233,"props":5861,"children":5862},{"style":240},[5863],{"type":51,"value":269},{"type":45,"tag":233,"props":5865,"children":5866},{"style":240},[5867],{"type":51,"value":5868},";\n",{"type":45,"tag":5870,"props":5871,"children":5873},"h3",{"id":5872},"polaris-web-components-s-page-s-badge-etc",[5874,5876,5881,5882,5887],{"type":51,"value":5875},"Polaris web components (",{"type":45,"tag":60,"props":5877,"children":5879},{"className":5878},[],[5880],{"type":51,"value":3467},{"type":51,"value":5797},{"type":45,"tag":60,"props":5883,"children":5885},{"className":5884},[],[5886],{"type":51,"value":390},{"type":51,"value":5888},", etc.)",{"type":45,"tag":54,"props":5890,"children":5891},{},[5892,5894,5900,5902,5907],{"type":51,"value":5893},"Polaris web components are custom HTML elements with an ",{"type":45,"tag":60,"props":5895,"children":5897},{"className":5896},[],[5898],{"type":51,"value":5899},"s-",{"type":51,"value":5901}," prefix. These are globally registered and require ",{"type":45,"tag":130,"props":5903,"children":5904},{},[5905],{"type":51,"value":5906},"no import statement",{"type":51,"value":5908},". Use them directly as JSX tags:",{"type":45,"tag":222,"props":5910,"children":5912},{"className":224,"code":5911,"language":226,"meta":227,"style":227},"\u002F\u002F No import needed — s-page, s-badge, s-button, s-box, etc. are globally available\n\u003Cs-page title=\"Dashboard\">\n  \u003Cs-badge tone=\"success\">Active\u003C\u002Fs-badge>\n\u003C\u002Fs-page>\n",[5913],{"type":45,"tag":60,"props":5914,"children":5915},{"__ignoreMap":227},[5916,5925,5962,6014],{"type":45,"tag":233,"props":5917,"children":5918},{"class":235,"line":236},[5919],{"type":45,"tag":233,"props":5920,"children":5922},{"style":5921},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[5923],{"type":51,"value":5924},"\u002F\u002F No import needed — s-page, s-badge, s-button, s-box, etc. are globally available\n",{"type":45,"tag":233,"props":5926,"children":5927},{"class":235,"line":252},[5928,5932,5936,5941,5945,5949,5954,5958],{"type":45,"tag":233,"props":5929,"children":5930},{"style":240},[5931],{"type":51,"value":243},{"type":45,"tag":233,"props":5933,"children":5934},{"style":246},[5935],{"type":51,"value":3467},{"type":45,"tag":233,"props":5937,"children":5938},{"style":256},[5939],{"type":51,"value":5940}," title",{"type":45,"tag":233,"props":5942,"children":5943},{"style":240},[5944],{"type":51,"value":264},{"type":45,"tag":233,"props":5946,"children":5947},{"style":240},[5948],{"type":51,"value":269},{"type":45,"tag":233,"props":5950,"children":5951},{"style":272},[5952],{"type":51,"value":5953},"Dashboard",{"type":45,"tag":233,"props":5955,"children":5956},{"style":240},[5957],{"type":51,"value":269},{"type":45,"tag":233,"props":5959,"children":5960},{"style":240},[5961],{"type":51,"value":377},{"type":45,"tag":233,"props":5963,"children":5964},{"class":235,"line":283},[5965,5970,5974,5978,5982,5986,5990,5994,5998,6002,6006,6010],{"type":45,"tag":233,"props":5966,"children":5967},{"style":240},[5968],{"type":51,"value":5969},"  \u003C",{"type":45,"tag":233,"props":5971,"children":5972},{"style":246},[5973],{"type":51,"value":390},{"type":45,"tag":233,"props":5975,"children":5976},{"style":256},[5977],{"type":51,"value":395},{"type":45,"tag":233,"props":5979,"children":5980},{"style":240},[5981],{"type":51,"value":264},{"type":45,"tag":233,"props":5983,"children":5984},{"style":240},[5985],{"type":51,"value":269},{"type":45,"tag":233,"props":5987,"children":5988},{"style":272},[5989],{"type":51,"value":408},{"type":45,"tag":233,"props":5991,"children":5992},{"style":240},[5993],{"type":51,"value":269},{"type":45,"tag":233,"props":5995,"children":5996},{"style":240},[5997],{"type":51,"value":570},{"type":45,"tag":233,"props":5999,"children":6000},{"style":488},[6001],{"type":51,"value":1485},{"type":45,"tag":233,"props":6003,"children":6004},{"style":240},[6005],{"type":51,"value":580},{"type":45,"tag":233,"props":6007,"children":6008},{"style":246},[6009],{"type":51,"value":390},{"type":45,"tag":233,"props":6011,"children":6012},{"style":240},[6013],{"type":51,"value":377},{"type":45,"tag":233,"props":6015,"children":6016},{"class":235,"line":309},[6017,6021,6025],{"type":45,"tag":233,"props":6018,"children":6019},{"style":240},[6020],{"type":51,"value":580},{"type":45,"tag":233,"props":6022,"children":6023},{"style":246},[6024],{"type":51,"value":3467},{"type":45,"tag":233,"props":6026,"children":6027},{"style":240},[6028],{"type":51,"value":377},{"type":45,"tag":54,"props":6030,"children":6031},{},[6032,6034,6039,6040,6045,6046,6051,6052,6057],{"type":51,"value":6033},"When the user asks for Polaris web components (e.g. ",{"type":45,"tag":60,"props":6035,"children":6037},{"className":6036},[],[6038],{"type":51,"value":3467},{"type":51,"value":5797},{"type":45,"tag":60,"props":6041,"children":6043},{"className":6042},[],[6044],{"type":51,"value":390},{"type":51,"value":5797},{"type":45,"tag":60,"props":6047,"children":6049},{"className":6048},[],[6050],{"type":51,"value":725},{"type":51,"value":5797},{"type":45,"tag":60,"props":6053,"children":6055},{"className":6054},[],[6056],{"type":51,"value":601},{"type":51,"value":6058},"), use the web component tag syntax above.",{"type":45,"tag":54,"props":6060,"children":6061},{},[6062],{"type":45,"tag":130,"props":6063,"children":6064},{},[6065],{"type":51,"value":6066},"Web component attribute rules:",{"type":45,"tag":6068,"props":6069,"children":6070},"ul",{},[6071,6120,6230],{"type":45,"tag":73,"props":6072,"children":6073},{},[6074,6076,6081,6083,6089,6090,6096,6097,6103,6105,6111,6112,6118],{"type":51,"value":6075},"Use ",{"type":45,"tag":130,"props":6077,"children":6078},{},[6079],{"type":51,"value":6080},"camelCase",{"type":51,"value":6082}," prop names: ",{"type":45,"tag":60,"props":6084,"children":6086},{"className":6085},[],[6087],{"type":51,"value":6088},"alignItems",{"type":51,"value":5797},{"type":45,"tag":60,"props":6091,"children":6093},{"className":6092},[],[6094],{"type":51,"value":6095},"gridTemplateColumns",{"type":51,"value":5797},{"type":45,"tag":60,"props":6098,"children":6100},{"className":6099},[],[6101],{"type":51,"value":6102},"borderRadius",{"type":51,"value":6104}," — NOT hyphenated (",{"type":45,"tag":60,"props":6106,"children":6108},{"className":6107},[],[6109],{"type":51,"value":6110},"align-items",{"type":51,"value":5797},{"type":45,"tag":60,"props":6113,"children":6115},{"className":6114},[],[6116],{"type":51,"value":6117},"grid-template-columns",{"type":51,"value":6119},")",{"type":45,"tag":73,"props":6121,"children":6122},{},[6123,6128,6130,6136,6137,6143,6144,6150,6151,6157,6158,6164,6165,6171,6172,6178,6179,6185,6186,6192,6194,6200,6202],{"type":45,"tag":130,"props":6124,"children":6125},{},[6126],{"type":51,"value":6127},"Boolean attributes",{"type":51,"value":6129}," (",{"type":45,"tag":60,"props":6131,"children":6133},{"className":6132},[],[6134],{"type":51,"value":6135},"disabled",{"type":51,"value":5797},{"type":45,"tag":60,"props":6138,"children":6140},{"className":6139},[],[6141],{"type":51,"value":6142},"loading",{"type":51,"value":5797},{"type":45,"tag":60,"props":6145,"children":6147},{"className":6146},[],[6148],{"type":51,"value":6149},"dismissible",{"type":51,"value":5797},{"type":45,"tag":60,"props":6152,"children":6154},{"className":6153},[],[6155],{"type":51,"value":6156},"checked",{"type":51,"value":5797},{"type":45,"tag":60,"props":6159,"children":6161},{"className":6160},[],[6162],{"type":51,"value":6163},"defaultChecked",{"type":51,"value":5797},{"type":45,"tag":60,"props":6166,"children":6168},{"className":6167},[],[6169],{"type":51,"value":6170},"required",{"type":51,"value":5797},{"type":45,"tag":60,"props":6173,"children":6175},{"className":6174},[],[6176],{"type":51,"value":6177},"removable",{"type":51,"value":5797},{"type":45,"tag":60,"props":6180,"children":6182},{"className":6181},[],[6183],{"type":51,"value":6184},"alpha",{"type":51,"value":5797},{"type":45,"tag":60,"props":6187,"children":6189},{"className":6188},[],[6190],{"type":51,"value":6191},"multiple",{"type":51,"value":6193},") accept shorthand or ",{"type":45,"tag":60,"props":6195,"children":6197},{"className":6196},[],[6198],{"type":51,"value":6199},"{expression}",{"type":51,"value":6201},":\n",{"type":45,"tag":6068,"props":6203,"children":6204},{},[6205],{"type":45,"tag":73,"props":6206,"children":6207},{},[6208,6210,6216,6217,6223,6224],{"type":51,"value":6209},"✅ ",{"type":45,"tag":60,"props":6211,"children":6213},{"className":6212},[],[6214],{"type":51,"value":6215},"\u003Cs-button disabled>",{"type":51,"value":5797},{"type":45,"tag":60,"props":6218,"children":6220},{"className":6219},[],[6221],{"type":51,"value":6222},"\u003Cs-switch checked={isEnabled} \u002F>",{"type":51,"value":5797},{"type":45,"tag":60,"props":6225,"children":6227},{"className":6226},[],[6228],{"type":51,"value":6229},"\u003Cs-banner dismissible>",{"type":45,"tag":73,"props":6231,"children":6232},{},[6233,6238,6239,6245,6246,6252,6253,6259,6260,6266,6267,6273,6274,6280,6281,6287,6288,6293,6294,6300,6302,6308,6309],{"type":45,"tag":130,"props":6234,"children":6235},{},[6236],{"type":51,"value":6237},"String keyword attributes",{"type":51,"value":6129},{"type":45,"tag":60,"props":6240,"children":6242},{"className":6241},[],[6243],{"type":51,"value":6244},"padding",{"type":51,"value":5797},{"type":45,"tag":60,"props":6247,"children":6249},{"className":6248},[],[6250],{"type":51,"value":6251},"gap",{"type":51,"value":5797},{"type":45,"tag":60,"props":6254,"children":6256},{"className":6255},[],[6257],{"type":51,"value":6258},"direction",{"type":51,"value":5797},{"type":45,"tag":60,"props":6261,"children":6263},{"className":6262},[],[6264],{"type":51,"value":6265},"tone",{"type":51,"value":5797},{"type":45,"tag":60,"props":6268,"children":6270},{"className":6269},[],[6271],{"type":51,"value":6272},"variant",{"type":51,"value":5797},{"type":45,"tag":60,"props":6275,"children":6277},{"className":6276},[],[6278],{"type":51,"value":6279},"size",{"type":51,"value":5797},{"type":45,"tag":60,"props":6282,"children":6284},{"className":6283},[],[6285],{"type":51,"value":6286},"background",{"type":51,"value":5797},{"type":45,"tag":60,"props":6289,"children":6291},{"className":6290},[],[6292],{"type":51,"value":6088},{"type":51,"value":5797},{"type":45,"tag":60,"props":6295,"children":6297},{"className":6296},[],[6298],{"type":51,"value":6299},"inlineSize",{"type":51,"value":6301},") must be string values — never shorthand or ",{"type":45,"tag":60,"props":6303,"children":6305},{"className":6304},[],[6306],{"type":51,"value":6307},"{true}",{"type":51,"value":6201},{"type":45,"tag":6068,"props":6310,"children":6311},{},[6312,6336],{"type":45,"tag":73,"props":6313,"children":6314},{},[6315,6316,6322,6323,6329,6330],{"type":51,"value":6209},{"type":45,"tag":60,"props":6317,"children":6319},{"className":6318},[],[6320],{"type":51,"value":6321},"\u003Cs-box padding=\"base\">",{"type":51,"value":5797},{"type":45,"tag":60,"props":6324,"children":6326},{"className":6325},[],[6327],{"type":51,"value":6328},"\u003Cs-stack gap=\"loose\" direction=\"block\">",{"type":51,"value":5797},{"type":45,"tag":60,"props":6331,"children":6333},{"className":6332},[],[6334],{"type":51,"value":6335},"\u003Cs-badge tone=\"success\">",{"type":45,"tag":73,"props":6337,"children":6338},{},[6339,6341,6347,6348,6354],{"type":51,"value":6340},"❌ ",{"type":45,"tag":60,"props":6342,"children":6344},{"className":6343},[],[6345],{"type":51,"value":6346},"\u003Cs-box padding>",{"type":51,"value":5797},{"type":45,"tag":60,"props":6349,"children":6351},{"className":6350},[],[6352],{"type":51,"value":6353},"\u003Cs-stack gap={true}>",{"type":51,"value":6355}," — boolean shorthand on string props fails TypeScript",{"type":45,"tag":136,"props":6357,"children":6358},{},[],{"type":45,"tag":46,"props":6360,"children":6362},{"id":6361},"️-mandatory-search-before-writing-code",[6363],{"type":51,"value":6364},"⚠️ MANDATORY: Search Before Writing Code",{"type":45,"tag":54,"props":6366,"children":6367},{},[6368],{"type":51,"value":6369},"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":222,"props":6371,"children":6375},{"className":6372,"code":6374,"language":51},[6373],"language-text","scripts\u002Fsearch_docs.mjs \"\u003Ccomponent tag name>\" --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION\n",[6376],{"type":45,"tag":60,"props":6377,"children":6378},{"__ignoreMap":227},[6379],{"type":51,"value":6374},{"type":45,"tag":54,"props":6381,"children":6382},{},[6383,6385,6390],{"type":51,"value":6384},"Search for the ",{"type":45,"tag":130,"props":6386,"children":6387},{},[6388],{"type":51,"value":6389},"component tag name",{"type":51,"value":6391},", not the full user prompt.",{"type":45,"tag":54,"props":6393,"children":6394},{},[6395],{"type":51,"value":6396},"For example, if the user asks about form in app home:",{"type":45,"tag":222,"props":6398,"children":6401},{"className":6399,"code":6400,"language":51},[6373],"scripts\u002Fsearch_docs.mjs \"s-form\" --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION\n",[6402],{"type":45,"tag":60,"props":6403,"children":6404},{"__ignoreMap":227},[6405],{"type":51,"value":6400},{"type":45,"tag":46,"props":6407,"children":6409},{"id":6408},"️-mandatory-validate-before-returning-code",[6410],{"type":51,"value":6411},"⚠️ MANDATORY: Validate Before Returning Code",{"type":45,"tag":54,"props":6413,"children":6414},{},[6415,6417,6423],{"type":51,"value":6416},"You MUST run ",{"type":45,"tag":60,"props":6418,"children":6420},{"className":6419},[],[6421],{"type":51,"value":6422},"scripts\u002Fvalidate.mjs",{"type":51,"value":6424}," before returning any generated code to the user. Always include the instrumentation flags:",{"type":45,"tag":222,"props":6426,"children":6429},{"className":6427,"code":6428,"language":51},[6373],"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\n",[6430],{"type":45,"tag":60,"props":6431,"children":6432},{"__ignoreMap":227},[6433],{"type":51,"value":6428},{"type":45,"tag":54,"props":6435,"children":6436},{},[6437],{"type":51,"value":6438},"(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":6440,"children":6441},{},[6442],{"type":45,"tag":130,"props":6443,"children":6444},{},[6445],{"type":51,"value":6446},"When validation fails, follow this loop:",{"type":45,"tag":69,"props":6448,"children":6449},{},[6450,6455,6469,6474,6486],{"type":45,"tag":73,"props":6451,"children":6452},{},[6453],{"type":51,"value":6454},"Read the error message carefully — identify the exact field, prop, or value that is wrong",{"type":45,"tag":73,"props":6456,"children":6457},{},[6458,6460],{"type":51,"value":6459},"If the error references a named type or says a value is not assignable, search for the correct values:\n",{"type":45,"tag":222,"props":6461,"children":6464},{"className":6462,"code":6463,"language":51},[6373],"scripts\u002Fsearch_docs.mjs \"\u003Ctype or prop name>\"\n",[6465],{"type":45,"tag":60,"props":6466,"children":6467},{"__ignoreMap":227},[6468],{"type":51,"value":6463},{"type":45,"tag":73,"props":6470,"children":6471},{},[6472],{"type":51,"value":6473},"Fix exactly the reported error using what the search returns",{"type":45,"tag":73,"props":6475,"children":6476},{},[6477,6479,6484],{"type":51,"value":6478},"Run ",{"type":45,"tag":60,"props":6480,"children":6482},{"className":6481},[],[6483],{"type":51,"value":6422},{"type":51,"value":6485}," again",{"type":45,"tag":73,"props":6487,"children":6488},{},[6489],{"type":51,"value":6490},"Retry up to 3 times total; after 3 failures, return the best attempt with an explanation",{"type":45,"tag":54,"props":6492,"children":6493},{},[6494],{"type":45,"tag":130,"props":6495,"children":6496},{},[6497],{"type":51,"value":6498},"Do not guess at valid values — always search first when the error names a type you don't know.",{"type":45,"tag":136,"props":6500,"children":6501},{},[],{"type":45,"tag":6503,"props":6504,"children":6505},"blockquote",{},[6506],{"type":45,"tag":54,"props":6507,"children":6508},{},[6509,6514,6516,6522,6524,6530,6532,6538],{"type":45,"tag":130,"props":6510,"children":6511},{},[6512],{"type":51,"value":6513},"Privacy notice:",{"type":51,"value":6515}," ",{"type":45,"tag":60,"props":6517,"children":6519},{"className":6518},[],[6520],{"type":51,"value":6521},"scripts\u002Fsearch_docs.mjs",{"type":51,"value":6523}," reports the search query, search response or error text, skill name\u002Fversion, and model\u002Fclient identifiers to Shopify (",{"type":45,"tag":60,"props":6525,"children":6527},{"className":6526},[],[6528],{"type":51,"value":6529},"shopify.dev\u002Fmcp\u002Fusage",{"type":51,"value":6531},") to help improve these tools. Set ",{"type":45,"tag":60,"props":6533,"children":6535},{"className":6534},[],[6536],{"type":51,"value":6537},"OPT_OUT_INSTRUMENTATION=true",{"type":51,"value":6539}," in your environment to opt out.",{"type":45,"tag":136,"props":6541,"children":6542},{},[],{"type":45,"tag":6503,"props":6544,"children":6545},{},[6546],{"type":45,"tag":54,"props":6547,"children":6548},{},[6549,6553,6554,6559,6561,6566,6567,6572],{"type":45,"tag":130,"props":6550,"children":6551},{},[6552],{"type":51,"value":6513},{"type":51,"value":6515},{"type":45,"tag":60,"props":6555,"children":6557},{"className":6556},[],[6558],{"type":51,"value":6422},{"type":51,"value":6560}," 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":6562,"children":6564},{"className":6563},[],[6565],{"type":51,"value":6529},{"type":51,"value":6531},{"type":45,"tag":60,"props":6568,"children":6570},{"className":6569},[],[6571],{"type":51,"value":6537},{"type":51,"value":6539},{"type":45,"tag":6574,"props":6575,"children":6576},"style",{},[6577],{"type":51,"value":6578},"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":6580,"total":6697},[6581,6599,6615,6627,6647,6665,6685],{"slug":6582,"name":6582,"fn":6583,"description":6584,"org":6585,"tags":6586,"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},[6587,6590,6593,6596],{"name":6588,"slug":6589,"type":15},"Accessibility","accessibility",{"name":6591,"slug":6592,"type":15},"Charts","charts",{"name":6594,"slug":6595,"type":15},"Data Visualization","data-visualization",{"name":6597,"slug":6598,"type":15},"Design","design",{"slug":6600,"name":6600,"fn":6601,"description":6602,"org":6603,"tags":6604,"stars":25,"repoUrl":26,"updatedAt":6614},"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},[6605,6608,6611],{"name":6606,"slug":6607,"type":15},"Agents","agents",{"name":6609,"slug":6610,"type":15},"Browser Automation","browser-automation",{"name":6612,"slug":6613,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":6616,"name":6616,"fn":6617,"description":6618,"org":6619,"tags":6620,"stars":25,"repoUrl":26,"updatedAt":6626},"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},[6621,6622,6625],{"name":6609,"slug":6610,"type":15},{"name":6623,"slug":6624,"type":15},"Local Development","local-development",{"name":6612,"slug":6613,"type":15},"2026-04-06T18:41:17.526867",{"slug":6628,"name":6628,"fn":6629,"description":6630,"org":6631,"tags":6632,"stars":25,"repoUrl":26,"updatedAt":6646},"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},[6633,6634,6637,6640,6643],{"name":6606,"slug":6607,"type":15},{"name":6635,"slug":6636,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":6638,"slug":6639,"type":15},"SDK","sdk",{"name":6641,"slug":6642,"type":15},"Serverless","serverless",{"name":6644,"slug":6645,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":6648,"name":6648,"fn":6649,"description":6650,"org":6651,"tags":6652,"stars":25,"repoUrl":26,"updatedAt":6664},"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},[6653,6654,6657,6660,6661],{"name":23,"slug":24,"type":15},{"name":6655,"slug":6656,"type":15},"React","react",{"name":6658,"slug":6659,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":20,"slug":21,"type":15},{"name":6662,"slug":6663,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":6666,"name":6666,"fn":6667,"description":6668,"org":6669,"tags":6670,"stars":25,"repoUrl":26,"updatedAt":6684},"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},[6671,6674,6677,6680,6683],{"name":6672,"slug":6673,"type":15},"AI Infrastructure","ai-infrastructure",{"name":6675,"slug":6676,"type":15},"Cost Optimization","cost-optimization",{"name":6678,"slug":6679,"type":15},"LLM","llm",{"name":6681,"slug":6682,"type":15},"Performance","performance",{"name":6662,"slug":6663,"type":15},"2026-04-06T18:40:44.377464",{"slug":6686,"name":6686,"fn":6687,"description":6688,"org":6689,"tags":6690,"stars":25,"repoUrl":26,"updatedAt":6696},"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},[6691,6692,6695],{"name":6675,"slug":6676,"type":15},{"name":6693,"slug":6694,"type":15},"Database","database",{"name":6678,"slug":6679,"type":15},"2026-04-06T18:41:08.513425",600,{"items":6699,"total":6896},[6700,6721,6744,6761,6777,6794,6813,6825,6839,6853,6865,6880],{"slug":6701,"name":6701,"fn":6702,"description":6703,"org":6704,"tags":6705,"stars":6718,"repoUrl":6719,"updatedAt":6720},"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},[6706,6709,6712,6715],{"name":6707,"slug":6708,"type":15},"Documents","documents",{"name":6710,"slug":6711,"type":15},"Healthcare","healthcare",{"name":6713,"slug":6714,"type":15},"Insurance","insurance",{"name":6716,"slug":6717,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":6722,"name":6722,"fn":6723,"description":6724,"org":6725,"tags":6726,"stars":6741,"repoUrl":6742,"updatedAt":6743},"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},[6727,6730,6732,6735,6738],{"name":6728,"slug":6729,"type":15},".NET","dotnet",{"name":6731,"slug":6722,"type":15},"ASP.NET Core",{"name":6733,"slug":6734,"type":15},"Blazor","blazor",{"name":6736,"slug":6737,"type":15},"C#","csharp",{"name":6739,"slug":6740,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":6745,"name":6745,"fn":6746,"description":6747,"org":6748,"tags":6749,"stars":6741,"repoUrl":6742,"updatedAt":6760},"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},[6750,6753,6756,6759],{"name":6751,"slug":6752,"type":15},"Apps SDK","apps-sdk",{"name":6754,"slug":6755,"type":15},"ChatGPT","chatgpt",{"name":6757,"slug":6758,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":6762,"name":6762,"fn":6763,"description":6764,"org":6765,"tags":6766,"stars":6741,"repoUrl":6742,"updatedAt":6776},"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},[6767,6770,6773],{"name":6768,"slug":6769,"type":15},"API Development","api-development",{"name":6771,"slug":6772,"type":15},"CLI","cli",{"name":6774,"slug":6775,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":6778,"name":6778,"fn":6779,"description":6780,"org":6781,"tags":6782,"stars":6741,"repoUrl":6742,"updatedAt":6793},"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},[6783,6786,6789,6790],{"name":6784,"slug":6785,"type":15},"Cloudflare","cloudflare",{"name":6787,"slug":6788,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":6635,"slug":6636,"type":15},{"name":6791,"slug":6792,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":6795,"name":6795,"fn":6796,"description":6797,"org":6798,"tags":6799,"stars":6741,"repoUrl":6742,"updatedAt":6812},"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},[6800,6803,6806,6809],{"name":6801,"slug":6802,"type":15},"Productivity","productivity",{"name":6804,"slug":6805,"type":15},"Project Management","project-management",{"name":6807,"slug":6808,"type":15},"Strategy","strategy",{"name":6810,"slug":6811,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":6814,"name":6814,"fn":6815,"description":6816,"org":6817,"tags":6818,"stars":6741,"repoUrl":6742,"updatedAt":6824},"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},[6819,6820,6822,6823],{"name":6597,"slug":6598,"type":15},{"name":6821,"slug":6814,"type":15},"Figma",{"name":23,"slug":24,"type":15},{"name":6757,"slug":6758,"type":15},"2026-04-12T05:06:47.939943",{"slug":6826,"name":6826,"fn":6827,"description":6828,"org":6829,"tags":6830,"stars":6741,"repoUrl":6742,"updatedAt":6838},"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},[6831,6832,6835,6836,6837],{"name":6597,"slug":6598,"type":15},{"name":6833,"slug":6834,"type":15},"Design System","design-system",{"name":6821,"slug":6814,"type":15},{"name":23,"slug":24,"type":15},{"name":20,"slug":21,"type":15},"2026-05-10T05:59:52.971881",{"slug":6840,"name":6840,"fn":6841,"description":6842,"org":6843,"tags":6844,"stars":6741,"repoUrl":6742,"updatedAt":6852},"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},[6845,6846,6847,6850,6851],{"name":6597,"slug":6598,"type":15},{"name":6833,"slug":6834,"type":15},{"name":6848,"slug":6849,"type":15},"Documentation","documentation",{"name":6821,"slug":6814,"type":15},{"name":23,"slug":24,"type":15},"2026-05-16T06:07:47.821474",{"slug":6854,"name":6854,"fn":6855,"description":6856,"org":6857,"tags":6858,"stars":6741,"repoUrl":6742,"updatedAt":6864},"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},[6859,6860,6861,6862,6863],{"name":6597,"slug":6598,"type":15},{"name":6821,"slug":6814,"type":15},{"name":23,"slug":24,"type":15},{"name":20,"slug":21,"type":15},{"name":6739,"slug":6740,"type":15},"2026-05-16T06:07:40.583615",{"slug":6866,"name":6866,"fn":6867,"description":6868,"org":6869,"tags":6870,"stars":6741,"repoUrl":6742,"updatedAt":6879},"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},[6871,6874,6875,6878],{"name":6872,"slug":6873,"type":15},"Animation","animation",{"name":6774,"slug":6775,"type":15},{"name":6876,"slug":6877,"type":15},"Creative","creative",{"name":6597,"slug":6598,"type":15},"2026-05-02T05:31:48.48485",{"slug":6881,"name":6881,"fn":6882,"description":6883,"org":6884,"tags":6885,"stars":6741,"repoUrl":6742,"updatedAt":6895},"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},[6886,6887,6888,6891,6894],{"name":6876,"slug":6877,"type":15},{"name":6597,"slug":6598,"type":15},{"name":6889,"slug":6890,"type":15},"Image Generation","image-generation",{"name":6892,"slug":6893,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]