[{"data":1,"prerenderedAt":3228},["ShallowReactive",2],{"cmdk-index":3,"content:\u002Fcomponents\u002Ftoast":236},[4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232],{"path":5,"title":6,"description":7},"\u002Fcomponents\u002Faccordion","Accordion","A disclosure list built entirely on native \u003Cdetails>\u002F\u003Csummary> elements — zero JavaScript, zero\nARIA reinvention. The browser supplies the disclosure role, aria-expanded, Enter\u002FSpace toggling,\nfocus, and find-in-page expansion for free. Single-open (exclusive) mode uses the platform\nexclusive-accordion feature (Baseline 2024): every \u003Cdetails> shares one auto-generated name, so\nthe browser closes siblings when one opens. multiple drops the shared name so each item opens\nindependently.",{"path":9,"title":10,"description":11},"\u002Fcomponents\u002Falert","Alert","A styled, accessible notification banner. Its live-region politeness is derived from the color —\nurgent danger \u002F warn render role=\"alert\" (assertive), everything else role=\"status\" (polite) —\nso a non-urgent banner isn't announced assertively (override with the live prop). It supports an\noptional icon, a title, body text, an actions row, and a dismiss button.",{"path":13,"title":14,"description":15},"\u002Fcomponents\u002Favatar","Avatar","A data-display component that shows an image, or initials derived from text when there is no\nimage (or while it loads). Supports a title \u002F subtitle column for list and profile UIs.",{"path":17,"title":18,"description":19},"\u002Fcomponents\u002Fbadge","Badge","A small status or count indicator. Attach it to any element as a floating pip, drop it inline next\nto text, or render it standalone — all three modes share the same class surface.",{"path":21,"title":22,"description":23},"\u002Fcomponents\u002Fbutton","Button","A styled, accessible button. Dynamic state is expressed through real attributes — disabled becomes\na true disabled (or aria-disabled for link buttons), loading sets aria-busy, and it ships a\nvisible :focus-visible ring.",{"path":25,"title":26,"description":27},"\u002Fcomponents\u002Fcard","Card","A surface container for grouping related content — a header (prepend slot · title · subtitle ·\nappend slot), a body, and optional action rows. It is the most composed styled component, yet the\nstandalone markup is just nested .ori-card__* elements, so it works without Vue.",{"path":29,"title":30,"description":31},"\u002Fcomponents\u002Fcheckbox","Checkbox","A styled, accessible checkbox built on a real \u003Cinput type=\"checkbox\"> — kept in the DOM\n(visually hidden over a custom box) so keyboard, focus, and native form submission work for free.\nThe accent color and :focus-visible ring are driven by the ori-color token; invalid sets\naria-invalid; disabled is the native attribute.",{"path":33,"title":34,"description":35},"\u002Fcomponents\u002Fcolor-picker","Color picker","An accessible color picker: a 2D saturation × brightness area, a hue slider, a hex field, and\noptional preset swatches — an inline panel you compose into an OriPopover for a\nswatch-triggered flow. Behaviour lives in the framework-agnostic useColorPicker (a zero-dependency sRGB +\n2D-area engine, no adapter or machine); the styled component reuses OriSlider for the\nhue channel and OriInput for the hex field. v-model carries a lowercase color\nstring; the internal working model is HSVA, so the hue survives when you drag into a corner and back.",{"path":37,"title":38,"description":39},"\u002Fcomponents\u002Fcombobox","Combobox","A filterable single-select listbox — type to filter, navigate with the keyboard, pick one. It is the\nfirst component driven end-to-end by @oriui\u002Fheadless: the state machine + prop-getters own the\nbehaviour (open\u002Fclose, filtering, the active-descendant highlight, selection, and the full\nWAI-ARIA keyboard), and OriCombobox renders the styled shell on top. Unlike the pure-CSS\ncomponents, the behaviour needs JavaScript — the standalone classes give you the look, and\nuseCombobox gives you the behaviour for any UI.",{"path":41,"title":42,"description":43},"\u002Fcomponents\u002Fdialog","Dialog","A modal dialog — the library's first genuinely interactive component, built on the native\n\u003Cdialog> element. Unlike the styled-only components, a dialog needs behaviour: focus trap, scroll\nlock, Esc-to-close, click-outside dismissal, and the full WAI-ARIA keyboard contract. All of it comes\nfrom the platform via showModal() — no state-machine dependency and no adapter to wire. The styled\nOriDialog supplies only the markup and tokens.",{"path":45,"title":46,"description":47},"\u002Fcomponents\u002Fdivider","Divider","A horizontal (default) or vertical rule that separates content. An optional centered label turns it\ninto a visual break like the classic \"OR\" between form sections. A pure layout\u002Fstructure primitive —\nno interactive behaviour, no variants, no size scale.",{"path":49,"title":50,"description":51},"\u002Fcomponents\u002Ffield","Field","The shared shell for form controls — one source of truth for the label \u002F hint \u002F error \u002F\nrequired contract that Input, Select,\nTextarea, Combobox, Slider,\nRadioGroup, and ColorPicker otherwise each wire\nby hand. Wrap a control in OriField and it adopts the field's id, aria-describedby,\naria-invalid, required, disabled, and size — and stops rendering its own label and helper, so\nthere is exactly one of each, wired identically every time. Group and composite controls (RadioGroup,\nCombobox's listbox, ColorPicker) name themselves via aria-labelledby pointing at the field's label.",{"path":53,"title":54,"description":55},"\u002Fcomponents\u002Ficon","Icon","A styled, accessible SVG icon. Decorative by default — renders with aria-hidden=\"true\" and no\nrole. Pass a label to expose it to assistive technology as an image: the icon switches to\nrole=\"img\" + aria-label automatically.",{"path":57,"title":58,"description":59},"\u002Fcomponents\u002Finput","Input","A labelled, accessible text field with v-model. State is expressed through real attributes — the\nnative disabled, aria-invalid when there is an error, and an aria-describedby that points at\nthe rendered hint or error. The label is wired to the field with for\u002Fid (auto-generated via\nuseId when you don't pass one), and arbitrary native attributes (name, autocomplete,\ninputmode, …) fall through to the underlying \u003Cinput>.",{"path":61,"title":62,"description":63},"\u002Fcomponents\u002Fjoin","Join","A thin wrapper that collapses the shared radii and borders of adjacent controls so they read as one\nsegmented unit — button groups, input+button combos, segmented toolbars. No visual styling of its\nown: all colour, size, and variant tokens live on the children.",{"path":65,"title":66,"description":67},"\u002Fcomponents\u002Fkbd","Kbd","A keyboard-key chip — a semantic \u003Ckbd> element styled as a monospace bordered chip. Use it to\nrepresent individual keys, modifier keys, or multi-key shortcuts inline in prose or UI hints.",{"path":69,"title":70,"description":71},"\u002Fcomponents\u002Flink","Link","An inline prose link — the right choice when a destination lives in running text. Distinct from\nOriButton rendered as=\"a\": a button that navigates is still a button; a link in a sentence is\nOriLink. Underlined by default (the affordance survives without color), with a _hover mode that\nhides the underline at rest and reveals it on hover. A visible :focus-visible ring uses the same\ncolor as the text.",{"path":73,"title":74,"description":75},"\u002Fcomponents\u002Fmenu","Menu","A WAI-ARIA menu button: a trigger opens a roving-tabindex action list. Unlike the Popover, open\u002Fclose,\nfocus movement, and click-outside dismissal are driven entirely by the @oriui\u002Fheadless menu\nmachine in JavaScript, not the Popover API — so the panel is not top-layer and carries a z-index. The\npanel is still placed with the same CSS Anchor Positioning primitive as the Popover (ori-anchored),\nzero positioning JS.",{"path":77,"title":78,"description":79},"\u002Fcomponents\u002Fpopover","Popover","A positioned overlay for supplementary content — a menu, a filter panel, a rich hint — tethered to a\ntrigger. It runs entirely on the platform: the trigger opens the panel through the Popover API\n(top-layer, light-dismiss, Esc — zero JS), and the panel is placed with CSS Anchor Positioning\n(anchor-name \u002F position-anchor + position-area, with a collision flip via\nposition-try-fallbacks) — zero positioning JS, no scroll\u002Fresize listeners. Baseline 2026, with\ngraceful degradation: an older engine still opens the panel and places it, just without the\ncollision-aware flip.",{"path":81,"title":82,"description":83},"\u002Fcomponents\u002Fprogress","Progress","A horizontal progress bar that communicates task completion. It supports a determinate mode (a\nknown value out of a max) and an indeterminate mode (animated sweep) for tasks with no\nmeasurable progress. State is expressed through ARIA attributes — aria-valuenow is omitted when\nindeterminate, giving screen readers the correct cue automatically.",{"path":85,"title":86,"description":87},"\u002Fcomponents\u002Fradio","Radio","A \"choose one\" compound control. A role=\"radiogroup\" container names the set via\naria-labelledby; each option is a real \u003Cinput type=\"radio\"> sharing a single name — so the\nbrowser enforces single-select and native form submission — visually hidden behind a styled circle.\nPass the options as an array; per-option disabled is supported.",{"path":89,"title":90,"description":91},"\u002Fcomponents\u002Fselect","Select","A native-first styled select control with v-model. The browser owns the dropdown, full keyboard\ninteraction, type-ahead, and all ARIA semantics — oriUI only styles the closed control and draws a\ndecorative chevron. It shares the form-control contract of Input and\nTextarea: a built-in label, hint, error, and required asterisk, all\nwired for accessibility. State is expressed through real attributes — native disabled and\naria-invalid=\"true\" (not classes) — and arbitrary native attrs (name, autocomplete, …) fall\nthrough to the \u003Cselect> via inheritAttrs:false.",{"path":93,"title":94,"description":95},"\u002Fcomponents\u002Fskeleton","Skeleton","A loading placeholder that signals content is on its way. An animated shimmer sweep sweeps across the\nblock; on devices that request reduced motion the shimmer stops and the tinted block alone signals the\nloading state. Size it with an inline style or a utility class — the skeleton itself carries no\nintrinsic width or height beyond a 1em minimum height.",{"path":97,"title":98,"description":99},"\u002Fcomponents\u002Fslider","Slider","A styled, accessible range control built on a native \u003Cinput type=\"range\">. Because the\nunderlying element is real HTML, the browser supplies role=\"slider\", the full keyboard contract\n(arrow keys, Home\u002FEnd, PageUp\u002FPageDown), and screen-reader value announcements for free — no\nJavaScript bridge needed. Colour and the filled-track portion are driven by CSS custom properties;\nv-model carries a number.",{"path":101,"title":102,"description":103},"\u002Fcomponents\u002Fspinner","Spinner","An accessible loading indicator — renders role=\"status\" with an aria-label (default \"Loading\")\nso assistive technology announces the busy state without any extra work. Use it standalone for a\npage-level or section-level loader, or embed it inline inside a button or label.",{"path":105,"title":106,"description":107},"\u002Fcomponents\u002Fstack","Stack","The workhorse layout primitive — two flex modes in one component. A stack (ori-stack) is a\nflex column: children flow top-to-bottom with a consistent gap. A cluster (ori-cluster) is a\nwrapping flex row: children flow left-to-right, wrap onto new lines, and are centered on the\ncross-axis — ideal for tag clouds, button groups, and badge sets.",{"path":109,"title":110,"description":111},"\u002Fcomponents\u002Fsurface","Surface","An elevated floating surface — a lifted panel with a surface background, an optional hairline, a\ncorner radius, and a mode-aware shadow, and nothing else. No padding, no header\u002Ftitle semantics: it\nis just the box, and the caller owns the layout inside. It's the building block for chrome that floats\nover content — a toolbar island, a zoom control, a side panel, a menu popout's container — and the\nelevation counterpart to Card, which is a content card (padding + header \u002F\ntitle \u002F body \u002F actions).",{"path":113,"title":114,"description":115},"\u002Fcomponents\u002Fswitch","Switch","An on\u002Foff toggle built on a real \u003Cinput type=\"checkbox\" role=\"switch\"> — kept in the DOM\n(visually hidden over a track + thumb) so keyboard, focus, and form submission work for free, and\nassistive technology announces it as a switch. v-model is a boolean. The \"on\" track color and the\n:focus-visible ring both come from the ori-color token; the track and thumb scale with\nori-font-size so size is a single prop.",{"path":117,"title":118,"description":119},"\u002Fcomponents\u002Ftabs","Tabs","An accessible tabs widget with automatic activation. The tablist holds a roving tabindex so\nTab \u002F Shift+Tab enter and leave the group as a single keyboard stop; arrow keys move between\ntabs and immediately select them. State is expressed through real ARIA attributes — aria-selected\ndrives both the active indicator and the label colour; disabled is the native button attribute.",{"path":121,"title":122,"description":123},"\u002Fcomponents\u002Ftag","Tag","A compact label for categorising, filtering, or annotating content — status chips, keyword\nbadges, and removable filter pills. State is expressed through real attributes: aria-disabled\ndisables the tag and its close button without removing it from the DOM.",{"path":125,"title":126,"description":127},"\u002Fcomponents\u002Ftextarea","Textarea","A labelled, accessible multiline text field with v-model. State is expressed through real\nattributes — the native disabled, aria-invalid when there is an error, and an aria-describedby\nthat points at the rendered hint or error. The label is wired to the field with for\u002Fid\n(auto-generated via useId when you don't pass one). Unlike a single-line input the field has no\nfixed height — it grows from a rows-based min-height and stays user-resizable.",{"path":129,"title":130,"description":131},"\u002Fcomponents\u002Ftoast","Toast","An imperative notification system. Push a toast from anywhere with useToast() and render\n\u003COriToaster \u002F> once near the app root to display the queue. No event bus, no Vuex, no provide\u002Finject —\njust a module-level reactive queue that every call site shares.",{"path":133,"title":134,"description":135},"\u002Fcomponents\u002Ftoolbar","Toolbar","A WAI-ARIA toolbar: a set of related controls that share a single Tab stop, navigated internally\nwith the arrow keys via roving tabindex (real DOM focus, not aria-activedescendant). Five\ncomponents make it up — OriToolbar (the root, role=\"toolbar\"), OriToolbarButton (an item —\ncomposes OriButton), OriToolbarSeparator (a perpendicular divider), and a paired\nOriToolbarToggleGroup \u002F OriToolbarToggleItem for a segmented single- or multi-select toggle.\nUnlike the data-driven OriMenu (an items array plus a machine), a toolbar is compositional —\nyou assemble it from slotted components in whatever order and combination you need — so the behaviour\nunderneath, useToolbar from @oriui\u002Fheadless, is a provide\u002Finject\nroving-focus context rather than a state machine over an array.",{"path":137,"title":138,"description":139},"\u002Fcomponents\u002Ftooltip","Tooltip","A CSS-driven tooltip that shows additional context when a control is focused or hovered. The bubble\nis always in the DOM (so the aria-describedby reference is never dangling) and shown\u002Fhidden\nentirely in CSS — no JS state machine, no positioning engine. Show is pure :focus-within (keyboard)\nand :hover wrapped in @media (hover: hover) (pointer, without sticking open on touch).",{"path":141,"title":142,"description":143},"\u002Fguides\u002Fcss","Using the CSS layer","oriUI is three independent layers woven around one set of design tokens. The @oriui\u002Fcss layer is\njust standalone .ori-* classes plus the token theming — no Vue, no build step, no Tailwind. You\nship the stylesheet and write classes. This is how oriUI works with htmx, Astro, or plain HTML —\nthe DaisyUI niche, minus Tailwind.",{"path":145,"title":146,"description":147},"\u002Fguides\u002Fcustomization","Customization","Make it yours — without authoring a whole skin. Most products need one thing: their brand color and\ntheir corner radius on top of accessible, ready-made components. oriUI lets you do that by repointing\na handful of design tokens — a few CSS custom properties in your own stylesheet, no rewrite, no fork.\nThis is the prototype fast, scale without rewriting payoff: the same \u003COriButton> you shipped on\nday one becomes on-brand by the time you ship to users, and nothing about the component changes.",{"path":149,"title":150,"description":151},"\u002Fguides\u002Fdesign-tokens","Design tokens","oriUI is three independent layers woven around one set of design tokens. This page is the\ncatalog — every token, and the resolution model that turns a raw value into the colour a component\npaints. The chain is short and deliberate: a primitive feeds a semantic role, a role feeds a\nper-instance alias, and components read only the alias. That indirection is what lets a single\nclass repoint a single token — the whole zero-runtime theming story rests on it.",{"path":153,"title":154,"description":155},"\u002Fguides\u002Fskins","Skin gallery","A skin is a named palette — a set of token overrides applied with one attribute on \u003Chtml>\n(data-ori-skin). Every skin repoints only the four skinnable roles (primary · secondary ·\nsurface · background, each with a -light and -dark source); the status hues (success ·\nwarn · danger · info) stay shared, and every pairing targets WCAG AA for body text. Switching\na skin is a single attribute write — zero runtime, no recompute, no flash.",{"path":157,"title":158,"description":159},"\u002Fguides\u002Ftheming","Theming","A theme is a mode (light or dark) layered over a skin (a named palette). Both are pure\nattribute toggles on \u003Chtml> — flipping either repoints the active --ori-color-* aliases through\nCSS custom properties, so everything reskins at once with no JavaScript, no recompute, no flash.\nThis is the same zero-runtime story across every layer: a Vue app, the standalone @oriui\u002Fcss\nclasses, htmx fragments, or hand-written HTML all theme identically.",{"path":161,"title":162,"description":163},"\u002Fheadless\u002Fcore","Core","The framework-agnostic heart of the headless layer: a behaviour contract plus a zero-dependency\nnative engine, written in vanilla TypeScript. Every framework binding consumes the same contract,\nso a primitive behaves identically wherever it runs — and the behaviour stays swappable per primitive,\nwithout touching markup.",{"path":165,"title":166,"description":167},"\u002Fheadless\u002Fuse-color-picker","useColorPicker","A headless sRGB color picker — a 2D saturation × brightness area, a hue channel, an optional\nalpha channel, a hex field, and optional preset swatches, assembled from ready-to-bind\nprop-getters. It owns the working color as an internal HSVA object (so the hue survives a grayscale\nround-trip when you drag into a corner and back) and composes a zero-dependency sRGB engine plus pure\n2D-area math from the core: parseColor \u002F formatColor (loose parse in, lowercase string out),\nhsvToRgb \u002F rgbToHex \u002F rgbToHsl (hex \u002F rgb \u002F hsv \u002F hsl conversion), readableInk (WCAG-luminance\nink over a swatch), and resolveAreaPosition \u002F stepAreaPosition (pointer → coordinate and keyboard\nstepping across the two axes).",{"path":169,"title":170,"description":171},"\u002Fheadless\u002Fuse-combobox","useCombobox","A headless combobox primitive — an editable text input paired with a popup listbox — implementing\nthe WAI-ARIA combobox with listbox popup pattern: type to filter, navigate with the keyboard via\nactive-descendant, and pick a single option. It owns the behaviour (open\u002Fclose, filtering, the\nhighlight, selection, and the full keyboard) and the ARIA wiring as ready-to-bind prop bags; you own\nthe markup and styles.",{"path":173,"title":174,"description":175},"\u002Fheadless\u002Fuse-dialog","useDialog","A headless modal dialog primitive built on the native \u003Cdialog> element — focus trap, scroll lock,\nEscape to close, focus return, and aria-modal semantics all come from the platform via\nshowModal(). It owns the open state and the ARIA wiring as ready-to-bind prop bags; you own the\nmarkup and styles (you render the \u003Cdialog> and drive showModal() \u002F close() from open).",{"path":177,"title":178,"description":179},"\u002Fheadless\u002Fuse-disclosure","useDisclosure","A headless show \u002F hide primitive for disclosure widgets — expandable panels, accordions, menus,\nthe collapsible sidebar groups on this very site. It owns the open state, the WAI-ARIA wiring, and the\ntoggle handler; you own the markup and the styles.",{"path":181,"title":182,"description":183},"\u002Fheadless\u002Fuse-dismissable","useDismissable","A headless dismiss layer — the \"close the overlay on an outside interaction\" glue a non-platform\noverlay needs, the pattern Radix DismissableLayer \u002F Floating-UI useDismiss standardise. While\nenabled, it attaches document listeners and calls onDismiss() when an interaction lands outside\nthe overlay's own elements. Each overlay picks the strategy that fits it:",{"path":185,"title":186,"description":187},"\u002Fheadless\u002Fuse-menu","useMenu","A headless menu button primitive built on the WAI-ARIA menu-button pattern — a trigger that opens a\npopup menu of actions, with roving tabindex, arrow \u002F Home \u002F End navigation, and Enter \u002F Space\nactivation. It owns the open state and the highlighted item and exposes the ARIA wiring as ready-to-bind\nprop bags; you own the markup, the styles, and the DOM focus (roving needs real focus, and\nclick-outside \u002F focus-return are host concerns a state projection can't reach).",{"path":189,"title":190,"description":191},"\u002Fheadless\u002Fuse-tabs","useTabs","A headless WAI-ARIA tabs widget with automatic activation — a tablist of tabs behind a single\nTab stop, navigated with the arrow keys via roving tabindex (real DOM focus, not\naria-activedescendant), where moving focus also selects. It is data-driven: you pass the tabs\narray plus the selected value, and it returns the tablist prop bag plus per-tab and per-panel\nprop-getters (ids, aria-selected, aria-controls, aria-labelledby, roving tabindex, hidden).",{"path":193,"title":194,"description":195},"\u002Fheadless\u002Fuse-theme","useTheme","A headless light \u002F dark theme controller — it owns the mode setting, resolves auto against the OS\nscheme live, persists the choice, and applies it to the DOM. It applies through applyTheme, which sets\nthe ori-theme_{light,dark} class (removing the opposite — exactly one is on at a time) and works\naround a bug in current Chromium where a runtime theme toggle otherwise leaves styled components\npainting the previous theme's colours until they re-render.",{"path":197,"title":198,"description":199},"\u002Fheadless\u002Fuse-toast","useToast","A headless toast queue — an imperative notification store you call from anywhere (toast('Saved'))\nand render once near the app root. The behaviour is a framework-agnostic engine (a plain array + a Set\nof listeners + auto-dismiss timers) projected into the host framework's reactivity: a Vue reactive\narray and a Svelte readable store. It is a client-side singleton — every useToast() call\nshares the one queue, so a push from anywhere reaches the single renderer.",{"path":201,"title":202,"description":203},"\u002Fheadless\u002Fuse-token","useToken","A reactive token bridge — it resolves an --ori-* design token to its computed value in JS, for\ncanvas \u002F WebGL \u002F chart painters (Konva, ECharts, …) that draw outside the CSS cascade yet must follow the\nactive skin. It reads through a hidden probe, because the obvious API is a trap: getComputedStyle(el).getPropertyValue('--x') hands back the unresolved var() chain (oriUI aliases chain), not a color —\nsubstitution only happens at a real property's computed-value time.",{"path":205,"title":206,"description":207},"\u002Fheadless\u002Fuse-toolbar","useToolbar","A headless WAI-ARIA toolbar — a set of related controls behind a single Tab stop, navigated\ninternally with the arrow keys via roving tabindex (real DOM focus, not aria-activedescendant).\nThe root owns orientation \u002F loop \u002F direction and a single keydown handler; each item registers itself\nand receives its roving tabindex, so a toolbar is assembled from arbitrary slotted components\nrather than a fixed data array.",{"path":209,"title":210,"description":211},"\u002Foverview\u002Faccessibility","Accessibility","Accessibility in oriUI is structural, not a coat of polish on top. The same decisions that make\nthe components correct for assistive technology also make them themeable and framework-agnostic — they\nare the same source of truth, not a separate effort.",{"path":213,"title":214,"description":215},"\u002Foverview\u002Fapplicability","Applicability","oriUI is three independently-consumable layers woven around one token contract. The promise is\nprototype fast, scale without rewriting: reach for the styled Vue components first, drop to the\nheadless behaviour when you need control, or drop to the standalone CSS when you leave Vue entirely —\nwithout changing your design tokens. This page maps each layer to where it runs.",{"path":217,"title":218,"description":219},"\u002Foverview\u002Fcheat-sheet","Cheat sheet","Everything in one page — install, the class model, every component, and the design tokens. For the\nmachine-readable version (e.g. to paste into an AI), fetch \u002Fllms.txt (index) or\n\u002Fllms-full.txt (every page concatenated).",{"path":221,"title":222,"description":223},"\u002Foverview\u002Fcomparisons","Idea & comparisons","oriUI's one-line idea — prototype fast, scale without rewriting — falls out of a single\narchitectural choice: three layers woven around one token contract, so you can change depth\n(styled → headless → CSS) without changing your design system. This page sets that idea next to the\nlibraries oriUI learns from, and is honest about where it does and doesn't compete.",{"path":225,"title":226,"description":227},"\u002Foverview\u002Fget-started","Get started","oriUI is a layered Vue 3 UI library. Install it and import only what you need.",{"path":229,"title":230,"description":231},"\u002Foverview\u002Finstallation","Installation","oriUI is three layers in two packages. Install only the layer you need — they share one token\ncontract, so you can add another later without reworking what you built.",{"path":233,"title":234,"description":235},"\u002Foverview\u002Fintroduction","Introduction","oriUI (織り, ori — \"weaving\") is a layered Vue 3 UI library. The idea in one line:\nprototype fast, scale without rewriting. Start with ready-made styled components; when you need\nmore control, drop down to the behavior or the raw CSS — without throwing away your work, because\nevery layer is woven around the same design tokens.",{"id":237,"title":130,"body":238,"description":131,"extension":3223,"meta":3224,"navigation":356,"path":129,"seo":3225,"stem":3226,"__hash__":3227},"docs\u002Fcomponents\u002Ftoast.md",{"type":239,"value":240,"toc":3202},"minimark",[241,245,258,268,273,277,281,284,744,748,755,1218,1222,1233,1591,1595,1608,1874,1878,1898,2082,2086,2101,2212,2216,2227,2385,2388,2391,2463,2512,2516,2522,2543,2611,2749,2760,2766,2890,2898,2904,2919,2955,2969,2974,2980,3084,3088,3118,3141,3145,3199],[242,243,130],"h1",{"id":244},"toast",[246,247,248,249,253,254,257],"p",{},"An imperative notification system. Push a toast from anywhere with ",[250,251,252],"code",{},"useToast()"," and render\n",[250,255,256],{},"\u003COriToaster \u002F>"," once near the app root to display the queue. No event bus, no Vuex, no provide\u002Finject —\njust a module-level reactive queue that every call site shares.",[246,259,260,261,263,264,267],{},"The live demo below fires real toasts into the docs page (an ",[250,262,256],{}," is already mounted in\nthe docs layout). The appearance examples further down use the static ",[250,265,266],{},"\u003COriToast>"," component to\nshow the look without triggering a notification.",[269,270,272],"h2",{"id":271},"classes","Classes",[274,275],"class-table",{":rows":276},"[{\"class\":\"ori-toaster\",\"type\":\"Block\",\"description\":\"Fixed portal container (pointer-events: none so it never blocks the page). Rendered by OriToaster via Teleport to body.\"},{\"class\":\"ori-toaster_top-right\",\"type\":\"Position\",\"description\":\"Anchors the stack to the top-right corner (default).\"},{\"class\":\"ori-toaster_top-left\",\"type\":\"Position\",\"description\":\"Anchors the stack to the top-left corner.\"},{\"class\":\"ori-toaster_top-center\",\"type\":\"Position\",\"description\":\"Anchors the stack to the top-center.\"},{\"class\":\"ori-toaster_bottom-right\",\"type\":\"Position\",\"description\":\"Anchors the stack to the bottom-right corner.\"},{\"class\":\"ori-toaster_bottom-left\",\"type\":\"Position\",\"description\":\"Anchors the stack to the bottom-left corner.\"},{\"class\":\"ori-toaster_bottom-center\",\"type\":\"Position\",\"description\":\"Anchors the stack to the bottom-center.\"},{\"class\":\"ori-toast\",\"type\":\"Block\",\"description\":\"Single notification card: surface background, role-coloured left-border accent, elevation shadow.\"},{\"class\":\"ori-color_*\",\"type\":\"Color\",\"description\":\"Repoints --ori-color to drive the accent. Applied by useToast() severity shortcuts (success \u002F danger \u002F warn \u002F info). Plain toast has no color class.\"},{\"class\":\"ori-toast__icon\",\"type\":\"Part\",\"description\":\"Leading icon element; coloured by --ori-color.\"},{\"class\":\"ori-toast__body\",\"type\":\"Part\",\"description\":\"Flex column holding the title and text.\"},{\"class\":\"ori-toast__title\",\"type\":\"Part\",\"description\":\"Bold heading above the body text.\"},{\"class\":\"ori-toast__text\",\"type\":\"Part\",\"description\":\"Body message; slightly muted opacity.\"},{\"class\":\"ori-toast__close\",\"type\":\"Part\",\"description\":\"Dismiss button (aria-label=Dismiss notification); shown when closable is true.\"},{\"class\":\"role=alert\",\"type\":\"State\",\"description\":\"Applied when color=danger (assertive live region). All other colors use role=status (polite).\"}]",[269,278,280],{"id":279},"live-demo","Live demo",[246,282,283],{},"Click a button to fire a real toast. The queue is shared: rapid-clicking stacks multiple\nnotifications; each auto-dismisses after 4 seconds unless sticky.",[285,286,287,290],"example",{},[288,289],"toast-demo",{},[291,292,294],"template",{"v-slot:vue":293},"",[295,296,300],"pre",{"className":297,"code":298,"language":299,"meta":293,"style":293},"language-vue shiki shiki-themes github-light github-dark","\u003Cscript setup lang=\"ts\">\nimport { useToast } from '@oriui\u002Fvue';\n\nconst { success, error, warn, info, toast } = useToast();\n\nconst checkIcon = 'M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z';\n\u003C\u002Fscript>\n\n\u003Ctemplate>\n    \u003Cdiv style=\"display: flex; flex-wrap: wrap; gap: 0.5rem\">\n        \u003COriButton\n            variant=\"outline\"\n            color=\"success\"\n            text=\"Success\"\n            @click=\"success({ title: 'Saved', text: 'Your changes were saved.', icon: checkIcon })\"\n        \u002F>\n        \u003COriButton\n            variant=\"outline\"\n            color=\"danger\"\n            text=\"Error\"\n            @click=\"error({ title: 'Upload failed', text: 'The file could not be uploaded.' })\"\n        \u002F>\n        \u003COriButton variant=\"outline\" color=\"warn\" text=\"Warning\" @click=\"warn('Your session expires in 5 minutes.')\" \u002F>\n        \u003COriButton variant=\"outline\" color=\"info\" text=\"Info\" @click=\"info('A new version is available.')\" \u002F>\n        \u003COriButton variant=\"outline\" text=\"Plain\" @click=\"toast('Just a plain notification.')\" \u002F>\n        \u003COriButton\n            variant=\"outline\"\n            text=\"Sticky\"\n            @click=\"toast({ text: 'I stay until you dismiss me.', duration: 0, closable: true })\"\n        \u002F>\n    \u003C\u002Fdiv>\n\u003C\u002Ftemplate>\n","vue",[250,301,302,332,351,358,402,407,423,433,438,447,466,475,486,497,508,519,525,532,541,551,561,571,576,619,655,684,691,700,710,720,725,735],{"__ignoreMap":293},[303,304,307,311,315,319,322,325,329],"span",{"class":305,"line":306},"line",1,[303,308,310],{"class":309},"sVt8B","\u003C",[303,312,314],{"class":313},"s9eBZ","script",[303,316,318],{"class":317},"sScJk"," setup",[303,320,321],{"class":317}," lang",[303,323,324],{"class":309},"=",[303,326,328],{"class":327},"sZZnC","\"ts\"",[303,330,331],{"class":309},">\n",[303,333,335,339,342,345,348],{"class":305,"line":334},2,[303,336,338],{"class":337},"szBVR","import",[303,340,341],{"class":309}," { useToast } ",[303,343,344],{"class":337},"from",[303,346,347],{"class":327}," '@oriui\u002Fvue'",[303,349,350],{"class":309},";\n",[303,352,354],{"class":305,"line":353},3,[303,355,357],{"emptyLinePlaceholder":356},true,"\n",[303,359,361,364,367,371,374,377,379,382,384,387,389,391,394,396,399],{"class":305,"line":360},4,[303,362,363],{"class":337},"const",[303,365,366],{"class":309}," { ",[303,368,370],{"class":369},"sj4cs","success",[303,372,373],{"class":309},", ",[303,375,376],{"class":369},"error",[303,378,373],{"class":309},[303,380,381],{"class":369},"warn",[303,383,373],{"class":309},[303,385,386],{"class":369},"info",[303,388,373],{"class":309},[303,390,244],{"class":369},[303,392,393],{"class":309}," } ",[303,395,324],{"class":337},[303,397,398],{"class":317}," useToast",[303,400,401],{"class":309},"();\n",[303,403,405],{"class":305,"line":404},5,[303,406,357],{"emptyLinePlaceholder":356},[303,408,410,412,415,418,421],{"class":305,"line":409},6,[303,411,363],{"class":337},[303,413,414],{"class":369}," checkIcon",[303,416,417],{"class":337}," =",[303,419,420],{"class":327}," 'M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'",[303,422,350],{"class":309},[303,424,426,429,431],{"class":305,"line":425},7,[303,427,428],{"class":309},"\u003C\u002F",[303,430,314],{"class":313},[303,432,331],{"class":309},[303,434,436],{"class":305,"line":435},8,[303,437,357],{"emptyLinePlaceholder":356},[303,439,441,443,445],{"class":305,"line":440},9,[303,442,310],{"class":309},[303,444,291],{"class":313},[303,446,331],{"class":309},[303,448,450,453,456,459,461,464],{"class":305,"line":449},10,[303,451,452],{"class":309},"    \u003C",[303,454,455],{"class":313},"div",[303,457,458],{"class":317}," style",[303,460,324],{"class":309},[303,462,463],{"class":327},"\"display: flex; flex-wrap: wrap; gap: 0.5rem\"",[303,465,331],{"class":309},[303,467,469,472],{"class":305,"line":468},11,[303,470,471],{"class":309},"        \u003C",[303,473,474],{"class":313},"OriButton\n",[303,476,478,481,483],{"class":305,"line":477},12,[303,479,480],{"class":317},"            variant",[303,482,324],{"class":309},[303,484,485],{"class":327},"\"outline\"\n",[303,487,489,492,494],{"class":305,"line":488},13,[303,490,491],{"class":317},"            color",[303,493,324],{"class":309},[303,495,496],{"class":327},"\"success\"\n",[303,498,500,503,505],{"class":305,"line":499},14,[303,501,502],{"class":317},"            text",[303,504,324],{"class":309},[303,506,507],{"class":327},"\"Success\"\n",[303,509,511,514,516],{"class":305,"line":510},15,[303,512,513],{"class":317},"            @click",[303,515,324],{"class":309},[303,517,518],{"class":327},"\"success({ title: 'Saved', text: 'Your changes were saved.', icon: checkIcon })\"\n",[303,520,522],{"class":305,"line":521},16,[303,523,524],{"class":309},"        \u002F>\n",[303,526,528,530],{"class":305,"line":527},17,[303,529,471],{"class":309},[303,531,474],{"class":313},[303,533,535,537,539],{"class":305,"line":534},18,[303,536,480],{"class":317},[303,538,324],{"class":309},[303,540,485],{"class":327},[303,542,544,546,548],{"class":305,"line":543},19,[303,545,491],{"class":317},[303,547,324],{"class":309},[303,549,550],{"class":327},"\"danger\"\n",[303,552,554,556,558],{"class":305,"line":553},20,[303,555,502],{"class":317},[303,557,324],{"class":309},[303,559,560],{"class":327},"\"Error\"\n",[303,562,564,566,568],{"class":305,"line":563},21,[303,565,513],{"class":317},[303,567,324],{"class":309},[303,569,570],{"class":327},"\"error({ title: 'Upload failed', text: 'The file could not be uploaded.' })\"\n",[303,572,574],{"class":305,"line":573},22,[303,575,524],{"class":309},[303,577,579,581,584,587,589,592,595,597,600,603,605,608,611,613,616],{"class":305,"line":578},23,[303,580,471],{"class":309},[303,582,583],{"class":313},"OriButton",[303,585,586],{"class":317}," variant",[303,588,324],{"class":309},[303,590,591],{"class":327},"\"outline\"",[303,593,594],{"class":317}," color",[303,596,324],{"class":309},[303,598,599],{"class":327},"\"warn\"",[303,601,602],{"class":317}," text",[303,604,324],{"class":309},[303,606,607],{"class":327},"\"Warning\"",[303,609,610],{"class":317}," @click",[303,612,324],{"class":309},[303,614,615],{"class":327},"\"warn('Your session expires in 5 minutes.')\"",[303,617,618],{"class":309}," \u002F>\n",[303,620,622,624,626,628,630,632,634,636,639,641,643,646,648,650,653],{"class":305,"line":621},24,[303,623,471],{"class":309},[303,625,583],{"class":313},[303,627,586],{"class":317},[303,629,324],{"class":309},[303,631,591],{"class":327},[303,633,594],{"class":317},[303,635,324],{"class":309},[303,637,638],{"class":327},"\"info\"",[303,640,602],{"class":317},[303,642,324],{"class":309},[303,644,645],{"class":327},"\"Info\"",[303,647,610],{"class":317},[303,649,324],{"class":309},[303,651,652],{"class":327},"\"info('A new version is available.')\"",[303,654,618],{"class":309},[303,656,658,660,662,664,666,668,670,672,675,677,679,682],{"class":305,"line":657},25,[303,659,471],{"class":309},[303,661,583],{"class":313},[303,663,586],{"class":317},[303,665,324],{"class":309},[303,667,591],{"class":327},[303,669,602],{"class":317},[303,671,324],{"class":309},[303,673,674],{"class":327},"\"Plain\"",[303,676,610],{"class":317},[303,678,324],{"class":309},[303,680,681],{"class":327},"\"toast('Just a plain notification.')\"",[303,683,618],{"class":309},[303,685,687,689],{"class":305,"line":686},26,[303,688,471],{"class":309},[303,690,474],{"class":313},[303,692,694,696,698],{"class":305,"line":693},27,[303,695,480],{"class":317},[303,697,324],{"class":309},[303,699,485],{"class":327},[303,701,703,705,707],{"class":305,"line":702},28,[303,704,502],{"class":317},[303,706,324],{"class":309},[303,708,709],{"class":327},"\"Sticky\"\n",[303,711,713,715,717],{"class":305,"line":712},29,[303,714,513],{"class":317},[303,716,324],{"class":309},[303,718,719],{"class":327},"\"toast({ text: 'I stay until you dismiss me.', duration: 0, closable: true })\"\n",[303,721,723],{"class":305,"line":722},30,[303,724,524],{"class":309},[303,726,728,731,733],{"class":305,"line":727},31,[303,729,730],{"class":309},"    \u003C\u002F",[303,732,455],{"class":313},[303,734,331],{"class":309},[303,736,738,740,742],{"class":305,"line":737},32,[303,739,428],{"class":309},[303,741,291],{"class":313},[303,743,331],{"class":309},[269,745,747],{"id":746},"severity-colors","Severity \u002F colors",[246,749,750,751,754],{},"Four severity shortcuts preset a color; the plain ",[250,752,753],{},"toast()"," call has no color class (neutral surface accent).",[285,756,757,761,765,768,771,774,983],{},[758,759],"ori-toast",{"text":760,"color":370},"Your changes have been saved.",[758,762],{"text":763,"color":764},"Upload failed. Please try again.","danger",[758,766],{"text":767,"color":381},"Your session expires in 5 minutes.",[758,769],{"text":770,"color":386},"A new version is available.",[758,772],{"text":773},"Just a plain notification.",[291,775,776],{"v-slot:vue":293},[295,777,779],{"className":297,"code":778,"language":299,"meta":293,"style":293},"\u003Cscript setup lang=\"ts\">\nimport { useToast } from '@oriui\u002Fvue';\n\nconst { success, error, warn, info, toast } = useToast();\n\u003C\u002Fscript>\n\n\u003Ctemplate>\n    \u003C!-- each call returns the toast id -->\n    \u003COriButton text=\"Success\" @click=\"success('Your changes have been saved.')\" \u002F>\n    \u003COriButton text=\"Error\" @click=\"error('Upload failed. Please try again.')\" \u002F>\n    \u003COriButton text=\"Warning\" @click=\"warn('Your session expires in 5 minutes.')\" \u002F>\n    \u003COriButton text=\"Info\" @click=\"info('A new version is available.')\" \u002F>\n    \u003COriButton text=\"Plain\" @click=\"toast('Just a plain notification.')\" \u002F>\n\u003C\u002Ftemplate>\n",[250,780,781,797,809,813,845,853,857,865,871,893,915,935,955,975],{"__ignoreMap":293},[303,782,783,785,787,789,791,793,795],{"class":305,"line":306},[303,784,310],{"class":309},[303,786,314],{"class":313},[303,788,318],{"class":317},[303,790,321],{"class":317},[303,792,324],{"class":309},[303,794,328],{"class":327},[303,796,331],{"class":309},[303,798,799,801,803,805,807],{"class":305,"line":334},[303,800,338],{"class":337},[303,802,341],{"class":309},[303,804,344],{"class":337},[303,806,347],{"class":327},[303,808,350],{"class":309},[303,810,811],{"class":305,"line":353},[303,812,357],{"emptyLinePlaceholder":356},[303,814,815,817,819,821,823,825,827,829,831,833,835,837,839,841,843],{"class":305,"line":360},[303,816,363],{"class":337},[303,818,366],{"class":309},[303,820,370],{"class":369},[303,822,373],{"class":309},[303,824,376],{"class":369},[303,826,373],{"class":309},[303,828,381],{"class":369},[303,830,373],{"class":309},[303,832,386],{"class":369},[303,834,373],{"class":309},[303,836,244],{"class":369},[303,838,393],{"class":309},[303,840,324],{"class":337},[303,842,398],{"class":317},[303,844,401],{"class":309},[303,846,847,849,851],{"class":305,"line":404},[303,848,428],{"class":309},[303,850,314],{"class":313},[303,852,331],{"class":309},[303,854,855],{"class":305,"line":409},[303,856,357],{"emptyLinePlaceholder":356},[303,858,859,861,863],{"class":305,"line":425},[303,860,310],{"class":309},[303,862,291],{"class":313},[303,864,331],{"class":309},[303,866,867],{"class":305,"line":435},[303,868,870],{"class":869},"sJ8bj","    \u003C!-- each call returns the toast id -->\n",[303,872,873,875,877,879,881,884,886,888,891],{"class":305,"line":440},[303,874,452],{"class":309},[303,876,583],{"class":313},[303,878,602],{"class":317},[303,880,324],{"class":309},[303,882,883],{"class":327},"\"Success\"",[303,885,610],{"class":317},[303,887,324],{"class":309},[303,889,890],{"class":327},"\"success('Your changes have been saved.')\"",[303,892,618],{"class":309},[303,894,895,897,899,901,903,906,908,910,913],{"class":305,"line":449},[303,896,452],{"class":309},[303,898,583],{"class":313},[303,900,602],{"class":317},[303,902,324],{"class":309},[303,904,905],{"class":327},"\"Error\"",[303,907,610],{"class":317},[303,909,324],{"class":309},[303,911,912],{"class":327},"\"error('Upload failed. Please try again.')\"",[303,914,618],{"class":309},[303,916,917,919,921,923,925,927,929,931,933],{"class":305,"line":468},[303,918,452],{"class":309},[303,920,583],{"class":313},[303,922,602],{"class":317},[303,924,324],{"class":309},[303,926,607],{"class":327},[303,928,610],{"class":317},[303,930,324],{"class":309},[303,932,615],{"class":327},[303,934,618],{"class":309},[303,936,937,939,941,943,945,947,949,951,953],{"class":305,"line":477},[303,938,452],{"class":309},[303,940,583],{"class":313},[303,942,602],{"class":317},[303,944,324],{"class":309},[303,946,645],{"class":327},[303,948,610],{"class":317},[303,950,324],{"class":309},[303,952,652],{"class":327},[303,954,618],{"class":309},[303,956,957,959,961,963,965,967,969,971,973],{"class":305,"line":488},[303,958,452],{"class":309},[303,960,583],{"class":313},[303,962,602],{"class":317},[303,964,324],{"class":309},[303,966,674],{"class":327},[303,968,610],{"class":317},[303,970,324],{"class":309},[303,972,681],{"class":327},[303,974,618],{"class":309},[303,976,977,979,981],{"class":305,"line":499},[303,978,428],{"class":309},[303,980,291],{"class":313},[303,982,331],{"class":309},[291,984,985],{"v-slot:html":293},[295,986,990],{"className":987,"code":988,"language":989,"meta":293,"style":293},"language-html shiki shiki-themes github-light github-dark","\u003C!-- Static appearance — no auto-dismiss or queue without JS. -->\n\u003Cdiv class=\"ori-toast ori-color_success\" role=\"status\">\n    \u003Cdiv class=\"ori-toast__body\">\n        \u003Cdiv class=\"ori-toast__text\">Your changes have been saved.\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n\u003Cdiv class=\"ori-toast ori-color_danger\" role=\"alert\">\n    \u003Cdiv class=\"ori-toast__body\">\n        \u003Cdiv class=\"ori-toast__text\">Upload failed. Please try again.\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n\u003C!-- plain: no ori-color_* class -->\n\u003Cdiv class=\"ori-toast\" role=\"status\">\n    \u003Cdiv class=\"ori-toast__body\">\n        \u003Cdiv class=\"ori-toast__text\">Just a plain notification.\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n","html",[250,991,992,997,1021,1036,1056,1064,1072,1094,1108,1127,1135,1143,1148,1169,1183,1202,1210],{"__ignoreMap":293},[303,993,994],{"class":305,"line":306},[303,995,996],{"class":869},"\u003C!-- Static appearance — no auto-dismiss or queue without JS. -->\n",[303,998,999,1001,1003,1006,1008,1011,1014,1016,1019],{"class":305,"line":334},[303,1000,310],{"class":309},[303,1002,455],{"class":313},[303,1004,1005],{"class":317}," class",[303,1007,324],{"class":309},[303,1009,1010],{"class":327},"\"ori-toast ori-color_success\"",[303,1012,1013],{"class":317}," role",[303,1015,324],{"class":309},[303,1017,1018],{"class":327},"\"status\"",[303,1020,331],{"class":309},[303,1022,1023,1025,1027,1029,1031,1034],{"class":305,"line":353},[303,1024,452],{"class":309},[303,1026,455],{"class":313},[303,1028,1005],{"class":317},[303,1030,324],{"class":309},[303,1032,1033],{"class":327},"\"ori-toast__body\"",[303,1035,331],{"class":309},[303,1037,1038,1040,1042,1044,1046,1049,1052,1054],{"class":305,"line":360},[303,1039,471],{"class":309},[303,1041,455],{"class":313},[303,1043,1005],{"class":317},[303,1045,324],{"class":309},[303,1047,1048],{"class":327},"\"ori-toast__text\"",[303,1050,1051],{"class":309},">Your changes have been saved.\u003C\u002F",[303,1053,455],{"class":313},[303,1055,331],{"class":309},[303,1057,1058,1060,1062],{"class":305,"line":404},[303,1059,730],{"class":309},[303,1061,455],{"class":313},[303,1063,331],{"class":309},[303,1065,1066,1068,1070],{"class":305,"line":409},[303,1067,428],{"class":309},[303,1069,455],{"class":313},[303,1071,331],{"class":309},[303,1073,1074,1076,1078,1080,1082,1085,1087,1089,1092],{"class":305,"line":425},[303,1075,310],{"class":309},[303,1077,455],{"class":313},[303,1079,1005],{"class":317},[303,1081,324],{"class":309},[303,1083,1084],{"class":327},"\"ori-toast ori-color_danger\"",[303,1086,1013],{"class":317},[303,1088,324],{"class":309},[303,1090,1091],{"class":327},"\"alert\"",[303,1093,331],{"class":309},[303,1095,1096,1098,1100,1102,1104,1106],{"class":305,"line":435},[303,1097,452],{"class":309},[303,1099,455],{"class":313},[303,1101,1005],{"class":317},[303,1103,324],{"class":309},[303,1105,1033],{"class":327},[303,1107,331],{"class":309},[303,1109,1110,1112,1114,1116,1118,1120,1123,1125],{"class":305,"line":440},[303,1111,471],{"class":309},[303,1113,455],{"class":313},[303,1115,1005],{"class":317},[303,1117,324],{"class":309},[303,1119,1048],{"class":327},[303,1121,1122],{"class":309},">Upload failed. Please try again.\u003C\u002F",[303,1124,455],{"class":313},[303,1126,331],{"class":309},[303,1128,1129,1131,1133],{"class":305,"line":449},[303,1130,730],{"class":309},[303,1132,455],{"class":313},[303,1134,331],{"class":309},[303,1136,1137,1139,1141],{"class":305,"line":468},[303,1138,428],{"class":309},[303,1140,455],{"class":313},[303,1142,331],{"class":309},[303,1144,1145],{"class":305,"line":477},[303,1146,1147],{"class":869},"\u003C!-- plain: no ori-color_* class -->\n",[303,1149,1150,1152,1154,1156,1158,1161,1163,1165,1167],{"class":305,"line":488},[303,1151,310],{"class":309},[303,1153,455],{"class":313},[303,1155,1005],{"class":317},[303,1157,324],{"class":309},[303,1159,1160],{"class":327},"\"ori-toast\"",[303,1162,1013],{"class":317},[303,1164,324],{"class":309},[303,1166,1018],{"class":327},[303,1168,331],{"class":309},[303,1170,1171,1173,1175,1177,1179,1181],{"class":305,"line":499},[303,1172,452],{"class":309},[303,1174,455],{"class":313},[303,1176,1005],{"class":317},[303,1178,324],{"class":309},[303,1180,1033],{"class":327},[303,1182,331],{"class":309},[303,1184,1185,1187,1189,1191,1193,1195,1198,1200],{"class":305,"line":510},[303,1186,471],{"class":309},[303,1188,455],{"class":313},[303,1190,1005],{"class":317},[303,1192,324],{"class":309},[303,1194,1048],{"class":327},[303,1196,1197],{"class":309},">Just a plain notification.\u003C\u002F",[303,1199,455],{"class":313},[303,1201,331],{"class":309},[303,1203,1204,1206,1208],{"class":305,"line":521},[303,1205,730],{"class":309},[303,1207,455],{"class":313},[303,1209,331],{"class":309},[303,1211,1212,1214,1216],{"class":305,"line":527},[303,1213,428],{"class":309},[303,1215,455],{"class":313},[303,1217,331],{"class":309},[269,1219,1221],{"id":1220},"titles-and-icons","Titles and icons",[246,1223,1224,1225,1228,1229,1232],{},"Pass ",[250,1226,1227],{},"title"," for a bold heading and ",[250,1230,1231],{},"icon"," (SVG path) for a coloured leading icon.",[285,1234,1235,1240,1244,1247,1427],{},[758,1236],{"text":1237,"color":370,"title":1238,"icon":1239},"Your changes were saved successfully.","Saved","M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z",[758,1241],{"text":1242,"color":764,"title":1243},"The file could not be uploaded. Check your connection and try again.","Upload failed",[758,1245],{"text":770,"color":386,"title":1246},"Heads up",[291,1248,1249],{"v-slot:vue":293},[295,1250,1252],{"className":297,"code":1251,"language":299,"meta":293,"style":293},"\u003Cscript setup lang=\"ts\">\nimport { useToast } from '@oriui\u002Fvue';\n\nconst { success, error, info } = useToast();\n\nconst checkIcon = 'M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z';\n\u003C\u002Fscript>\n\n\u003Ctemplate>\n    \u003COriButton\n        text=\"Fire\"\n        @click=\"success({ title: 'Saved', text: 'Your changes were saved successfully.', icon: checkIcon })\"\n    \u002F>\n    \u003COriButton text=\"Error\" @click=\"error({ title: 'Upload failed', text: 'The file could not be uploaded.' })\" \u002F>\n    \u003COriButton text=\"Info\" @click=\"info({ title: 'Heads up', text: 'A new version is available.' })\" \u002F>\n\u003C\u002Ftemplate>\n",[250,1253,1254,1270,1282,1286,1310,1314,1326,1334,1338,1346,1352,1362,1372,1377,1398,1419],{"__ignoreMap":293},[303,1255,1256,1258,1260,1262,1264,1266,1268],{"class":305,"line":306},[303,1257,310],{"class":309},[303,1259,314],{"class":313},[303,1261,318],{"class":317},[303,1263,321],{"class":317},[303,1265,324],{"class":309},[303,1267,328],{"class":327},[303,1269,331],{"class":309},[303,1271,1272,1274,1276,1278,1280],{"class":305,"line":334},[303,1273,338],{"class":337},[303,1275,341],{"class":309},[303,1277,344],{"class":337},[303,1279,347],{"class":327},[303,1281,350],{"class":309},[303,1283,1284],{"class":305,"line":353},[303,1285,357],{"emptyLinePlaceholder":356},[303,1287,1288,1290,1292,1294,1296,1298,1300,1302,1304,1306,1308],{"class":305,"line":360},[303,1289,363],{"class":337},[303,1291,366],{"class":309},[303,1293,370],{"class":369},[303,1295,373],{"class":309},[303,1297,376],{"class":369},[303,1299,373],{"class":309},[303,1301,386],{"class":369},[303,1303,393],{"class":309},[303,1305,324],{"class":337},[303,1307,398],{"class":317},[303,1309,401],{"class":309},[303,1311,1312],{"class":305,"line":404},[303,1313,357],{"emptyLinePlaceholder":356},[303,1315,1316,1318,1320,1322,1324],{"class":305,"line":409},[303,1317,363],{"class":337},[303,1319,414],{"class":369},[303,1321,417],{"class":337},[303,1323,420],{"class":327},[303,1325,350],{"class":309},[303,1327,1328,1330,1332],{"class":305,"line":425},[303,1329,428],{"class":309},[303,1331,314],{"class":313},[303,1333,331],{"class":309},[303,1335,1336],{"class":305,"line":435},[303,1337,357],{"emptyLinePlaceholder":356},[303,1339,1340,1342,1344],{"class":305,"line":440},[303,1341,310],{"class":309},[303,1343,291],{"class":313},[303,1345,331],{"class":309},[303,1347,1348,1350],{"class":305,"line":449},[303,1349,452],{"class":309},[303,1351,474],{"class":313},[303,1353,1354,1357,1359],{"class":305,"line":468},[303,1355,1356],{"class":317},"        text",[303,1358,324],{"class":309},[303,1360,1361],{"class":327},"\"Fire\"\n",[303,1363,1364,1367,1369],{"class":305,"line":477},[303,1365,1366],{"class":317},"        @click",[303,1368,324],{"class":309},[303,1370,1371],{"class":327},"\"success({ title: 'Saved', text: 'Your changes were saved successfully.', icon: checkIcon })\"\n",[303,1373,1374],{"class":305,"line":488},[303,1375,1376],{"class":309},"    \u002F>\n",[303,1378,1379,1381,1383,1385,1387,1389,1391,1393,1396],{"class":305,"line":499},[303,1380,452],{"class":309},[303,1382,583],{"class":313},[303,1384,602],{"class":317},[303,1386,324],{"class":309},[303,1388,905],{"class":327},[303,1390,610],{"class":317},[303,1392,324],{"class":309},[303,1394,1395],{"class":327},"\"error({ title: 'Upload failed', text: 'The file could not be uploaded.' })\"",[303,1397,618],{"class":309},[303,1399,1400,1402,1404,1406,1408,1410,1412,1414,1417],{"class":305,"line":510},[303,1401,452],{"class":309},[303,1403,583],{"class":313},[303,1405,602],{"class":317},[303,1407,324],{"class":309},[303,1409,645],{"class":327},[303,1411,610],{"class":317},[303,1413,324],{"class":309},[303,1415,1416],{"class":327},"\"info({ title: 'Heads up', text: 'A new version is available.' })\"",[303,1418,618],{"class":309},[303,1420,1421,1423,1425],{"class":305,"line":521},[303,1422,428],{"class":309},[303,1424,291],{"class":313},[303,1426,331],{"class":309},[291,1428,1429],{"v-slot:html":293},[295,1430,1432],{"className":987,"code":1431,"language":989,"meta":293,"style":293},"\u003Cdiv class=\"ori-toast ori-color_success\" role=\"status\">\n    \u003Ci class=\"ori-icon ori-toast__icon\" aria-hidden=\"true\">\n        \u003Csvg viewBox=\"0 0 24 24\">\u003Cpath d=\"M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\" \u002F>\u003C\u002Fsvg>\n    \u003C\u002Fi>\n    \u003Cdiv class=\"ori-toast__body\">\n        \u003Cdiv class=\"ori-toast__title\">Saved\u003C\u002Fdiv>\n        \u003Cdiv class=\"ori-toast__text\">Your changes were saved successfully.\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[250,1433,1434,1454,1478,1514,1522,1536,1556,1575,1583],{"__ignoreMap":293},[303,1435,1436,1438,1440,1442,1444,1446,1448,1450,1452],{"class":305,"line":306},[303,1437,310],{"class":309},[303,1439,455],{"class":313},[303,1441,1005],{"class":317},[303,1443,324],{"class":309},[303,1445,1010],{"class":327},[303,1447,1013],{"class":317},[303,1449,324],{"class":309},[303,1451,1018],{"class":327},[303,1453,331],{"class":309},[303,1455,1456,1458,1461,1463,1465,1468,1471,1473,1476],{"class":305,"line":334},[303,1457,452],{"class":309},[303,1459,1460],{"class":313},"i",[303,1462,1005],{"class":317},[303,1464,324],{"class":309},[303,1466,1467],{"class":327},"\"ori-icon ori-toast__icon\"",[303,1469,1470],{"class":317}," aria-hidden",[303,1472,324],{"class":309},[303,1474,1475],{"class":327},"\"true\"",[303,1477,331],{"class":309},[303,1479,1480,1482,1485,1488,1490,1493,1496,1499,1502,1504,1507,1510,1512],{"class":305,"line":353},[303,1481,471],{"class":309},[303,1483,1484],{"class":313},"svg",[303,1486,1487],{"class":317}," viewBox",[303,1489,324],{"class":309},[303,1491,1492],{"class":327},"\"0 0 24 24\"",[303,1494,1495],{"class":309},">\u003C",[303,1497,1498],{"class":313},"path",[303,1500,1501],{"class":317}," d",[303,1503,324],{"class":309},[303,1505,1506],{"class":327},"\"M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"",[303,1508,1509],{"class":309}," \u002F>\u003C\u002F",[303,1511,1484],{"class":313},[303,1513,331],{"class":309},[303,1515,1516,1518,1520],{"class":305,"line":360},[303,1517,730],{"class":309},[303,1519,1460],{"class":313},[303,1521,331],{"class":309},[303,1523,1524,1526,1528,1530,1532,1534],{"class":305,"line":404},[303,1525,452],{"class":309},[303,1527,455],{"class":313},[303,1529,1005],{"class":317},[303,1531,324],{"class":309},[303,1533,1033],{"class":327},[303,1535,331],{"class":309},[303,1537,1538,1540,1542,1544,1546,1549,1552,1554],{"class":305,"line":409},[303,1539,471],{"class":309},[303,1541,455],{"class":313},[303,1543,1005],{"class":317},[303,1545,324],{"class":309},[303,1547,1548],{"class":327},"\"ori-toast__title\"",[303,1550,1551],{"class":309},">Saved\u003C\u002F",[303,1553,455],{"class":313},[303,1555,331],{"class":309},[303,1557,1558,1560,1562,1564,1566,1568,1571,1573],{"class":305,"line":425},[303,1559,471],{"class":309},[303,1561,455],{"class":313},[303,1563,1005],{"class":317},[303,1565,324],{"class":309},[303,1567,1048],{"class":327},[303,1569,1570],{"class":309},">Your changes were saved successfully.\u003C\u002F",[303,1572,455],{"class":313},[303,1574,331],{"class":309},[303,1576,1577,1579,1581],{"class":305,"line":435},[303,1578,730],{"class":309},[303,1580,455],{"class":313},[303,1582,331],{"class":309},[303,1584,1585,1587,1589],{"class":305,"line":440},[303,1586,428],{"class":309},[303,1588,455],{"class":313},[303,1590,331],{"class":309},[269,1592,1594],{"id":1593},"closable","Closable",[246,1596,1597,1600,1601,1603,1604,1607],{},[250,1598,1599],{},"closable: true"," (the default when called via ",[250,1602,252],{},") renders a dismiss button. Pass ",[250,1605,1606],{},"closable: false","\nto suppress it — useful for short-lived toasts that auto-dismiss quickly.",[285,1609,1610,1614,1618,1755],{},[758,1611],{"text":1612,"color":386,":closable":1613},"Dismiss me whenever you like.","true",[758,1615],{"text":1616,"color":370,":closable":1617},"I auto-dismiss — no button needed.","false",[291,1619,1620],{"v-slot:vue":293},[295,1621,1623],{"className":297,"code":1622,"language":299,"meta":293,"style":293},"\u003Cscript setup lang=\"ts\">\nimport { useToast } from '@oriui\u002Fvue';\n\nconst { info } = useToast();\n\u003C\u002Fscript>\n\n\u003Ctemplate>\n    \u003C!-- closable: true is the default from useToast() -->\n    \u003COriButton text=\"Closable\" @click=\"info({ text: 'Dismiss me.', closable: true })\" \u002F>\n    \u003C!-- suppress the button for quick notifications -->\n    \u003COriButton text=\"No button\" @click=\"info({ text: 'Gone in 4 s.', closable: false })\" \u002F>\n\u003C\u002Ftemplate>\n",[250,1624,1625,1641,1653,1657,1673,1681,1685,1693,1698,1720,1725,1747],{"__ignoreMap":293},[303,1626,1627,1629,1631,1633,1635,1637,1639],{"class":305,"line":306},[303,1628,310],{"class":309},[303,1630,314],{"class":313},[303,1632,318],{"class":317},[303,1634,321],{"class":317},[303,1636,324],{"class":309},[303,1638,328],{"class":327},[303,1640,331],{"class":309},[303,1642,1643,1645,1647,1649,1651],{"class":305,"line":334},[303,1644,338],{"class":337},[303,1646,341],{"class":309},[303,1648,344],{"class":337},[303,1650,347],{"class":327},[303,1652,350],{"class":309},[303,1654,1655],{"class":305,"line":353},[303,1656,357],{"emptyLinePlaceholder":356},[303,1658,1659,1661,1663,1665,1667,1669,1671],{"class":305,"line":360},[303,1660,363],{"class":337},[303,1662,366],{"class":309},[303,1664,386],{"class":369},[303,1666,393],{"class":309},[303,1668,324],{"class":337},[303,1670,398],{"class":317},[303,1672,401],{"class":309},[303,1674,1675,1677,1679],{"class":305,"line":404},[303,1676,428],{"class":309},[303,1678,314],{"class":313},[303,1680,331],{"class":309},[303,1682,1683],{"class":305,"line":409},[303,1684,357],{"emptyLinePlaceholder":356},[303,1686,1687,1689,1691],{"class":305,"line":425},[303,1688,310],{"class":309},[303,1690,291],{"class":313},[303,1692,331],{"class":309},[303,1694,1695],{"class":305,"line":435},[303,1696,1697],{"class":869},"    \u003C!-- closable: true is the default from useToast() -->\n",[303,1699,1700,1702,1704,1706,1708,1711,1713,1715,1718],{"class":305,"line":440},[303,1701,452],{"class":309},[303,1703,583],{"class":313},[303,1705,602],{"class":317},[303,1707,324],{"class":309},[303,1709,1710],{"class":327},"\"Closable\"",[303,1712,610],{"class":317},[303,1714,324],{"class":309},[303,1716,1717],{"class":327},"\"info({ text: 'Dismiss me.', closable: true })\"",[303,1719,618],{"class":309},[303,1721,1722],{"class":305,"line":449},[303,1723,1724],{"class":869},"    \u003C!-- suppress the button for quick notifications -->\n",[303,1726,1727,1729,1731,1733,1735,1738,1740,1742,1745],{"class":305,"line":468},[303,1728,452],{"class":309},[303,1730,583],{"class":313},[303,1732,602],{"class":317},[303,1734,324],{"class":309},[303,1736,1737],{"class":327},"\"No button\"",[303,1739,610],{"class":317},[303,1741,324],{"class":309},[303,1743,1744],{"class":327},"\"info({ text: 'Gone in 4 s.', closable: false })\"",[303,1746,618],{"class":309},[303,1748,1749,1751,1753],{"class":305,"line":477},[303,1750,428],{"class":309},[303,1752,291],{"class":313},[303,1754,331],{"class":309},[291,1756,1757],{"v-slot:html":293},[295,1758,1760],{"className":987,"code":1759,"language":989,"meta":293,"style":293},"\u003C!-- with dismiss button -->\n\u003Cdiv class=\"ori-toast ori-color_info\" role=\"status\">\n    \u003Cdiv class=\"ori-toast__body\">\n        \u003Cdiv class=\"ori-toast__text\">Dismiss me whenever you like.\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n    \u003Cbutton type=\"button\" class=\"ori-toast__close\" aria-label=\"Dismiss notification\">×\u003C\u002Fbutton>\n\u003C\u002Fdiv>\n",[250,1761,1762,1767,1788,1802,1821,1829,1866],{"__ignoreMap":293},[303,1763,1764],{"class":305,"line":306},[303,1765,1766],{"class":869},"\u003C!-- with dismiss button -->\n",[303,1768,1769,1771,1773,1775,1777,1780,1782,1784,1786],{"class":305,"line":334},[303,1770,310],{"class":309},[303,1772,455],{"class":313},[303,1774,1005],{"class":317},[303,1776,324],{"class":309},[303,1778,1779],{"class":327},"\"ori-toast ori-color_info\"",[303,1781,1013],{"class":317},[303,1783,324],{"class":309},[303,1785,1018],{"class":327},[303,1787,331],{"class":309},[303,1789,1790,1792,1794,1796,1798,1800],{"class":305,"line":353},[303,1791,452],{"class":309},[303,1793,455],{"class":313},[303,1795,1005],{"class":317},[303,1797,324],{"class":309},[303,1799,1033],{"class":327},[303,1801,331],{"class":309},[303,1803,1804,1806,1808,1810,1812,1814,1817,1819],{"class":305,"line":360},[303,1805,471],{"class":309},[303,1807,455],{"class":313},[303,1809,1005],{"class":317},[303,1811,324],{"class":309},[303,1813,1048],{"class":327},[303,1815,1816],{"class":309},">Dismiss me whenever you like.\u003C\u002F",[303,1818,455],{"class":313},[303,1820,331],{"class":309},[303,1822,1823,1825,1827],{"class":305,"line":404},[303,1824,730],{"class":309},[303,1826,455],{"class":313},[303,1828,331],{"class":309},[303,1830,1831,1833,1836,1839,1841,1844,1846,1848,1851,1854,1856,1859,1862,1864],{"class":305,"line":409},[303,1832,452],{"class":309},[303,1834,1835],{"class":313},"button",[303,1837,1838],{"class":317}," type",[303,1840,324],{"class":309},[303,1842,1843],{"class":327},"\"button\"",[303,1845,1005],{"class":317},[303,1847,324],{"class":309},[303,1849,1850],{"class":327},"\"ori-toast__close\"",[303,1852,1853],{"class":317}," aria-label",[303,1855,324],{"class":309},[303,1857,1858],{"class":327},"\"Dismiss notification\"",[303,1860,1861],{"class":309},">×\u003C\u002F",[303,1863,1835],{"class":313},[303,1865,331],{"class":309},[303,1867,1868,1870,1872],{"class":305,"line":425},[303,1869,428],{"class":309},[303,1871,455],{"class":313},[303,1873,331],{"class":309},[269,1875,1877],{"id":1876},"duration-and-sticky","Duration and sticky",[246,1879,1880,1881,1885,1886,1889,1890,1893,1894,1897],{},"The default auto-dismiss delay is ",[1882,1883,1884],"strong",{},"4000 ms",". Pass ",[250,1887,1888],{},"duration: 0"," to make a toast sticky — it stays\nuntil the user clicks the dismiss button or you call ",[250,1891,1892],{},"dismiss(id)"," \u002F ",[250,1895,1896],{},"clear()"," manually.",[285,1899,1900,1903,1906],{},[758,1901],{"text":1902,"color":386,":closable":1613},"I auto-dismiss after 4 s (default duration).",[758,1904],{"text":1905,"color":381,":closable":1613},"I stay until dismissed (duration: 0).",[291,1907,1908],{"v-slot:vue":293},[295,1909,1911],{"className":297,"code":1910,"language":299,"meta":293,"style":293},"\u003Cscript setup lang=\"ts\">\nimport { useToast } from '@oriui\u002Fvue';\n\nconst { toast, warn } = useToast();\n\u003C\u002Fscript>\n\n\u003Ctemplate>\n    \u003C!-- default: auto-dismiss after 4000 ms -->\n    \u003COriButton text=\"Default\" @click=\"toast('Gone in 4 s.')\" \u002F>\n\n    \u003C!-- custom duration -->\n    \u003COriButton text=\"8 s\" @click=\"toast({ text: 'Gone in 8 s.', duration: 8000 })\" \u002F>\n\n    \u003C!-- sticky: pass duration: 0 -->\n    \u003COriButton text=\"Sticky\" @click=\"warn({ text: 'I stay until dismissed.', duration: 0, closable: true })\" \u002F>\n\u003C\u002Ftemplate>\n",[250,1912,1913,1929,1941,1945,1965,1973,1977,1985,1990,2012,2016,2021,2043,2047,2052,2074],{"__ignoreMap":293},[303,1914,1915,1917,1919,1921,1923,1925,1927],{"class":305,"line":306},[303,1916,310],{"class":309},[303,1918,314],{"class":313},[303,1920,318],{"class":317},[303,1922,321],{"class":317},[303,1924,324],{"class":309},[303,1926,328],{"class":327},[303,1928,331],{"class":309},[303,1930,1931,1933,1935,1937,1939],{"class":305,"line":334},[303,1932,338],{"class":337},[303,1934,341],{"class":309},[303,1936,344],{"class":337},[303,1938,347],{"class":327},[303,1940,350],{"class":309},[303,1942,1943],{"class":305,"line":353},[303,1944,357],{"emptyLinePlaceholder":356},[303,1946,1947,1949,1951,1953,1955,1957,1959,1961,1963],{"class":305,"line":360},[303,1948,363],{"class":337},[303,1950,366],{"class":309},[303,1952,244],{"class":369},[303,1954,373],{"class":309},[303,1956,381],{"class":369},[303,1958,393],{"class":309},[303,1960,324],{"class":337},[303,1962,398],{"class":317},[303,1964,401],{"class":309},[303,1966,1967,1969,1971],{"class":305,"line":404},[303,1968,428],{"class":309},[303,1970,314],{"class":313},[303,1972,331],{"class":309},[303,1974,1975],{"class":305,"line":409},[303,1976,357],{"emptyLinePlaceholder":356},[303,1978,1979,1981,1983],{"class":305,"line":425},[303,1980,310],{"class":309},[303,1982,291],{"class":313},[303,1984,331],{"class":309},[303,1986,1987],{"class":305,"line":435},[303,1988,1989],{"class":869},"    \u003C!-- default: auto-dismiss after 4000 ms -->\n",[303,1991,1992,1994,1996,1998,2000,2003,2005,2007,2010],{"class":305,"line":440},[303,1993,452],{"class":309},[303,1995,583],{"class":313},[303,1997,602],{"class":317},[303,1999,324],{"class":309},[303,2001,2002],{"class":327},"\"Default\"",[303,2004,610],{"class":317},[303,2006,324],{"class":309},[303,2008,2009],{"class":327},"\"toast('Gone in 4 s.')\"",[303,2011,618],{"class":309},[303,2013,2014],{"class":305,"line":449},[303,2015,357],{"emptyLinePlaceholder":356},[303,2017,2018],{"class":305,"line":468},[303,2019,2020],{"class":869},"    \u003C!-- custom duration -->\n",[303,2022,2023,2025,2027,2029,2031,2034,2036,2038,2041],{"class":305,"line":477},[303,2024,452],{"class":309},[303,2026,583],{"class":313},[303,2028,602],{"class":317},[303,2030,324],{"class":309},[303,2032,2033],{"class":327},"\"8 s\"",[303,2035,610],{"class":317},[303,2037,324],{"class":309},[303,2039,2040],{"class":327},"\"toast({ text: 'Gone in 8 s.', duration: 8000 })\"",[303,2042,618],{"class":309},[303,2044,2045],{"class":305,"line":488},[303,2046,357],{"emptyLinePlaceholder":356},[303,2048,2049],{"class":305,"line":499},[303,2050,2051],{"class":869},"    \u003C!-- sticky: pass duration: 0 -->\n",[303,2053,2054,2056,2058,2060,2062,2065,2067,2069,2072],{"class":305,"line":510},[303,2055,452],{"class":309},[303,2057,583],{"class":313},[303,2059,602],{"class":317},[303,2061,324],{"class":309},[303,2063,2064],{"class":327},"\"Sticky\"",[303,2066,610],{"class":317},[303,2068,324],{"class":309},[303,2070,2071],{"class":327},"\"warn({ text: 'I stay until dismissed.', duration: 0, closable: true })\"",[303,2073,618],{"class":309},[303,2075,2076,2078,2080],{"class":305,"line":521},[303,2077,428],{"class":309},[303,2079,291],{"class":313},[303,2081,331],{"class":309},[269,2083,2085],{"id":2084},"positions","Positions",[246,2087,2088,2089,2092,2093,2096,2097,2100],{},"Place ",[250,2090,2091],{},"\u003COriToaster>"," once (typically in the app root layout) and set its ",[250,2094,2095],{},"position"," prop. The\nsix positions are anchored with CSS — no re-ordering of the queue required. Bottom stacks grow\nupward (",[250,2098,2099],{},"flex-direction: column-reverse",").",[295,2102,2104],{"className":297,"code":2103,"language":299,"meta":293,"style":293},"\u003C!-- top-right is the default -->\n\u003COriToaster position=\"top-right\" \u002F>\n\n\u003C!-- other positions -->\n\u003COriToaster position=\"top-left\" \u002F>\n\u003COriToaster position=\"top-center\" \u002F>\n\u003COriToaster position=\"bottom-left\" \u002F>\n\u003COriToaster position=\"bottom-right\" \u002F>\n\u003COriToaster position=\"bottom-center\" \u002F>\n",[250,2105,2106,2111,2128,2132,2137,2152,2167,2182,2197],{"__ignoreMap":293},[303,2107,2108],{"class":305,"line":306},[303,2109,2110],{"class":869},"\u003C!-- top-right is the default -->\n",[303,2112,2113,2115,2118,2121,2123,2126],{"class":305,"line":334},[303,2114,310],{"class":309},[303,2116,2117],{"class":313},"OriToaster",[303,2119,2120],{"class":317}," position",[303,2122,324],{"class":309},[303,2124,2125],{"class":327},"\"top-right\"",[303,2127,618],{"class":309},[303,2129,2130],{"class":305,"line":353},[303,2131,357],{"emptyLinePlaceholder":356},[303,2133,2134],{"class":305,"line":360},[303,2135,2136],{"class":869},"\u003C!-- other positions -->\n",[303,2138,2139,2141,2143,2145,2147,2150],{"class":305,"line":404},[303,2140,310],{"class":309},[303,2142,2117],{"class":313},[303,2144,2120],{"class":317},[303,2146,324],{"class":309},[303,2148,2149],{"class":327},"\"top-left\"",[303,2151,618],{"class":309},[303,2153,2154,2156,2158,2160,2162,2165],{"class":305,"line":409},[303,2155,310],{"class":309},[303,2157,2117],{"class":313},[303,2159,2120],{"class":317},[303,2161,324],{"class":309},[303,2163,2164],{"class":327},"\"top-center\"",[303,2166,618],{"class":309},[303,2168,2169,2171,2173,2175,2177,2180],{"class":305,"line":425},[303,2170,310],{"class":309},[303,2172,2117],{"class":313},[303,2174,2120],{"class":317},[303,2176,324],{"class":309},[303,2178,2179],{"class":327},"\"bottom-left\"",[303,2181,618],{"class":309},[303,2183,2184,2186,2188,2190,2192,2195],{"class":305,"line":435},[303,2185,310],{"class":309},[303,2187,2117],{"class":313},[303,2189,2120],{"class":317},[303,2191,324],{"class":309},[303,2193,2194],{"class":327},"\"bottom-right\"",[303,2196,618],{"class":309},[303,2198,2199,2201,2203,2205,2207,2210],{"class":305,"line":440},[303,2200,310],{"class":309},[303,2202,2117],{"class":313},[303,2204,2120],{"class":317},[303,2206,324],{"class":309},[303,2208,2209],{"class":327},"\"bottom-center\"",[303,2211,618],{"class":309},[269,2213,2215],{"id":2214},"programmatic-dismiss","Programmatic dismiss",[246,2217,2218,2220,2221,2223,2224,2226],{},[250,2219,753],{}," and the severity shortcuts all return the toast id. Pass it to ",[250,2222,1892],{}," to remove\na specific toast early, or call ",[250,2225,1896],{}," to flush the entire queue.",[295,2228,2230],{"className":297,"code":2229,"language":299,"meta":293,"style":293},"\u003Cscript setup lang=\"ts\">\nimport { useToast } from '@oriui\u002Fvue';\n\nconst { toast, dismiss, clear } = useToast();\n\nasync function saveAndConfirm() {\n    const id = toast({ text: 'Saving…', duration: 0 });\n    await save();\n    dismiss(id);\n    toast({ text: 'Saved!', color: 'success' });\n}\n\u003C\u002Fscript>\n",[250,2231,2232,2248,2260,2264,2290,2294,2308,2336,2346,2354,2372,2377],{"__ignoreMap":293},[303,2233,2234,2236,2238,2240,2242,2244,2246],{"class":305,"line":306},[303,2235,310],{"class":309},[303,2237,314],{"class":313},[303,2239,318],{"class":317},[303,2241,321],{"class":317},[303,2243,324],{"class":309},[303,2245,328],{"class":327},[303,2247,331],{"class":309},[303,2249,2250,2252,2254,2256,2258],{"class":305,"line":334},[303,2251,338],{"class":337},[303,2253,341],{"class":309},[303,2255,344],{"class":337},[303,2257,347],{"class":327},[303,2259,350],{"class":309},[303,2261,2262],{"class":305,"line":353},[303,2263,357],{"emptyLinePlaceholder":356},[303,2265,2266,2268,2270,2272,2274,2277,2279,2282,2284,2286,2288],{"class":305,"line":360},[303,2267,363],{"class":337},[303,2269,366],{"class":309},[303,2271,244],{"class":369},[303,2273,373],{"class":309},[303,2275,2276],{"class":369},"dismiss",[303,2278,373],{"class":309},[303,2280,2281],{"class":369},"clear",[303,2283,393],{"class":309},[303,2285,324],{"class":337},[303,2287,398],{"class":317},[303,2289,401],{"class":309},[303,2291,2292],{"class":305,"line":404},[303,2293,357],{"emptyLinePlaceholder":356},[303,2295,2296,2299,2302,2305],{"class":305,"line":409},[303,2297,2298],{"class":337},"async",[303,2300,2301],{"class":337}," function",[303,2303,2304],{"class":317}," saveAndConfirm",[303,2306,2307],{"class":309},"() {\n",[303,2309,2310,2313,2316,2318,2321,2324,2327,2330,2333],{"class":305,"line":425},[303,2311,2312],{"class":337},"    const",[303,2314,2315],{"class":369}," id",[303,2317,417],{"class":337},[303,2319,2320],{"class":317}," toast",[303,2322,2323],{"class":309},"({ text: ",[303,2325,2326],{"class":327},"'Saving…'",[303,2328,2329],{"class":309},", duration: ",[303,2331,2332],{"class":369},"0",[303,2334,2335],{"class":309}," });\n",[303,2337,2338,2341,2344],{"class":305,"line":435},[303,2339,2340],{"class":337},"    await",[303,2342,2343],{"class":317}," save",[303,2345,401],{"class":309},[303,2347,2348,2351],{"class":305,"line":440},[303,2349,2350],{"class":317},"    dismiss",[303,2352,2353],{"class":309},"(id);\n",[303,2355,2356,2359,2361,2364,2367,2370],{"class":305,"line":449},[303,2357,2358],{"class":317},"    toast",[303,2360,2323],{"class":309},[303,2362,2363],{"class":327},"'Saved!'",[303,2365,2366],{"class":309},", color: ",[303,2368,2369],{"class":327},"'success'",[303,2371,2335],{"class":309},[303,2373,2374],{"class":305,"line":468},[303,2375,2376],{"class":309},"}\n",[303,2378,2379,2381,2383],{"class":305,"line":477},[303,2380,428],{"class":309},[303,2382,314],{"class":313},[303,2384,331],{"class":309},[269,2386,210],{"id":2387},"accessibility",[246,2389,2390],{},"Toast follows the ARIA live-region pattern — content is announced without moving keyboard focus.",[2392,2393,2394,2408,2417,2424,2431,2440,2449],"ul",{},[2395,2396,2397,2403,2404,2407],"li",{},[1882,2398,2399,2402],{},[250,2400,2401],{},"role=\"alert\""," (assertive)"," — used when ",[250,2405,2406],{},"color=\"danger\"",". The announcement interrupts the\nscreen reader immediately. Reserve this for genuine errors.",[2395,2409,2410,2416],{},[1882,2411,2412,2415],{},[250,2413,2414],{},"role=\"status\""," (polite)"," — used for every other color, including the plain\u002Fneutral toast.\nThe announcement waits for the reader to finish its current utterance.",[2395,2418,2419,2420,2423],{},"The dismiss button carries ",[250,2421,2422],{},"aria-label=\"Dismiss notification\""," so its purpose is clear with no\nvisible text.",[2395,2425,2426,2427,2430],{},"Toasts are ",[1882,2428,2429],{},"non-modal",": they never trap focus and do not require keyboard interaction to\nproceed. They appear and disappear without a focus change.",[2395,2432,2433,2434,2436,2437,2439],{},"Content must be present when the element is inserted — some screen readers announce only the\ncontent that is in the live region at the moment it is added to the DOM. ",[250,2435,252],{}," pushes\na fully-constructed item, so the rendered ",[250,2438,266],{}," already contains its text on mount.",[2395,2441,2442,2443,2445,2446,2448],{},"Set ",[250,2444,1888],{}," and ",[250,2447,1599],{}," for toasts that contain interactive content or links,\nso keyboard users can reach them before auto-dismiss removes the element.",[2395,2450,2451,2452,2454,2455,2458,2459,2462],{},"The ",[250,2453,2091],{}," uses a ",[250,2456,2457],{},"\u003CTransitionGroup>"," with ",[250,2460,2461],{},"prefers-reduced-motion"," support — the\nslide animation is disabled for users who opt out; only the fade remains.",[2464,2465,2466,2479],"table",{},[2467,2468,2469],"thead",{},[2470,2471,2472,2476],"tr",{},[2473,2474,2475],"th",{},"Key",[2473,2477,2478],{},"Action",[2480,2481,2482,2493,2503],"tbody",{},[2470,2483,2484,2490],{},[2485,2486,2487],"td",{},[250,2488,2489],{},"Tab",[2485,2491,2492],{},"Moves focus to the dismiss button (if shown).",[2470,2494,2495,2500],{},[2485,2496,2497],{},[250,2498,2499],{},"Enter",[2485,2501,2502],{},"Activates the focused dismiss button.",[2470,2504,2505,2510],{},[2485,2506,2507],{},[250,2508,2509],{},"Space",[2485,2511,2502],{},[269,2513,2515],{"id":2514},"framework-api","Framework API",[2517,2518,2520],"h3",{"id":2519},"usetoast",[250,2521,252],{},[246,2523,2524,2525,2530,2531,2534,2535,2538,2539,2542],{},"The composable is a module-level singleton — every call returns the same reactive queue. Import\nit anywhere; no Vue injection or plugin registration required. Its behaviour is the framework-agnostic\n",[2526,2527,2528],"a",{"href":197},[250,2529,198],{}," — the same imperative API ships from ",[250,2532,2533],{},"@oriui\u002Fheadless\u002Fvue"," and\n",[250,2536,2537],{},"@oriui\u002Fheadless\u002Fsvelte","; this ",[250,2540,2541],{},"@oriui\u002Fvue"," re-export is unchanged.",[295,2544,2548],{"className":2545,"code":2546,"language":2547,"meta":293,"style":293},"language-ts shiki shiki-themes github-light github-dark","import { useToast } from '@oriui\u002Fvue';\n\nconst { toasts, toast, success, error, warn, info, dismiss, clear } = useToast();\n","ts",[250,2549,2550,2562,2566],{"__ignoreMap":293},[303,2551,2552,2554,2556,2558,2560],{"class":305,"line":306},[303,2553,338],{"class":337},[303,2555,341],{"class":309},[303,2557,344],{"class":337},[303,2559,347],{"class":327},[303,2561,350],{"class":309},[303,2563,2564],{"class":305,"line":334},[303,2565,357],{"emptyLinePlaceholder":356},[303,2567,2568,2570,2572,2575,2577,2579,2581,2583,2585,2587,2589,2591,2593,2595,2597,2599,2601,2603,2605,2607,2609],{"class":305,"line":353},[303,2569,363],{"class":337},[303,2571,366],{"class":309},[303,2573,2574],{"class":369},"toasts",[303,2576,373],{"class":309},[303,2578,244],{"class":369},[303,2580,373],{"class":309},[303,2582,370],{"class":369},[303,2584,373],{"class":309},[303,2586,376],{"class":369},[303,2588,373],{"class":309},[303,2590,381],{"class":369},[303,2592,373],{"class":309},[303,2594,386],{"class":369},[303,2596,373],{"class":309},[303,2598,2276],{"class":369},[303,2600,373],{"class":309},[303,2602,2281],{"class":369},[303,2604,393],{"class":309},[303,2606,324],{"class":337},[303,2608,398],{"class":317},[303,2610,401],{"class":309},[2464,2612,2613,2626],{},[2467,2614,2615],{},[2470,2616,2617,2620,2623],{},[2473,2618,2619],{},"Return value",[2473,2621,2622],{},"Type \u002F signature",[2473,2624,2625],{},"Description",[2480,2627,2628,2646,2660,2677,2691,2706,2721,2735],{},[2470,2629,2630,2634,2640],{},[2485,2631,2632],{},[250,2633,2574],{},[2485,2635,2636,2639],{},[250,2637,2638],{},"ToastItem[]"," (reactive)",[2485,2641,2642,2643,2645],{},"The live queue; rendered by ",[250,2644,2091],{},". Read-only — mutate via push\u002Fclear.",[2470,2647,2648,2652,2657],{},[2485,2649,2650],{},[250,2651,244],{},[2485,2653,2654],{},[250,2655,2656],{},"(options: ToastOptions | string) => number",[2485,2658,2659],{},"Push a plain notification; returns the toast id.",[2470,2661,2662,2666,2670],{},[2485,2663,2664],{},[250,2665,370],{},[2485,2667,2668],{},[250,2669,2656],{},[2485,2671,2672,2673,2676],{},"Push with ",[250,2674,2675],{},"color=\"success\""," preset.",[2470,2678,2679,2683,2687],{},[2485,2680,2681],{},[250,2682,376],{},[2485,2684,2685],{},[250,2686,2656],{},[2485,2688,2672,2689,2676],{},[250,2690,2406],{},[2470,2692,2693,2697,2701],{},[2485,2694,2695],{},[250,2696,381],{},[2485,2698,2699],{},[250,2700,2656],{},[2485,2702,2672,2703,2676],{},[250,2704,2705],{},"color=\"warn\"",[2470,2707,2708,2712,2716],{},[2485,2709,2710],{},[250,2711,386],{},[2485,2713,2714],{},[250,2715,2656],{},[2485,2717,2672,2718,2676],{},[250,2719,2720],{},"color=\"info\"",[2470,2722,2723,2727,2732],{},[2485,2724,2725],{},[250,2726,2276],{},[2485,2728,2729],{},[250,2730,2731],{},"(id: number) => void",[2485,2733,2734],{},"Remove a specific toast by its id and clear its timer.",[2470,2736,2737,2741,2746],{},[2485,2738,2739],{},[250,2740,2281],{},[2485,2742,2743],{},[250,2744,2745],{},"() => void",[2485,2747,2748],{},"Remove all toasts and clear all pending timers.",[246,2750,2751,2752,2755,2756,2759],{},"Passing a plain ",[250,2753,2754],{},"string"," is shorthand for ",[250,2757,2758],{},"{ text: string }",".",[2517,2761,2763],{"id":2762},"toastoptions",[250,2764,2765],{},"ToastOptions",[2464,2767,2768,2783],{},[2467,2769,2770],{},[2470,2771,2772,2775,2778,2781],{},[2473,2773,2774],{},"Option",[2473,2776,2777],{},"Type",[2473,2779,2780],{},"Default",[2473,2782,2625],{},[2480,2784,2785,2803,2821,2844,2859,2875],{},[2470,2786,2787,2791,2796,2800],{},[2485,2788,2789],{},[250,2790,1593],{},[2485,2792,2793],{},[250,2794,2795],{},"boolean",[2485,2797,2798],{},[250,2799,1613],{},[2485,2801,2802],{},"Renders a dismiss button on the toast.",[2470,2804,2805,2810,2815,2818],{},[2485,2806,2807],{},[250,2808,2809],{},"color",[2485,2811,2812],{},[250,2813,2814],{},"ThemeColor",[2485,2816,2817],{},"—",[2485,2819,2820],{},"Semantic color role; preset by severity shortcuts.",[2470,2822,2823,2828,2833,2838],{},[2485,2824,2825],{},[250,2826,2827],{},"duration",[2485,2829,2830],{},[250,2831,2832],{},"number",[2485,2834,2835],{},[250,2836,2837],{},"4000",[2485,2839,2840,2841,2843],{},"Auto-dismiss delay in ms. ",[250,2842,2332],{}," keeps the toast until dismissed.",[2470,2845,2846,2850,2854,2856],{},[2485,2847,2848],{},[250,2849,1231],{},[2485,2851,2852],{},[250,2853,2754],{},[2485,2855,2817],{},[2485,2857,2858],{},"SVG path for a leading icon.",[2470,2860,2861,2866,2870,2872],{},[2485,2862,2863],{},[250,2864,2865],{},"text",[2485,2867,2868],{},[250,2869,2754],{},[2485,2871,2817],{},[2485,2873,2874],{},"Body message.",[2470,2876,2877,2881,2885,2887],{},[2485,2878,2879],{},[250,2880,1227],{},[2485,2882,2883],{},[250,2884,2754],{},[2485,2886,2817],{},[2485,2888,2889],{},"Bold heading above the body text.",[246,2891,2892,2894,2895],{},[250,2893,2814],{},": ",[250,2896,2897],{},"'primary' | 'secondary' | 'success' | 'warn' | 'danger' | 'info' | 'surface' | 'background'",[2517,2899,2901,2903],{"id":2900},"oritoaster-props",[250,2902,2091],{}," props",[246,2905,2906,2907,2910,2911,2914,2915,2918],{},"Place this component ",[1882,2908,2909],{},"once"," near the app root (e.g. in the main layout). It Teleports to ",[250,2912,2913],{},"\u003Cbody>","\nand is gated behind an ",[250,2916,2917],{},"onMounted"," check so SSR markup stays stable.",[2464,2920,2921,2934],{},[2467,2922,2923],{},[2470,2924,2925,2928,2930,2932],{},[2473,2926,2927],{},"Prop",[2473,2929,2777],{},[2473,2931,2780],{},[2473,2933,2625],{},[2480,2935,2936],{},[2470,2937,2938,2942,2947,2952],{},[2485,2939,2940],{},[250,2941,2095],{},[2485,2943,2944],{},[250,2945,2946],{},"'top-left' | 'top-right' | 'top-center' | 'bottom-left' | 'bottom-right' | 'bottom-center'",[2485,2948,2949],{},[250,2950,2951],{},"'top-right'",[2485,2953,2954],{},"Screen corner for the stack.",[246,2956,2957,2959,2960,2962,2963,2965,2966,2759],{},[250,2958,2117],{}," declares no custom events. It drives itself from the shared queue returned by\n",[250,2961,252],{}," and calls ",[250,2964,1892],{}," internally when a toast emits ",[250,2967,2968],{},"close",[2517,2970,2972,2903],{"id":2971},"oritoast-props",[250,2973,266],{},[246,2975,2976,2977,2979],{},"The single-toast card component. Used internally by ",[250,2978,2091],{}," but also usable standalone\nto display a static notification embedded in a page.",[2464,2981,2982,2994],{},[2467,2983,2984],{},[2470,2985,2986,2988,2990,2992],{},[2473,2987,2927],{},[2473,2989,2777],{},[2473,2991,2780],{},[2473,2993,2625],{},[2480,2995,2996,3015,3033,3051,3070],{},[2470,2997,2998,3002,3006,3010],{},[2485,2999,3000],{},[250,3001,1593],{},[2485,3003,3004],{},[250,3005,2795],{},[2485,3007,3008],{},[250,3009,1617],{},[2485,3011,3012,3013,2100],{},"Renders a dismiss button (",[250,3014,2422],{},[2470,3016,3017,3021,3025,3030],{},[2485,3018,3019],{},[250,3020,2809],{},[2485,3022,3023],{},[250,3024,2814],{},[2485,3026,3027],{},[250,3028,3029],{},"'surface'",[2485,3031,3032],{},"Semantic color role — drives the accent border and icon color.",[2470,3034,3035,3039,3043,3045],{},[2485,3036,3037],{},[250,3038,1231],{},[2485,3040,3041],{},[250,3042,2754],{},[2485,3044,2817],{},[2485,3046,3047,3048,2759],{},"SVG path for a leading icon; rendered with ",[250,3049,3050],{},"aria-hidden=\"true\"",[2470,3052,3053,3057,3061,3063],{},[2485,3054,3055],{},[250,3056,2865],{},[2485,3058,3059],{},[250,3060,2754],{},[2485,3062,2817],{},[2485,3064,3065,3066,3069],{},"Body message. Use the ",[250,3067,3068],{},"default"," slot for richer markup.",[2470,3071,3072,3076,3080,3082],{},[2485,3073,3074],{},[250,3075,1227],{},[2485,3077,3078],{},[250,3079,2754],{},[2485,3081,2817],{},[2485,3083,2889],{},[2517,3085,3087],{"id":3086},"events","Events",[2464,3089,3090,3102],{},[2467,3091,3092],{},[2470,3093,3094,3097,3100],{},[2473,3095,3096],{},"Event",[2473,3098,3099],{},"Payload",[2473,3101,2625],{},[2480,3103,3104],{},[2470,3105,3106,3110,3112],{},[2485,3107,3108],{},[250,3109,2968],{},[2485,3111,2817],{},[2485,3113,3114,3115,3117],{},"Emitted when the dismiss button is clicked. Use it to call ",[250,3116,1892],{}," or hide the toast.",[246,3119,3120,3123,3124,3127,3128,373,3131,373,3134,3137,3138,2759],{},[250,3121,3122],{},"OriToast"," does not set ",[250,3125,3126],{},"inheritAttrs: false",", so extra attributes (",[250,3129,3130],{},"class",[250,3132,3133],{},"style",[250,3135,3136],{},"data-*",")\nfall through to the root ",[250,3139,3140],{},"\u003Cdiv role=\"status\u002Falert\">",[2517,3142,3144],{"id":3143},"slots","Slots",[2464,3146,3147,3156],{},[2467,3148,3149],{},[2470,3150,3151,3154],{},[2473,3152,3153],{},"Slot",[2473,3155,2625],{},[2480,3157,3158,3173,3185],{},[2470,3159,3160,3164],{},[2485,3161,3162],{},[250,3163,3068],{},[2485,3165,3166,3167,3169,3170,2759],{},"Body content. Replaces the ",[250,3168,2865],{}," prop; renders inside ",[250,3171,3172],{},".ori-toast__text",[2470,3174,3175,3179],{},[2485,3176,3177],{},[250,3178,1231],{},[2485,3180,3181,3182,3184],{},"Leading icon. Replaces the ",[250,3183,1231],{}," prop render; falls back to it when not provided.",[2470,3186,3187,3191],{},[2485,3188,3189],{},[250,3190,1227],{},[2485,3192,3193,3194,3169,3196,2759],{},"Title content. Replaces the ",[250,3195,1227],{},[250,3197,3198],{},".ori-toast__title",[3133,3200,3201],{},"html pre.shiki code .sVt8B, html code.shiki .sVt8B{--shiki-default:#24292E;--shiki-dark:#E1E4E8}html pre.shiki code .s9eBZ, html code.shiki .s9eBZ{--shiki-default:#22863A;--shiki-dark:#85E89D}html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}html pre.shiki code .szBVR, html code.shiki .szBVR{--shiki-default:#D73A49;--shiki-dark:#F97583}html pre.shiki code .sj4cs, html code.shiki .sj4cs{--shiki-default:#005CC5;--shiki-dark:#79B8FF}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);}html pre.shiki code .sJ8bj, html code.shiki .sJ8bj{--shiki-default:#6A737D;--shiki-dark:#6A737D}",{"title":293,"searchDepth":334,"depth":334,"links":3203},[3204,3205,3206,3207,3208,3209,3210,3211,3212,3213],{"id":271,"depth":334,"text":272},{"id":279,"depth":334,"text":280},{"id":746,"depth":334,"text":747},{"id":1220,"depth":334,"text":1221},{"id":1593,"depth":334,"text":1594},{"id":1876,"depth":334,"text":1877},{"id":2084,"depth":334,"text":2085},{"id":2214,"depth":334,"text":2215},{"id":2387,"depth":334,"text":210},{"id":2514,"depth":334,"text":2515,"children":3214},[3215,3216,3217,3219,3221,3222],{"id":2519,"depth":353,"text":252},{"id":2762,"depth":353,"text":2765},{"id":2900,"depth":353,"text":3218},"\u003COriToaster> props",{"id":2971,"depth":353,"text":3220},"\u003COriToast> props",{"id":3086,"depth":353,"text":3087},{"id":3143,"depth":353,"text":3144},"md",{},{"title":130,"description":131},"components\u002Ftoast","mUSfwylzM75gFlDvD6mJHn5h-3Wa3Ec02Ea94FrMPzo",1783874706780]