@astryxdesign/lab 0.1.4-canary.c437a87 → 0.1.4-canary.c679f18
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/README.md +0 -2
- package/dist/index.d.ts +0 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -11
- package/dist/lab.css +21 -170
- package/package.json +2 -2
- package/src/InfoTip/InfoTip.doc.mjs +1 -1
- package/src/index.ts +0 -22
- package/dist/Chat/ChatEmojiPicker.d.ts +0 -80
- package/dist/Chat/ChatEmojiPicker.d.ts.map +0 -1
- package/dist/Chat/ChatEmojiPicker.js +0 -201
- package/dist/Chat/ChatReactionBar.d.ts +0 -73
- package/dist/Chat/ChatReactionBar.d.ts.map +0 -1
- package/dist/Chat/ChatReactionBar.js +0 -148
- package/dist/Chat/ChatTypingIndicator.d.ts +0 -30
- package/dist/Chat/ChatTypingIndicator.d.ts.map +0 -1
- package/dist/Chat/ChatTypingIndicator.js +0 -112
- package/dist/Chat/ChatUnreadDivider.d.ts +0 -27
- package/dist/Chat/ChatUnreadDivider.d.ts.map +0 -1
- package/dist/Chat/ChatUnreadDivider.js +0 -83
- package/dist/Chat/index.d.ts +0 -15
- package/dist/Chat/index.d.ts.map +0 -1
- package/dist/Chat/index.js +0 -14
- package/dist/Drawer/Drawer.d.ts +0 -135
- package/dist/Drawer/Drawer.d.ts.map +0 -1
- package/dist/Drawer/Drawer.js +0 -503
- package/dist/Drawer/index.d.ts +0 -9
- package/dist/Drawer/index.d.ts.map +0 -1
- package/dist/Drawer/index.js +0 -10
- package/dist/LogStream/LogStream.d.ts +0 -72
- package/dist/LogStream/LogStream.d.ts.map +0 -1
- package/dist/LogStream/LogStream.js +0 -424
- package/dist/LogStream/index.d.ts +0 -3
- package/dist/LogStream/index.d.ts.map +0 -1
- package/dist/LogStream/index.js +0 -5
- package/dist/Stat/Stat.d.ts +0 -98
- package/dist/Stat/Stat.d.ts.map +0 -1
- package/dist/Stat/Stat.js +0 -219
- package/dist/Stat/index.d.ts +0 -9
- package/dist/Stat/index.d.ts.map +0 -1
- package/dist/Stat/index.js +0 -11
- package/src/Chat/ChatEmojiPicker.doc.mjs +0 -68
- package/src/Chat/ChatEmojiPicker.test.tsx +0 -143
- package/src/Chat/ChatEmojiPicker.tsx +0 -287
- package/src/Chat/ChatReactionBar.doc.mjs +0 -73
- package/src/Chat/ChatReactionBar.test.tsx +0 -124
- package/src/Chat/ChatReactionBar.tsx +0 -290
- package/src/Chat/ChatTypingIndicator.doc.mjs +0 -35
- package/src/Chat/ChatTypingIndicator.test.tsx +0 -48
- package/src/Chat/ChatTypingIndicator.tsx +0 -158
- package/src/Chat/ChatUnreadDivider.doc.mjs +0 -36
- package/src/Chat/ChatUnreadDivider.test.tsx +0 -35
- package/src/Chat/ChatUnreadDivider.tsx +0 -113
- package/src/Chat/index.ts +0 -22
- package/src/Drawer/Drawer.doc.mjs +0 -157
- package/src/Drawer/Drawer.test.tsx +0 -636
- package/src/Drawer/Drawer.tsx +0 -741
- package/src/Drawer/index.ts +0 -11
- package/src/LogStream/LogStream.doc.mjs +0 -17
- package/src/LogStream/LogStream.test.tsx +0 -238
- package/src/LogStream/LogStream.tsx +0 -564
- package/src/LogStream/index.ts +0 -6
- package/src/Stat/Stat.doc.mjs +0 -162
- package/src/Stat/Stat.test.tsx +0 -143
- package/src/Stat/Stat.tsx +0 -298
- package/src/Stat/index.ts +0 -19
package/README.md
CHANGED
|
@@ -12,8 +12,6 @@ Components in lab:
|
|
|
12
12
|
- Compose with `@astryxdesign/core` components (use the theme, follow naming conventions)
|
|
13
13
|
- Graduate to `@astryxdesign/core` after thorough engineering review
|
|
14
14
|
|
|
15
|
-
See the **[Component Lifecycle](https://github.com/facebook/astryx/wiki/Component-Lifecycle)** wiki for how a component moves from lab → core (and the promotion gates), and the **[Component Hardening Protocol](https://github.com/facebook/astryx/wiki/Component-Hardening-Protocol)** for the bar a component must clear to graduate.
|
|
16
|
-
|
|
17
15
|
## What's here vs what's in core
|
|
18
16
|
|
|
19
17
|
**Lab:** Works, has basic props, maybe has stories. API might change. Not accessibility-hardened, not vibe-tested, not fully themed. **Canary-only — no stability promise.**
|
package/dist/index.d.ts
CHANGED
|
@@ -14,9 +14,6 @@ export { CodeEditor, type CodeEditorProps } from './CodeEditor';
|
|
|
14
14
|
export { tokenize, tokenizeAsync, SYNC_TOKENIZE_THRESHOLD, type SyntaxToken, } from '@astryxdesign/core/CodeBlock';
|
|
15
15
|
export { InfoTip, type InfoTipProps, type InfoTipSize } from './InfoTip';
|
|
16
16
|
export { ChatReasoning, type ChatReasoningProps, } from './ChatReasoning/ChatReasoning';
|
|
17
|
-
export * from './Chat';
|
|
18
|
-
export { Drawer, type DrawerProps } from './Drawer';
|
|
19
|
-
export { Stat, type StatProps, type StatDelta, type StatDeltaDirection, type StatDeltaSentiment, type StatSize, } from './Stat';
|
|
20
17
|
export * from './Schedule';
|
|
21
18
|
export { SVGIcon, type SVGIconProps, type SVGIconVariation, type SVGIconSize, type SVGIconColor, type SVGIconDef, type IconShape, type IconShapeRole, iconVars, variations, opticalSize, xIcon, checkIcon, bellIcon, homeIcon, settingsIcon, calendarIcon, menuIcon, heartIcon, eyeIcon, starIcon, folderIcon, shieldIcon, searchIcon, mailIcon, lockIcon, starterIcons, } from './SVGIcon';
|
|
22
19
|
export { Chart, type ChartProps, type YBaseline, ChartAxis, type ChartAxisProps, ChartGrid, type ChartGridProps, ChartBar, type ChartBarProps, ChartLine, type ChartLineProps, ChartArea, type ChartAreaProps, ChartErrorBar, type ChartErrorBarProps, ChartCandlestick, type ChartCandlestickProps, ChartDot, type ChartDotProps, ChartDotGL, type ChartDotGLProps, ChartDotGLInteractive, type ChartDotGLInteractiveProps, ChartHeatmapGL, type ChartHeatmapGLProps, ChartStreamGL, type ChartStreamGLProps, type ChartStreamGLHandle, ChartTooltip, type ChartTooltipProps, type ChartCrosshairMode, ChartLegend, type ChartLegendProps, type ChartLegendItem, useChart, type ChartContext, type ChartMargin, type ChartScale, m4Reduce, type M4Point, useChartColors, useChartRange, type UseChartRangeOptions, type UseChartRangeReturn, getChartColors, getChartColorsFromResolver, type ChartColorsAPI, type SequentialHue, type TokenResolver, compactNumber, currency, percent, shortDate, monthYear, } from './Chart';
|
|
@@ -26,5 +23,4 @@ export { ChartBrush, type ChartBrushProps, type BrushMode, type BrushRange, Char
|
|
|
26
23
|
export { SankeyChart, type SankeyChartProps, SankeyLink, type SankeyLinkProps, SankeyNode, type SankeyNodeProps, SankeyLabel, type SankeyLabelProps, useSankey, type SankeyNodeDatum, type SankeyLinkDatum, type SankeyColumn, type SankeyColumnDef, type SankeyNodeLayout, type SankeyLinkLayout, type SankeyColumnLayout, SankeyGrid, type SankeyGridProps, type SankeyContext, } from './Sankey';
|
|
27
24
|
export * from './Stepper';
|
|
28
25
|
export * from './CircularProgress';
|
|
29
|
-
export { LogStream, type LogStreamProps, type LogEntry, type LogStreamLevel, } from './LogStream';
|
|
30
26
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,EAAC,SAAS,EAAE,KAAK,cAAc,EAAC,MAAM,aAAa,CAAC;AAC3D,OAAO,EAAC,UAAU,EAAE,KAAK,eAAe,EAAC,MAAM,cAAc,CAAC;AAC9D,OAAO,EACL,QAAQ,EACR,aAAa,EACb,uBAAuB,EACvB,KAAK,WAAW,GACjB,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EAAC,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,WAAW,EAAC,MAAM,WAAW,CAAC;AAGvE,OAAO,EACL,aAAa,EACb,KAAK,kBAAkB,GACxB,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.js
CHANGED
|
@@ -22,13 +22,6 @@ export { InfoTip } from "./InfoTip/index.js";
|
|
|
22
22
|
|
|
23
23
|
// Chat — experimental reasoning display
|
|
24
24
|
export { ChatReasoning } from "./ChatReasoning/ChatReasoning.js";
|
|
25
|
-
export * from "./Chat/index.js";
|
|
26
|
-
|
|
27
|
-
// Drawer — experimental overlay panel
|
|
28
|
-
export { Drawer } from "./Drawer/index.js";
|
|
29
|
-
|
|
30
|
-
// Stat — experimental KPI/metric display
|
|
31
|
-
export { Stat } from "./Stat/index.js";
|
|
32
25
|
|
|
33
26
|
// Schedule — experimental full-calendar views
|
|
34
27
|
export * from "./Schedule/index.js";
|
|
@@ -54,7 +47,4 @@ export { SankeyChart, SankeyLink, SankeyNode, SankeyLabel, useSankey, SankeyGrid
|
|
|
54
47
|
// Chart v2 (config model) moved to its own package: @astryxdesign/charts.
|
|
55
48
|
// It is no longer re-exported from @astryxdesign/lab.
|
|
56
49
|
export * from "./Stepper/index.js";
|
|
57
|
-
export * from "./CircularProgress/index.js";
|
|
58
|
-
|
|
59
|
-
// LogStream — experimental streaming log viewer
|
|
60
|
-
export { LogStream } from "./LogStream/index.js";
|
|
50
|
+
export * from "./CircularProgress/index.js";
|
package/dist/lab.css
CHANGED
|
@@ -9,8 +9,6 @@
|
|
|
9
9
|
@property --x-height { syntax: "*"; inherits: false;}
|
|
10
10
|
@property --x-insetInlineStart { syntax: "*"; inherits: false;}
|
|
11
11
|
@property --x-marginBlockStart { syntax: "*"; inherits: false;}
|
|
12
|
-
@property --x-maxHeight { syntax: "*"; inherits: false;}
|
|
13
|
-
@property --x-maxWidth { syntax: "*"; inherits: false;}
|
|
14
12
|
@property --x-minHeight { syntax: "*"; inherits: false;}
|
|
15
13
|
@property --x-minWidth { syntax: "*"; inherits: false;}
|
|
16
14
|
@property --x-top { syntax: "*"; inherits: false;}
|
|
@@ -18,7 +16,6 @@
|
|
|
18
16
|
@keyframes x1ofn8cw-B{0%{background-position:200% 0;}100%{background-position:-200% 0;}}
|
|
19
17
|
@keyframes xr5kuex-B{0%{stroke-dasharray:1,150;stroke-dashoffset:0;}50%{stroke-dasharray:90,150;stroke-dashoffset:-35;}100%{stroke-dasharray:90,150;stroke-dashoffset:-124;}}
|
|
20
18
|
@keyframes xqng64z-B{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
|
|
21
|
-
@keyframes x17t2jll-B{0%{transform:translateY(0);opacity:.35;}30%{transform:translateY(-3px);opacity:1;}60%{transform:translateY(0);opacity:.35;}100%{transform:translateY(0);opacity:.35;}}
|
|
22
19
|
:root, .x1ucsbpz{--icon-layer-primary-fill:none;--icon-layer-primary-stroke:currentColor;--icon-layer-primary-opacity:1;--icon-layer-primary-stroke-role-fill:none;--icon-layer-primary-stroke-role-stroke:currentColor;--icon-layer-primary-stroke-role-opacity:1;--icon-layer-primary-stroke-role-width:1.5;--icon-layer-secondary-fill:none;--icon-layer-secondary-stroke:currentColor;--icon-layer-secondary-opacity:1;--icon-layer-secondary-stroke-role-fill:none;--icon-layer-secondary-stroke-role-stroke:currentColor;--icon-layer-secondary-stroke-role-opacity:1;--icon-layer-secondary-stroke-role-width:1.5;--icon-size:24px;--icon-stroke-width:1.5;--icon-stroke-linecap:round;--icon-stroke-linejoin:round;--icon-padding:0px;--icon-inline-offset:0px;--icon-block-offset:0px;--icon-bold-stroke-boost:0.5;--icon-gap:0.75;--icon-gap-linejoin:round;}
|
|
23
20
|
.x1eijsz{--icon-layer-primary-fill:currentColor}
|
|
24
21
|
.xawlqpt{--icon-layer-primary-fill:none}
|
|
@@ -56,7 +53,6 @@
|
|
|
56
53
|
.x10h29id:not(#\#){margin:var(--spacing-0-5)}
|
|
57
54
|
.x1717udv:not(#\#){padding:0}
|
|
58
55
|
.x12nba7r:not(#\#){padding:var(--spacing-0-5)}
|
|
59
|
-
.x70o2i5:not(#\#):not(#\#){border-color:#26262a}
|
|
60
56
|
.x103w4nt:not(#\#):not(#\#){border-color:color-mix(in srgb,var(--color-border-blue) 48%,var(--color-border))}
|
|
61
57
|
.x14n1b0s:not(#\#):not(#\#){border-color:color-mix(in srgb,var(--color-border-cyan) 48%,var(--color-border))}
|
|
62
58
|
.x1uk4s2l:not(#\#):not(#\#){border-color:color-mix(in srgb,var(--color-border-green) 48%,var(--color-border))}
|
|
@@ -66,11 +62,9 @@
|
|
|
66
62
|
.x1t9827k:not(#\#):not(#\#){border-color:color-mix(in srgb,var(--color-border-red) 48%,var(--color-border))}
|
|
67
63
|
.x1ooq0ed:not(#\#):not(#\#){border-color:color-mix(in srgb,var(--color-border-teal) 48%,var(--color-border))}
|
|
68
64
|
.x1t0z2uq:not(#\#):not(#\#){border-color:color-mix(in srgb,var(--color-border-yellow) 48%,var(--color-border))}
|
|
69
|
-
.x9r1u3d:not(#\#):not(#\#){border-color:transparent}
|
|
70
65
|
.xad5do:not(#\#):not(#\#){border-color:var(--color-accent)}
|
|
71
66
|
.xlee4gx:not(#\#):not(#\#){border-color:var(--color-border-blue)}
|
|
72
67
|
.xb1xfl:not(#\#):not(#\#){border-color:var(--color-border-cyan)}
|
|
73
|
-
.xvy26l8:not(#\#):not(#\#){border-color:var(--color-border-emphasized)}
|
|
74
68
|
.x1w9ec3u:not(#\#):not(#\#){border-color:var(--color-border-gray)}
|
|
75
69
|
.xy90a9n:not(#\#):not(#\#){border-color:var(--color-border-green)}
|
|
76
70
|
.xloqurj:not(#\#):not(#\#){border-color:var(--color-border-orange)}
|
|
@@ -80,7 +74,6 @@
|
|
|
80
74
|
.x1r9gxr1:not(#\#):not(#\#){border-color:var(--color-border-teal)}
|
|
81
75
|
.x1kpnwn1:not(#\#):not(#\#){border-color:var(--color-border-yellow)}
|
|
82
76
|
.x14i3s5s:not(#\#):not(#\#){border-color:var(--color-border)}
|
|
83
|
-
.xuxrje7:not(#\#):not(#\#){border-inline-width:0}
|
|
84
77
|
.x1hviunn:not(#\#):not(#\#){border-radius:var(--radius-container)}
|
|
85
78
|
.xh6dtrn:not(#\#):not(#\#){border-radius:var(--radius-element)}
|
|
86
79
|
.xjspbzw:not(#\#):not(#\#){border-radius:var(--radius-full)}
|
|
@@ -88,7 +81,6 @@
|
|
|
88
81
|
.xng3xce:not(#\#):not(#\#){border-style:none}
|
|
89
82
|
.x1y0btm7:not(#\#):not(#\#){border-style:solid}
|
|
90
83
|
.xc342km:not(#\#):not(#\#){border-width:0}
|
|
91
|
-
.xmkeg23:not(#\#):not(#\#){border-width:1px}
|
|
92
84
|
.x1litavf:not(#\#):not(#\#){border-width:var(--border-width)}
|
|
93
85
|
.x98rzlu:not(#\#):not(#\#){flex:1}
|
|
94
86
|
.xxhr3t:not(#\#):not(#\#){gap:0}
|
|
@@ -111,8 +103,6 @@
|
|
|
111
103
|
.x1a2a7pz:not(#\#):not(#\#){outline:none}
|
|
112
104
|
.xysyzu8:not(#\#):not(#\#){overflow:auto}
|
|
113
105
|
.xb3r6kr:not(#\#):not(#\#){overflow:hidden}
|
|
114
|
-
.xish69e:not(#\#):not(#\#){overscroll-behavior:contain}
|
|
115
|
-
.xsplgde:not(#\#):not(#\#){padding-block:1px}
|
|
116
106
|
.x13f7esw:not(#\#):not(#\#){padding-block:var(--spacing-0-5)}
|
|
117
107
|
.xu0wf1k:not(#\#):not(#\#){padding-block:var(--spacing-1)}
|
|
118
108
|
.xce4md1:not(#\#):not(#\#){padding-block:var(--spacing-2)}
|
|
@@ -126,11 +116,6 @@
|
|
|
126
116
|
.xb0j27v:not(#\#):not(#\#){transition:grid-template-rows var(--duration-medium) var(--ease-standard)}
|
|
127
117
|
.x1ob6yzd:not(#\#):not(#\#){transition:transform var(--duration-fast) var(--ease-standard)}
|
|
128
118
|
.x17nn4n9:focus-visible:not(#\#):not(#\#){outline:2px solid var(--color-accent)}
|
|
129
|
-
.x1xfd4ba:hover:not(#\#):not(#\#){border-color:transparent}
|
|
130
|
-
.xn21ew4:hover:not(#\#):not(#\#){border-color:var(--color-accent)}
|
|
131
|
-
@media (hover: hover){.xhggfp0.xhggfp0:hover:not(#\#):not(#\#){border-color:var(--color-accent)}}
|
|
132
|
-
@media (hover: hover){.x1ww4t2b.x1ww4t2b:hover:not(#\#):not(#\#){border-color:var(--color-border-emphasized)}}
|
|
133
|
-
.x1pha0wt:not(#\#):not(#\#):not(#\#){align-items:baseline}
|
|
134
119
|
.x6s0dn4:not(#\#):not(#\#):not(#\#){align-items:center}
|
|
135
120
|
.x1cy8zhl:not(#\#):not(#\#):not(#\#){align-items:flex-start}
|
|
136
121
|
.x7a106z:not(#\#):not(#\#):not(#\#){align-items:start}
|
|
@@ -138,24 +123,16 @@
|
|
|
138
123
|
.xqcrz7y:not(#\#):not(#\#):not(#\#){align-self:flex-start}
|
|
139
124
|
.x1y8v6su:not(#\#):not(#\#):not(#\#){align-self:start}
|
|
140
125
|
.xkh2ocl:not(#\#):not(#\#):not(#\#){align-self:stretch}
|
|
141
|
-
.x1jksiw5:not(#\#):not(#\#):not(#\#){animation-delay:.16s}
|
|
142
|
-
.xtmkasn:not(#\#):not(#\#):not(#\#){animation-delay:.32s}
|
|
143
126
|
.xmg6eyc:not(#\#):not(#\#):not(#\#){animation-duration:1.5s}
|
|
144
127
|
.x1c74tu6:not(#\#):not(#\#):not(#\#){animation-duration:2s}
|
|
145
128
|
.xeaay5l:not(#\#):not(#\#):not(#\#){animation-duration:4s}
|
|
146
|
-
.xxprybm:not(#\#):not(#\#):not(#\#){animation-duration:var(--duration-slow)}
|
|
147
129
|
.xa4qsjk:not(#\#):not(#\#):not(#\#){animation-iteration-count:infinite}
|
|
148
|
-
.x17u5aw1:not(#\#):not(#\#):not(#\#){animation-name:x17t2jll-B}
|
|
149
130
|
.x3mlza6:not(#\#):not(#\#):not(#\#){animation-name:x1ofn8cw-B}
|
|
150
131
|
.x1ka1v4i:not(#\#):not(#\#):not(#\#){animation-name:xqng64z-B}
|
|
151
132
|
.x1mla6dk:not(#\#):not(#\#):not(#\#){animation-name:xr5kuex-B}
|
|
152
133
|
.x4hg4is:not(#\#):not(#\#):not(#\#){animation-timing-function:ease-in-out}
|
|
153
134
|
.x1esw782:not(#\#):not(#\#):not(#\#){animation-timing-function:linear}
|
|
154
|
-
.xjyslct:not(#\#):not(#\#):not(#\#){appearance:none}
|
|
155
135
|
.x1ta4xzc:not(#\#):not(#\#):not(#\#){background-clip:text}
|
|
156
|
-
.x2kq1z0:not(#\#):not(#\#):not(#\#){background-color:#0a0a0a}
|
|
157
|
-
.x4lxhut:not(#\#):not(#\#):not(#\#){background-color:#0e0e10}
|
|
158
|
-
.x1my5jcs:not(#\#):not(#\#):not(#\#){background-color:#141417}
|
|
159
136
|
.xndu7tf:not(#\#):not(#\#):not(#\#){background-color:color-mix(in srgb,var(--color-border-blue) 10%,var(--color-background-card))}
|
|
160
137
|
.xuei7rd:not(#\#):not(#\#):not(#\#){background-color:color-mix(in srgb,var(--color-border-blue) 20%,var(--color-background-card))}
|
|
161
138
|
.xjwanps:not(#\#):not(#\#):not(#\#){background-color:color-mix(in srgb,var(--color-border-cyan) 10%,var(--color-background-card))}
|
|
@@ -176,10 +153,7 @@
|
|
|
176
153
|
.x1607b1m:not(#\#):not(#\#):not(#\#){background-color:color-mix(in srgb,var(--color-border-teal) 20%,var(--color-background-card))}
|
|
177
154
|
.x17tjail:not(#\#):not(#\#):not(#\#){background-color:color-mix(in srgb,var(--color-border-yellow) 10%,var(--color-background-card))}
|
|
178
155
|
.x1sjw1wq:not(#\#):not(#\#):not(#\#){background-color:color-mix(in srgb,var(--color-border-yellow) 20%,var(--color-background-card))}
|
|
179
|
-
.x179w1ng:not(#\#):not(#\#):not(#\#){background-color:color-mix(in srgb,var(--color-error) 6%,transparent)}
|
|
180
|
-
.x1b8r0zp:not(#\#):not(#\#):not(#\#){background-color:color-mix(in srgb,var(--color-warning) 5%,transparent)}
|
|
181
156
|
.xjbqb8w:not(#\#):not(#\#):not(#\#){background-color:transparent}
|
|
182
|
-
.xgcxg3y:not(#\#):not(#\#):not(#\#){background-color:var(--color-accent-muted)}
|
|
183
157
|
.x1ewilqj:not(#\#):not(#\#):not(#\#){background-color:var(--color-accent)}
|
|
184
158
|
.x1o0wnni:not(#\#):not(#\#):not(#\#){background-color:var(--color-background-blue)}
|
|
185
159
|
.x1de1mus:not(#\#):not(#\#):not(#\#){background-color:var(--color-background-card)}
|
|
@@ -191,7 +165,6 @@
|
|
|
191
165
|
.xnpoty2:not(#\#):not(#\#):not(#\#){background-color:var(--color-background-pink)}
|
|
192
166
|
.x16i6n6f:not(#\#):not(#\#):not(#\#){background-color:var(--color-background-purple)}
|
|
193
167
|
.x1cibrc5:not(#\#):not(#\#):not(#\#){background-color:var(--color-background-red)}
|
|
194
|
-
.x10xzikg:not(#\#):not(#\#):not(#\#){background-color:var(--color-background-surface)}
|
|
195
168
|
.x1jtji5o:not(#\#):not(#\#):not(#\#){background-color:var(--color-background-teal)}
|
|
196
169
|
.x1bo7t0x:not(#\#):not(#\#):not(#\#){background-color:var(--color-background-yellow)}
|
|
197
170
|
.xr0mm9x:not(#\#):not(#\#):not(#\#){background-color:var(--color-border-blue)}
|
|
@@ -205,7 +178,6 @@
|
|
|
205
178
|
.x154rz6c:not(#\#):not(#\#):not(#\#){background-color:var(--color-border-yellow)}
|
|
206
179
|
.x1m4xfpy:not(#\#):not(#\#):not(#\#){background-color:var(--color-border)}
|
|
207
180
|
.x1pjz0fi:not(#\#):not(#\#):not(#\#){background-color:var(--color-error)}
|
|
208
|
-
.x1q5y3ey:not(#\#):not(#\#):not(#\#){background-color:var(--color-icon-secondary)}
|
|
209
181
|
.xdsz4j9:not(#\#):not(#\#):not(#\#){background-color:var(--color-success)}
|
|
210
182
|
.xdomwnj:not(#\#):not(#\#):not(#\#){background-color:var(--color-text-secondary)}
|
|
211
183
|
.x1q8g9m5:not(#\#):not(#\#):not(#\#){background-color:var(--color-warning)}
|
|
@@ -215,21 +187,10 @@
|
|
|
215
187
|
.x18b5jzi:not(#\#):not(#\#):not(#\#){border-inline-end-style:solid}
|
|
216
188
|
.x10w94by:not(#\#):not(#\#):not(#\#){border-inline-end-width:0}
|
|
217
189
|
.xw8tdv1:not(#\#):not(#\#):not(#\#){border-inline-end-width:var(--border-width)}
|
|
218
|
-
.x1j92z86:not(#\#):not(#\#):not(#\#){border-inline-start-color:var(--color-border)}
|
|
219
|
-
.x1t7ytsu:not(#\#):not(#\#):not(#\#){border-inline-start-style:solid}
|
|
220
|
-
.xgbv0en:not(#\#):not(#\#):not(#\#){border-inline-start-width:var(--border-width)}
|
|
221
190
|
.x18oyj42:not(#\#):not(#\#):not(#\#){box-shadow:0 0 0 1px var(--color-accent)}
|
|
222
|
-
.x1kcpxr7:not(#\#):not(#\#):not(#\#){box-shadow:var(--shadow-high)}
|
|
223
|
-
.x14hfi27:not(#\#):not(#\#):not(#\#){box-shadow:var(--shadow-med)}
|
|
224
|
-
.x9f619:not(#\#):not(#\#):not(#\#){box-sizing:border-box}
|
|
225
191
|
.x1ftfhsn:not(#\#):not(#\#):not(#\#){caret-color:var(--color-text-primary)}
|
|
226
192
|
.xeh89do:not(#\#):not(#\#):not(#\#){clip:rect(0 0 0 0)}
|
|
227
193
|
.xzpqnlu:not(#\#):not(#\#):not(#\#){clip:rect(0,0,0,0)}
|
|
228
|
-
.x8qbvqa:not(#\#):not(#\#):not(#\#){color:#8b8b94}
|
|
229
|
-
.x45uw2j:not(#\#):not(#\#):not(#\#){color:#b9b9c0}
|
|
230
|
-
.x1tu4bv5:not(#\#):not(#\#):not(#\#){color:#e8e8ea}
|
|
231
|
-
.x1gnejgv:not(#\#):not(#\#):not(#\#){color:#f2c00b}
|
|
232
|
-
.xbz8ry5:not(#\#):not(#\#):not(#\#){color:#ff6166}
|
|
233
194
|
.xda2nnr:not(#\#):not(#\#):not(#\#){color:color-mix(in srgb,var(--color-text-blue) 52%,var(--color-text-secondary))}
|
|
234
195
|
.x1u1o4zu:not(#\#):not(#\#):not(#\#){color:color-mix(in srgb,var(--color-text-cyan) 52%,var(--color-text-secondary))}
|
|
235
196
|
.x2xxiir:not(#\#):not(#\#):not(#\#){color:color-mix(in srgb,var(--color-text-green) 52%,var(--color-text-secondary))}
|
|
@@ -240,8 +201,6 @@
|
|
|
240
201
|
.x1s4jh2n:not(#\#):not(#\#):not(#\#){color:color-mix(in srgb,var(--color-text-teal) 52%,var(--color-text-secondary))}
|
|
241
202
|
.x1wzna5w:not(#\#):not(#\#):not(#\#){color:color-mix(in srgb,var(--color-text-yellow) 52%,var(--color-text-secondary))}
|
|
242
203
|
.x1heor9g:not(#\#):not(#\#):not(#\#){color:inherit}
|
|
243
|
-
.xuj0v0c:not(#\#):not(#\#):not(#\#){color:light-dark(color-mix(in srgb,var(--color-warning) 58%,black),var(--color-warning))}
|
|
244
|
-
.x1lenag:not(#\#):not(#\#):not(#\#){color:light-dark(var(--color-error),color-mix(in srgb,var(--color-error) 82%,white))}
|
|
245
204
|
.x19co3pv:not(#\#):not(#\#):not(#\#){color:transparent}
|
|
246
205
|
.xqwr325:not(#\#):not(#\#):not(#\#){color:var(--color-accent)}
|
|
247
206
|
.xrkvqaz:not(#\#):not(#\#):not(#\#){color:var(--color-background-surface)}
|
|
@@ -254,7 +213,6 @@
|
|
|
254
213
|
.xri61p4:not(#\#):not(#\#):not(#\#){color:var(--color-on-success)}
|
|
255
214
|
.xrebv38:not(#\#):not(#\#):not(#\#){color:var(--color-on-warning)}
|
|
256
215
|
.xtjic6:not(#\#):not(#\#):not(#\#){color:var(--color-success)}
|
|
257
|
-
.xjse4m1:not(#\#):not(#\#):not(#\#){color:var(--color-text-accent)}
|
|
258
216
|
.x1vvqiwl:not(#\#):not(#\#):not(#\#){color:var(--color-text-blue)}
|
|
259
217
|
.x1txnczv:not(#\#):not(#\#):not(#\#){color:var(--color-text-cyan)}
|
|
260
218
|
.xnbbluu:not(#\#):not(#\#):not(#\#){color:var(--color-text-disabled)}
|
|
@@ -271,68 +229,41 @@
|
|
|
271
229
|
.xs3pv69:not(#\#):not(#\#):not(#\#){color:var(--color-warning)}
|
|
272
230
|
.xak3so:not(#\#):not(#\#):not(#\#){column-gap:var(--spacing-2)}
|
|
273
231
|
.xewh9hi:not(#\#):not(#\#):not(#\#){column-gap:var(--spacing-3)}
|
|
274
|
-
.x1w36mze:not(#\#):not(#\#):not(#\#){contain-intrinsic-height:auto 28px}
|
|
275
|
-
.xb5mbof:not(#\#):not(#\#):not(#\#){content-visibility:auto}
|
|
276
232
|
.x1ypdohk:not(#\#):not(#\#):not(#\#){cursor:pointer}
|
|
277
233
|
.x1lliihq:not(#\#):not(#\#):not(#\#){display:block}
|
|
278
234
|
.xjp7ctv:not(#\#):not(#\#):not(#\#){display:contents}
|
|
279
235
|
.x78zum5:not(#\#):not(#\#):not(#\#){display:flex}
|
|
280
236
|
.xrvj5dj:not(#\#):not(#\#):not(#\#){display:grid}
|
|
281
237
|
.x3nfvp2:not(#\#):not(#\#):not(#\#){display:inline-flex}
|
|
282
|
-
.x1s85apg:not(#\#):not(#\#):not(#\#){display:none}
|
|
283
238
|
.xbh8q5q:not(#\#):not(#\#):not(#\#){fill:none}
|
|
284
239
|
.xdt5ytf:not(#\#):not(#\#):not(#\#){flex-direction:column}
|
|
285
240
|
.x1q0g3np:not(#\#):not(#\#):not(#\#){flex-direction:row}
|
|
286
|
-
.x1iyjqo2:not(#\#):not(#\#):not(#\#){flex-grow:1}
|
|
287
241
|
.x2lah0s:not(#\#):not(#\#):not(#\#){flex-shrink:0}
|
|
288
|
-
.x1a02dak:not(#\#):not(#\#):not(#\#){flex-wrap:wrap}
|
|
289
|
-
.xjb2p0i:not(#\#):not(#\#):not(#\#){font-family:inherit}
|
|
290
242
|
.x9ynric:not(#\#):not(#\#):not(#\#){font-family:var(--font-family-body)}
|
|
291
243
|
.x9m5x89:not(#\#):not(#\#):not(#\#){font-family:var(--font-family-code)}
|
|
292
|
-
.x1g81bgm:not(#\#):not(#\#):not(#\#){font-family:var(--font-family-heading)}
|
|
293
244
|
.x1k6wstc:not(#\#):not(#\#):not(#\#){font-size:10px}
|
|
294
|
-
.x1jvydc1:not(#\#):not(#\#):not(#\#){font-size:15px}
|
|
295
|
-
.xosj86m:not(#\#):not(#\#):not(#\#){font-size:18px}
|
|
296
|
-
.xhs0kqb:not(#\#):not(#\#):not(#\#){font-size:var(--font-size-2xl)}
|
|
297
|
-
.x10srzze:not(#\#):not(#\#):not(#\#){font-size:var(--font-size-3xl)}
|
|
298
245
|
.x1j29vfg:not(#\#):not(#\#):not(#\#){font-size:var(--font-size-base)}
|
|
299
246
|
.x1eqnyfr:not(#\#):not(#\#):not(#\#){font-size:var(--font-size-sm)}
|
|
300
|
-
.x1wqms48:not(#\#):not(#\#):not(#\#){font-size:var(--font-size-xl)}
|
|
301
|
-
.x51wmvv:not(#\#):not(#\#):not(#\#){font-size:var(--font-size-xs)}
|
|
302
247
|
.xjm74w1:not(#\#):not(#\#):not(#\#){font-size:var(--text-body-size)}
|
|
303
|
-
.xcr08ib:not(#\#):not(#\#):not(#\#){font-size:var(--text-label-size)}
|
|
304
248
|
.x141an7d:not(#\#):not(#\#):not(#\#){font-size:var(--text-supporting-size)}
|
|
305
|
-
.xss6m8b:not(#\#):not(#\#):not(#\#){font-variant-numeric:tabular-nums}
|
|
306
249
|
.x1lvx875:not(#\#):not(#\#):not(#\#){font-weight:var(--font-weight-bold)}
|
|
307
250
|
.x1e4wzip:not(#\#):not(#\#):not(#\#){font-weight:var(--font-weight-medium)}
|
|
308
251
|
.x1sodnla:not(#\#):not(#\#):not(#\#){font-weight:var(--font-weight-normal)}
|
|
309
252
|
.x2mo6ok:not(#\#):not(#\#):not(#\#){font-weight:var(--font-weight-semibold)}
|
|
310
|
-
.xmhvcl5:not(#\#):not(#\#):not(#\#){font-weight:var(--text-label-weight)}
|
|
311
253
|
.x1pbwhf9:not(#\#):not(#\#):not(#\#){grid-auto-columns:minmax(140px,1fr)}
|
|
312
254
|
.x1mt1orb:not(#\#):not(#\#):not(#\#){grid-auto-flow:column}
|
|
313
255
|
.xc2ull6:not(#\#):not(#\#):not(#\#){grid-auto-rows:128px}
|
|
314
256
|
.xhij9v2:not(#\#):not(#\#):not(#\#){grid-auto-rows:var(--x-gridAutoRows)}
|
|
315
257
|
.x857yr4:not(#\#):not(#\#):not(#\#){grid-template-columns:12px 144px minmax(0,1fr)}
|
|
316
|
-
.x1s6oqvn:not(#\#):not(#\#):not(#\#){grid-template-columns:52px 128px minmax(0,1fr)}
|
|
317
|
-
.xl3z6kh:not(#\#):not(#\#):not(#\#){grid-template-columns:52px minmax(0,1fr)}
|
|
318
258
|
.x6c1iq1:not(#\#):not(#\#):not(#\#){grid-template-columns:60px minmax(0,1fr)}
|
|
319
259
|
.x1cmcxw8:not(#\#):not(#\#):not(#\#){grid-template-columns:88px minmax(0,1fr)}
|
|
320
|
-
.xgunjtk:not(#\#):not(#\#):not(#\#){grid-template-columns:96px 52px 128px minmax(0,1fr)}
|
|
321
|
-
.x1dl91lv:not(#\#):not(#\#):not(#\#){grid-template-columns:96px 52px minmax(0,1fr)}
|
|
322
260
|
.x37c5m6:not(#\#):not(#\#):not(#\#){grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}
|
|
323
261
|
.x1gj6vdr:not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(7,minmax(0,1fr))}
|
|
324
|
-
.x12m0uhf:not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(8,1fr)}
|
|
325
262
|
.xqketvx:not(#\#):not(#\#):not(#\#){grid-template-columns:var(--x-gridTemplateColumns)}
|
|
326
263
|
.xihq33y:not(#\#):not(#\#):not(#\#){grid-template-rows:0fr}
|
|
327
264
|
.x1tu4anv:not(#\#):not(#\#):not(#\#){grid-template-rows:1fr}
|
|
328
265
|
.xb29p26:not(#\#):not(#\#):not(#\#){grid-template-rows:56px auto 1fr}
|
|
329
|
-
.xtijo5x:not(#\#):not(#\#):not(#\#){inset-inline-end:0}
|
|
330
|
-
.x1woyocn:not(#\#):not(#\#):not(#\#){inset-inline-end:auto}
|
|
331
266
|
.xq124y2:not(#\#):not(#\#):not(#\#){inset-inline-end:var(--spacing-0-5)}
|
|
332
|
-
.x72tfeb:not(#\#):not(#\#):not(#\#){inset-inline-end:var(--spacing-2)}
|
|
333
|
-
.x1mcfs9z:not(#\#):not(#\#):not(#\#){inset-inline-end:var(--spacing-3)}
|
|
334
|
-
.x1o0tod:not(#\#):not(#\#):not(#\#){inset-inline-start:0}
|
|
335
|
-
.xhi6v0a:not(#\#):not(#\#):not(#\#){inset-inline-start:auto}
|
|
336
267
|
.x1lxsm33:not(#\#):not(#\#):not(#\#){inset-inline-start:var(--x-insetInlineStart)}
|
|
337
268
|
.xl56j7k:not(#\#):not(#\#):not(#\#){justify-content:center}
|
|
338
269
|
.x13a6bvl:not(#\#):not(#\#):not(#\#){justify-content:flex-end}
|
|
@@ -340,14 +271,10 @@
|
|
|
340
271
|
.x7v7x1q:not(#\#):not(#\#):not(#\#){justify-self:center}
|
|
341
272
|
.x1qab1bc:not(#\#):not(#\#):not(#\#){justify-self:end}
|
|
342
273
|
.x1lqcxt8:not(#\#):not(#\#):not(#\#){justify-self:start}
|
|
343
|
-
.x9pfba7:not(#\#):not(#\#):not(#\#){letter-spacing:.08em}
|
|
344
|
-
.xa7kkou:not(#\#):not(#\#):not(#\#){line-height:1.7}
|
|
345
274
|
.xo5v014:not(#\#):not(#\#):not(#\#){line-height:1}
|
|
346
275
|
.xklk4pu:not(#\#):not(#\#):not(#\#){line-height:30px}
|
|
347
276
|
.xw6l6zx:not(#\#):not(#\#):not(#\#){line-height:var(--text-body-leading)}
|
|
348
277
|
.x17iicif:not(#\#):not(#\#):not(#\#){line-height:var(--text-code-leading)}
|
|
349
|
-
.x1cpk1wn:not(#\#):not(#\#):not(#\#){line-height:var(--text-heading-2-leading)}
|
|
350
|
-
.x1kq96og:not(#\#):not(#\#):not(#\#){line-height:var(--text-label-leading)}
|
|
351
278
|
.x1ltkj2j:not(#\#):not(#\#):not(#\#){line-height:var(--text-supporting-leading)}
|
|
352
279
|
.x3ct3a4:not(#\#):not(#\#):not(#\#){list-style-type:none}
|
|
353
280
|
.x1h1dc9q:not(#\#):not(#\#):not(#\#){margin-inline-end:calc(var(--spacing-0-5) + var(--border-width))}
|
|
@@ -355,11 +282,7 @@
|
|
|
355
282
|
.xladpz9:not(#\#):not(#\#):not(#\#){margin-inline-start:var(--spacing-0-5)}
|
|
356
283
|
.xbyyjgo:not(#\#):not(#\#):not(#\#){opacity:.5}
|
|
357
284
|
.x1us6l5c:not(#\#):not(#\#):not(#\#){opacity:.8}
|
|
358
|
-
.x1hc1fzr:not(#\#):not(#\#):not(#\#){opacity:1}
|
|
359
|
-
.x2ssjo2:not(#\#):not(#\#):not(#\#){outline-offset:-2px}
|
|
360
285
|
.x1wfwxd8:not(#\#):not(#\#):not(#\#){outline-offset:0}
|
|
361
|
-
.x1hl8ikr:not(#\#):not(#\#):not(#\#){outline-offset:2px}
|
|
362
|
-
.xj0a0fe:not(#\#):not(#\#):not(#\#){overflow-wrap:anywhere}
|
|
363
286
|
.x1h4wwuj:not(#\#):not(#\#):not(#\#){overflow-wrap:normal}
|
|
364
287
|
.xyri2b:not(#\#):not(#\#):not(#\#){padding-inline-end:0}
|
|
365
288
|
.x1nryj5t:not(#\#):not(#\#):not(#\#){padding-inline-end:var(--spacing-1)}
|
|
@@ -374,9 +297,7 @@
|
|
|
374
297
|
.x67bb7w:not(#\#):not(#\#):not(#\#){pointer-events:auto}
|
|
375
298
|
.x47corl:not(#\#):not(#\#):not(#\#){pointer-events:none}
|
|
376
299
|
.x10l6tqk:not(#\#):not(#\#):not(#\#){position:absolute}
|
|
377
|
-
.xixxii4:not(#\#):not(#\#):not(#\#){position:fixed}
|
|
378
300
|
.x1n2onr6:not(#\#):not(#\#):not(#\#){position:relative}
|
|
379
|
-
.x1597r2g:not(#\#):not(#\#):not(#\#){scrollbar-width:thin}
|
|
380
301
|
.x1owpc8m:not(#\#):not(#\#):not(#\#){stroke-linecap:round}
|
|
381
302
|
.ximx5ud:not(#\#):not(#\#):not(#\#){stroke:var(--color-accent-muted)}
|
|
382
303
|
.xjsr54c:not(#\#):not(#\#):not(#\#){stroke:var(--color-accent)}
|
|
@@ -391,84 +312,47 @@
|
|
|
391
312
|
.xeq4nuv:not(#\#):not(#\#):not(#\#){tab-size:2}
|
|
392
313
|
.x2b8uid:not(#\#):not(#\#):not(#\#){text-align:center}
|
|
393
314
|
.xp4054r:not(#\#):not(#\#):not(#\#){text-align:end}
|
|
394
|
-
.xdpxx8g:not(#\#):not(#\#):not(#\#){text-align:left}
|
|
395
315
|
.x1yc453h:not(#\#):not(#\#):not(#\#){text-align:start}
|
|
396
316
|
.xlyipyv:not(#\#):not(#\#):not(#\#){text-overflow:ellipsis}
|
|
397
|
-
.xtvhhri:not(#\#):not(#\#):not(#\#){text-transform:uppercase}
|
|
398
|
-
.xx69xxh:not(#\#):not(#\#):not(#\#){touch-action:pan-y}
|
|
399
317
|
.x9tu13d:not(#\#):not(#\#):not(#\#){transform:rotate(-90deg)}
|
|
400
318
|
.x19jd1h0:not(#\#):not(#\#):not(#\#){transform:rotate(180deg)}
|
|
401
|
-
.x5i6ehr:not(#\#):not(#\#):not(#\#){transform:translateX(-100%)}
|
|
402
|
-
.xbryuvx:not(#\#):not(#\#):not(#\#){transform:translateX(0)}
|
|
403
|
-
.xumwmo6:not(#\#):not(#\#):not(#\#){transform:translateX(100%)}
|
|
404
|
-
.x105ttfm:not(#\#):not(#\#):not(#\#){transform:translateY(-100%)}
|
|
405
319
|
.x1cb1t30:not(#\#):not(#\#):not(#\#){transform:translateY(-50%)}
|
|
406
|
-
.xnn1q72:not(#\#):not(#\#):not(#\#){transform:translateY(0)}
|
|
407
|
-
.x1weeur4:not(#\#):not(#\#):not(#\#){transform:translateY(100%)}
|
|
408
|
-
.xd00j3c:not(#\#):not(#\#):not(#\#){transition-behavior:allow-discrete}
|
|
409
320
|
.xkvfbh3:not(#\#):not(#\#):not(#\#){transition-duration:var(--duration-fast-min)}
|
|
410
321
|
.xuedmi6:not(#\#):not(#\#):not(#\#){transition-duration:var(--duration-fast)}
|
|
411
322
|
.x80gvsz:not(#\#):not(#\#):not(#\#){transition-duration:var(--duration-medium)}
|
|
412
323
|
.x15406qy:not(#\#):not(#\#):not(#\#){transition-property:background-color}
|
|
413
|
-
.xq90yva:not(#\#):not(#\#):not(#\#){transition-property:border-color,background-color}
|
|
414
324
|
.xt3l3uh:not(#\#):not(#\#):not(#\#){transition-property:color}
|
|
415
|
-
.x19991ni:not(#\#):not(#\#):not(#\#){transition-property:opacity}
|
|
416
325
|
.xxnu56j:not(#\#):not(#\#):not(#\#){transition-property:stroke-dashoffset}
|
|
417
|
-
.x1yw18vd:not(#\#):not(#\#):not(#\#){transition-property:transform,max-width,display}
|
|
418
|
-
.x9lcvmn:not(#\#):not(#\#):not(#\#){transition-timing-function:ease-out}
|
|
419
326
|
.xlr8y92:not(#\#):not(#\#):not(#\#){transition-timing-function:var(--ease-standard)}
|
|
420
327
|
.x87ps6o:not(#\#):not(#\#):not(#\#){user-select:none}
|
|
421
328
|
.xxymvpz:not(#\#):not(#\#):not(#\#){vertical-align:middle}
|
|
422
329
|
.xlshs6z:not(#\#):not(#\#):not(#\#){visibility:hidden}
|
|
423
330
|
.xuxw1ft:not(#\#):not(#\#):not(#\#){white-space:nowrap}
|
|
424
|
-
.x126k92a:not(#\#):not(#\#):not(#\#){white-space:pre-wrap}
|
|
425
331
|
.x1sdyfia:not(#\#):not(#\#):not(#\#){white-space:pre}
|
|
426
332
|
.x1lldw8n:not(#\#):not(#\#):not(#\#){word-break:normal}
|
|
427
|
-
.x98t3bc:not(#\#):not(#\#):not(#\#){writing-mode:vertical-rl}
|
|
428
333
|
.x1vjfegm:not(#\#):not(#\#):not(#\#){z-index:1}
|
|
429
334
|
.x1355qak:not(#\#):not(#\#):not(#\#){z-index:20}
|
|
430
335
|
.xr3buco:not(#\#):not(#\#):not(#\#){z-index:var(--x-zIndex)}
|
|
431
336
|
.x7s97pk:focus-visible:not(#\#):not(#\#):not(#\#){outline-offset:2px}
|
|
432
|
-
.x1df3fe5:is([dir="rtl"] *):not(#\#):not(#\#):not(#\#){transform:translateX(-100%)}
|
|
433
|
-
.xttggg:is([dir="rtl"] *):not(#\#):not(#\#):not(#\#){transform:translateX(100%)}
|
|
434
|
-
.x1n5bzlp:hover:not(#\#):not(#\#):not(#\#){background-color:transparent}
|
|
435
|
-
.xtao9ic:hover:not(#\#):not(#\#):not(#\#){background-color:var(--color-background-muted)}
|
|
436
337
|
.xyxi2l3:active:not(#\#):not(#\#):not(#\#){background-color:var(--color-overlay-pressed)}
|
|
437
338
|
@media (prefers-reduced-motion: reduce){.xnh0sag.xnh0sag:not(#\#):not(#\#):not(#\#){animation-duration:3s}}
|
|
438
339
|
@media (prefers-reduced-motion: reduce){.xy02sl2.xy02sl2:not(#\#):not(#\#):not(#\#){animation-duration:4s}}
|
|
439
|
-
@media (prefers-reduced-motion: reduce){.x1aquc0h.x1aquc0h:not(#\#):not(#\#):not(#\#){animation-name:none}}
|
|
440
|
-
@media (prefers-reduced-motion: reduce){.xsagj69.xsagj69:not(#\#):not(#\#):not(#\#){transition-duration:.01ms}}
|
|
441
|
-
@media (prefers-reduced-motion: reduce){.xzg1mie.xzg1mie:not(#\#):not(#\#):not(#\#){transition-duration:.01s}}
|
|
442
|
-
@media (prefers-reduced-motion: reduce){.x12w9bfk.x12w9bfk:not(#\#):not(#\#):not(#\#){transition-duration:0s}}
|
|
443
|
-
@media (hover: hover){.xx7et1x.xx7et1x:hover:not(#\#):not(#\#):not(#\#){background-color:#141417}}
|
|
444
|
-
@media (hover: hover){.xj3zyw3.xj3zyw3:hover:not(#\#):not(#\#):not(#\#){background-color:#1d1d21}}
|
|
445
|
-
@media (hover: hover){.x1rlsyly.x1rlsyly:hover:not(#\#):not(#\#):not(#\#){background-color:var(--color-background-muted)}}
|
|
446
340
|
@media (hover: hover){.xe9uy6x.xe9uy6x:hover:not(#\#):not(#\#):not(#\#){background-color:var(--color-overlay-hover)}}
|
|
447
341
|
@media (hover: hover){.xkxie9p.xkxie9p:hover:not(#\#):not(#\#):not(#\#){color:var(--color-icon-primary)}}
|
|
448
|
-
.x1s39gqd:not(#\#):not(#\#):not(#\#):not(#\#){border-bottom-color:#26262a}
|
|
449
342
|
.xw8gpjh:not(#\#):not(#\#):not(#\#):not(#\#){border-bottom-color:var(--color-border)}
|
|
450
343
|
.x1q0q8m5:not(#\#):not(#\#):not(#\#):not(#\#){border-bottom-style:solid}
|
|
451
344
|
.x1qhh985:not(#\#):not(#\#):not(#\#):not(#\#){border-bottom-width:0}
|
|
452
345
|
.x92x3c3:not(#\#):not(#\#):not(#\#):not(#\#){border-bottom-width:var(--border-width)}
|
|
453
346
|
.x5mp61g:not(#\#):not(#\#):not(#\#):not(#\#){border-top-color:var(--color-border-orange)}
|
|
454
|
-
.x1pc3f07:not(#\#):not(#\#):not(#\#):not(#\#){border-top-color:var(--color-border)}
|
|
455
347
|
.x13fuv20:not(#\#):not(#\#):not(#\#):not(#\#){border-top-style:solid}
|
|
456
|
-
.x972fbf:not(#\#):not(#\#):not(#\#):not(#\#){border-top-width:0}
|
|
457
348
|
.xamhcws:not(#\#):not(#\#):not(#\#):not(#\#){border-top-width:2px}
|
|
458
|
-
.x11xkdxz:not(#\#):not(#\#):not(#\#):not(#\#){border-top-width:var(--border-width)}
|
|
459
|
-
.x1ey2m1c:not(#\#):not(#\#):not(#\#):not(#\#){bottom:0}
|
|
460
|
-
.xdd4er5:not(#\#):not(#\#):not(#\#):not(#\#){bottom:auto}
|
|
461
|
-
.x1hmuevu:not(#\#):not(#\#):not(#\#):not(#\#){bottom:var(--spacing-3)}
|
|
462
|
-
.xtdtrs8:not(#\#):not(#\#):not(#\#):not(#\#){height:100dvh}
|
|
463
349
|
.x170jfvy:not(#\#):not(#\#):not(#\#):not(#\#){height:10px}
|
|
464
350
|
.x1v9usgg:not(#\#):not(#\#):not(#\#):not(#\#){height:14px}
|
|
465
351
|
.xlup9mm:not(#\#):not(#\#):not(#\#):not(#\#){height:16px}
|
|
466
352
|
.xjm9jq1:not(#\#):not(#\#):not(#\#):not(#\#){height:1px}
|
|
467
353
|
.xxk0z11:not(#\#):not(#\#):not(#\#):not(#\#){height:24px}
|
|
468
354
|
.x1gnnpzl:not(#\#):not(#\#):not(#\#):not(#\#){height:30px}
|
|
469
|
-
.x10w6t97:not(#\#):not(#\#):not(#\#):not(#\#){height:32px}
|
|
470
355
|
.xqu0tyb:not(#\#):not(#\#):not(#\#):not(#\#){height:4px}
|
|
471
|
-
.x1ycjhwn:not(#\#):not(#\#):not(#\#):not(#\#){height:5px}
|
|
472
356
|
.x1d9x2de:not(#\#):not(#\#):not(#\#):not(#\#){height:640px}
|
|
473
357
|
.xhigkf7:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--icon-size)}
|
|
474
358
|
.x6b6gus:not(#\#):not(#\#):not(#\#):not(#\#){height:var(--spacing-4)}
|
|
@@ -477,16 +361,9 @@
|
|
|
477
361
|
.x1unci72:not(#\#):not(#\#):not(#\#):not(#\#){left:var(--spacing-4)}
|
|
478
362
|
.xlstkdb:not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:var(--spacing-0-5)}
|
|
479
363
|
.x160xvyo:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:calc(var(--spacing-1) * -1)}
|
|
480
|
-
.xcsaf9d:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:var(--spacing-1)}
|
|
481
364
|
.xtbrsbv:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:var(--spacing-2)}
|
|
482
365
|
.x1vhfslr:not(#\#):not(#\#):not(#\#):not(#\#){margin-top:var(--x-marginBlockStart)}
|
|
483
|
-
.x7ab17h:not(#\#):not(#\#):not(#\#):not(#\#){max-height:none}
|
|
484
|
-
.x1jols5v:not(#\#):not(#\#):not(#\#):not(#\#){max-height:var(--x-maxHeight)}
|
|
485
|
-
.x1k2d6hx:not(#\#):not(#\#):not(#\#):not(#\#){max-width:44px}
|
|
486
|
-
.x1x1rfll:not(#\#):not(#\#):not(#\#):not(#\#){max-width:none}
|
|
487
|
-
.xf68679:not(#\#):not(#\#):not(#\#):not(#\#){max-width:var(--x-maxWidth)}
|
|
488
366
|
.x2lwn1j:not(#\#):not(#\#):not(#\#):not(#\#){min-height:0}
|
|
489
|
-
.xisnujt:not(#\#):not(#\#):not(#\#):not(#\#){min-height:20px}
|
|
490
367
|
.xjwf9q1:not(#\#):not(#\#):not(#\#):not(#\#){min-height:24px}
|
|
491
368
|
.x1cy360x:not(#\#):not(#\#):not(#\#):not(#\#){min-height:3em}
|
|
492
369
|
.x82snj4:not(#\#):not(#\#):not(#\#):not(#\#){min-height:var(--x-minHeight)}
|
|
@@ -495,69 +372,43 @@
|
|
|
495
372
|
.x1uz6y0c:not(#\#):not(#\#):not(#\#):not(#\#){min-width:784px}
|
|
496
373
|
.xkj4a21:not(#\#):not(#\#):not(#\#):not(#\#){min-width:var(--x-minWidth)}
|
|
497
374
|
.xw2csxc:not(#\#):not(#\#):not(#\#):not(#\#){overflow-x:auto}
|
|
498
|
-
.x6ikm8r:not(#\#):not(#\#):not(#\#):not(#\#){overflow-x:hidden}
|
|
499
|
-
.x1odjw0f:not(#\#):not(#\#):not(#\#):not(#\#){overflow-y:auto}
|
|
500
375
|
.x1j85h84:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:1px}
|
|
501
376
|
.xy143xn:not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:var(--spacing-1)}
|
|
502
377
|
.xpgmcrp:not(#\#):not(#\#):not(#\#):not(#\#){padding-top:var(--icon-block-offset)}
|
|
503
378
|
.xbx876j:not(#\#):not(#\#):not(#\#):not(#\#){padding-top:var(--spacing-0-5)}
|
|
504
379
|
.x1xye8es:not(#\#):not(#\#):not(#\#):not(#\#){padding-top:var(--spacing-2)}
|
|
505
|
-
.x13vifvy:not(#\#):not(#\#):not(#\#):not(#\#){top:0}
|
|
506
|
-
.x80663w:not(#\#):not(#\#):not(#\#):not(#\#){top:auto}
|
|
507
|
-
.xctzyg:not(#\#):not(#\#):not(#\#):not(#\#){top:var(--spacing-2)}
|
|
508
380
|
.xyx6v2t:not(#\#):not(#\#):not(#\#):not(#\#){top:var(--spacing-3)}
|
|
509
381
|
.xjbys53:not(#\#):not(#\#):not(#\#):not(#\#){top:var(--x-top)}
|
|
510
382
|
.xh8yej3:not(#\#):not(#\#):not(#\#):not(#\#){width:100%}
|
|
511
|
-
.x1o6l61p:not(#\#):not(#\#):not(#\#):not(#\#){width:100dvw}
|
|
512
383
|
.x1fsd2vl:not(#\#):not(#\#):not(#\#):not(#\#){width:10px}
|
|
513
384
|
.x6jxa94:not(#\#):not(#\#):not(#\#):not(#\#){width:14px}
|
|
514
385
|
.x1kky2od:not(#\#):not(#\#):not(#\#):not(#\#){width:16px}
|
|
515
386
|
.x1i1rx1s:not(#\#):not(#\#):not(#\#):not(#\#){width:1px}
|
|
516
387
|
.xvy4d1p:not(#\#):not(#\#):not(#\#):not(#\#){width:24px}
|
|
517
|
-
.x1dz1jew:not(#\#):not(#\#):not(#\#):not(#\#){width:280px}
|
|
518
388
|
.x1849jeq:not(#\#):not(#\#):not(#\#):not(#\#){width:30px}
|
|
519
|
-
.x1td3qas:not(#\#):not(#\#):not(#\#):not(#\#){width:32px}
|
|
520
389
|
.x51ohtg:not(#\#):not(#\#):not(#\#):not(#\#){width:4px}
|
|
521
|
-
.x1ftt334:not(#\#):not(#\#):not(#\#):not(#\#){width:5px}
|
|
522
390
|
.x1oai4fc:not(#\#):not(#\#):not(#\#):not(#\#){width:var(--icon-size)}
|
|
523
391
|
.x12xnipv:not(#\#):not(#\#):not(#\#):not(#\#){width:var(--spacing-4)}
|
|
524
392
|
.xfyiiit:not(#\#):not(#\#):not(#\#):not(#\#){width:var(--spacing-5)}
|
|
525
|
-
.
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
.
|
|
534
|
-
.
|
|
535
|
-
.
|
|
536
|
-
.
|
|
537
|
-
.
|
|
538
|
-
.
|
|
539
|
-
.
|
|
540
|
-
.
|
|
541
|
-
.
|
|
542
|
-
.
|
|
543
|
-
.
|
|
544
|
-
.
|
|
545
|
-
.
|
|
546
|
-
.x1hmns74:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{position:absolute}
|
|
547
|
-
.x1j6awrg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{position:absolute}
|
|
548
|
-
.xft5bk6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::backdrop{transition-duration:var(--duration-medium)}
|
|
549
|
-
.x167zut7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::backdrop{transition-property:opacity}
|
|
550
|
-
.x15h3t91:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::backdrop{transition-timing-function:var(--ease-standard)}
|
|
551
|
-
@media (prefers-reduced-motion: reduce){.x1viac0w.x1viac0w:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::backdrop{transition-duration:.01s}}
|
|
552
|
-
.x1b5r9ul:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{border-top-color:var(--color-border-orange)}
|
|
553
|
-
.xnvurfn:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{border-top-style:solid}
|
|
554
|
-
.x1b8stmw:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{border-top-width:2px}
|
|
555
|
-
.x17zp9gg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{height:10px}
|
|
556
|
-
.x1bymyaz:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{height:10px}
|
|
557
|
-
.x1mpa3hi:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{top:-6px}
|
|
558
|
-
.x1m1drc7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{top:0}
|
|
559
|
-
.xw9j58:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{top:4px}
|
|
560
|
-
.xaknh5y:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{width:10px}
|
|
561
|
-
.xg4xgkf:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{width:10px}
|
|
562
|
-
@starting-style{.xxiuuzi.xxiuuzi:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::backdrop{opacity:0}}
|
|
393
|
+
.xmwhqxd:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{border-radius:var(--radius-full)}
|
|
394
|
+
.xq94oqs:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{border-radius:var(--radius-full)}
|
|
395
|
+
.xm4btww:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{inset-inline:0}
|
|
396
|
+
.x19jfor0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{background-color:var(--color-border-orange)}
|
|
397
|
+
.xvgeimn:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{background-color:var(--color-border-orange)}
|
|
398
|
+
.x1cpjm7i:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{content:""}
|
|
399
|
+
.x1s928wv:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{content:""}
|
|
400
|
+
.xxxjk75:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{inset-inline-start:-1px}
|
|
401
|
+
.xh7j7mt:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{inset-inline-start:-6px}
|
|
402
|
+
.x1hmns74:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{position:absolute}
|
|
403
|
+
.x1j6awrg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{position:absolute}
|
|
404
|
+
.x1b5r9ul:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{border-top-color:var(--color-border-orange)}
|
|
405
|
+
.xnvurfn:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{border-top-style:solid}
|
|
406
|
+
.x1b8stmw:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{border-top-width:2px}
|
|
407
|
+
.x17zp9gg:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{height:10px}
|
|
408
|
+
.x1bymyaz:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{height:10px}
|
|
409
|
+
.x1mpa3hi:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{top:-6px}
|
|
410
|
+
.x1m1drc7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{top:0}
|
|
411
|
+
.xw9j58:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{top:4px}
|
|
412
|
+
.xaknh5y:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::before{width:10px}
|
|
413
|
+
.xg4xgkf:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::after{width:10px}
|
|
563
414
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astryxdesign/lab",
|
|
3
|
-
"version": "0.1.4-canary.
|
|
3
|
+
"version": "0.1.4-canary.c679f18",
|
|
4
4
|
"description": "Experimental Astryx components — published to npm only under the @canary dist-tag for early testing; never released as a stable (latest) version.",
|
|
5
5
|
"author": "Meta Open Source",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@stylexjs/stylex": ">=0.10.0",
|
|
48
|
-
"@astryxdesign/core": "0.1.4-canary.
|
|
48
|
+
"@astryxdesign/core": "0.1.4-canary.c679f18",
|
|
49
49
|
"react": ">=19.0.0",
|
|
50
50
|
"react-dom": ">=19.0.0"
|
|
51
51
|
},
|
|
@@ -11,7 +11,7 @@ export const docs = {
|
|
|
11
11
|
{
|
|
12
12
|
name: 'content',
|
|
13
13
|
type: 'ReactNode',
|
|
14
|
-
description: 'Content to display in the tooltip. Typically short, non-interactive text. Mirrors Tooltip
|
|
14
|
+
description: 'Content to display in the tooltip. Typically short, non-interactive text. Mirrors Tooltip’s content prop.',
|
|
15
15
|
required: true,
|
|
16
16
|
},
|
|
17
17
|
{
|
package/src/index.ts
CHANGED
|
@@ -30,20 +30,6 @@ export {
|
|
|
30
30
|
ChatReasoning,
|
|
31
31
|
type ChatReasoningProps,
|
|
32
32
|
} from './ChatReasoning/ChatReasoning';
|
|
33
|
-
export * from './Chat';
|
|
34
|
-
|
|
35
|
-
// Drawer — experimental overlay panel
|
|
36
|
-
export {Drawer, type DrawerProps} from './Drawer';
|
|
37
|
-
|
|
38
|
-
// Stat — experimental KPI/metric display
|
|
39
|
-
export {
|
|
40
|
-
Stat,
|
|
41
|
-
type StatProps,
|
|
42
|
-
type StatDelta,
|
|
43
|
-
type StatDeltaDirection,
|
|
44
|
-
type StatDeltaSentiment,
|
|
45
|
-
type StatSize,
|
|
46
|
-
} from './Stat';
|
|
47
33
|
|
|
48
34
|
// Schedule — experimental full-calendar views
|
|
49
35
|
export * from './Schedule';
|
|
@@ -221,11 +207,3 @@ export {
|
|
|
221
207
|
// It is no longer re-exported from @astryxdesign/lab.
|
|
222
208
|
export * from './Stepper';
|
|
223
209
|
export * from './CircularProgress';
|
|
224
|
-
|
|
225
|
-
// LogStream — experimental streaming log viewer
|
|
226
|
-
export {
|
|
227
|
-
LogStream,
|
|
228
|
-
type LogStreamProps,
|
|
229
|
-
type LogEntry,
|
|
230
|
-
type LogStreamLevel,
|
|
231
|
-
} from './LogStream';
|