@nimbus-ds/patterns 1.35.1-rc.1 → 1.35.1-rc.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/AppShell/index.d.ts +9 -0
- package/dist/AppShell/index.js +1 -1
- package/dist/CHANGELOG.md +18 -0
- package/dist/NavTabs/index.d.ts +25 -7
- package/dist/NavTabs/index.js +1 -1
- package/dist/components-props.json +1 -0
- package/dist/index.d.ts +34 -7
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus is an open-source Design System created by Tiendanube / Nuvesmhop's team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
|
|
4
4
|
|
|
5
|
+
## 2026-07-15 `1.37.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- `NavTabs`: Added an `appearance` prop to `NavTabs.Item`, with an `"ai-generative"` variant that renders a gradient border and a fixed AI icon for AI entry points such as an assistant button. ([#176](https://github.com/TiendaNube/nimbus-patterns/pull/176) by [@jffs](https://github.com/jffs))
|
|
10
|
+
|
|
11
|
+
## 2026-06-25 `1.36.0`
|
|
12
|
+
|
|
13
|
+
#### 🎉 New features
|
|
14
|
+
|
|
15
|
+
- Added `collapsedWidth` prop and exported the `APPSHELL_CHAT_DEFAULT_WIDTH` constant on `AppShell.Chat`, allowing consumer-controlled panel sizing. ([#PR](https://github.com/TiendaNube/nimbus-patterns/pull/PR) by [@jffs](https://github.com/jffs))
|
|
16
|
+
|
|
17
|
+
## 2026-05-04 `1.33.2`
|
|
18
|
+
|
|
19
|
+
#### 🐛 Bug fixes
|
|
20
|
+
|
|
21
|
+
- Fixed page scroll not being locked while `AppShellChat` is expanded in fullscreen mode. ([#167](https://github.com/TiendaNube/nimbus-patterns/pull/167) by [@jffs](https://github.com/jffs))
|
|
22
|
+
|
|
5
23
|
## 2026-03-04 `1.33.1`
|
|
6
24
|
|
|
7
25
|
#### 🐛 Bug fixes
|
package/dist/AppShell/index.d.ts
CHANGED
|
@@ -33,8 +33,17 @@ export interface AppShellChatProperties {
|
|
|
33
33
|
* The overlay auto-detects the parent bounds (respecting menu and header).
|
|
34
34
|
*/
|
|
35
35
|
expanded?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Width of the chat panel in collapsed (non-expanded) mode.
|
|
38
|
+
* Accepts any valid CSS length value (e.g. "300px", "25vw") or a responsive
|
|
39
|
+
* object keyed by breakpoint (e.g. `{ xs: "300px", xxl: "378px" }`).
|
|
40
|
+
* Useful for consumer-controlled resize interactions such as a drag handle.
|
|
41
|
+
* When omitted, defaults to the responsive `{ xs: "300px", xxl: "378px" }`.
|
|
42
|
+
*/
|
|
43
|
+
collapsedWidth?: NonNullable<BoxProps["maxWidth"]>;
|
|
36
44
|
}
|
|
37
45
|
export type AppShellChatProps = AppShellChatProperties & Omit<BoxProps, "position">;
|
|
46
|
+
export declare const APPSHELL_CHAT_DEFAULT_WIDTH = "360px";
|
|
38
47
|
export declare const AppShellChat: React.FC<AppShellChatProps>;
|
|
39
48
|
export interface AppShellComponents {
|
|
40
49
|
Header: typeof AppShellHeader;
|
package/dist/AppShell/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("@nimbus-ds/components"),require("@floating-ui/react")):"function"==typeof define&&define.amd?define(["react","@nimbus-ds/components","@floating-ui/react"],t):"object"==typeof exports?exports["@nimbus-ds/patterns"]=t(require("react"),require("@nimbus-ds/components"),require("@floating-ui/react")):e["@nimbus-ds/patterns"]=t(e.react,e["@nimbus-ds/components"],e["@floating-ui/react"])}(global,((e,t,n)=>(()=>{"use strict";var r={8713:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppShell=void 0;const r=n(5163).__importStar(n(8156)),o=n(5280),a=n(6156),l=n(6338),i=n(5128),u=({style:e,children:t,contentProperties:n,menu:l,menuProperties:u={display:{xs:"none",md:"block"}},menuExpanded:p=!0,menuExpandedWidth:c="240px",menuCollapsedWidth:s="48px",menuBehavior:f="inline",menuFlyout:d={trigger:"manual"},...h})=>{const y="popover"===f,{trigger:b="hover",open:v,defaultOpen:m=!1,onOpenChange:_,hoverOpenDelayMs:x=100,hoverCloseDelayMs:g=150,...S}=d??{},[w,O]=(0,r.useState)(m),P=v??w,A=(0,r.useCallback)((e=>{void 0===v&&O(e),_?.(e)}),[v,_]),{refs:j,context:C}=(0,a.useFloating)({open:!!y&&P,onOpenChange:A}),M=(0,a.useHover)(C,{delay:{open:x,close:g},handleClose:(0,a.safePolygon)(),enabled:"hover"===b}),E=(0,a.useFocus)(C,{enabled:"hover"===b}),T=(0,a.useDismiss)(C,{outsidePress:!0,escapeKey:!0}),B=(0,a.useRole)(C,{role:"dialog"}),{getReferenceProps:k,getFloatingProps:R}=(0,a.useInteractions)([M,E,T,B]),F=(0,r.useMemo)((()=>({isMenuPopover:!1})),[]),D=(0,r.useMemo)((()=>({isMenuPopover:!0})),[]);return r.default.createElement(o.Box,{...h,display:"flex"},l&&r.default.createElement(o.Box,{...u,width:p?c:s,height:"100vh",position:"sticky",top:"0",left:"0",borderStyle:"solid",borderWidth:"none",borderRightWidth:"1",borderColor:"neutral-surfaceDisabled",transitionProperty:"width",transitionDuration:"fast",transitionTimingFunction:"ease-out",flexShrink:p?"0":"1",ref:j.setReference,...k()},r.default.createElement(i.AppShellMenuContext.Provider,{value:F},l)),r.default.createElement(o.Box,{display:"grid",gridTemplateRows:"auto 1fr",flex:"1 1 auto",height:"100vh",width:"100%",backgroundColor:"neutral-surface",...n},t),y&&P&&r.default.createElement(i.AppShellMenuContext.Provider,{value:D},r.default.createElement(a.FloatingPortal,{id:"nimbus-popover-floating"},r.default.createElement(o.Box,{backgroundColor:"neutral-background",boxShadow:"2",borderStyle:"solid",borderWidth:"none",borderRightWidth:"1",borderColor:"neutral-surfaceDisabled",width:c,...S,position:"fixed",top:"0",left:"0",zIndex:"900",height:"100vh",ref:j.setFloating,...R()},l))))};t.AppShell=u,u.Header=l.AppShellHeader,u.Body=l.AppShellBody,u.Chat=l.AppShellChat,u.displayName="AppShell",u.Header.displayName="AppShell.Header",u.Body.displayName="AppShell.Body",u.Chat.displayName="AppShell.Chat"},3718:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});const r=n(5163);r.__exportStar(n(8462),t),r.__exportStar(n(6338),t)},2545:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellBody=void 0;const r=n(5163).__importDefault(n(8156)),o=n(5280);t.AppShellBody=({children:e,...t})=>r.default.createElement(o.Box,{backgroundColor:"neutral-surface",width:"100%",overflow:"auto",height:"100%",...t,flex:"1 1 auto",display:"flex"},e)},1617:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellBody=void 0;var r=n(2545);Object.defineProperty(t,"AppShellBody",{enumerable:!0,get:function(){return r.AppShellBody}})},6572:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellChat=void 0;const r=n(5163).__importStar(n(8156)),o=n(5280),a="300px",l=({children:e,expanded:t,defaultExpanded:n=!1,...l})=>{const[i]=(0,r.useState)(n),u=t??i,p=(0,r.useRef)(null),[c,s]=(0,r.useState)(!1),[f,d]=(0,r.useState)(!1),[h,y]=(0,r.useState)({parentLeft:0,parentTop:0,collapsedWidth:a}),b=()=>{if(p.current?.parentElement){const e=p.current.getBoundingClientRect(),t=p.current.parentElement.getBoundingClientRect();y({collapsedWidth:`${e.width}px`,parentLeft:t.left,parentTop:t.top})}};(0,r.useEffect)((()=>{if(!u)return;b();const e=p.current?.parentElement,t=e&&"undefined"!=typeof ResizeObserver?new ResizeObserver(b):null;return t&&e&&t.observe(e),window.addEventListener("resize",b),()=>{t?.disconnect(),window.removeEventListener("resize",b)}}),[u]),(0,r.useEffect)((()=>{u?(b(),s(!0),requestAnimationFrame((()=>{requestAnimationFrame((()=>{d(!0)}))}))):(d(!1),s(!1))}),[u]);const v=Math.max(h.parentLeft,0),m=Math.max(h.parentTop,0),_=`calc(100vh - ${m}px)`,x={position:"sticky",height:"100%",maxWidth:{xs:"300px",xxl:"378px"},minWidth:a,top:"0",flex:"1",py:"2",mx:"2"},g={position:"fixed",top:`${m}px`,right:"0",width:f?`calc(100% - ${v}px)`:h.collapsedWidth,height:_,zIndex:"500",transitionProperty:"width",transitionDuration:"fast",transitionTimingFunction:"ease-out",p:"2"};return r.default.createElement(r.default.Fragment,null,c&&r.default.createElement(o.Box,{height:"100%",maxWidth:{xs:"300px",xxl:"378px"},minWidth:a,flex:"1",py:"2",mx:"2",pointerEvents:"none","aria-hidden":"true"}),r.default.createElement(o.Box,{...c?g:x,...l,ref:p},e))};t.AppShellChat=l,l.displayName="AppShellChat"},8444:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellChat=void 0;var r=n(6572);Object.defineProperty(t,"AppShellChat",{enumerable:!0,get:function(){return r.AppShellChat}})},3485:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellHeader=void 0;const r=n(5163).__importDefault(n(8156)),o=n(5280);t.AppShellHeader=({style:e,leftSlot:t,rightSlot:n,...a})=>r.default.createElement(o.Box,{padding:"2",backgroundColor:"neutral-surface",gap:"2",...a,display:"flex",justifyContent:t?"space-between":"flex-end",position:"sticky",top:"0"},t,n&&r.default.createElement(o.Box,{display:"flex",gap:{xs:"1",md:"2"}},n))},1450:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellHeader=void 0;const r=n(3485);var o=n(3485);Object.defineProperty(t,"AppShellHeader",{enumerable:!0,get:function(){return o.AppShellHeader}}),t.default=r.AppShellHeader},6338:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});const r=n(5163);r.__exportStar(n(1450),t),r.__exportStar(n(1617),t),r.__exportStar(n(8444),t)},41:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.initialAppShellMenuContextValue=void 0,t.initialAppShellMenuContextValue={isMenuPopover:!1}},8626:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShellMenuContext=void 0;const r=n(8156),o=n(41);t.AppShellMenuContext=(0,r.createContext)(void 0);t.useAppShellMenuContext=(e=!0)=>{const n=(0,r.useContext)(t.AppShellMenuContext);if(void 0===n){if(!e)return o.initialAppShellMenuContextValue;throw new Error("useAppShellMenuContext must be used within an AppShell Menu")}return n}},5128:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShellMenuContext=void 0;var r=n(8626);Object.defineProperty(t,"AppShellMenuContext",{enumerable:!0,get:function(){return r.AppShellMenuContext}}),Object.defineProperty(t,"useAppShellMenuContext",{enumerable:!0,get:function(){return r.useAppShellMenuContext}})},8377:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShellMenuContext=void 0;var r=n(5128);Object.defineProperty(t,"AppShellMenuContext",{enumerable:!0,get:function(){return r.AppShellMenuContext}}),Object.defineProperty(t,"useAppShellMenuContext",{enumerable:!0,get:function(){return r.useAppShellMenuContext}})},8462:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShell=void 0;const r=n(8713);var o=n(8713);Object.defineProperty(t,"AppShell",{enumerable:!0,get:function(){return o.AppShell}});var a=n(8377);Object.defineProperty(t,"useAppShellMenuContext",{enumerable:!0,get:function(){return a.useAppShellMenuContext}}),t.default=r.AppShell},5163:(e,t,n)=>{n.r(t),n.d(t,{__assign:()=>a,__asyncDelegator:()=>P,__asyncGenerator:()=>O,__asyncValues:()=>A,__await:()=>w,__awaiter:()=>h,__classPrivateFieldGet:()=>T,__classPrivateFieldIn:()=>k,__classPrivateFieldSet:()=>B,__createBinding:()=>b,__decorate:()=>i,__esDecorate:()=>p,__exportStar:()=>v,__extends:()=>o,__generator:()=>y,__importDefault:()=>E,__importStar:()=>M,__makeTemplateObject:()=>j,__metadata:()=>d,__param:()=>u,__propKey:()=>s,__read:()=>_,__rest:()=>l,__runInitializers:()=>c,__setFunctionName:()=>f,__spread:()=>x,__spreadArray:()=>S,__spreadArrays:()=>g,__values:()=>m});var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)};function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var a=function(){return a=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},a.apply(this,arguments)};function l(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}function i(e,t,n,r){var o,a=arguments.length,l=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,n,r);else for(var i=e.length-1;i>=0;i--)(o=e[i])&&(l=(a<3?o(l):a>3?o(t,n,l):o(t,n))||l);return a>3&&l&&Object.defineProperty(t,n,l),l}function u(e,t){return function(n,r){t(n,r,e)}}function p(e,t,n,r,o,a){function l(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var i,u=r.kind,p="getter"===u?"get":"setter"===u?"set":"value",c=!t&&e?r.static?e:e.prototype:null,s=t||(c?Object.getOwnPropertyDescriptor(c,r.name):{}),f=!1,d=n.length-1;d>=0;d--){var h={};for(var y in r)h[y]="access"===y?{}:r[y];for(var y in r.access)h.access[y]=r.access[y];h.addInitializer=function(e){if(f)throw new TypeError("Cannot add initializers after decoration has completed");a.push(l(e||null))};var b=(0,n[d])("accessor"===u?{get:s.get,set:s.set}:s[p],h);if("accessor"===u){if(void 0===b)continue;if(null===b||"object"!=typeof b)throw new TypeError("Object expected");(i=l(b.get))&&(s.get=i),(i=l(b.set))&&(s.set=i),(i=l(b.init))&&o.push(i)}else(i=l(b))&&("field"===u?o.push(i):s[p]=i)}c&&Object.defineProperty(c,r.name,s),f=!0}function c(e,t,n){for(var r=arguments.length>2,o=0;o<t.length;o++)n=r?t[o].call(e,n):t[o].call(e);return r?n:void 0}function s(e){return"symbol"==typeof e?e:"".concat(e)}function f(e,t,n){return"symbol"==typeof t&&(t=t.description?"[".concat(t.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:n?"".concat(n," ",t):t})}function d(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function h(e,t,n,r){return new(n||(n=Promise))((function(o,a){function l(e){try{u(r.next(e))}catch(e){a(e)}}function i(e){try{u(r.throw(e))}catch(e){a(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(l,i)}u((r=r.apply(e,t||[])).next())}))}function y(e,t){var n,r,o,a,l={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function i(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,i[0]&&(l=0)),l;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return l.label++,{value:i[1],done:!1};case 5:l.label++,r=i[1],i=[0];continue;case 7:i=l.ops.pop(),l.trys.pop();continue;default:if(!(o=l.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){l=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){l.label=i[1];break}if(6===i[0]&&l.label<o[1]){l.label=o[1],o=i;break}if(o&&l.label<o[2]){l.label=o[2],l.ops.push(i);break}o[2]&&l.ops.pop(),l.trys.pop();continue}i=t.call(e,l)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}}var b=Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]};function v(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||b(t,e,n)}function m(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function _(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),l=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)l.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return l}function x(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(_(arguments[t]));return e}function g(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),o=0;for(t=0;t<n;t++)for(var a=arguments[t],l=0,i=a.length;l<i;l++,o++)r[o]=a[l];return r}function S(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o<a;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))}function w(e){return this instanceof w?(this.v=e,this):new w(e)}function O(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r,o=n.apply(e,t||[]),a=[];return r={},l("next"),l("throw"),l("return"),r[Symbol.asyncIterator]=function(){return this},r;function l(e){o[e]&&(r[e]=function(t){return new Promise((function(n,r){a.push([e,t,n,r])>1||i(e,t)}))})}function i(e,t){try{(n=o[e](t)).value instanceof w?Promise.resolve(n.value.v).then(u,p):c(a[0][2],n)}catch(e){c(a[0][3],e)}var n}function u(e){i("next",e)}function p(e){i("throw",e)}function c(e,t){e(t),a.shift(),a.length&&i(a[0][0],a[0][1])}}function P(e){var t,n;return t={},r("next"),r("throw",(function(e){throw e})),r("return"),t[Symbol.iterator]=function(){return this},t;function r(r,o){t[r]=e[r]?function(t){return(n=!n)?{value:w(e[r](t)),done:!1}:o?o(t):t}:o}}function A(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=m(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise((function(r,o){(function(e,t,n,r){Promise.resolve(r).then((function(t){e({value:t,done:n})}),t)})(r,o,(t=e[n](t)).done,t.value)}))}}}function j(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var C=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};function M(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&b(t,e,n);return C(t,e),t}function E(e){return e&&e.__esModule?e:{default:e}}function T(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)}function B(e,t,n,r,o){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?o.call(e,n):o?o.value=n:t.set(e,n),n}function k(e,t){if(null===t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("Cannot use 'in' operator on non-object");return"function"==typeof e?t===e:e.has(t)}},6156:e=>{e.exports=n},5280:e=>{e.exports=t},8156:t=>{t.exports=e}},o={};function a(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={exports:{}};return r[e](n,n.exports,a),n.exports}return a.d=(e,t)=>{for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a(3718)})()));
|
|
2
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("@nimbus-ds/components"),require("@floating-ui/react")):"function"==typeof define&&define.amd?define(["react","@nimbus-ds/components","@floating-ui/react"],t):"object"==typeof exports?exports["@nimbus-ds/patterns"]=t(require("react"),require("@nimbus-ds/components"),require("@floating-ui/react")):e["@nimbus-ds/patterns"]=t(e.react,e["@nimbus-ds/components"],e["@floating-ui/react"])}(global,((e,t,n)=>(()=>{"use strict";var r={8713:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppShell=void 0;const r=n(5163).__importStar(n(8156)),o=n(5280),l=n(6156),a=n(6338),i=n(5128),u=({style:e,children:t,contentProperties:n,menu:a,menuProperties:u={display:{xs:"none",md:"block"}},menuExpanded:p=!0,menuExpandedWidth:c="240px",menuCollapsedWidth:s="48px",menuBehavior:f="inline",menuFlyout:d={trigger:"manual"},...h})=>{const y="popover"===f,{trigger:b="hover",open:v,defaultOpen:_=!1,onOpenChange:m,hoverOpenDelayMs:S=100,hoverCloseDelayMs:x=150,...g}=d??{},[A,w]=(0,r.useState)(_),P=v??A,O=(0,r.useCallback)((e=>{void 0===v&&w(e),m?.(e)}),[v,m]),{refs:C,context:j}=(0,l.useFloating)({open:!!y&&P,onOpenChange:O}),E=(0,l.useHover)(j,{delay:{open:S,close:x},handleClose:(0,l.safePolygon)(),enabled:"hover"===b}),M=(0,l.useFocus)(j,{enabled:"hover"===b}),T=(0,l.useDismiss)(j,{outsidePress:!0,escapeKey:!0}),H=(0,l.useRole)(j,{role:"dialog"}),{getReferenceProps:D,getFloatingProps:L}=(0,l.useInteractions)([E,M,T,H]),F=(0,r.useMemo)((()=>({isMenuPopover:!1})),[]),I=(0,r.useMemo)((()=>({isMenuPopover:!0})),[]);return r.default.createElement(o.Box,{...h,display:"flex"},a&&r.default.createElement(o.Box,{...u,width:p?c:s,height:"100vh",position:"sticky",top:"0",left:"0",borderStyle:"solid",borderWidth:"none",borderRightWidth:"1",borderColor:"neutral-surfaceDisabled",transitionProperty:"width",transitionDuration:"fast",transitionTimingFunction:"ease-out",flexShrink:p?"0":"1",ref:C.setReference,...D()},r.default.createElement(i.AppShellMenuContext.Provider,{value:F},a)),r.default.createElement(o.Box,{display:"grid",gridTemplateRows:"auto 1fr",flex:"1 1 auto",height:"100vh",width:"100%",backgroundColor:"neutral-surface",...n},t),y&&P&&r.default.createElement(i.AppShellMenuContext.Provider,{value:I},r.default.createElement(l.FloatingPortal,{id:"nimbus-popover-floating"},r.default.createElement(o.Box,{backgroundColor:"neutral-background",boxShadow:"2",borderStyle:"solid",borderWidth:"none",borderRightWidth:"1",borderColor:"neutral-surfaceDisabled",width:c,...g,position:"fixed",top:"0",left:"0",zIndex:"900",height:"100vh",ref:C.setFloating,...L()},a))))};t.AppShell=u,u.Header=a.AppShellHeader,u.Body=a.AppShellBody,u.Chat=a.AppShellChat,u.displayName="AppShell",u.Header.displayName="AppShell.Header",u.Body.displayName="AppShell.Body",u.Chat.displayName="AppShell.Chat"},3718:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});const r=n(5163);r.__exportStar(n(8462),t),r.__exportStar(n(6338),t)},2545:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellBody=void 0;const r=n(5163).__importDefault(n(8156)),o=n(5280);t.AppShellBody=({children:e,...t})=>r.default.createElement(o.Box,{backgroundColor:"neutral-surface",width:"100%",overflow:"auto",height:"100%",...t,flex:"1 1 auto",display:"flex"},e)},1617:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellBody=void 0;var r=n(2545);Object.defineProperty(t,"AppShellBody",{enumerable:!0,get:function(){return r.AppShellBody}})},6572:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellChat=t.APPSHELL_CHAT_DEFAULT_WIDTH=void 0;const r=n(5163).__importStar(n(8156)),o=n(5280);t.APPSHELL_CHAT_DEFAULT_WIDTH="360px";const l=t.APPSHELL_CHAT_DEFAULT_WIDTH,a={xs:t.APPSHELL_CHAT_DEFAULT_WIDTH,xxl:"378px"},i=({children:e,expanded:t,defaultExpanded:n=!1,collapsedWidth:i,...u})=>{const[p]=(0,r.useState)(n),c=t??p,s=(0,r.useRef)(null),[f,d]=(0,r.useState)(!1),[h,y]=(0,r.useState)(!1),[b,v]=(0,r.useState)({parentLeft:0,parentTop:0,collapsedWidth:l}),_=()=>{if(s.current?.parentElement){const e=s.current.getBoundingClientRect(),t=s.current.parentElement.getBoundingClientRect();v({collapsedWidth:`${e.width}px`,parentLeft:t.left,parentTop:t.top})}};(0,r.useEffect)((()=>{if(!c)return;_();const e=s.current?.parentElement,t=e&&"undefined"!=typeof ResizeObserver?new ResizeObserver(_):null;return t&&e&&t.observe(e),window.addEventListener("resize",_),()=>{t?.disconnect(),window.removeEventListener("resize",_)}}),[c]),(0,r.useEffect)((()=>{c?(_(),d(!0),requestAnimationFrame((()=>{requestAnimationFrame((()=>{y(!0)}))}))):(y(!1),d(!1))}),[c]),(0,r.useEffect)((()=>{if(!c||"undefined"==typeof document)return;const e=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=e}}),[c]);const m=Math.max(b.parentLeft,0),S=Math.max(b.parentTop,0),x=`calc(100vh - ${S}px)`,g={position:"sticky",height:"100%",maxWidth:i??a,minWidth:i??l,top:"0",flex:"1",py:"2",mx:"2"},A={position:"fixed",top:`${S}px`,right:"0",width:h?`calc(100% - ${m}px)`:b.collapsedWidth,height:x,zIndex:"500",transitionProperty:"width",transitionDuration:"fast",transitionTimingFunction:"ease-out",p:"2"};return r.default.createElement(r.default.Fragment,null,f&&r.default.createElement(o.Box,{height:"100%",maxWidth:i??a,minWidth:i??l,flex:"1",py:"2",mx:"2",pointerEvents:"none","aria-hidden":"true"}),r.default.createElement(o.Box,{...f?A:g,...u,ref:s},e))};t.AppShellChat=i,i.displayName="AppShellChat"},8444:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.APPSHELL_CHAT_DEFAULT_WIDTH=t.AppShellChat=void 0;var r=n(6572);Object.defineProperty(t,"AppShellChat",{enumerable:!0,get:function(){return r.AppShellChat}}),Object.defineProperty(t,"APPSHELL_CHAT_DEFAULT_WIDTH",{enumerable:!0,get:function(){return r.APPSHELL_CHAT_DEFAULT_WIDTH}})},3485:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellHeader=void 0;const r=n(5163).__importDefault(n(8156)),o=n(5280);t.AppShellHeader=({style:e,leftSlot:t,rightSlot:n,...l})=>r.default.createElement(o.Box,{padding:"2",backgroundColor:"neutral-surface",gap:"2",...l,display:"flex",justifyContent:t?"space-between":"flex-end",position:"sticky",top:"0"},t,n&&r.default.createElement(o.Box,{display:"flex",gap:{xs:"1",md:"2"}},n))},1450:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AppShellHeader=void 0;const r=n(3485);var o=n(3485);Object.defineProperty(t,"AppShellHeader",{enumerable:!0,get:function(){return o.AppShellHeader}}),t.default=r.AppShellHeader},6338:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});const r=n(5163);r.__exportStar(n(1450),t),r.__exportStar(n(1617),t),r.__exportStar(n(8444),t)},41:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.initialAppShellMenuContextValue=void 0,t.initialAppShellMenuContextValue={isMenuPopover:!1}},8626:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShellMenuContext=void 0;const r=n(8156),o=n(41);t.AppShellMenuContext=(0,r.createContext)(void 0);t.useAppShellMenuContext=(e=!0)=>{const n=(0,r.useContext)(t.AppShellMenuContext);if(void 0===n){if(!e)return o.initialAppShellMenuContextValue;throw new Error("useAppShellMenuContext must be used within an AppShell Menu")}return n}},5128:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShellMenuContext=void 0;var r=n(8626);Object.defineProperty(t,"AppShellMenuContext",{enumerable:!0,get:function(){return r.AppShellMenuContext}}),Object.defineProperty(t,"useAppShellMenuContext",{enumerable:!0,get:function(){return r.useAppShellMenuContext}})},8377:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useAppShellMenuContext=t.AppShellMenuContext=void 0;var r=n(5128);Object.defineProperty(t,"AppShellMenuContext",{enumerable:!0,get:function(){return r.AppShellMenuContext}}),Object.defineProperty(t,"useAppShellMenuContext",{enumerable:!0,get:function(){return r.useAppShellMenuContext}})},8462:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.APPSHELL_CHAT_DEFAULT_WIDTH=t.useAppShellMenuContext=t.AppShell=void 0;const r=n(8713);var o=n(8713);Object.defineProperty(t,"AppShell",{enumerable:!0,get:function(){return o.AppShell}});var l=n(8377);Object.defineProperty(t,"useAppShellMenuContext",{enumerable:!0,get:function(){return l.useAppShellMenuContext}});var a=n(8444);Object.defineProperty(t,"APPSHELL_CHAT_DEFAULT_WIDTH",{enumerable:!0,get:function(){return a.APPSHELL_CHAT_DEFAULT_WIDTH}}),t.default=r.AppShell},5163:(e,t,n)=>{n.r(t),n.d(t,{__assign:()=>l,__asyncDelegator:()=>P,__asyncGenerator:()=>w,__asyncValues:()=>O,__await:()=>A,__awaiter:()=>h,__classPrivateFieldGet:()=>T,__classPrivateFieldIn:()=>D,__classPrivateFieldSet:()=>H,__createBinding:()=>b,__decorate:()=>i,__esDecorate:()=>p,__exportStar:()=>v,__extends:()=>o,__generator:()=>y,__importDefault:()=>M,__importStar:()=>E,__makeTemplateObject:()=>C,__metadata:()=>d,__param:()=>u,__propKey:()=>s,__read:()=>m,__rest:()=>a,__runInitializers:()=>c,__setFunctionName:()=>f,__spread:()=>S,__spreadArray:()=>g,__spreadArrays:()=>x,__values:()=>_});var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)};function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var l=function(){return l=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},l.apply(this,arguments)};function a(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}function i(e,t,n,r){var o,l=arguments.length,a=l<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,r);else for(var i=e.length-1;i>=0;i--)(o=e[i])&&(a=(l<3?o(a):l>3?o(t,n,a):o(t,n))||a);return l>3&&a&&Object.defineProperty(t,n,a),a}function u(e,t){return function(n,r){t(n,r,e)}}function p(e,t,n,r,o,l){function a(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var i,u=r.kind,p="getter"===u?"get":"setter"===u?"set":"value",c=!t&&e?r.static?e:e.prototype:null,s=t||(c?Object.getOwnPropertyDescriptor(c,r.name):{}),f=!1,d=n.length-1;d>=0;d--){var h={};for(var y in r)h[y]="access"===y?{}:r[y];for(var y in r.access)h.access[y]=r.access[y];h.addInitializer=function(e){if(f)throw new TypeError("Cannot add initializers after decoration has completed");l.push(a(e||null))};var b=(0,n[d])("accessor"===u?{get:s.get,set:s.set}:s[p],h);if("accessor"===u){if(void 0===b)continue;if(null===b||"object"!=typeof b)throw new TypeError("Object expected");(i=a(b.get))&&(s.get=i),(i=a(b.set))&&(s.set=i),(i=a(b.init))&&o.push(i)}else(i=a(b))&&("field"===u?o.push(i):s[p]=i)}c&&Object.defineProperty(c,r.name,s),f=!0}function c(e,t,n){for(var r=arguments.length>2,o=0;o<t.length;o++)n=r?t[o].call(e,n):t[o].call(e);return r?n:void 0}function s(e){return"symbol"==typeof e?e:"".concat(e)}function f(e,t,n){return"symbol"==typeof t&&(t=t.description?"[".concat(t.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:n?"".concat(n," ",t):t})}function d(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function h(e,t,n,r){return new(n||(n=Promise))((function(o,l){function a(e){try{u(r.next(e))}catch(e){l(e)}}function i(e){try{u(r.throw(e))}catch(e){l(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,i)}u((r=r.apply(e,t||[])).next())}))}function y(e,t){var n,r,o,l,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return l={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(l[Symbol.iterator]=function(){return this}),l;function i(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;l&&(l=0,i[0]&&(a=0)),a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}}var b=Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]};function v(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||b(t,e,n)}function _(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function m(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,l=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=l.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=l.return)&&n.call(l)}finally{if(o)throw o.error}}return a}function S(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(m(arguments[t]));return e}function x(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),o=0;for(t=0;t<n;t++)for(var l=arguments[t],a=0,i=l.length;a<i;a++,o++)r[o]=l[a];return r}function g(e,t,n){if(n||2===arguments.length)for(var r,o=0,l=t.length;o<l;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))}function A(e){return this instanceof A?(this.v=e,this):new A(e)}function w(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r,o=n.apply(e,t||[]),l=[];return r={},a("next"),a("throw"),a("return"),r[Symbol.asyncIterator]=function(){return this},r;function a(e){o[e]&&(r[e]=function(t){return new Promise((function(n,r){l.push([e,t,n,r])>1||i(e,t)}))})}function i(e,t){try{(n=o[e](t)).value instanceof A?Promise.resolve(n.value.v).then(u,p):c(l[0][2],n)}catch(e){c(l[0][3],e)}var n}function u(e){i("next",e)}function p(e){i("throw",e)}function c(e,t){e(t),l.shift(),l.length&&i(l[0][0],l[0][1])}}function P(e){var t,n;return t={},r("next"),r("throw",(function(e){throw e})),r("return"),t[Symbol.iterator]=function(){return this},t;function r(r,o){t[r]=e[r]?function(t){return(n=!n)?{value:A(e[r](t)),done:!1}:o?o(t):t}:o}}function O(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=_(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise((function(r,o){(function(e,t,n,r){Promise.resolve(r).then((function(t){e({value:t,done:n})}),t)})(r,o,(t=e[n](t)).done,t.value)}))}}}function C(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var j=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};function E(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&b(t,e,n);return j(t,e),t}function M(e){return e&&e.__esModule?e:{default:e}}function T(e,t,n,r){if("a"===n&&!r)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)}function H(e,t,n,r,o){if("m"===r)throw new TypeError("Private method is not writable");if("a"===r&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?o.call(e,n):o?o.value=n:t.set(e,n),n}function D(e,t){if(null===t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("Cannot use 'in' operator on non-object");return"function"==typeof e?t===e:e.has(t)}},6156:e=>{e.exports=n},5280:e=>{e.exports=t},8156:t=>{t.exports=e}},o={};function l(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={exports:{}};return r[e](n,n.exports,l),n.exports}return l.d=(e,t)=>{for(var n in t)l.o(t,n)&&!l.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},l.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),l.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l(3718)})()));
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus is an open-source Design System created by Tiendanube / Nuvesmhop's team to empower and enhance more stories every day, with simplicity, accessibility, consistency and performance.
|
|
4
4
|
|
|
5
|
+
## 2026-07-15 `1.37.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- `NavTabs`: Added an `appearance` prop to `NavTabs.Item`, with an `"ai-generative"` variant that renders a gradient border and a fixed AI icon for AI entry points such as an assistant button. ([#176](https://github.com/TiendaNube/nimbus-patterns/pull/176) by [@jffs](https://github.com/jffs))
|
|
10
|
+
|
|
11
|
+
## 2026-06-25 `1.36.0`
|
|
12
|
+
|
|
13
|
+
#### 🎉 New features
|
|
14
|
+
|
|
15
|
+
- Added `collapsedWidth` prop and exported the `APPSHELL_CHAT_DEFAULT_WIDTH` constant on `AppShell.Chat`, allowing consumer-controlled panel sizing. ([#PR](https://github.com/TiendaNube/nimbus-patterns/pull/PR) by [@jffs](https://github.com/jffs))
|
|
16
|
+
|
|
17
|
+
## 2026-05-04 `1.33.2`
|
|
18
|
+
|
|
19
|
+
#### 🐛 Bug fixes
|
|
20
|
+
|
|
21
|
+
- Fixed page scroll not being locked while `AppShellChat` is expanded in fullscreen mode. ([#167](https://github.com/TiendaNube/nimbus-patterns/pull/167) by [@jffs](https://github.com/jffs))
|
|
22
|
+
|
|
5
23
|
## 2026-03-04 `1.33.1`
|
|
6
24
|
|
|
7
25
|
#### 🐛 Bug fixes
|
package/dist/NavTabs/index.d.ts
CHANGED
|
@@ -4,12 +4,7 @@ import { BoxProperties } from '@nimbus-ds/components';
|
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { HTMLAttributes, ReactNode } from 'react';
|
|
6
6
|
|
|
7
|
-
export interface
|
|
8
|
-
/**
|
|
9
|
-
* Icon element to be rendered inside the button.
|
|
10
|
-
* @TJS-type React.ReactNode
|
|
11
|
-
*/
|
|
12
|
-
icon: ReactNode;
|
|
7
|
+
export interface NavTabsItemBaseProperties {
|
|
13
8
|
/**
|
|
14
9
|
* Controls whether the button is active or not.
|
|
15
10
|
*/
|
|
@@ -28,7 +23,30 @@ export interface NavTabsItemProperties {
|
|
|
28
23
|
*/
|
|
29
24
|
ariaLabel: string;
|
|
30
25
|
}
|
|
31
|
-
export
|
|
26
|
+
export interface NavTabsItemNeutralProperties extends NavTabsItemBaseProperties {
|
|
27
|
+
/**
|
|
28
|
+
* Visual variant of the button.
|
|
29
|
+
* "ai-generative" renders a fixed AI icon with a gradient border and does not accept a custom `icon`.
|
|
30
|
+
* @default "neutral"
|
|
31
|
+
*/
|
|
32
|
+
appearance?: "neutral";
|
|
33
|
+
/**
|
|
34
|
+
* Icon element to be rendered inside the button.
|
|
35
|
+
* @TJS-type React.ReactNode
|
|
36
|
+
*/
|
|
37
|
+
icon: ReactNode;
|
|
38
|
+
}
|
|
39
|
+
export interface NavTabsItemAIGenerativeProperties extends Omit<NavTabsItemBaseProperties, "active"> {
|
|
40
|
+
/**
|
|
41
|
+
* Visual variant of the button.
|
|
42
|
+
* "ai-generative" renders a fixed AI icon with a gradient border and does not accept a custom `icon`.
|
|
43
|
+
*/
|
|
44
|
+
appearance: "ai-generative";
|
|
45
|
+
icon?: never;
|
|
46
|
+
active?: never;
|
|
47
|
+
}
|
|
48
|
+
export type NavTabsItemVariantProperties = NavTabsItemNeutralProperties | NavTabsItemAIGenerativeProperties;
|
|
49
|
+
export type NavTabsItemProps = NavTabsItemVariantProperties & Omit<BoxProperties, "onClick"> & Omit<HTMLAttributes<HTMLElement>, "color">;
|
|
32
50
|
export declare const NavTabsItem: React.FC<NavTabsItemProps>;
|
|
33
51
|
export interface NavTabsComponents {
|
|
34
52
|
Item: typeof NavTabsItem;
|
package/dist/NavTabs/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("@nimbus-ds/components")):"function"==typeof define&&define.amd?define(["react","@nimbus-ds/components"],t):"object"==typeof exports?exports["@nimbus-ds/patterns"]=t(require("react"),require("@nimbus-ds/components")):e["@nimbus-ds/patterns"]=t(e.react,e["@nimbus-ds/components"])}(global,((e,t)=>(()=>{"use strict";var r={1528:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabs=void 0;const n=r(5163).__importDefault(r(8156)),o=r(5280),a=r(9526),i=({style:e,children:t,...r})=>n.default.createElement(o.Box,{...r,style:e,alignItems:"center",backgroundColor:"neutral-background",borderStyle:"solid",borderWidth:"none",borderTopWidth:"1",borderColor:"neutral-surfaceHighlight",bottom:"0",display:"flex",justifyContent:"space-between",left:"0",position:"fixed",px:"4",py:"2",width:"100%",zIndex:"500"},t);t.NavTabs=i,i.Item=a.NavTabsItem,i.displayName="NavTabs",i.Item.displayName="NavTabs.Item"},3251:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0});const n=r(5163);n.__exportStar(r(6130),t),n.__exportStar(r(9526),t)},8182:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabsItem=void 0;const n=r(5163).__importDefault(r(8156)),o=r(5280);t.NavTabsItem=({style:e,icon:t,active:r=!1,badge:a=!1,onClick:i,ariaLabel:c,...u})=>n.default.createElement(o.Box,{...u,style:e,backgroundColor:r?"primary-surface":"transparent",borderColor:"transparent",borderRadius:"2",cursor:"pointer",as:"button",type:"button",p:"2-5",position:"relative",onClick:i,"aria-label":c},n.default.createElement(o.Icon,{source:t,color:r?"primary-interactive":"primary-textLow"}),a&&n.default.createElement(o.Box,{borderRadius:"full",backgroundColor:"primary-interactive",height:".25rem",position:"absolute",right:".25rem",top:".25rem",width:".25rem"}))},159:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabsItem=void 0;const n=r(8182);var o=r(8182);Object.defineProperty(t,"NavTabsItem",{enumerable:!0,get:function(){return o.NavTabsItem}}),t.default=n.NavTabsItem},9526:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0});r(5163).__exportStar(r(159),t)},6130:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabs=void 0;const n=r(1528);var o=r(1528);Object.defineProperty(t,"NavTabs",{enumerable:!0,get:function(){return o.NavTabs}}),t.default=n.NavTabs},5163:(e,t,r)=>{r.r(t),r.d(t,{__assign:()=>a,__asyncDelegator:()=>x,__asyncGenerator:()=>P,__asyncValues:()=>T,__await:()=>j,__awaiter:()=>y,__classPrivateFieldGet:()=>C,__classPrivateFieldIn:()=>M,__classPrivateFieldSet:()=>k,__createBinding:()=>v,__decorate:()=>c,__esDecorate:()=>l,__exportStar:()=>m,__extends:()=>o,__generator:()=>b,__importDefault:()=>N,__importStar:()=>E,__makeTemplateObject:()=>S,__metadata:()=>d,__param:()=>u,__propKey:()=>s,__read:()=>h,__rest:()=>i,__runInitializers:()=>f,__setFunctionName:()=>p,__spread:()=>w,__spreadArray:()=>O,__spreadArrays:()=>g,__values:()=>_});var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)};function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var a=function(){return a=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},a.apply(this,arguments)};function i(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function c(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function u(e,t){return function(r,n){t(r,n,e)}}function l(e,t,r,n,o,a){function i(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var c,u=n.kind,l="getter"===u?"get":"setter"===u?"set":"value",f=!t&&e?n.static?e:e.prototype:null,s=t||(f?Object.getOwnPropertyDescriptor(f,n.name):{}),p=!1,d=r.length-1;d>=0;d--){var y={};for(var b in n)y[b]="access"===b?{}:n[b];for(var b in n.access)y.access[b]=n.access[b];y.addInitializer=function(e){if(p)throw new TypeError("Cannot add initializers after decoration has completed");a.push(i(e||null))};var v=(0,r[d])("accessor"===u?{get:s.get,set:s.set}:s[l],y);if("accessor"===u){if(void 0===v)continue;if(null===v||"object"!=typeof v)throw new TypeError("Object expected");(c=i(v.get))&&(s.get=c),(c=i(v.set))&&(s.set=c),(c=i(v.init))&&o.push(c)}else(c=i(v))&&("field"===u?o.push(c):s[l]=c)}f&&Object.defineProperty(f,n.name,s),p=!0}function f(e,t,r){for(var n=arguments.length>2,o=0;o<t.length;o++)r=n?t[o].call(e,r):t[o].call(e);return n?r:void 0}function s(e){return"symbol"==typeof e?e:"".concat(e)}function p(e,t,r){return"symbol"==typeof t&&(t=t.description?"[".concat(t.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:r?"".concat(r," ",t):t})}function d(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function y(e,t,r,n){return new(r||(r=Promise))((function(o,a){function i(e){try{u(n.next(e))}catch(e){a(e)}}function c(e){try{u(n.throw(e))}catch(e){a(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(i,c)}u((n=n.apply(e,t||[])).next())}))}function b(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function c(c){return function(u){return function(c){if(r)throw new TypeError("Generator is already executing.");for(;a&&(a=0,c[0]&&(i=0)),i;)try{if(r=1,n&&(o=2&c[0]?n.return:c[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,c[1])).done)return o;switch(n=0,o&&(c=[2&c[0],o.value]),c[0]){case 0:case 1:o=c;break;case 4:return i.label++,{value:c[1],done:!1};case 5:i.label++,n=c[1],c=[0];continue;case 7:c=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==c[0]&&2!==c[0])){i=0;continue}if(3===c[0]&&(!o||c[1]>o[0]&&c[1]<o[3])){i.label=c[1];break}if(6===c[0]&&i.label<o[1]){i.label=o[1],o=c;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(c);break}o[2]&&i.ops.pop(),i.trys.pop();continue}c=t.call(e,i)}catch(e){c=[6,e],n=0}finally{r=o=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,u])}}}var v=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]};function m(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||v(t,e,r)}function _(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function h(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(n=a.next()).done;)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}function w(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(h(arguments[t]));return e}function g(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function O(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))}function j(e){return this instanceof j?(this.v=e,this):new j(e)}function P(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,o=r.apply(e,t||[]),a=[];return n={},i("next"),i("throw"),i("return"),n[Symbol.asyncIterator]=function(){return this},n;function i(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||c(e,t)}))})}function c(e,t){try{(r=o[e](t)).value instanceof j?Promise.resolve(r.value.v).then(u,l):f(a[0][2],r)}catch(e){f(a[0][3],e)}var r}function u(e){c("next",e)}function l(e){c("throw",e)}function f(e,t){e(t),a.shift(),a.length&&c(a[0][0],a[0][1])}}function x(e){var t,r;return t={},n("next"),n("throw",(function(e){throw e})),n("return"),t[Symbol.iterator]=function(){return this},t;function n(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:j(e[n](t)),done:!1}:o?o(t):t}:o}}function T(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=_(e),t={},n("next"),n("throw"),n("return"),t[Symbol.asyncIterator]=function(){return this},t);function n(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){(function(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)})(n,o,(t=e[r](t)).done,t.value)}))}}}function S(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var I=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};function E(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&v(t,e,r);return I(t,e),t}function N(e){return e&&e.__esModule?e:{default:e}}function C(e,t,r,n){if("a"===r&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?n:"a"===r?n.call(e):n?n.value:t.get(e)}function k(e,t,r,n,o){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!o)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function M(e,t){if(null===t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("Cannot use 'in' operator on non-object");return"function"==typeof e?t===e:e.has(t)}},5280:e=>{e.exports=t},8156:t=>{t.exports=e}},n={};function o(e){var t=n[e];if(void 0!==t)return t.exports;var a=n[e]={exports:{}};return r[e](a,a.exports,o),a.exports}return o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o(3251)})()));
|
|
2
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("@nimbus-ds/components"),require("@nimbus-ds/icons")):"function"==typeof define&&define.amd?define(["react","@nimbus-ds/components","@nimbus-ds/icons"],t):"object"==typeof exports?exports["@nimbus-ds/patterns"]=t(require("react"),require("@nimbus-ds/components"),require("@nimbus-ds/icons")):e["@nimbus-ds/patterns"]=t(e.react,e["@nimbus-ds/components"],e["@nimbus-ds/icons"])}(global,((e,t,r)=>(()=>{var a={2346:e=>{e.exports={breakpoint:{xs:{value:"0px",comment:"Commonly used for mobile resolutions.",filePath:"src/breakpoint/sys.json",isSource:!0,original:{value:"0px",comment:"Commonly used for mobile resolutions."},name:"BreakpointXs",attributes:{category:"breakpoint",type:"xs"},path:["breakpoint","xs"]},md:{value:"672px",comment:"Commonly used for tablet resolutions.",filePath:"src/breakpoint/sys.json",isSource:!0,original:{value:"672px",comment:"Commonly used for tablet resolutions."},name:"BreakpointMd",attributes:{category:"breakpoint",type:"md"},path:["breakpoint","md"]},lg:{value:"1024px",comment:"Commonly used for small desktop resolutions.",filePath:"src/breakpoint/sys.json",isSource:!0,original:{value:"1024px",comment:"Commonly used for small desktop resolutions."},name:"BreakpointLg",attributes:{category:"breakpoint",type:"lg"},path:["breakpoint","lg"]},xl:{value:"1200px",comment:"Commonly used for bigger desktop resolutions.",filePath:"src/breakpoint/sys.json",isSource:!0,original:{value:"1200px",comment:"Commonly used for bigger desktop resolutions."},name:"BreakpointXl",attributes:{category:"breakpoint",type:"xl"},path:["breakpoint","xl"]},xxl:{value:"1920px",comment:"Commonly used for extra large desktop resolutions.",filePath:"src/breakpoint/sys.json",isSource:!0,original:{value:"1920px",comment:"Commonly used for extra large desktop resolutions."},name:"BreakpointXxl",attributes:{category:"breakpoint",type:"xxl"},path:["breakpoint","xxl"]}},color:{light:{primary:{5:{value:"#000b19",filePath:"src/color/ref.json",isSource:!0,original:{value:"#000B19"},name:"ColorLightPrimary5",attributes:{category:"color",type:"light",item:"primary",subitem:"5"},path:["color","light","primary","5"]},10:{value:"#001737",filePath:"src/color/ref.json",isSource:!0,original:{value:"#001737"},name:"ColorLightPrimary10",attributes:{category:"color",type:"light",item:"primary",subitem:"10"},path:["color","light","primary","10"]},20:{value:"#00255a",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00255A"},name:"ColorLightPrimary20",attributes:{category:"color",type:"light",item:"primary",subitem:"20"},path:["color","light","primary","20"]},30:{value:"#00347d",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00347D"},name:"ColorLightPrimary30",attributes:{category:"color",type:"light",item:"primary",subitem:"30"},path:["color","light","primary","30"]},40:{value:"#00429f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00429F"},name:"ColorLightPrimary40",attributes:{category:"color",type:"light",item:"primary",subitem:"40"},path:["color","light","primary","40"]},50:{value:"#004ebc",filePath:"src/color/ref.json",isSource:!0,original:{value:"#004EBC"},name:"ColorLightPrimary50",attributes:{category:"color",type:"light",item:"primary",subitem:"50"},path:["color","light","primary","50"]},60:{value:"#0059d5",filePath:"src/color/ref.json",isSource:!0,original:{value:"#0059D5"},name:"ColorLightPrimary60",attributes:{category:"color",type:"light",item:"primary",subitem:"60"},path:["color","light","primary","60"]},70:{value:"#2577e9",filePath:"src/color/ref.json",isSource:!0,original:{value:"#2577E9"},name:"ColorLightPrimary70",attributes:{category:"color",type:"light",item:"primary",subitem:"70"},path:["color","light","primary","70"]},80:{value:"#4b92f5",filePath:"src/color/ref.json",isSource:!0,original:{value:"#4B92F5"},name:"ColorLightPrimary80",attributes:{category:"color",type:"light",item:"primary",subitem:"80"},path:["color","light","primary","80"]},90:{value:"#96c1fc",filePath:"src/color/ref.json",isSource:!0,original:{value:"#96C1FC"},name:"ColorLightPrimary90",attributes:{category:"color",type:"light",item:"primary",subitem:"90"},path:["color","light","primary","90"]},95:{value:"#c2dbfe",filePath:"src/color/ref.json",isSource:!0,original:{value:"#C2DBFE"},name:"ColorLightPrimary95",attributes:{category:"color",type:"light",item:"primary",subitem:"95"},path:["color","light","primary","95"]},99:{value:"#eef5ff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#EEF5FF"},name:"ColorLightPrimary99",attributes:{category:"color",type:"light",item:"primary",subitem:"99"},path:["color","light","primary","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightPrimary100",attributes:{category:"color",type:"light",item:"primary",subitem:"100"},path:["color","light","primary","100"]},surface:{value:"#eef5ff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.99}"},name:"ColorLightPrimarySurface",attributes:{category:"color",type:"light",item:"primary",subitem:"surface"},path:["color","light","primary","surface"]},"surface-highlight":{value:"#96c1fc",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.90}"},name:"ColorLightPrimarySurfaceHighlight",attributes:{category:"color",type:"light",item:"primary",subitem:"surface-highlight"},path:["color","light","primary","surface-highlight"]},interactive:{value:"#0059d5",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.60}"},name:"ColorLightPrimaryInteractive",attributes:{category:"color",type:"light",item:"primary",subitem:"interactive"},path:["color","light","primary","interactive"]},"interactive-hover":{value:"#00429f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.40}"},name:"ColorLightPrimaryInteractiveHover",attributes:{category:"color",type:"light",item:"primary",subitem:"interactive-hover"},path:["color","light","primary","interactive-hover"]},"interactive-pressed":{value:"#00347d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.30}"},name:"ColorLightPrimaryInteractivePressed",attributes:{category:"color",type:"light",item:"primary",subitem:"interactive-pressed"},path:["color","light","primary","interactive-pressed"]},"text-low":{value:"#00255a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.20}"},name:"ColorLightPrimaryTextLow",attributes:{category:"color",type:"light",item:"primary",subitem:"text-low"},path:["color","light","primary","text-low"]},"text-high":{value:"#000b19",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.5}"},name:"ColorLightPrimaryTextHigh",attributes:{category:"color",type:"light",item:"primary",subitem:"text-high"},path:["color","light","primary","text-high"]}},success:{5:{value:"#001910",filePath:"src/color/ref.json",isSource:!0,original:{value:"#001910"},name:"ColorLightSuccess5",attributes:{category:"color",type:"light",item:"success",subitem:"5"},path:["color","light","success","5"]},10:{value:"#003420",filePath:"src/color/ref.json",isSource:!0,original:{value:"#003420"},name:"ColorLightSuccess10",attributes:{category:"color",type:"light",item:"success",subitem:"10"},path:["color","light","success","10"]},20:{value:"#005333",filePath:"src/color/ref.json",isSource:!0,original:{value:"#005333"},name:"ColorLightSuccess20",attributes:{category:"color",type:"light",item:"success",subitem:"20"},path:["color","light","success","20"]},30:{value:"#007447",filePath:"src/color/ref.json",isSource:!0,original:{value:"#007447"},name:"ColorLightSuccess30",attributes:{category:"color",type:"light",item:"success",subitem:"30"},path:["color","light","success","30"]},40:{value:"#00935b",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00935B"},name:"ColorLightSuccess40",attributes:{category:"color",type:"light",item:"success",subitem:"40"},path:["color","light","success","40"]},50:{value:"#00af6c",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00AF6C"},name:"ColorLightSuccess50",attributes:{category:"color",type:"light",item:"success",subitem:"50"},path:["color","light","success","50"]},60:{value:"#00c87b",filePath:"src/color/ref.json",isSource:!0,original:{value:"#00C87B"},name:"ColorLightSuccess60",attributes:{category:"color",type:"light",item:"success",subitem:"60"},path:["color","light","success","60"]},70:{value:"#0fdc8e",filePath:"src/color/ref.json",isSource:!0,original:{value:"#0FDC8E"},name:"ColorLightSuccess70",attributes:{category:"color",type:"light",item:"success",subitem:"70"},path:["color","light","success","70"]},80:{value:"#3feca9",filePath:"src/color/ref.json",isSource:!0,original:{value:"#3FECA9"},name:"ColorLightSuccess80",attributes:{category:"color",type:"light",item:"success",subitem:"80"},path:["color","light","success","80"]},90:{value:"#7af7c7",filePath:"src/color/ref.json",isSource:!0,original:{value:"#7AF7C7"},name:"ColorLightSuccess90",attributes:{category:"color",type:"light",item:"success",subitem:"90"},path:["color","light","success","90"]},95:{value:"#bcfde4",filePath:"src/color/ref.json",isSource:!0,original:{value:"#BCFDE4"},name:"ColorLightSuccess95",attributes:{category:"color",type:"light",item:"success",subitem:"95"},path:["color","light","success","95"]},99:{value:"#defef2",filePath:"src/color/ref.json",isSource:!0,original:{value:"#DEFEF2"},name:"ColorLightSuccess99",attributes:{category:"color",type:"light",item:"success",subitem:"99"},path:["color","light","success","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightSuccess100",attributes:{category:"color",type:"light",item:"success",subitem:"100"},path:["color","light","success","100"]},surface:{value:"#defef2",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.99}"},name:"ColorLightSuccessSurface",attributes:{category:"color",type:"light",item:"success",subitem:"surface"},path:["color","light","success","surface"]},"surface-highlight":{value:"#7af7c7",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.90}"},name:"ColorLightSuccessSurfaceHighlight",attributes:{category:"color",type:"light",item:"success",subitem:"surface-highlight"},path:["color","light","success","surface-highlight"]},interactive:{value:"#00c87b",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.60}"},name:"ColorLightSuccessInteractive",attributes:{category:"color",type:"light",item:"success",subitem:"interactive"},path:["color","light","success","interactive"]},"interactive-hover":{value:"#00935b",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.40}"},name:"ColorLightSuccessInteractiveHover",attributes:{category:"color",type:"light",item:"success",subitem:"interactive-hover"},path:["color","light","success","interactive-hover"]},"interactive-pressed":{value:"#007447",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.30}"},name:"ColorLightSuccessInteractivePressed",attributes:{category:"color",type:"light",item:"success",subitem:"interactive-pressed"},path:["color","light","success","interactive-pressed"]},"text-low":{value:"#005333",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.20}"},name:"ColorLightSuccessTextLow",attributes:{category:"color",type:"light",item:"success",subitem:"text-low"},path:["color","light","success","text-low"]},"text-high":{value:"#001910",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.5}"},name:"ColorLightSuccessTextHigh",attributes:{category:"color",type:"light",item:"success",subitem:"text-high"},path:["color","light","success","text-high"]}},warning:{5:{value:"#191000",filePath:"src/color/ref.json",isSource:!0,original:{value:"#191000"},name:"ColorLightWarning5",attributes:{category:"color",type:"light",item:"warning",subitem:"5"},path:["color","light","warning","5"]},10:{value:"#342000",filePath:"src/color/ref.json",isSource:!0,original:{value:"#342000"},name:"ColorLightWarning10",attributes:{category:"color",type:"light",item:"warning",subitem:"10"},path:["color","light","warning","10"]},20:{value:"#533300",filePath:"src/color/ref.json",isSource:!0,original:{value:"#533300"},name:"ColorLightWarning20",attributes:{category:"color",type:"light",item:"warning",subitem:"20"},path:["color","light","warning","20"]},30:{value:"#744700",filePath:"src/color/ref.json",isSource:!0,original:{value:"#744700"},name:"ColorLightWarning30",attributes:{category:"color",type:"light",item:"warning",subitem:"30"},path:["color","light","warning","30"]},40:{value:"#935b00",filePath:"src/color/ref.json",isSource:!0,original:{value:"#935B00"},name:"ColorLightWarning40",attributes:{category:"color",type:"light",item:"warning",subitem:"40"},path:["color","light","warning","40"]},50:{value:"#af6c00",filePath:"src/color/ref.json",isSource:!0,original:{value:"#AF6C00"},name:"ColorLightWarning50",attributes:{category:"color",type:"light",item:"warning",subitem:"50"},path:["color","light","warning","50"]},60:{value:"#c87b00",filePath:"src/color/ref.json",isSource:!0,original:{value:"#C87B00"},name:"ColorLightWarning60",attributes:{category:"color",type:"light",item:"warning",subitem:"60"},path:["color","light","warning","60"]},70:{value:"#dc8e0f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#DC8E0F"},name:"ColorLightWarning70",attributes:{category:"color",type:"light",item:"warning",subitem:"70"},path:["color","light","warning","70"]},80:{value:"#eca93f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#ECA93F"},name:"ColorLightWarning80",attributes:{category:"color",type:"light",item:"warning",subitem:"80"},path:["color","light","warning","80"]},90:{value:"#f7c77a",filePath:"src/color/ref.json",isSource:!0,original:{value:"#F7C77A"},name:"ColorLightWarning90",attributes:{category:"color",type:"light",item:"warning",subitem:"90"},path:["color","light","warning","90"]},95:{value:"#fde4bc",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FDE4BC"},name:"ColorLightWarning95",attributes:{category:"color",type:"light",item:"warning",subitem:"95"},path:["color","light","warning","95"]},99:{value:"#fef2de",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FEF2DE"},name:"ColorLightWarning99",attributes:{category:"color",type:"light",item:"warning",subitem:"99"},path:["color","light","warning","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightWarning100",attributes:{category:"color",type:"light",item:"warning",subitem:"100"},path:["color","light","warning","100"]},surface:{value:"#fef2de",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.99}"},name:"ColorLightWarningSurface",attributes:{category:"color",type:"light",item:"warning",subitem:"surface"},path:["color","light","warning","surface"]},"surface-highlight":{value:"#f7c77a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.90}"},name:"ColorLightWarningSurfaceHighlight",attributes:{category:"color",type:"light",item:"warning",subitem:"surface-highlight"},path:["color","light","warning","surface-highlight"]},interactive:{value:"#c87b00",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.60}"},name:"ColorLightWarningInteractive",attributes:{category:"color",type:"light",item:"warning",subitem:"interactive"},path:["color","light","warning","interactive"]},"interactive-hover":{value:"#935b00",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.40}"},name:"ColorLightWarningInteractiveHover",attributes:{category:"color",type:"light",item:"warning",subitem:"interactive-hover"},path:["color","light","warning","interactive-hover"]},"interactive-pressed":{value:"#744700",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.30}"},name:"ColorLightWarningInteractivePressed",attributes:{category:"color",type:"light",item:"warning",subitem:"interactive-pressed"},path:["color","light","warning","interactive-pressed"]},"text-low":{value:"#533300",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.20}"},name:"ColorLightWarningTextLow",attributes:{category:"color",type:"light",item:"warning",subitem:"text-low"},path:["color","light","warning","text-low"]},"text-high":{value:"#191000",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.5}"},name:"ColorLightWarningTextHigh",attributes:{category:"color",type:"light",item:"warning",subitem:"text-high"},path:["color","light","warning","text-high"]}},danger:{5:{value:"#190000",filePath:"src/color/ref.json",isSource:!0,original:{value:"#190000"},name:"ColorLightDanger5",attributes:{category:"color",type:"light",item:"danger",subitem:"5"},path:["color","light","danger","5"]},10:{value:"#340001",filePath:"src/color/ref.json",isSource:!0,original:{value:"#340001"},name:"ColorLightDanger10",attributes:{category:"color",type:"light",item:"danger",subitem:"10"},path:["color","light","danger","10"]},20:{value:"#530001",filePath:"src/color/ref.json",isSource:!0,original:{value:"#530001"},name:"ColorLightDanger20",attributes:{category:"color",type:"light",item:"danger",subitem:"20"},path:["color","light","danger","20"]},30:{value:"#740002",filePath:"src/color/ref.json",isSource:!0,original:{value:"#740002"},name:"ColorLightDanger30",attributes:{category:"color",type:"light",item:"danger",subitem:"30"},path:["color","light","danger","30"]},40:{value:"#930002",filePath:"src/color/ref.json",isSource:!0,original:{value:"#930002"},name:"ColorLightDanger40",attributes:{category:"color",type:"light",item:"danger",subitem:"40"},path:["color","light","danger","40"]},50:{value:"#af0003",filePath:"src/color/ref.json",isSource:!0,original:{value:"#AF0003"},name:"ColorLightDanger50",attributes:{category:"color",type:"light",item:"danger",subitem:"50"},path:["color","light","danger","50"]},60:{value:"#c80003",filePath:"src/color/ref.json",isSource:!0,original:{value:"#C80003"},name:"ColorLightDanger60",attributes:{category:"color",type:"light",item:"danger",subitem:"60"},path:["color","light","danger","60"]},70:{value:"#dc0f13",filePath:"src/color/ref.json",isSource:!0,original:{value:"#DC0F13"},name:"ColorLightDanger70",attributes:{category:"color",type:"light",item:"danger",subitem:"70"},path:["color","light","danger","70"]},80:{value:"#ec3f41",filePath:"src/color/ref.json",isSource:!0,original:{value:"#EC3F41"},name:"ColorLightDanger80",attributes:{category:"color",type:"light",item:"danger",subitem:"80"},path:["color","light","danger","80"]},90:{value:"#f77a7c",filePath:"src/color/ref.json",isSource:!0,original:{value:"#F77A7C"},name:"ColorLightDanger90",attributes:{category:"color",type:"light",item:"danger",subitem:"90"},path:["color","light","danger","90"]},95:{value:"#fdbcbd",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FDBCBD"},name:"ColorLightDanger95",attributes:{category:"color",type:"light",item:"danger",subitem:"95"},path:["color","light","danger","95"]},99:{value:"#fedede",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FEDEDE"},name:"ColorLightDanger99",attributes:{category:"color",type:"light",item:"danger",subitem:"99"},path:["color","light","danger","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightDanger100",attributes:{category:"color",type:"light",item:"danger",subitem:"100"},path:["color","light","danger","100"]},surface:{value:"#fedede",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.99}"},name:"ColorLightDangerSurface",attributes:{category:"color",type:"light",item:"danger",subitem:"surface"},path:["color","light","danger","surface"]},"surface-highlight":{value:"#f77a7c",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.90}"},name:"ColorLightDangerSurfaceHighlight",attributes:{category:"color",type:"light",item:"danger",subitem:"surface-highlight"},path:["color","light","danger","surface-highlight"]},interactive:{value:"#c80003",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.60}"},name:"ColorLightDangerInteractive",attributes:{category:"color",type:"light",item:"danger",subitem:"interactive"},path:["color","light","danger","interactive"]},"interactive-hover":{value:"#930002",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.40}"},name:"ColorLightDangerInteractiveHover",attributes:{category:"color",type:"light",item:"danger",subitem:"interactive-hover"},path:["color","light","danger","interactive-hover"]},"interactive-pressed":{value:"#740002",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.30}"},name:"ColorLightDangerInteractivePressed",attributes:{category:"color",type:"light",item:"danger",subitem:"interactive-pressed"},path:["color","light","danger","interactive-pressed"]},"text-low":{value:"#530001",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.20}"},name:"ColorLightDangerTextLow",attributes:{category:"color",type:"light",item:"danger",subitem:"text-low"},path:["color","light","danger","text-low"]},"text-high":{value:"#190000",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.5}"},name:"ColorLightDangerTextHigh",attributes:{category:"color",type:"light",item:"danger",subitem:"text-high"},path:["color","light","danger","text-high"]}},neutral:{0:{value:"#0a0a0a",filePath:"src/color/ref.json",isSource:!0,original:{value:"#0A0A0A"},name:"ColorLightNeutral0",attributes:{category:"color",type:"light",item:"neutral",subitem:"0"},path:["color","light","neutral","0"]},5:{value:"#1f2020",filePath:"src/color/ref.json",isSource:!0,original:{value:"#1F2020"},name:"ColorLightNeutral5",attributes:{category:"color",type:"light",item:"neutral",subitem:"5"},path:["color","light","neutral","5"]},10:{value:"#3d3d3d",filePath:"src/color/ref.json",isSource:!0,original:{value:"#3D3D3D"},name:"ColorLightNeutral10",attributes:{category:"color",type:"light",item:"neutral",subitem:"10"},path:["color","light","neutral","10"]},20:{value:"#454545",filePath:"src/color/ref.json",isSource:!0,original:{value:"#454545"},name:"ColorLightNeutral20",attributes:{category:"color",type:"light",item:"neutral",subitem:"20"},path:["color","light","neutral","20"]},30:{value:"#4f4f4f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#4F4F4F"},name:"ColorLightNeutral30",attributes:{category:"color",type:"light",item:"neutral",subitem:"30"},path:["color","light","neutral","30"]},40:{value:"#5d5d5d",filePath:"src/color/ref.json",isSource:!0,original:{value:"#5D5D5D"},name:"ColorLightNeutral40",attributes:{category:"color",type:"light",item:"neutral",subitem:"40"},path:["color","light","neutral","40"]},50:{value:"#6d6d6d",filePath:"src/color/ref.json",isSource:!0,original:{value:"#6D6D6D"},name:"ColorLightNeutral50",attributes:{category:"color",type:"light",item:"neutral",subitem:"50"},path:["color","light","neutral","50"]},60:{value:"#777777",filePath:"src/color/ref.json",isSource:!0,original:{value:"#777777"},name:"ColorLightNeutral60",attributes:{category:"color",type:"light",item:"neutral",subitem:"60"},path:["color","light","neutral","60"]},70:{value:"#888888",filePath:"src/color/ref.json",isSource:!0,original:{value:"#888888"},name:"ColorLightNeutral70",attributes:{category:"color",type:"light",item:"neutral",subitem:"70"},path:["color","light","neutral","70"]},80:{value:"#b0b0b0",filePath:"src/color/ref.json",isSource:!0,original:{value:"#B0B0B0"},name:"ColorLightNeutral80",attributes:{category:"color",type:"light",item:"neutral",subitem:"80"},path:["color","light","neutral","80"]},90:{value:"#d1d1d1",filePath:"src/color/ref.json",isSource:!0,original:{value:"#D1D1D1"},name:"ColorLightNeutral90",attributes:{category:"color",type:"light",item:"neutral",subitem:"90"},path:["color","light","neutral","90"]},95:{value:"#e7e7e7",filePath:"src/color/ref.json",isSource:!0,original:{value:"#E7E7E7"},name:"ColorLightNeutral95",attributes:{category:"color",type:"light",item:"neutral",subitem:"95"},path:["color","light","neutral","95"]},99:{value:"#f6f6f6",filePath:"src/color/ref.json",isSource:!0,original:{value:"#F6F6F6"},name:"ColorLightNeutral99",attributes:{category:"color",type:"light",item:"neutral",subitem:"99"},path:["color","light","neutral","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightNeutral100",attributes:{category:"color",type:"light",item:"neutral",subitem:"100"},path:["color","light","neutral","100"]},background:{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.100}"},name:"ColorLightNeutralBackground",attributes:{category:"color",type:"light",item:"neutral",subitem:"background"},path:["color","light","neutral","background"]},surface:{value:"#f6f6f6",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.99}"},name:"ColorLightNeutralSurface",attributes:{category:"color",type:"light",item:"neutral",subitem:"surface"},path:["color","light","neutral","surface"]},"surface-disabled":{value:"#e7e7e7",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.95}"},name:"ColorLightNeutralSurfaceDisabled",attributes:{category:"color",type:"light",item:"neutral",subitem:"surface-disabled"},path:["color","light","neutral","surface-disabled"]},"surface-highlight":{value:"#d1d1d1",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.90}"},name:"ColorLightNeutralSurfaceHighlight",attributes:{category:"color",type:"light",item:"neutral",subitem:"surface-highlight"},path:["color","light","neutral","surface-highlight"]},interactive:{value:"#b0b0b0",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.80}"},name:"ColorLightNeutralInteractive",attributes:{category:"color",type:"light",item:"neutral",subitem:"interactive"},path:["color","light","neutral","interactive"]},"interactive-hover":{value:"#888888",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.70}"},name:"ColorLightNeutralInteractiveHover",attributes:{category:"color",type:"light",item:"neutral",subitem:"interactive-hover"},path:["color","light","neutral","interactive-hover"]},"interactive-pressed":{value:"#777777",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.60}"},name:"ColorLightNeutralInteractivePressed",attributes:{category:"color",type:"light",item:"neutral",subitem:"interactive-pressed"},path:["color","light","neutral","interactive-pressed"]},"text-disabled":{value:"#6d6d6d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.50}"},name:"ColorLightNeutralTextDisabled",attributes:{category:"color",type:"light",item:"neutral",subitem:"text-disabled"},path:["color","light","neutral","text-disabled"]},"text-low":{value:"#5d5d5d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.40}"},name:"ColorLightNeutralTextLow",attributes:{category:"color",type:"light",item:"neutral",subitem:"text-low"},path:["color","light","neutral","text-low"]},"text-high":{value:"#0a0a0a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.0}"},name:"ColorLightNeutralTextHigh",attributes:{category:"color",type:"light",item:"neutral",subitem:"text-high"},path:["color","light","neutral","text-high"]}},next:{5:{value:"#000519",filePath:"src/color/ref.json",isSource:!0,original:{value:"#000519"},name:"ColorLightNext5",attributes:{category:"color",type:"light",item:"next",subitem:"5"},path:["color","light","next","5"]},10:{value:"#22242f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#22242F"},name:"ColorLightNext10",attributes:{category:"color",type:"light",item:"next",subitem:"10"},path:["color","light","next","10"]},20:{value:"#343746",filePath:"src/color/ref.json",isSource:!0,original:{value:"#343746"},name:"ColorLightNext20",attributes:{category:"color",type:"light",item:"next",subitem:"20"},path:["color","light","next","20"]},30:{value:"#3b4053",filePath:"src/color/ref.json",isSource:!0,original:{value:"#3B4053"},name:"ColorLightNext30",attributes:{category:"color",type:"light",item:"next",subitem:"30"},path:["color","light","next","30"]},40:{value:"#3f445a",filePath:"src/color/ref.json",isSource:!0,original:{value:"#3F445A"},name:"ColorLightNext40",attributes:{category:"color",type:"light",item:"next",subitem:"40"},path:["color","light","next","40"]},50:{value:"#434961",filePath:"src/color/ref.json",isSource:!0,original:{value:"#434961"},name:"ColorLightNext50",attributes:{category:"color",type:"light",item:"next",subitem:"50"},path:["color","light","next","50"]},60:{value:"#555c74",filePath:"src/color/ref.json",isSource:!0,original:{value:"#555C74"},name:"ColorLightNext60",attributes:{category:"color",type:"light",item:"next",subitem:"60"},path:["color","light","next","60"]},70:{value:"#777b8c",filePath:"src/color/ref.json",isSource:!0,original:{value:"#777B8C"},name:"ColorLightNext70",attributes:{category:"color",type:"light",item:"next",subitem:"70"},path:["color","light","next","70"]},80:{value:"#8e93a2",filePath:"src/color/ref.json",isSource:!0,original:{value:"#8E93A2"},name:"ColorLightNext80",attributes:{category:"color",type:"light",item:"next",subitem:"80"},path:["color","light","next","80"]},90:{value:"#b2b5c6",filePath:"src/color/ref.json",isSource:!0,original:{value:"#B2B5C6"},name:"ColorLightNext90",attributes:{category:"color",type:"light",item:"next",subitem:"90"},path:["color","light","next","90"]},95:{value:"#d5d7e2",filePath:"src/color/ref.json",isSource:!0,original:{value:"#D5D7E2"},name:"ColorLightNext95",attributes:{category:"color",type:"light",item:"next",subitem:"95"},path:["color","light","next","95"]},99:{value:"#edf0ff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#EDF0FF"},name:"ColorLightNext99",attributes:{category:"color",type:"light",item:"next",subitem:"99"},path:["color","light","next","99"]},100:{value:"#ffffff",filePath:"src/color/ref.json",isSource:!0,original:{value:"#FFFFFF"},name:"ColorLightNext100",attributes:{category:"color",type:"light",item:"next",subitem:"100"},path:["color","light","next","100"]}},generative:{5:{value:"#000b19",filePath:"src/color/ref.json",isSource:!0,original:{value:"#000B19"},name:"ColorLightGenerative5",attributes:{category:"color",type:"light",item:"generative",subitem:"5"},path:["color","light","generative","5"]},10:{value:"#180e3f",filePath:"src/color/ref.json",isSource:!0,original:{value:"#180E3F"},name:"ColorLightGenerative10",attributes:{category:"color",type:"light",item:"generative",subitem:"10"},path:["color","light","generative","10"]},20:{value:"#1f1254",filePath:"src/color/ref.json",isSource:!0,original:{value:"#1F1254"},name:"ColorLightGenerative20",attributes:{category:"color",type:"light",item:"generative",subitem:"20"},path:["color","light","generative","20"]},30:{value:"#342376",filePath:"src/color/ref.json",isSource:!0,original:{value:"#342376"},name:"ColorLightGenerative30",attributes:{category:"color",type:"light",item:"generative",subitem:"30"},path:["color","light","generative","30"]},40:{value:"#3c2989",filePath:"src/color/ref.json",isSource:!0,original:{value:"#3C2989"},name:"ColorLightGenerative40",attributes:{category:"color",type:"light",item:"generative",subitem:"40"},path:["color","light","generative","40"]},50:{value:"#452f9d",filePath:"src/color/ref.json",isSource:!0,original:{value:"#452F9D"},name:"ColorLightGenerative50",attributes:{category:"color",type:"light",item:"generative",subitem:"50"},path:["color","light","generative","50"]},60:{value:"#4629ba",filePath:"src/color/ref.json",isSource:!0,original:{value:"#4629BA"},name:"ColorLightGenerative60",attributes:{category:"color",type:"light",item:"generative",subitem:"60"},path:["color","light","generative","60"]},70:{value:"#a28cee",filePath:"src/color/ref.json",isSource:!0,original:{value:"#A28CEE"},name:"ColorLightGenerative70",attributes:{category:"color",type:"light",item:"generative",subitem:"70"},path:["color","light","generative","70"]},80:{value:"#cdc1f6",filePath:"src/color/ref.json",isSource:!0,original:{value:"#CDC1F6"},name:"ColorLightGenerative80",attributes:{category:"color",type:"light",item:"generative",subitem:"80"},path:["color","light","generative","80"]},90:{value:"#e2dcfa",filePath:"src/color/ref.json",isSource:!0,original:{value:"#E2DCFA"},name:"ColorLightGenerative90",attributes:{category:"color",type:"light",item:"generative",subitem:"90"},path:["color","light","generative","90"]},95:{value:"#f1edfc",filePath:"src/color/ref.json",isSource:!0,original:{value:"#F1EDFC"},name:"ColorLightGenerative95",attributes:{category:"color",type:"light",item:"generative",subitem:"95"},path:["color","light","generative","95"]},99:{value:"#f8f7fd",filePath:"src/color/ref.json",isSource:!0,original:{value:"#F8F7FD"},name:"ColorLightGenerative99",attributes:{category:"color",type:"light",item:"generative",subitem:"99"},path:["color","light","generative","99"]},100:{value:"#f8f7fd",filePath:"src/color/ref.json",isSource:!0,original:{value:"#F8F7FD"},name:"ColorLightGenerative100",attributes:{category:"color",type:"light",item:"generative",subitem:"100"},path:["color","light","generative","100"]}},aiGenerative:{background:{value:"#f8f7fd",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.100}"},name:"ColorLightAiGenerativeBackground",attributes:{category:"color",type:"light",item:"aiGenerative",subitem:"background"},path:["color","light","aiGenerative","background"]},surface:{value:"#f8f7fd",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.99}"},name:"ColorLightAiGenerativeSurface",attributes:{category:"color",type:"light",item:"aiGenerative",subitem:"surface"},path:["color","light","aiGenerative","surface"]},"surface-highlight":{value:"#f1edfc",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.95}"},name:"ColorLightAiGenerativeSurfaceHighlight",attributes:{category:"color",type:"light",item:"aiGenerative",subitem:"surface-highlight"},path:["color","light","aiGenerative","surface-highlight"]},interactive:{value:"#e2dcfa",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.90}"},name:"ColorLightAiGenerativeInteractive",attributes:{category:"color",type:"light",item:"aiGenerative",subitem:"interactive"},path:["color","light","aiGenerative","interactive"]},"interactive-hover":{value:"#cdc1f6",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.80}"},name:"ColorLightAiGenerativeInteractiveHover",attributes:{category:"color",type:"light",item:"aiGenerative",subitem:"interactive-hover"},path:["color","light","aiGenerative","interactive-hover"]},"interactive-pressed":{value:"#4629ba",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.60}"},name:"ColorLightAiGenerativeInteractivePressed",attributes:{category:"color",type:"light",item:"aiGenerative",subitem:"interactive-pressed"},path:["color","light","aiGenerative","interactive-pressed"]},"text-low":{value:"#452f9d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.50}"},name:"ColorLightAiGenerativeTextLow",attributes:{category:"color",type:"light",item:"aiGenerative",subitem:"text-low"},path:["color","light","aiGenerative","text-low"]},"text-high":{value:"#1f1254",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.20}"},name:"ColorLightAiGenerativeTextHigh",attributes:{category:"color",type:"light",item:"aiGenerative",subitem:"text-high"},path:["color","light","aiGenerative","text-high"]}},aiGradient:{"blue-high":{value:"#0050c3",filePath:"src/color/sys.json",isSource:!0,original:{value:"#0050C3"},name:"ColorLightAiGradientBlueHigh",attributes:{category:"color",type:"light",item:"aiGradient",subitem:"blue-high"},path:["color","light","aiGradient","blue-high"]},"blue-light":{value:"#96c1fc",filePath:"src/color/sys.json",isSource:!0,original:{value:"#96C1FC"},name:"ColorLightAiGradientBlueLight",attributes:{category:"color",type:"light",item:"aiGradient",subitem:"blue-light"},path:["color","light","aiGradient","blue-light"]},"purple-high":{value:"#4629ba",filePath:"src/color/sys.json",isSource:!0,original:{value:"#4629BA"},name:"ColorLightAiGradientPurpleHigh",attributes:{category:"color",type:"light",item:"aiGradient",subitem:"purple-high"},path:["color","light","aiGradient","purple-high"]},"purple-light":{value:"#bcb0e8",filePath:"src/color/sys.json",isSource:!0,original:{value:"#BCB0E8"},name:"ColorLightAiGradientPurpleLight",attributes:{category:"color",type:"light",item:"aiGradient",subitem:"purple-light"},path:["color","light","aiGradient","purple-light"]},"pink-high":{value:"#d8446e",filePath:"src/color/sys.json",isSource:!0,original:{value:"#D8446E"},name:"ColorLightAiGradientPinkHigh",attributes:{category:"color",type:"light",item:"aiGradient",subitem:"pink-high"},path:["color","light","aiGradient","pink-high"]},"pink-light":{value:"#e5809d",filePath:"src/color/sys.json",isSource:!0,original:{value:"#E5809D"},name:"ColorLightAiGradientPinkLight",attributes:{category:"color",type:"light",item:"aiGradient",subitem:"pink-light"},path:["color","light","aiGradient","pink-light"]}}},dark:{primary:{surface:{value:"#001737",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.10}"},name:"ColorDarkPrimarySurface",attributes:{category:"color",type:"dark",item:"primary",subitem:"surface"},path:["color","dark","primary","surface"]},"surface-highlight":{value:"#00347d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.30}"},name:"ColorDarkPrimarySurfaceHighlight",attributes:{category:"color",type:"dark",item:"primary",subitem:"surface-highlight"},path:["color","dark","primary","surface-highlight"]},interactive:{value:"#2577e9",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.70}"},name:"ColorDarkPrimaryInteractive",attributes:{category:"color",type:"dark",item:"primary",subitem:"interactive"},path:["color","dark","primary","interactive"]},"interactive-hover":{value:"#4b92f5",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.80}"},name:"ColorDarkPrimaryInteractiveHover",attributes:{category:"color",type:"dark",item:"primary",subitem:"interactive-hover"},path:["color","dark","primary","interactive-hover"]},"interactive-pressed":{value:"#96c1fc",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.90}"},name:"ColorDarkPrimaryInteractivePressed",attributes:{category:"color",type:"dark",item:"primary",subitem:"interactive-pressed"},path:["color","dark","primary","interactive-pressed"]},"text-low":{value:"#c2dbfe",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.95}"},name:"ColorDarkPrimaryTextLow",attributes:{category:"color",type:"dark",item:"primary",subitem:"text-low"},path:["color","dark","primary","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.primary.100}"},name:"ColorDarkPrimaryTextHigh",attributes:{category:"color",type:"dark",item:"primary",subitem:"text-high"},path:["color","dark","primary","text-high"]}},success:{surface:{value:"#003420",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.10}"},name:"ColorDarkSuccessSurface",attributes:{category:"color",type:"dark",item:"success",subitem:"surface"},path:["color","dark","success","surface"]},"surface-highlight":{value:"#007447",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.30}"},name:"ColorDarkSuccessSurfaceHighlight",attributes:{category:"color",type:"dark",item:"success",subitem:"surface-highlight"},path:["color","dark","success","surface-highlight"]},interactive:{value:"#0fdc8e",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.70}"},name:"ColorDarkSuccessInteractive",attributes:{category:"color",type:"dark",item:"success",subitem:"interactive"},path:["color","dark","success","interactive"]},"interactive-hover":{value:"#3feca9",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.80}"},name:"ColorDarkSuccessInteractiveHover",attributes:{category:"color",type:"dark",item:"success",subitem:"interactive-hover"},path:["color","dark","success","interactive-hover"]},"interactive-pressed":{value:"#7af7c7",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.90}"},name:"ColorDarkSuccessInteractivePressed",attributes:{category:"color",type:"dark",item:"success",subitem:"interactive-pressed"},path:["color","dark","success","interactive-pressed"]},"text-low":{value:"#bcfde4",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.95}"},name:"ColorDarkSuccessTextLow",attributes:{category:"color",type:"dark",item:"success",subitem:"text-low"},path:["color","dark","success","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.success.100}"},name:"ColorDarkSuccessTextHigh",attributes:{category:"color",type:"dark",item:"success",subitem:"text-high"},path:["color","dark","success","text-high"]}},warning:{surface:{value:"#342000",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.10}"},name:"ColorDarkWarningSurface",attributes:{category:"color",type:"dark",item:"warning",subitem:"surface"},path:["color","dark","warning","surface"]},"surface-highlight":{value:"#744700",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.30}"},name:"ColorDarkWarningSurfaceHighlight",attributes:{category:"color",type:"dark",item:"warning",subitem:"surface-highlight"},path:["color","dark","warning","surface-highlight"]},interactive:{value:"#dc8e0f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.70}"},name:"ColorDarkWarningInteractive",attributes:{category:"color",type:"dark",item:"warning",subitem:"interactive"},path:["color","dark","warning","interactive"]},"interactive-hover":{value:"#eca93f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.80}"},name:"ColorDarkWarningInteractiveHover",attributes:{category:"color",type:"dark",item:"warning",subitem:"interactive-hover"},path:["color","dark","warning","interactive-hover"]},"interactive-pressed":{value:"#f7c77a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.90}"},name:"ColorDarkWarningInteractivePressed",attributes:{category:"color",type:"dark",item:"warning",subitem:"interactive-pressed"},path:["color","dark","warning","interactive-pressed"]},"text-low":{value:"#fde4bc",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.95}"},name:"ColorDarkWarningTextLow",attributes:{category:"color",type:"dark",item:"warning",subitem:"text-low"},path:["color","dark","warning","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.warning.100}"},name:"ColorDarkWarningTextHigh",attributes:{category:"color",type:"dark",item:"warning",subitem:"text-high"},path:["color","dark","warning","text-high"]}},danger:{surface:{value:"#340001",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.10}"},name:"ColorDarkDangerSurface",attributes:{category:"color",type:"dark",item:"danger",subitem:"surface"},path:["color","dark","danger","surface"]},"surface-highlight":{value:"#740002",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.30}"},name:"ColorDarkDangerSurfaceHighlight",attributes:{category:"color",type:"dark",item:"danger",subitem:"surface-highlight"},path:["color","dark","danger","surface-highlight"]},interactive:{value:"#dc0f13",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.70}"},name:"ColorDarkDangerInteractive",attributes:{category:"color",type:"dark",item:"danger",subitem:"interactive"},path:["color","dark","danger","interactive"]},"interactive-hover":{value:"#ec3f41",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.80}"},name:"ColorDarkDangerInteractiveHover",attributes:{category:"color",type:"dark",item:"danger",subitem:"interactive-hover"},path:["color","dark","danger","interactive-hover"]},"interactive-pressed":{value:"#f77a7c",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.90}"},name:"ColorDarkDangerInteractivePressed",attributes:{category:"color",type:"dark",item:"danger",subitem:"interactive-pressed"},path:["color","dark","danger","interactive-pressed"]},"text-low":{value:"#fdbcbd",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.95}"},name:"ColorDarkDangerTextLow",attributes:{category:"color",type:"dark",item:"danger",subitem:"text-low"},path:["color","dark","danger","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.danger.100}"},name:"ColorDarkDangerTextHigh",attributes:{category:"color",type:"dark",item:"danger",subitem:"text-high"},path:["color","dark","danger","text-high"]}},neutral:{background:{value:"#0a0a0a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.0}"},name:"ColorDarkNeutralBackground",attributes:{category:"color",type:"dark",item:"neutral",subitem:"background"},path:["color","dark","neutral","background"]},surface:{value:"#1f2020",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.5}"},name:"ColorDarkNeutralSurface",attributes:{category:"color",type:"dark",item:"neutral",subitem:"surface"},path:["color","dark","neutral","surface"]},"surface-disabled":{value:"#3d3d3d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.10}"},name:"ColorDarkNeutralSurfaceDisabled",attributes:{category:"color",type:"dark",item:"neutral",subitem:"surface-disabled"},path:["color","dark","neutral","surface-disabled"]},"surface-highlight":{value:"#454545",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.20}"},name:"ColorDarkNeutralSurfaceHighlight",attributes:{category:"color",type:"dark",item:"neutral",subitem:"surface-highlight"},path:["color","dark","neutral","surface-highlight"]},interactive:{value:"#4f4f4f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.30}"},name:"ColorDarkNeutralInteractive",attributes:{category:"color",type:"dark",item:"neutral",subitem:"interactive"},path:["color","dark","neutral","interactive"]},"interactive-hover":{value:"#5d5d5d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.40}"},name:"ColorDarkNeutralInteractiveHover",attributes:{category:"color",type:"dark",item:"neutral",subitem:"interactive-hover"},path:["color","dark","neutral","interactive-hover"]},"interactive-pressed":{value:"#6d6d6d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.50}"},name:"ColorDarkNeutralInteractivePressed",attributes:{category:"color",type:"dark",item:"neutral",subitem:"interactive-pressed"},path:["color","dark","neutral","interactive-pressed"]},"text-disabled":{value:"#777777",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.60}"},name:"ColorDarkNeutralTextDisabled",attributes:{category:"color",type:"dark",item:"neutral",subitem:"text-disabled"},path:["color","dark","neutral","text-disabled"]},"text-low":{value:"#888888",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.70}"},name:"ColorDarkNeutralTextLow",attributes:{category:"color",type:"dark",item:"neutral",subitem:"text-low"},path:["color","dark","neutral","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.neutral.100}"},name:"ColorDarkNeutralTextHigh",attributes:{category:"color",type:"dark",item:"neutral",subitem:"text-high"},path:["color","dark","neutral","text-high"]}},aiGenerative:{background:{value:"#f8f7fd",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.100}"},name:"ColorDarkAiGenerativeBackground",attributes:{category:"color",type:"dark",item:"aiGenerative",subitem:"background"},path:["color","dark","aiGenerative","background"]},surface:{value:"#f8f7fd",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.99}"},name:"ColorDarkAiGenerativeSurface",attributes:{category:"color",type:"dark",item:"aiGenerative",subitem:"surface"},path:["color","dark","aiGenerative","surface"]},"surface-highlight":{value:"#f1edfc",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.95}"},name:"ColorDarkAiGenerativeSurfaceHighlight",attributes:{category:"color",type:"dark",item:"aiGenerative",subitem:"surface-highlight"},path:["color","dark","aiGenerative","surface-highlight"]},interactive:{value:"#e2dcfa",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.90}"},name:"ColorDarkAiGenerativeInteractive",attributes:{category:"color",type:"dark",item:"aiGenerative",subitem:"interactive"},path:["color","dark","aiGenerative","interactive"]},"interactive-hover":{value:"#cdc1f6",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.80}"},name:"ColorDarkAiGenerativeInteractiveHover",attributes:{category:"color",type:"dark",item:"aiGenerative",subitem:"interactive-hover"},path:["color","dark","aiGenerative","interactive-hover"]},"interactive-pressed":{value:"#4629ba",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.60}"},name:"ColorDarkAiGenerativeInteractivePressed",attributes:{category:"color",type:"dark",item:"aiGenerative",subitem:"interactive-pressed"},path:["color","dark","aiGenerative","interactive-pressed"]},"text-low":{value:"#452f9d",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.50}"},name:"ColorDarkAiGenerativeTextLow",attributes:{category:"color",type:"dark",item:"aiGenerative",subitem:"text-low"},path:["color","dark","aiGenerative","text-low"]},"text-high":{value:"#1f1254",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.generative.20}"},name:"ColorDarkAiGenerativeTextHigh",attributes:{category:"color",type:"dark",item:"aiGenerative",subitem:"text-high"},path:["color","dark","aiGenerative","text-high"]}},aiGradient:{"blue-high":{value:"#0050c3",filePath:"src/color/sys.json",isSource:!0,original:{value:"#0050C3"},name:"ColorDarkAiGradientBlueHigh",attributes:{category:"color",type:"dark",item:"aiGradient",subitem:"blue-high"},path:["color","dark","aiGradient","blue-high"]},"blue-light":{value:"#96c1fc",filePath:"src/color/sys.json",isSource:!0,original:{value:"#96C1FC"},name:"ColorDarkAiGradientBlueLight",attributes:{category:"color",type:"dark",item:"aiGradient",subitem:"blue-light"},path:["color","dark","aiGradient","blue-light"]},"purple-high":{value:"#4629ba",filePath:"src/color/sys.json",isSource:!0,original:{value:"#4629BA"},name:"ColorDarkAiGradientPurpleHigh",attributes:{category:"color",type:"dark",item:"aiGradient",subitem:"purple-high"},path:["color","dark","aiGradient","purple-high"]},"purple-light":{value:"#bcb0e8",filePath:"src/color/sys.json",isSource:!0,original:{value:"#BCB0E8"},name:"ColorDarkAiGradientPurpleLight",attributes:{category:"color",type:"dark",item:"aiGradient",subitem:"purple-light"},path:["color","dark","aiGradient","purple-light"]},"pink-high":{value:"#d8446e",filePath:"src/color/sys.json",isSource:!0,original:{value:"#D8446E"},name:"ColorDarkAiGradientPinkHigh",attributes:{category:"color",type:"dark",item:"aiGradient",subitem:"pink-high"},path:["color","dark","aiGradient","pink-high"]},"pink-light":{value:"#e5809d",filePath:"src/color/sys.json",isSource:!0,original:{value:"#E5809D"},name:"ColorDarkAiGradientPinkLight",attributes:{category:"color",type:"dark",item:"aiGradient",subitem:"pink-light"},path:["color","dark","aiGradient","pink-light"]}}},next:{primary:{surface:{value:"#edf0ff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.99}"},name:"ColorNextPrimarySurface",attributes:{category:"color",type:"next",item:"primary",subitem:"surface"},path:["color","next","primary","surface"]},"surface-highlight":{value:"#b2b5c6",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.90}"},name:"ColorNextPrimarySurfaceHighlight",attributes:{category:"color",type:"next",item:"primary",subitem:"surface-highlight"},path:["color","next","primary","surface-highlight"]},interactive:{value:"#555c74",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.60}"},name:"ColorNextPrimaryInteractive",attributes:{category:"color",type:"next",item:"primary",subitem:"interactive"},path:["color","next","primary","interactive"]},"interactive-hover":{value:"#3f445a",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.40}"},name:"ColorNextPrimaryInteractiveHover",attributes:{category:"color",type:"next",item:"primary",subitem:"interactive-hover"},path:["color","next","primary","interactive-hover"]},"interactive-pressed":{value:"#3b4053",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.30}"},name:"ColorNextPrimaryInteractivePressed",attributes:{category:"color",type:"next",item:"primary",subitem:"interactive-pressed"},path:["color","next","primary","interactive-pressed"]},"text-low":{value:"#343746",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.20}"},name:"ColorNextPrimaryTextLow",attributes:{category:"color",type:"next",item:"primary",subitem:"text-low"},path:["color","next","primary","text-low"]},"text-high":{value:"#000519",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.5}"},name:"ColorNextPrimaryTextHigh",attributes:{category:"color",type:"next",item:"primary",subitem:"text-high"},path:["color","next","primary","text-high"]}}},"next-dark":{primary:{surface:{value:"#22242f",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.10}"},name:"ColorNextDarkPrimarySurface",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"surface"},path:["color","next-dark","primary","surface"]},"surface-highlight":{value:"#3b4053",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.30}"},name:"ColorNextDarkPrimarySurfaceHighlight",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"surface-highlight"},path:["color","next-dark","primary","surface-highlight"]},interactive:{value:"#777b8c",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.70}"},name:"ColorNextDarkPrimaryInteractive",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"interactive"},path:["color","next-dark","primary","interactive"]},"interactive-hover":{value:"#8e93a2",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.80}"},name:"ColorNextDarkPrimaryInteractiveHover",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"interactive-hover"},path:["color","next-dark","primary","interactive-hover"]},"interactive-pressed":{value:"#b2b5c6",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.90}"},name:"ColorNextDarkPrimaryInteractivePressed",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"interactive-pressed"},path:["color","next-dark","primary","interactive-pressed"]},"text-low":{value:"#d5d7e2",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.95}"},name:"ColorNextDarkPrimaryTextLow",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"text-low"},path:["color","next-dark","primary","text-low"]},"text-high":{value:"#ffffff",filePath:"src/color/sys.json",isSource:!0,original:{value:"{color.light.next.100}"},name:"ColorNextDarkPrimaryTextHigh",attributes:{category:"color",type:"next-dark",item:"primary",subitem:"text-high"},path:["color","next-dark","primary","text-high"]}}}},motion:{speed:{fast:{value:"150ms",filePath:"src/motion/sys.json",isSource:!0,original:{value:"150ms"},name:"MotionSpeedFast",attributes:{category:"motion",type:"speed",item:"fast"},path:["motion","speed","fast"]},base:{value:"300ms",filePath:"src/motion/sys.json",isSource:!0,original:{value:"300ms"},name:"MotionSpeedBase",attributes:{category:"motion",type:"speed",item:"base"},path:["motion","speed","base"]},slow:{value:"450ms",filePath:"src/motion/sys.json",isSource:!0,original:{value:"450ms"},name:"MotionSpeedSlow",attributes:{category:"motion",type:"speed",item:"slow"},path:["motion","speed","slow"]},slower:{value:"600ms",filePath:"src/motion/sys.json",isSource:!0,original:{value:"600ms"},name:"MotionSpeedSlower",attributes:{category:"motion",type:"speed",item:"slower"},path:["motion","speed","slower"]}}},shadow:{level:{0:{value:"none",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"none"},name:"ShadowLevel0",attributes:{category:"shadow",type:"level",item:"0"},path:["shadow","level","0"]},1:{value:"0px 0px 1px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 0px 1px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel1",attributes:{category:"shadow",type:"level",item:"1"},path:["shadow","level","1"]},2:{value:"0px 0px 2px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 0px 2px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel2",attributes:{category:"shadow",type:"level",item:"2"},path:["shadow","level","2"]},3:{value:"0px 3px 6px 0px #d1d1d1, 0px 0px 1px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 3px 6px 0px {color.light.neutral.surface-highlight}, 0px 0px 1px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel3",attributes:{category:"shadow",type:"level",item:"3"},path:["shadow","level","3"]},4:{value:"0px 12px 16px 0px #d1d1d1, 0px 0px 1px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 12px 16px 0px {color.light.neutral.surface-highlight}, 0px 0px 1px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel4",attributes:{category:"shadow",type:"level",item:"4"},path:["shadow","level","4"]},5:{value:"0px 24px 32px 0px #d1d1d1, 0px 0px 1px 0px #888888",filePath:"src/shadow/ref.json",isSource:!0,original:{value:"0px 24px 32px 0px {color.light.neutral.surface-highlight}, 0px 0px 1px 0px {color.light.neutral.interactive-hover}"},name:"ShadowLevel5",attributes:{category:"shadow",type:"level",item:"5"},path:["shadow","level","5"]}},light:{level:{0:{value:"none",comment:"Inicial level without shadow. Used for background or elements that do not need to be distinguished from the background.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.0}",comment:"Inicial level without shadow. Used for background or elements that do not need to be distinguished from the background."},name:"ShadowLightLevel0",attributes:{category:"shadow",type:"light",item:"level",subitem:"0"},path:["shadow","light","level","0"]},1:{value:"0px 0px 1px 0px #888888",comment:"Shadow level for elements that are floating at minimal distance from the background. Can be used in interactive elements.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.1}",comment:"Shadow level for elements that are floating at minimal distance from the background. Can be used in interactive elements."},name:"ShadowLightLevel1",attributes:{category:"shadow",type:"light",item:"level",subitem:"1"},path:["shadow","light","level","1"]},2:{value:"0px 0px 2px 0px #888888",comment:"Shadow level for elements that are floating at small distance from the background. Can be used in cards.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.2}",comment:"Shadow level for elements that are floating at small distance from the background. Can be used in cards."},name:"ShadowLightLevel2",attributes:{category:"shadow",type:"light",item:"level",subitem:"2"},path:["shadow","light","level","2"]},3:{value:"0px 3px 6px 0px #d1d1d1, 0px 0px 1px 0px #888888",comment:"Shadow level for elements that are floating at medium distance from the background. Can be used in popovers.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.3}",comment:"Shadow level for elements that are floating at medium distance from the background. Can be used in popovers."},name:"ShadowLightLevel3",attributes:{category:"shadow",type:"light",item:"level",subitem:"3"},path:["shadow","light","level","3"]},4:{value:"0px 12px 16px 0px #d1d1d1, 0px 0px 1px 0px #888888",comment:"Shadow for elements that are floating at a large distance from the background. Can be used in modals.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.4}",comment:"Shadow for elements that are floating at a large distance from the background. Can be used in modals."},name:"ShadowLightLevel4",attributes:{category:"shadow",type:"light",item:"level",subitem:"4"},path:["shadow","light","level","4"]},5:{value:"0px 24px 32px 0px #d1d1d1, 0px 0px 1px 0px #888888",comment:"Shadow level for elements that are floating at maximum distance from the background. Can be used in side modals.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"{shadow.level.5}",comment:"Shadow level for elements that are floating at maximum distance from the background. Can be used in side modals."},name:"ShadowLightLevel5",attributes:{category:"shadow",type:"light",item:"level",subitem:"5"},path:["shadow","light","level","5"]}}},dark:{level:{0:{value:"none",comment:"Inicial level without shadow. Used for background or elements that do not need to be distinguished from the background.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"none",comment:"Inicial level without shadow. Used for background or elements that do not need to be distinguished from the background."},name:"ShadowDarkLevel0",attributes:{category:"shadow",type:"dark",item:"level",subitem:"0"},path:["shadow","dark","level","0"]},1:{value:"0px 0px 1px 0px #5d5d5d",comment:"Shadow level for elements that are floating at minimal distance from the background. Can be used in interactive elements.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 0px 1px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow level for elements that are floating at minimal distance from the background. Can be used in interactive elements."},name:"ShadowDarkLevel1",attributes:{category:"shadow",type:"dark",item:"level",subitem:"1"},path:["shadow","dark","level","1"]},2:{value:"0px 0px 2px 0px #5d5d5d",comment:"Shadow level for elements that are floating at small distance from the background. Can be used in cards.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 0px 2px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow level for elements that are floating at small distance from the background. Can be used in cards."},name:"ShadowDarkLevel2",attributes:{category:"shadow",type:"dark",item:"level",subitem:"2"},path:["shadow","dark","level","2"]},3:{value:"0px 3px 6px 0px #454545, 0px 0px 1px 0px #5d5d5d",comment:"Shadow level for elements that are floating at medium distance from the background. Can be used in popovers.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 3px 6px 0px {color.dark.neutral.surface-highlight}, 0px 0px 1px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow level for elements that are floating at medium distance from the background. Can be used in popovers."},name:"ShadowDarkLevel3",attributes:{category:"shadow",type:"dark",item:"level",subitem:"3"},path:["shadow","dark","level","3"]},4:{value:"0px 12px 16px 0px #454545, 0px 0px 1px 0px #5d5d5d",comment:"Shadow for elements that are floating at a large distance from the background. Can be used in modals.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 12px 16px 0px {color.dark.neutral.surface-highlight}, 0px 0px 1px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow for elements that are floating at a large distance from the background. Can be used in modals."},name:"ShadowDarkLevel4",attributes:{category:"shadow",type:"dark",item:"level",subitem:"4"},path:["shadow","dark","level","4"]},5:{value:"0px 24px 32px 0px #454545, 0px 0px 1px 0px #5d5d5d",comment:"Shadow level for elements that are floating at maximum distance from the background. Can be used in side modals.",filePath:"src/shadow/sys.json",isSource:!0,original:{value:"0px 24px 32px 0px {color.dark.neutral.surface-highlight}, 0px 0px 1px 0px {color.dark.neutral.interactive-hover}",comment:"Shadow level for elements that are floating at maximum distance from the background. Can be used in side modals."},name:"ShadowDarkLevel5",attributes:{category:"shadow",type:"dark",item:"level",subitem:"5"},path:["shadow","dark","level","5"]}}}},shape:{border:{radius:{1:{value:"0.25rem",comment:"It can be used in medium or small elements with or without interactions.",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.1}",comment:"It can be used in medium or small elements with or without interactions."},name:"ShapeBorderRadius1",attributes:{category:"shape",type:"border",item:"radius",subitem:"1"},path:["shape","border","radius","1"]},2:{value:"0.5rem",comment:"It can be used on medium or large elements with or without interactions.",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.2}",comment:"It can be used on medium or large elements with or without interactions."},name:"ShapeBorderRadius2",attributes:{category:"shape",type:"border",item:"radius",subitem:"2"},path:["shape","border","radius","2"]},3:{value:"0.75rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.3}"},name:"ShapeBorderRadius3",attributes:{category:"shape",type:"border",item:"radius",subitem:"3"},path:["shape","border","radius","3"]},4:{value:"1rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.4}"},name:"ShapeBorderRadius4",attributes:{category:"shape",type:"border",item:"radius",subitem:"4"},path:["shape","border","radius","4"]},5:{value:"1.25rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.5}"},name:"ShapeBorderRadius5",attributes:{category:"shape",type:"border",item:"radius",subitem:"5"},path:["shape","border","radius","5"]},6:{value:"1.5rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.6}"},name:"ShapeBorderRadius6",attributes:{category:"shape",type:"border",item:"radius",subitem:"6"},path:["shape","border","radius","6"]},"0-5":{value:"0.125rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.0-5}"},name:"ShapeBorderRadius05",attributes:{category:"shape",type:"border",item:"radius",subitem:"0-5"},path:["shape","border","radius","0-5"]},full:{value:"9999px",comment:"It can be used in small or fully rounded elements with or without interactions.",filePath:"src/shape/sys.json",isSource:!0,original:{value:"9999px",comment:"It can be used in small or fully rounded elements with or without interactions."},name:"ShapeBorderRadiusFull",attributes:{category:"shape",type:"border",item:"radius",subitem:"full"},path:["shape","border","radius","full"]},base:{value:"0.375rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"{spacing.1-5}"},name:"ShapeBorderRadiusBase",attributes:{category:"shape",type:"border",item:"radius",subitem:"base"},path:["shape","border","radius","base"]},half:{value:"50%",filePath:"src/shape/sys.json",isSource:!0,original:{value:"50%"},name:"ShapeBorderRadiusHalf",attributes:{category:"shape",type:"border",item:"radius",subitem:"half"},path:["shape","border","radius","half"]}},width:{1:{value:"0.0625rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"0.0625rem"},name:"ShapeBorderWidth1",attributes:{category:"shape",type:"border",item:"width",subitem:"1"},path:["shape","border","width","1"]},2:{value:"0.125rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"0.125rem"},name:"ShapeBorderWidth2",attributes:{category:"shape",type:"border",item:"width",subitem:"2"},path:["shape","border","width","2"]},3:{value:"0.1875rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"0.1875rem"},name:"ShapeBorderWidth3",attributes:{category:"shape",type:"border",item:"width",subitem:"3"},path:["shape","border","width","3"]},4:{value:"1rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"1rem"},name:"ShapeBorderWidth4",attributes:{category:"shape",type:"border",item:"width",subitem:"4"},path:["shape","border","width","4"]},5:{value:"1.25rem",filePath:"src/shape/sys.json",isSource:!0,original:{value:"1.25rem"},name:"ShapeBorderWidth5",attributes:{category:"shape",type:"border",item:"width",subitem:"5"},path:["shape","border","width","5"]}}}},spacing:{1:{value:"0.25rem",comment:"Internal spaces in atomic components such as buttons or links.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.25rem",comment:"Internal spaces in atomic components such as buttons or links."},name:"Spacing1",attributes:{category:"spacing",type:"1"},path:["spacing","1"]},2:{value:"0.5rem",comment:"Separation of elements within a container or component padding.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.5rem",comment:"Separation of elements within a container or component padding."},name:"Spacing2",attributes:{category:"spacing",type:"2"},path:["spacing","2"]},3:{value:"0.75rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.75rem"},name:"Spacing3",attributes:{category:"spacing",type:"3"},path:["spacing","3"]},4:{value:"1rem",comment:"Internal spacing of components such as containers or cards.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1rem",comment:"Internal spacing of components such as containers or cards."},name:"Spacing4",attributes:{category:"spacing",type:"4"},path:["spacing","4"]},5:{value:"1.25rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1.25rem"},name:"Spacing5",attributes:{category:"spacing",type:"5"},path:["spacing","5"]},6:{value:"1.5rem",comment:"Separation of content blocks that are not related to each other.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1.5rem",comment:"Separation of content blocks that are not related to each other."},name:"Spacing6",attributes:{category:"spacing",type:"6"},path:["spacing","6"]},7:{value:"1.75rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1.75rem"},name:"Spacing7",attributes:{category:"spacing",type:"7"},path:["spacing","7"]},8:{value:"2rem",comment:"Spacing between page elements and content.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"2rem",comment:"Spacing between page elements and content."},name:"Spacing8",attributes:{category:"spacing",type:"8"},path:["spacing","8"]},9:{value:"2.25rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"2.25rem"},name:"Spacing9",attributes:{category:"spacing",type:"9"},path:["spacing","9"]},10:{value:"2.5rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"2.5rem"},name:"Spacing10",attributes:{category:"spacing",type:"10"},path:["spacing","10"]},11:{value:"2.75rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"2.75rem"},name:"Spacing11",attributes:{category:"spacing",type:"11"},path:["spacing","11"]},12:{value:"3rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"3rem"},name:"Spacing12",attributes:{category:"spacing",type:"12"},path:["spacing","12"]},14:{value:"3.5rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"3.5rem"},name:"Spacing14",attributes:{category:"spacing",type:"14"},path:["spacing","14"]},16:{value:"4rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"4rem"},name:"Spacing16",attributes:{category:"spacing",type:"16"},path:["spacing","16"]},18:{value:"4.5rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"4.5rem"},name:"Spacing18",attributes:{category:"spacing",type:"18"},path:["spacing","18"]},20:{value:"5rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"5rem"},name:"Spacing20",attributes:{category:"spacing",type:"20"},path:["spacing","20"]},"0-5":{value:"0.125rem",comment:"Padding of small atomic elements such as labels or chips.",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.125rem",comment:"Padding of small atomic elements such as labels or chips."},name:"Spacing05",attributes:{category:"spacing",type:"0-5"},path:["spacing","0-5"]},"1-5":{value:"0.375rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.375rem"},name:"Spacing15",attributes:{category:"spacing",type:"1-5"},path:["spacing","1-5"]},"2-5":{value:"0.625rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.625rem"},name:"Spacing25",attributes:{category:"spacing",type:"2-5"},path:["spacing","2-5"]},"3-5":{value:"0.875rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"0.875rem"},name:"Spacing35",attributes:{category:"spacing",type:"3-5"},path:["spacing","3-5"]},"4-5":{value:"1.125rem",filePath:"src/spacing/ref.json",isSource:!0,original:{value:"1.125rem"},name:"Spacing45",attributes:{category:"spacing",type:"4-5"},path:["spacing","4-5"]}},font:{size:{3:{value:"0.75rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"0.75rem"},name:"FontSize3",attributes:{category:"font",type:"size",item:"3"},path:["font","size","3"]},4:{value:"1rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1rem"},name:"FontSize4",attributes:{category:"font",type:"size",item:"4"},path:["font","size","4"]},5:{value:"1.25rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.25rem"},name:"FontSize5",attributes:{category:"font",type:"size",item:"5"},path:["font","size","5"]},6:{value:"1.5rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.5rem"},name:"FontSize6",attributes:{category:"font",type:"size",item:"6"},path:["font","size","6"]},7:{value:"1.75rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.75rem"},name:"FontSize7",attributes:{category:"font",type:"size",item:"7"},path:["font","size","7"]},8:{value:"2rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"2rem"},name:"FontSize8",attributes:{category:"font",type:"size",item:"8"},path:["font","size","8"]},12:{value:"3rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"3rem"},name:"FontSize12",attributes:{category:"font",type:"size",item:"12"},path:["font","size","12"]},16:{value:"4rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"4rem"},name:"FontSize16",attributes:{category:"font",type:"size",item:"16"},path:["font","size","16"]},"3-5":{value:"0.875rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"0.875rem"},name:"FontSize35",attributes:{category:"font",type:"size",item:"3-5"},path:["font","size","3-5"]},"4-5":{value:"1.125rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.125rem"},name:"FontSize45",attributes:{category:"font",type:"size",item:"4-5"},path:["font","size","4-5"]},body:{caption:{value:"0.75rem",comment:"It can be used for caption text and very small components like labels, inputs or chips. Must not be used for body text.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.3}",comment:"It can be used for caption text and very small components like labels, inputs or chips. Must not be used for body text."},name:"FontSizeBodyCaption",attributes:{category:"font",type:"size",item:"body",subitem:"caption"},path:["font","size","body","caption"]},base:{value:"0.875rem",comment:"It can be used for plain text and large amounts of content.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.3-5}",comment:"It can be used for plain text and large amounts of content."},name:"FontSizeBodyBase",attributes:{category:"font",type:"size",item:"body",subitem:"base"},path:["font","size","body","base"]},highlight:{value:"1rem",comment:"It can be used for highlighted text or titles with the lowest possible importance.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.4}",comment:"It can be used for highlighted text or titles with the lowest possible importance."},name:"FontSizeBodyHighlight",attributes:{category:"font",type:"size",item:"body",subitem:"highlight"},path:["font","size","body","highlight"]}},title:{h1:{value:"2rem",comment:"Main hierarchy headings, reserved for a single use per page.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.8}",comment:"Main hierarchy headings, reserved for a single use per page."},name:"FontSizeTitleH1",attributes:{category:"font",type:"size",item:"title",subitem:"h1"},path:["font","size","title","h1"]},h2:{value:"1.75rem",comment:"Secondary hierarchy headings that are used to divide large sections of content on a page",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.7}",comment:"Secondary hierarchy headings that are used to divide large sections of content on a page"},name:"FontSizeTitleH2",attributes:{category:"font",type:"size",item:"title",subitem:"h2"},path:["font","size","title","h2"]},h3:{value:"1.5rem",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.6}"},name:"FontSizeTitleH3",attributes:{category:"font",type:"size",item:"title",subitem:"h3"},path:["font","size","title","h3"]},h4:{value:"1.25rem",comment:"It can be used for low hierarchy headings with the second lowest possible importance.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.5}",comment:"It can be used for low hierarchy headings with the second lowest possible importance."},name:"FontSizeTitleH4",attributes:{category:"font",type:"size",item:"title",subitem:"h4"},path:["font","size","title","h4"]},h5:{value:"1rem",comment:"It can be used for highlighted text or titles with the lowest possible importance.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.4}",comment:"It can be used for highlighted text or titles with the lowest possible importance."},name:"FontSizeTitleH5",attributes:{category:"font",type:"size",item:"title",subitem:"h5"},path:["font","size","title","h5"]},h6:{value:"0.875rem",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{font.size.3-5}"},name:"FontSizeTitleH6",attributes:{category:"font",type:"size",item:"title",subitem:"h6"},path:["font","size","title","h6"]}}},family:{sans:{value:"Geist, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', arial, sans-serif",comment:"Font family value by default, to use in css and set components font.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"Geist, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', arial, sans-serif",comment:"Font family value by default, to use in css and set components font."},name:"FontFamilySans",attributes:{category:"font",type:"family",item:"sans"},path:["font","family","sans"]},mono:{value:"Geist Mono, 'Roboto Mono', monospace",comment:"Monospace font family value for usage within code blocks and code elements.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"Geist Mono, 'Roboto Mono', monospace",comment:"Monospace font family value for usage within code blocks and code elements."},name:"FontFamilyMono",attributes:{category:"font",type:"family",item:"mono"},path:["font","family","mono"]}},weight:{regular:{value:"400",comment:"Plain text with regular weight, can be combined with highlight, base or caption font-size.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"400",comment:"Plain text with regular weight, can be combined with highlight, base or caption font-size."},name:"FontWeightRegular",attributes:{category:"font",type:"weight",item:"regular"},path:["font","weight","regular"]},medium:{value:"500",comment:"Plain text with medium weight, can be combined with every font-size.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"500",comment:"Plain text with medium weight, can be combined with every font-size."},name:"FontWeightMedium",attributes:{category:"font",type:"weight",item:"medium"},path:["font","weight","medium"]},bold:{value:"600",comment:"Plain text with semi-bold weight, can be combined with highlight, base or caption font-size.",filePath:"src/typography/sys.json",isSource:!0,original:{value:"600",comment:"Plain text with semi-bold weight, can be combined with highlight, base or caption font-size."},name:"FontWeightBold",attributes:{category:"font",type:"weight",item:"bold"},path:["font","weight","bold"]}}},line:{height:{4:{value:"1rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1rem"},name:"LineHeight4",attributes:{category:"line",type:"height",item:"4"},path:["line","height","4"]},5:{value:"1.25rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.25rem"},name:"LineHeight5",attributes:{category:"line",type:"height",item:"5"},path:["line","height","5"]},6:{value:"1.5rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.5rem"},name:"LineHeight6",attributes:{category:"line",type:"height",item:"6"},path:["line","height","6"]},7:{value:"1.75rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.75rem"},name:"LineHeight7",attributes:{category:"line",type:"height",item:"7"},path:["line","height","7"]},8:{value:"2rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"2rem"},name:"LineHeight8",attributes:{category:"line",type:"height",item:"8"},path:["line","height","8"]},10:{value:"2.5rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"2.5rem"},name:"LineHeight10",attributes:{category:"line",type:"height",item:"10"},path:["line","height","10"]},11:{value:"2.75rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"2.75rem"},name:"LineHeight11",attributes:{category:"line",type:"height",item:"11"},path:["line","height","11"]},"3-5":{value:"0.875rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"0.875rem"},name:"LineHeight35",attributes:{category:"line",type:"height",item:"3-5"},path:["line","height","3-5"]},"4-5":{value:"1.125rem",filePath:"src/typography/ref.json",isSource:!0,original:{value:"1.125rem"},name:"LineHeight45",attributes:{category:"line",type:"height",item:"4-5"},path:["line","height","4-5"]},body:{caption:{value:"1rem",comment:"Combined use with: font-size-body-caption",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.4}",comment:"Combined use with: font-size-body-caption"},name:"LineHeightBodyCaption",attributes:{category:"line",type:"height",item:"body",subitem:"caption"},path:["line","height","body","caption"]},base:{value:"1.25rem",comment:"Combined use with: font-size-body-base",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.5}",comment:"Combined use with: font-size-body-base"},name:"LineHeightBodyBase",attributes:{category:"line",type:"height",item:"body",subitem:"base"},path:["line","height","body","base"]},highlight:{value:"1.5rem",comment:"Combined use with: font-size-body-highlight",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.6}",comment:"Combined use with: font-size-body-highlight"},name:"LineHeightBodyHighlight",attributes:{category:"line",type:"height",item:"body",subitem:"highlight"},path:["line","height","body","highlight"]}},title:{h1:{value:"2.5rem",comment:"Combined use with: font-size-title-h1",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.10}",comment:"Combined use with: font-size-title-h1"},name:"LineHeightTitleH1",attributes:{category:"line",type:"height",item:"title",subitem:"h1"},path:["line","height","title","h1"]},h2:{value:"2rem",comment:"Combined use with: font-size-title-h2",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.8}",comment:"Combined use with: font-size-title-h2"},name:"LineHeightTitleH2",attributes:{category:"line",type:"height",item:"title",subitem:"h2"},path:["line","height","title","h2"]},h3:{value:"1.75rem",comment:"Combined use with: font-size-title-h3",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.7}",comment:"Combined use with: font-size-title-h3"},name:"LineHeightTitleH3",attributes:{category:"line",type:"height",item:"title",subitem:"h3"},path:["line","height","title","h3"]},h4:{value:"1.5rem",comment:"Combined use with: font-size-title-h4",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.6}",comment:"Combined use with: font-size-title-h4"},name:"LineHeightTitleH4",attributes:{category:"line",type:"height",item:"title",subitem:"h4"},path:["line","height","title","h4"]},h5:{value:"1.5rem",comment:"Combined use with: font-size-title-h5",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.6}",comment:"Combined use with: font-size-title-h5"},name:"LineHeightTitleH5",attributes:{category:"line",type:"height",item:"title",subitem:"h5"},path:["line","height","title","h5"]},h6:{value:"1.25rem",comment:"Combined use with: font-size-title-h6",filePath:"src/typography/sys.json",isSource:!0,original:{value:"{line.height.5}",comment:"Combined use with: font-size-title-h6"},name:"LineHeightTitleH6",attributes:{category:"line",type:"height",item:"title",subitem:"h6"},path:["line","height","title","h6"]}}}},zIndex:{100:{value:"100",comment:"The minimum z-index value, use not defined.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"100",comment:"The minimum z-index value, use not defined."},name:"ZIndex100",attributes:{category:"zIndex",type:"100"},path:["zIndex","100"]},200:{value:"200",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"200"},name:"ZIndex200",attributes:{category:"zIndex",type:"200"},path:["zIndex","200"]},300:{value:"300",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"300"},name:"ZIndex300",attributes:{category:"zIndex",type:"300"},path:["zIndex","300"]},400:{value:"400",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"400"},name:"ZIndex400",attributes:{category:"zIndex",type:"400"},path:["zIndex","400"]},500:{value:"500",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"500"},name:"ZIndex500",attributes:{category:"zIndex",type:"500"},path:["zIndex","500"]},600:{value:"600",comment:"Value commonly used for overlay elements, modals and sidebars.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"600",comment:"Value commonly used for overlay elements, modals and sidebars."},name:"ZIndex600",attributes:{category:"zIndex",type:"600"},path:["zIndex","600"]},700:{value:"700",comment:"Value commonly used for modals and sidebars.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"700",comment:"Value commonly used for modals and sidebars."},name:"ZIndex700",attributes:{category:"zIndex",type:"700"},path:["zIndex","700"]},800:{value:"800",comment:"Value commonly used floating components like toasts, tooltips and popovers.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"800",comment:"Value commonly used floating components like toasts, tooltips and popovers."},name:"ZIndex800",attributes:{category:"zIndex",type:"800"},path:["zIndex","800"]},900:{value:"900",comment:"The highest z-index value, use not defined.",filePath:"src/zIndex/sys.json",isSource:!0,original:{value:"900",comment:"The highest z-index value, use not defined."},name:"ZIndex900",attributes:{category:"zIndex",type:"900"},path:["zIndex","900"]}}}},1528:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabs=void 0;const a=r(5163).__importDefault(r(8156)),i=r(5280),o=r(9526),l=({style:e,children:t,...r})=>a.default.createElement(i.Box,{...r,style:e,alignItems:"center",backgroundColor:"neutral-background",borderStyle:"solid",borderWidth:"none",borderTopWidth:"1",borderColor:"neutral-surfaceHighlight",bottom:"0",display:"flex",justifyContent:"space-between",left:"0",position:"fixed",px:"4",py:"2",width:"100%",zIndex:"500"},t);t.NavTabs=l,l.Item=o.NavTabsItem,l.displayName="NavTabs",l.Item.displayName="NavTabs.Item"},3251:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const a=r(5163);a.__exportStar(r(6130),t),a.__exportStar(r(9526),t)},8182:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabsItem=void 0;const a=r(5163),i=a.__importDefault(r(8156)),o=r(5280),l=r(3215),s=a.__importDefault(r(2346)),n={borderColor:"transparent",borderRadius:"2",cursor:"pointer",as:"button",type:"button",p:"2-5",position:"relative"},c=()=>i.default.createElement(o.Box,{borderRadius:"full",backgroundColor:"primary-interactive",height:".25rem",position:"absolute",right:".25rem",top:".25rem",width:".25rem"});t.NavTabsItem=({style:e,appearance:t="neutral",icon:r,active:a=!1,badge:u=!1,onClick:h,ariaLabel:g,...m})=>{if("ai-generative"===t){const{aiGradient:t}=s.default.color.light,r=`linear-gradient(66deg, ${t["blue-high"].value} 0%, ${t["purple-high"].value} 50%, ${t["pink-high"].value} 100%)`,a=s.default.shape.border.radius[2].value;return i.default.createElement("div",{style:{display:"inline-flex",backgroundImage:r,borderRadius:`calc(${a} + 2px)`,padding:"2px"}},i.default.createElement(o.Box,{...m,...n,style:e,backgroundColor:"neutral-background",onClick:h,"aria-label":g},i.default.createElement(o.Icon,{source:i.default.createElement(l.GenerativeStarsIcon,{size:"medium"}),color:"ai-generative"}),u&&i.default.createElement(c,null)))}return i.default.createElement(o.Box,{...m,...n,style:e,backgroundColor:a?"primary-surface":"transparent",onClick:h,"aria-label":g},i.default.createElement(o.Icon,{source:r,color:a?"primary-interactive":"primary-textLow"}),u&&i.default.createElement(c,null))}},159:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabsItem=void 0;const a=r(8182);var i=r(8182);Object.defineProperty(t,"NavTabsItem",{enumerable:!0,get:function(){return i.NavTabsItem}}),t.default=a.NavTabsItem},9526:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});r(5163).__exportStar(r(159),t)},6130:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NavTabs=void 0;const a=r(1528);var i=r(1528);Object.defineProperty(t,"NavTabs",{enumerable:!0,get:function(){return i.NavTabs}}),t.default=a.NavTabs},5163:(e,t,r)=>{"use strict";r.r(t),r.d(t,{__assign:()=>o,__asyncDelegator:()=>k,__asyncGenerator:()=>j,__asyncValues:()=>C,__await:()=>w,__awaiter:()=>p,__classPrivateFieldGet:()=>F,__classPrivateFieldIn:()=>_,__classPrivateFieldSet:()=>G,__createBinding:()=>f,__decorate:()=>s,__esDecorate:()=>c,__exportStar:()=>v,__extends:()=>i,__generator:()=>y,__importDefault:()=>z,__importStar:()=>I,__makeTemplateObject:()=>L,__metadata:()=>m,__param:()=>n,__propKey:()=>h,__read:()=>b,__rest:()=>l,__runInitializers:()=>u,__setFunctionName:()=>g,__spread:()=>S,__spreadArray:()=>P,__spreadArrays:()=>x,__values:()=>d});var a=function(e,t){return a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},a(e,t)};function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}a(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}var o=function(){return o=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)};function l(e,t){var r={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(r[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(a=Object.getOwnPropertySymbols(e);i<a.length;i++)t.indexOf(a[i])<0&&Object.prototype.propertyIsEnumerable.call(e,a[i])&&(r[a[i]]=e[a[i]])}return r}function s(e,t,r,a){var i,o=arguments.length,l=o<3?t:null===a?a=Object.getOwnPropertyDescriptor(t,r):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,r,a);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(l=(o<3?i(l):o>3?i(t,r,l):i(t,r))||l);return o>3&&l&&Object.defineProperty(t,r,l),l}function n(e,t){return function(r,a){t(r,a,e)}}function c(e,t,r,a,i,o){function l(e){if(void 0!==e&&"function"!=typeof e)throw new TypeError("Function expected");return e}for(var s,n=a.kind,c="getter"===n?"get":"setter"===n?"set":"value",u=!t&&e?a.static?e:e.prototype:null,h=t||(u?Object.getOwnPropertyDescriptor(u,a.name):{}),g=!1,m=r.length-1;m>=0;m--){var p={};for(var y in a)p[y]="access"===y?{}:a[y];for(var y in a.access)p.access[y]=a.access[y];p.addInitializer=function(e){if(g)throw new TypeError("Cannot add initializers after decoration has completed");o.push(l(e||null))};var f=(0,r[m])("accessor"===n?{get:h.get,set:h.set}:h[c],p);if("accessor"===n){if(void 0===f)continue;if(null===f||"object"!=typeof f)throw new TypeError("Object expected");(s=l(f.get))&&(h.get=s),(s=l(f.set))&&(h.set=s),(s=l(f.init))&&i.push(s)}else(s=l(f))&&("field"===n?i.push(s):h[c]=s)}u&&Object.defineProperty(u,a.name,h),g=!0}function u(e,t,r){for(var a=arguments.length>2,i=0;i<t.length;i++)r=a?t[i].call(e,r):t[i].call(e);return a?r:void 0}function h(e){return"symbol"==typeof e?e:"".concat(e)}function g(e,t,r){return"symbol"==typeof t&&(t=t.description?"[".concat(t.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:r?"".concat(r," ",t):t})}function m(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function p(e,t,r,a){return new(r||(r=Promise))((function(i,o){function l(e){try{n(a.next(e))}catch(e){o(e)}}function s(e){try{n(a.throw(e))}catch(e){o(e)}}function n(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(l,s)}n((a=a.apply(e,t||[])).next())}))}function y(e,t){var r,a,i,o,l={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(n){return function(s){if(r)throw new TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(l=0)),l;)try{if(r=1,a&&(i=2&s[0]?a.return:s[0]?a.throw||((i=a.return)&&i.call(a),0):a.next)&&!(i=i.call(a,s[1])).done)return i;switch(a=0,i&&(s=[2&s[0],i.value]),s[0]){case 0:case 1:i=s;break;case 4:return l.label++,{value:s[1],done:!1};case 5:l.label++,a=s[1],s=[0];continue;case 7:s=l.ops.pop(),l.trys.pop();continue;default:if(!(i=l.trys,(i=i.length>0&&i[i.length-1])||6!==s[0]&&2!==s[0])){l=0;continue}if(3===s[0]&&(!i||s[1]>i[0]&&s[1]<i[3])){l.label=s[1];break}if(6===s[0]&&l.label<i[1]){l.label=i[1],i=s;break}if(i&&l.label<i[2]){l.label=i[2],l.ops.push(s);break}i[2]&&l.ops.pop(),l.trys.pop();continue}s=t.call(e,l)}catch(e){s=[6,e],a=0}finally{r=i=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,n])}}}var f=Object.create?function(e,t,r,a){void 0===a&&(a=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,i)}:function(e,t,r,a){void 0===a&&(a=r),e[a]=t[r]};function v(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||f(t,e,r)}function d(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],a=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&a>=e.length&&(e=void 0),{value:e&&e[a++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function b(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var a,i,o=r.call(e),l=[];try{for(;(void 0===t||t-- >0)&&!(a=o.next()).done;)l.push(a.value)}catch(e){i={error:e}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}return l}function S(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(b(arguments[t]));return e}function x(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var a=Array(e),i=0;for(t=0;t<r;t++)for(var o=arguments[t],l=0,s=o.length;l<s;l++,i++)a[i]=o[l];return a}function P(e,t,r){if(r||2===arguments.length)for(var a,i=0,o=t.length;i<o;i++)!a&&i in t||(a||(a=Array.prototype.slice.call(t,0,i)),a[i]=t[i]);return e.concat(a||Array.prototype.slice.call(t))}function w(e){return this instanceof w?(this.v=e,this):new w(e)}function j(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var a,i=r.apply(e,t||[]),o=[];return a={},l("next"),l("throw"),l("return"),a[Symbol.asyncIterator]=function(){return this},a;function l(e){i[e]&&(a[e]=function(t){return new Promise((function(r,a){o.push([e,t,r,a])>1||s(e,t)}))})}function s(e,t){try{(r=i[e](t)).value instanceof w?Promise.resolve(r.value.v).then(n,c):u(o[0][2],r)}catch(e){u(o[0][3],e)}var r}function n(e){s("next",e)}function c(e){s("throw",e)}function u(e,t){e(t),o.shift(),o.length&&s(o[0][0],o[0][1])}}function k(e){var t,r;return t={},a("next"),a("throw",(function(e){throw e})),a("return"),t[Symbol.iterator]=function(){return this},t;function a(a,i){t[a]=e[a]?function(t){return(r=!r)?{value:w(e[a](t)),done:!1}:i?i(t):t}:i}}function C(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=d(e),t={},a("next"),a("throw"),a("return"),t[Symbol.asyncIterator]=function(){return this},t);function a(r){t[r]=e[r]&&function(t){return new Promise((function(a,i){(function(e,t,r,a){Promise.resolve(a).then((function(t){e({value:t,done:r})}),t)})(a,i,(t=e[r](t)).done,t.value)}))}}}function L(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var D=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};function I(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&f(t,e,r);return D(t,e),t}function z(e){return e&&e.__esModule?e:{default:e}}function F(e,t,r,a){if("a"===r&&!a)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!a:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===r?a:"a"===r?a.call(e):a?a.value:t.get(e)}function G(e,t,r,a,i){if("m"===a)throw new TypeError("Private method is not writable");if("a"===a&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===a?i.call(e,r):i?i.value=r:t.set(e,r),r}function _(e,t){if(null===t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("Cannot use 'in' operator on non-object");return"function"==typeof e?t===e:e.has(t)}},5280:e=>{"use strict";e.exports=t},3215:e=>{"use strict";e.exports=r},8156:t=>{"use strict";t.exports=e}},i={};function o(e){var t=i[e];if(void 0!==t)return t.exports;var r=i[e]={exports:{}};return a[e](r,r.exports,o),r.exports}return o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o(3251)})()));
|