@multiplatform.one/components 7.5.0 → 7.6.1
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/dist/cjs/CopyField/index.cjs +4 -1
- package/dist/cjs/CopyField/index.native.js +4 -1
- package/dist/cjs/CopyField/index.native.js.map +1 -1
- package/dist/cjs/ProgressSteps/index.cjs +5 -2
- package/dist/cjs/ProgressSteps/index.native.js +5 -2
- package/dist/cjs/ProgressSteps/index.native.js.map +1 -1
- package/dist/cjs/Separator/index.native.js.map +1 -1
- package/dist/cjs/Wizard/index.cjs +1 -0
- package/dist/cjs/Wizard/index.native.js +3 -12
- package/dist/cjs/Wizard/index.native.js.map +1 -1
- package/dist/cjs/code/CodeBlock/index.cjs +38 -22
- package/dist/cjs/code/CodeBlock/index.native.js +38 -22
- package/dist/cjs/code/CodeBlock/index.native.js.map +1 -1
- package/dist/cjs/index.cjs +1 -0
- package/dist/cjs/index.native.js +1 -0
- package/dist/cjs/index.native.js.map +1 -1
- package/dist/cjs/surfaces.cjs +30 -7
- package/dist/cjs/surfaces.native.js +30 -7
- package/dist/cjs/surfaces.native.js.map +1 -1
- package/dist/cjs/views/index.cjs +3 -0
- package/dist/cjs/views/index.native.js +3 -0
- package/dist/cjs/views/index.native.js.map +1 -1
- package/dist/esm/CopyField/index.mjs +4 -1
- package/dist/esm/CopyField/index.mjs.map +1 -1
- package/dist/esm/CopyField/index.native.js +4 -1
- package/dist/esm/CopyField/index.native.js.map +1 -1
- package/dist/esm/ProgressSteps/index.mjs +5 -2
- package/dist/esm/ProgressSteps/index.mjs.map +1 -1
- package/dist/esm/ProgressSteps/index.native.js +5 -2
- package/dist/esm/ProgressSteps/index.native.js.map +1 -1
- package/dist/esm/Separator/index.mjs.map +1 -1
- package/dist/esm/Separator/index.native.js.map +1 -1
- package/dist/esm/Wizard/index.mjs +1 -0
- package/dist/esm/Wizard/index.mjs.map +1 -1
- package/dist/esm/Wizard/index.native.js +3 -12
- package/dist/esm/Wizard/index.native.js.map +1 -1
- package/dist/esm/code/CodeBlock/index.mjs +42 -26
- package/dist/esm/code/CodeBlock/index.mjs.map +1 -1
- package/dist/esm/code/CodeBlock/index.native.js +42 -26
- package/dist/esm/code/CodeBlock/index.native.js.map +1 -1
- package/dist/esm/index.mjs +1 -0
- package/dist/esm/index.mjs.map +1 -1
- package/dist/esm/index.native.js +1 -0
- package/dist/esm/index.native.js.map +1 -1
- package/dist/esm/surfaces.mjs +31 -8
- package/dist/esm/surfaces.mjs.map +1 -1
- package/dist/esm/surfaces.native.js +31 -8
- package/dist/esm/surfaces.native.js.map +1 -1
- package/dist/esm/views/index.mjs +2 -2
- package/dist/esm/views/index.mjs.map +1 -1
- package/dist/esm/views/index.native.js +2 -2
- package/dist/esm/views/index.native.js.map +1 -1
- package/dist/jsx/CopyField/index.mjs +4 -1
- package/dist/jsx/CopyField/index.mjs.map +1 -1
- package/dist/jsx/CopyField/index.native.js +4 -1
- package/dist/jsx/CopyField/index.native.js.map +1 -1
- package/dist/jsx/ProgressSteps/index.mjs +5 -2
- package/dist/jsx/ProgressSteps/index.mjs.map +1 -1
- package/dist/jsx/ProgressSteps/index.native.js +5 -2
- package/dist/jsx/ProgressSteps/index.native.js.map +1 -1
- package/dist/jsx/Separator/index.mjs.map +1 -1
- package/dist/jsx/Separator/index.native.js.map +1 -1
- package/dist/jsx/Wizard/index.mjs +1 -0
- package/dist/jsx/Wizard/index.mjs.map +1 -1
- package/dist/jsx/Wizard/index.native.js +3 -12
- package/dist/jsx/Wizard/index.native.js.map +1 -1
- package/dist/jsx/code/CodeBlock/index.mjs +42 -26
- package/dist/jsx/code/CodeBlock/index.mjs.map +1 -1
- package/dist/jsx/code/CodeBlock/index.native.js +38 -22
- package/dist/jsx/code/CodeBlock/index.native.js.map +1 -1
- package/dist/jsx/index.js +1 -0
- package/dist/jsx/index.js.map +1 -1
- package/dist/jsx/index.mjs +1 -0
- package/dist/jsx/index.mjs.map +1 -1
- package/dist/jsx/index.native.js +1 -0
- package/dist/jsx/index.native.js.map +1 -1
- package/dist/jsx/surfaces.mjs +31 -8
- package/dist/jsx/surfaces.mjs.map +1 -1
- package/dist/jsx/surfaces.native.js +30 -7
- package/dist/jsx/surfaces.native.js.map +1 -1
- package/dist/jsx/views/index.mjs +2 -2
- package/dist/jsx/views/index.mjs.map +1 -1
- package/dist/jsx/views/index.native.js +3 -0
- package/dist/jsx/views/index.native.js.map +1 -1
- package/package.json +9 -9
- package/src/Carousel/Carousel.stories.tsx +0 -1
- package/src/CopyField/index.tsx +10 -15
- package/src/Heading.native.spec.tsx +156 -0
- package/src/Heading.spec.tsx +14 -79
- package/src/Meter/Meter.spec.tsx +9 -1
- package/src/ProgressSteps/index.tsx +18 -3
- package/src/Separator/Separator.spec.tsx +68 -32
- package/src/Separator/index.tsx +27 -9
- package/src/Text.native.spec.tsx +144 -0
- package/src/Text.spec.tsx +12 -70
- package/src/Tooltip/tooltipGapContract.spec.ts +54 -0
- package/src/Wizard/Wizard.spec.tsx +23 -1
- package/src/Wizard/index.tsx +1 -8
- package/src/code/CodeBlock/CodeBlock.spec.tsx +6 -6
- package/src/code/CodeBlock/index.tsx +44 -27
- package/src/index.ts +12 -6
- package/src/overlayElevation.spec.tsx +154 -0
- package/src/surfaces.spec.tsx +98 -1
- package/src/surfaces.tsx +28 -6
- package/src/tamagui.spec.ts +11 -2
- package/src/tamagui.ts +5 -5
- package/src/views/index.ts +15 -0
- package/types/CopyField/index.d.ts +8 -14
- package/types/CopyField/index.d.ts.map +1 -1
- package/types/ProgressSteps/index.d.ts +8 -1
- package/types/ProgressSteps/index.d.ts.map +1 -1
- package/types/Separator/index.d.ts +27 -9
- package/types/Separator/index.d.ts.map +1 -1
- package/types/Tabs/index.d.ts +1 -1
- package/types/Wizard/index.d.ts.map +1 -1
- package/types/code/CodeBlock/index.d.ts.map +1 -1
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +1 -1
- package/types/surfaces.d.ts +6 -6
- package/types/surfaces.d.ts.map +1 -1
- package/types/views/index.d.ts +1 -1
- package/types/views/index.d.ts.map +1 -1
package/src/surfaces.tsx
CHANGED
|
@@ -7,6 +7,7 @@ import {
|
|
|
7
7
|
Popover,
|
|
8
8
|
Sheet,
|
|
9
9
|
View,
|
|
10
|
+
isWeb,
|
|
10
11
|
type DialogContentProps as TamaguiDialogContentProps,
|
|
11
12
|
type DialogOverlayProps as TamaguiDialogOverlayProps,
|
|
12
13
|
type TamaguiElement,
|
|
@@ -101,12 +102,31 @@ export const DialogContent = forwardRef<
|
|
|
101
102
|
);
|
|
102
103
|
});
|
|
103
104
|
|
|
104
|
-
/**
|
|
105
|
+
/**
|
|
106
|
+
* Reference §8 overlay shadow — rgba(0,0,0,0.12) 0 12px 24px. Not Button $1,
|
|
107
|
+
* and not the `$2` fragment `elevatedSurface` carries either: that fragment's
|
|
108
|
+
* web paint arrives as an INLINE style (`elevationPaint` emits
|
|
109
|
+
* `style.boxShadow`, and Tamagui stamps `!important` only on pseudo atoms),
|
|
110
|
+
* so a shadow expressed only as `shadow*` props is a dead class atom under a
|
|
111
|
+
* live `$2` paint. The §8 value must land on the `style` prop too, replacing
|
|
112
|
+
* the fragment's. Dark inverts the hue and keeps the geometry — LC-85
|
|
113
|
+
* DARK-ELEVATION-TINT forbids a black umbra on a dark ground.
|
|
114
|
+
*/
|
|
105
115
|
const overlayElevationShadow = {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
116
|
+
light: {
|
|
117
|
+
shadowColor: "rgba(0,0,0,0.12)",
|
|
118
|
+
shadowOffset: { width: 0, height: 12 },
|
|
119
|
+
shadowOpacity: 1,
|
|
120
|
+
shadowRadius: 24,
|
|
121
|
+
...(isWeb ? { style: { boxShadow: "0px 12px 24px rgba(0,0,0,0.12)" } } : null),
|
|
122
|
+
},
|
|
123
|
+
dark: {
|
|
124
|
+
shadowColor: "rgba(255,255,255,0.12)",
|
|
125
|
+
shadowOffset: { width: 0, height: 12 },
|
|
126
|
+
shadowOpacity: 1,
|
|
127
|
+
shadowRadius: 24,
|
|
128
|
+
...(isWeb ? { style: { boxShadow: "0px 12px 24px rgba(255,255,255,0.12)" } } : null),
|
|
129
|
+
},
|
|
110
130
|
} as const;
|
|
111
131
|
|
|
112
132
|
const DialogContentInner = forwardRef<
|
|
@@ -126,7 +146,7 @@ const DialogContentInner = forwardRef<
|
|
|
126
146
|
{...knobProps.panelPadding}
|
|
127
147
|
{...knobProps.gap}
|
|
128
148
|
elevate={false}
|
|
129
|
-
{...overlayElevationShadow}
|
|
149
|
+
{...overlayElevationShadow[knobProps.scheme]}
|
|
130
150
|
transition={knobProps.transition}
|
|
131
151
|
enterStyle={overlayEnterExit}
|
|
132
152
|
exitStyle={overlayEnterExit}
|
|
@@ -205,6 +225,8 @@ const AlertDialogContentInner = forwardRef<
|
|
|
205
225
|
{...knobProps.containerRadius}
|
|
206
226
|
{...knobProps.panelPadding}
|
|
207
227
|
{...knobProps.gap}
|
|
228
|
+
elevate={false}
|
|
229
|
+
{...overlayElevationShadow[knobProps.scheme]}
|
|
208
230
|
transition={knobProps.transition}
|
|
209
231
|
enterStyle={overlayEnterExit}
|
|
210
232
|
exitStyle={overlayEnterExit}
|
package/src/tamagui.spec.ts
CHANGED
|
@@ -34,12 +34,19 @@ const EXCLUDED_BARE_NAMES = [
|
|
|
34
34
|
] as const;
|
|
35
35
|
|
|
36
36
|
const ALLOWLIST_VALUE_NAMES = [
|
|
37
|
-
// layout
|
|
37
|
+
// layout. Separator left this list 2026-08-28 (MPO-47): a bare catalog name
|
|
38
|
+
// may not resolve to a raw primitive (LC-45 / LC-70), and the raw one is a
|
|
39
|
+
// `flex: 1` item that can absorb free space (DG-OVF-07). Bare `Separator` is
|
|
40
|
+
// the house painted rule in ./Separator; raw rides the TamaguiSeparator
|
|
41
|
+
// hatch. (It was silently restored here by the MPO-20 typography lane, which
|
|
42
|
+
// rewrote this file from a pre-MPO-47 copy — tamagui.ts and index.ts kept
|
|
43
|
+
// the house wiring, so this guardrail was asserting the opposite of the
|
|
44
|
+
// barrel and had been red ever since. MPO-78: CI runs `turbo run build`
|
|
45
|
+
// only, so nothing caught it.)
|
|
38
46
|
"Circle",
|
|
39
47
|
"Group",
|
|
40
48
|
"ListItem",
|
|
41
49
|
"ScrollView",
|
|
42
|
-
"Separator",
|
|
43
50
|
"Spacer",
|
|
44
51
|
"Square",
|
|
45
52
|
"View",
|
|
@@ -105,6 +112,7 @@ const ESCAPE_HATCHES: ReadonlyArray<[prefixed: string, raw: string]> = [
|
|
|
105
112
|
["TamaguiProgress", "Progress"],
|
|
106
113
|
["TamaguiRadioGroup", "RadioGroup"],
|
|
107
114
|
["TamaguiSelect", "Select"],
|
|
115
|
+
["TamaguiSeparator", "Separator"],
|
|
108
116
|
["TamaguiSizableText", "SizableText"],
|
|
109
117
|
["TamaguiSlider", "Slider"],
|
|
110
118
|
["TamaguiSpinner", "Spinner"],
|
|
@@ -130,6 +138,7 @@ const HOUSE_SHADOWS = [
|
|
|
130
138
|
"Image",
|
|
131
139
|
"Menu",
|
|
132
140
|
"Paragraph",
|
|
141
|
+
"Separator",
|
|
133
142
|
"SizableText",
|
|
134
143
|
"Spinner",
|
|
135
144
|
"Tabs",
|
package/src/tamagui.ts
CHANGED
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
// - The curation is locked by tamagui.spec.ts — update both together.
|
|
24
24
|
|
|
25
25
|
// Layout primitives (no house replacement).
|
|
26
|
-
// Separator left this list 2026-08-28 (MPO-47):
|
|
27
|
-
//
|
|
28
|
-
//
|
|
29
|
-
//
|
|
30
|
-
// TamaguiSeparator below.
|
|
26
|
+
// Separator left this list 2026-08-28 (MPO-47): a bare catalog name may not
|
|
27
|
+
// resolve to a raw primitive (LC-45 / LC-70), and the raw one is a `flex: 1`
|
|
28
|
+
// item that can absorb free space (DG-OVF-07). The bare name is the house
|
|
29
|
+
// Separator re-exported via index.ts (1px painted line in $borderColor,
|
|
30
|
+
// quiet = opacity 0.5). Raw stays reachable as TamaguiSeparator below.
|
|
31
31
|
export {
|
|
32
32
|
Circle,
|
|
33
33
|
Group,
|
package/src/views/index.ts
CHANGED
|
@@ -42,10 +42,18 @@ export {
|
|
|
42
42
|
type TreeViewDisplay,
|
|
43
43
|
} from "./TreeView";
|
|
44
44
|
export { ImageGrid, type ImageGridProps, type ImageGridHotkeys } from "./ImageGrid";
|
|
45
|
+
// ProgressCard/ShortcutCard/ListCard ride this barrel on purpose (MPO-53
|
|
46
|
+
// B-meter, the ProgressCard export gap): Dashboard.tsx exports them but they
|
|
47
|
+
// were reachable only through the deep path until the Meter extraction, and
|
|
48
|
+
// 5c7af7134 collaterally dropped them again. Meter.spec.tsx imports them from
|
|
49
|
+
// here so the next revert fails a test instead of shipping.
|
|
45
50
|
export {
|
|
46
51
|
Dashboard,
|
|
47
52
|
KPICard,
|
|
48
53
|
ChartCard,
|
|
54
|
+
ProgressCard,
|
|
55
|
+
ShortcutCard,
|
|
56
|
+
ListCard,
|
|
49
57
|
calculateTrend,
|
|
50
58
|
calculatePercentageChange,
|
|
51
59
|
aggregateData,
|
|
@@ -59,6 +67,13 @@ export {
|
|
|
59
67
|
type ChartDataPoint,
|
|
60
68
|
type ChartType,
|
|
61
69
|
type TrendDirection,
|
|
70
|
+
type ProgressConfig,
|
|
71
|
+
type ProgressCardProps,
|
|
72
|
+
type ShortcutConfig,
|
|
73
|
+
type ShortcutCardProps,
|
|
74
|
+
type ListConfig,
|
|
75
|
+
type ListCardProps,
|
|
76
|
+
type DashboardListItem,
|
|
62
77
|
} from "./Dashboard";
|
|
63
78
|
export {
|
|
64
79
|
ReportBuilder,
|
|
@@ -1,21 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* CopyField — a read-only Input
|
|
2
|
+
* CopyField — declared copy on a read-only Input.
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
4
|
+
* Second consumer of the MPO-52 reveal's Input.Button end-cap (LC-16).
|
|
5
|
+
* Confirm is notify() success → toast "Copied to clipboard." Failure is
|
|
6
|
+
* field-scoped "Copy failed." — an inline alert, never a toast.
|
|
7
7
|
*
|
|
8
|
-
* MPO-81
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* with TS2322 and blocked every release. The pass is removed rather than the
|
|
12
|
-
* props declared on `Input`, because declaring a prop nothing implements
|
|
13
|
-
* ships a lying API to every consumer.
|
|
14
|
-
*
|
|
15
|
-
* Re-add `copy onCopyResult={reportCopy}` here in the same change that
|
|
16
|
-
* implements the cap in `@multiplatform.one/forms`, not before.
|
|
8
|
+
* MPO-81 removed the copy/onCopyResult pass while the forms half was
|
|
9
|
+
* missing; the forms cap is implemented again (Input `copy` +
|
|
10
|
+
* Input.Button `glyphRing`), so the pass is back.
|
|
17
11
|
*/
|
|
18
12
|
import { type InputProps } from "@multiplatform.one/forms";
|
|
19
|
-
export type CopyFieldProps = Omit<InputProps, "secureTextEntry">;
|
|
13
|
+
export type CopyFieldProps = Omit<InputProps, "copy" | "onCopyResult" | "secureTextEntry">;
|
|
20
14
|
export declare function CopyField(props: CopyFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
21
15
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/CopyField/index.tsx"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/CopyField/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAKlE,MAAM,MAAM,cAAc,GAAG,IAAI,CAAC,UAAU,EAAE,MAAM,GAAG,cAAc,GAAG,iBAAiB,CAAC,CAAC;AAE3F,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,2CAO9C"}
|
|
@@ -36,6 +36,13 @@ export interface ProgressStepsProps extends Omit<GetProps<typeof StepsRoot>, "ch
|
|
|
36
36
|
linear?: boolean;
|
|
37
37
|
/** Compact markers + type (density compact override). */
|
|
38
38
|
compact?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Rail label treatment. `"hidden"` keeps markers (and a11y names) and
|
|
41
|
+
* drops the visible per-step label — the 390 wizard treatment; the
|
|
42
|
+
* current step's name rides the wizard legend as "Step n of m — X".
|
|
43
|
+
* @default "visible"
|
|
44
|
+
*/
|
|
45
|
+
labels?: "visible" | "hidden";
|
|
39
46
|
}
|
|
40
47
|
declare const StepsRoot: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, import("tamagui").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
41
48
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
@@ -50,6 +57,6 @@ declare const StepsRoot: import("tamagui").TamaguiComponent<import("@tamagui/web
|
|
|
50
57
|
* helper text, error/optional, linear-by-default. Polaris has no wizard
|
|
51
58
|
* stepper — display-only when `onStepChange` is omitted.
|
|
52
59
|
*/
|
|
53
|
-
export declare function ProgressSteps({ steps, current, onStepChange, orientation, allowJump, linear, compact, ...props }: ProgressStepsProps): import("react/jsx-runtime").JSX.Element;
|
|
60
|
+
export declare function ProgressSteps({ steps, current, onStepChange, orientation, allowJump, linear, compact, labels, ...props }: ProgressStepsProps): import("react/jsx-runtime").JSX.Element;
|
|
54
61
|
export {};
|
|
55
62
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ProgressSteps/index.tsx"],"names":[],"mappings":"AASA,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAOxC,MAAM,WAAW,YAAY;IAC3B,uCAAuC;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,kDAAkD;IAClD,KAAK,EAAE,SAAS,CAAC;IACjB,mEAAmE;IACnE,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,kDAAkD;IAClD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,yDAAyD;IACzD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,6EAA6E;IAC7E,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,QAAQ,CAAC,OAAO,SAAS,CAAC,EAAE,UAAU,CAAC;IACtF,qBAAqB;IACrB,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,oCAAoC;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,oDAAoD;IACpD,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,yCAAyC;IACzC,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,mEAAmE;IACnE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;;OAKG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,yDAAyD;IACzD,OAAO,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ProgressSteps/index.tsx"],"names":[],"mappings":"AASA,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAOxC,MAAM,WAAW,YAAY;IAC3B,uCAAuC;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,kDAAkD;IAClD,KAAK,EAAE,SAAS,CAAC;IACjB,mEAAmE;IACnE,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,kDAAkD;IAClD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,yDAAyD;IACzD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,6EAA6E;IAC7E,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,QAAQ,CAAC,OAAO,SAAS,CAAC,EAAE,UAAU,CAAC;IACtF,qBAAqB;IACrB,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,oCAAoC;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,oDAAoD;IACpD,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,yCAAyC;IACzC,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,mEAAmE;IACnE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;;OAKG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,yDAAyD;IACzD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;;OAKG;IACH,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;CAC/B;AAOD,QAAA,MAAM,SAAS;;;6CAGb,CAAC;AAkDH;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EACL,OAAO,EACP,YAAY,EACZ,WAA0B,EAC1B,SAAgB,EAChB,MAAa,EACb,OAAO,EACP,MAAkB,EAClB,GAAG,KAAK,EACT,EAAE,kBAAkB,2CAwQpB"}
|
|
@@ -1,15 +1,33 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* House Separator —
|
|
2
|
+
* House Separator — the catalog rule (MPO-47).
|
|
3
3
|
*
|
|
4
4
|
* The raw tamagui Separator rode the curated re-export as a "layout primitive
|
|
5
|
-
* with no house replacement"
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
5
|
+
* with no house replacement". Two measured reasons it may not:
|
|
6
|
+
*
|
|
7
|
+
* - LC-45 / LC-70: a bare name a house barrel exports is a catalog part, and
|
|
8
|
+
* this one resolved to a raw primitive.
|
|
9
|
+
* - DG-OVF-07: the raw primitive declares `flex: 1`
|
|
10
|
+
* (@tamagui/separator@2.7.6 Separator.tsx), so the rule is CAPABLE of
|
|
11
|
+
* absorbing free space — the exact defect DG-OVF-07 names.
|
|
12
|
+
*
|
|
13
|
+
* The paint recipe is lifted from DropdownMenu's proven private
|
|
14
|
+
* SeparatorLine: a FILLED line rather than a border, because Blink floors
|
|
15
|
+
* sub-1px border widths and a filled fractional height is crisp in every
|
|
16
|
+
* engine.
|
|
17
|
+
*
|
|
18
|
+
* MEASUREMENT CORRECTION (2026-09-01). MPO-47's headline — "96 of 96
|
|
19
|
+
* separators paint nothing: height 1px, background rgba(0,0,0,0),
|
|
20
|
+
* border-top-width 0px" — was a PROBE ARTEFACT, not a defect. The gallery
|
|
21
|
+
* probe computed `paints = backgroundColor.alpha > 0 || borderTopWidth > 0`,
|
|
22
|
+
* while tamagui's Separator paints with borderBOTTOMWidth (horizontal) and
|
|
23
|
+
* borderRIGHTWidth (vertical), so the expression was structurally blind to
|
|
24
|
+
* the one primitive it audited. The shots that reading produced carry the
|
|
25
|
+
* painted 1px $borderColor rules in their own pixels, in both schemes; a
|
|
26
|
+
* pixel audit of all 52 action-and-feedback shots finds at least as many
|
|
27
|
+
* painted 1px $borderColor rules as the sidecar called blank, on every
|
|
28
|
+
* board. The raw rule did paint. It was still the wrong thing behind a
|
|
29
|
+
* catalog name, and it could still flex-grow — which is why this component
|
|
30
|
+
* stands.
|
|
13
31
|
*
|
|
14
32
|
* Measured law (tamagui-rendered-reference.md §7.3):
|
|
15
33
|
* - 1 CSS px, never 0.5px. Vertical separators are 1px wide.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Separator/index.tsx"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Separator/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6CG;AACH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAGxC,QAAA,MAAM,cAAc;;;6CA0BlB,CAAC;AAEH,MAAM,WAAW,cAAe,SAAQ,QAAQ,CAAC,OAAO,cAAc,CAAC;CAAG;AAE1E,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,2CAW/D"}
|
package/types/Tabs/index.d.ts
CHANGED
|
@@ -238,7 +238,7 @@ export declare const Tabs: typeof TabsRoot & {
|
|
|
238
238
|
disabled?: boolean | undefined;
|
|
239
239
|
unstyled?: boolean | undefined;
|
|
240
240
|
size?: import("tamagui").SizeTokens | undefined;
|
|
241
|
-
}>, "children" | "style" | "className" | "value" | "theme" | "debug" | "size" | "disabled" | "group" | "onChange" | "onMouseEnter" | "onMouseLeave" | "onClick" | "download" | "rel" | "target" | `$${string}` | `$${number}` | "id" | "onBlur" | "hitSlop" | "needsOffscreenAlphaCompositing" | "onLayout" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "onFocus" | "renderToHardwareTextureAndroid" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "
|
|
241
|
+
}>, "children" | "style" | "className" | "value" | "theme" | "debug" | "size" | "disabled" | "group" | "onChange" | "onMouseEnter" | "onMouseLeave" | "onClick" | "download" | "rel" | "target" | `$${string}` | `$${number}` | "id" | "role" | "onBlur" | "hitSlop" | "needsOffscreenAlphaCompositing" | "onLayout" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "onFocus" | "renderToHardwareTextureAndroid" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "themeShallow" | "unstyled" | "render" | "untilMeasured" | "componentName" | "disableOptimization" | "forceStyle" | "disableClassName" | "animatedBy" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "elevationAndroid" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onMouseOver" | "onMouseOut" | "onDoubleClick" | "onContextMenu" | "onWheel" | "onKeyDown" | "onKeyUp" | "onInput" | "onBeforeInput" | "onScroll" | "onCopy" | "onCut" | "onPaste" | "onDrag" | "onDragStart" | "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragOver" | "onDrop" | keyof import("@tamagui/web").StackStyleBase | import("@tamagui/web").GroupMediaKeys | "activeStyle" | "activeTheme" | keyof import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase & {
|
|
242
242
|
readonly activeStyle?: Partial<import("@tamagui/web").InferStyleProps<import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/web").StackStyleBase> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").StackStyleBase, {}>> & import("react").RefAttributes<import("tamagui").TamaguiElement>> & import("@tamagui/web").StaticComponentObject<import("@tamagui/web").TamaDefer, import("tamagui").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {}, {}> & Omit<{}, "staticConfig" | "styleable"> & {
|
|
243
243
|
__tama: [import("@tamagui/web").TamaDefer, import("tamagui").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {}, {}];
|
|
244
244
|
}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Wizard/index.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Wizard/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/code/CodeBlock/index.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/code/CodeBlock/index.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA0CH,MAAM,WAAW,cAAc;IAC7B,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,wDAAwD;IACxD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,qDAAqD;IACrD,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,sCAAsC;IACtC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,sBAAsB;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,SAAS,CAAC,EACxB,QAAa,EACb,QAAgB,EAChB,KAAK,EACL,eAAe,EAAE,mBAAmB,EACpC,cAAmB,EACnB,WAAW,EACX,IAAI,GACL,EAAE,cAAc,2CA+IhB"}
|
package/types/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export type { SortableListProps, SortableDisabledStyle, SortableSession, UseSort
|
|
|
4
4
|
export * from "./Badge";
|
|
5
5
|
export * from "./Carousel";
|
|
6
6
|
export * from "./Chip";
|
|
7
|
+
export * from "./CopyField";
|
|
7
8
|
export * from "./DotIndicator";
|
|
8
9
|
export * from "./DropdownMenu";
|
|
9
10
|
export * from "./ContextMenu";
|
package/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/types/surfaces.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export interface DialogRegionContextValue {
|
|
|
14
14
|
export declare const DialogRegionContext: import("react").Context<DialogRegionContextValue>;
|
|
15
15
|
export declare function useDialogRegionContext(): DialogRegionContextValue;
|
|
16
16
|
export declare function useIsInDialogRegion(): boolean;
|
|
17
|
-
export declare const DialogContent: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | "size" | "transparent" | "unstyled" | keyof import("@tamagui/web").StackStyleBase | "
|
|
17
|
+
export declare const DialogContent: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | "size" | "transparent" | "circular" | "unstyled" | keyof import("@tamagui/web").StackStyleBase | "chromeless" | "fullscreen" | "elevate" | "bordered"> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase> & {
|
|
18
18
|
unstyled?: boolean | undefined;
|
|
19
19
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
20
20
|
fullscreen?: boolean | undefined;
|
|
@@ -44,7 +44,7 @@ export declare const DialogContent: import("react").ForwardRefExoticComponent<Om
|
|
|
44
44
|
elevate?: boolean | undefined;
|
|
45
45
|
bordered?: boolean | undefined;
|
|
46
46
|
chromeless?: boolean | "all" | undefined;
|
|
47
|
-
}>> & Omit<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | "size" | "transparent" | "unstyled" | keyof import("@tamagui/web").StackStyleBase | "
|
|
47
|
+
}>> & Omit<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | "size" | "transparent" | "circular" | "unstyled" | keyof import("@tamagui/web").StackStyleBase | "chromeless" | "fullscreen" | "elevate" | "bordered"> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase> & {
|
|
48
48
|
unstyled?: boolean | undefined;
|
|
49
49
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
50
50
|
fullscreen?: boolean | undefined;
|
|
@@ -135,7 +135,7 @@ export declare const DialogOverlay: import("react").ForwardRefExoticComponent<Om
|
|
|
135
135
|
} & {
|
|
136
136
|
children?: ReactNode;
|
|
137
137
|
} & import("react").RefAttributes<TamaguiElement>>;
|
|
138
|
-
export declare const AlertDialogContent: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | "size" | "transparent" | "unstyled" | keyof import("@tamagui/web").StackStyleBase | "
|
|
138
|
+
export declare const AlertDialogContent: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | "size" | "transparent" | "circular" | "unstyled" | keyof import("@tamagui/web").StackStyleBase | "chromeless" | "fullscreen" | "elevate" | "bordered"> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase> & {
|
|
139
139
|
unstyled?: boolean | undefined;
|
|
140
140
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
141
141
|
fullscreen?: boolean | undefined;
|
|
@@ -165,7 +165,7 @@ export declare const AlertDialogContent: import("react").ForwardRefExoticCompone
|
|
|
165
165
|
elevate?: boolean | undefined;
|
|
166
166
|
bordered?: boolean | undefined;
|
|
167
167
|
chromeless?: boolean | "all" | undefined;
|
|
168
|
-
}>> & Omit<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | "size" | "transparent" | "unstyled" | keyof import("@tamagui/web").StackStyleBase | "
|
|
168
|
+
}>> & Omit<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | "size" | "transparent" | "circular" | "unstyled" | keyof import("@tamagui/web").StackStyleBase | "chromeless" | "fullscreen" | "elevate" | "bordered"> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase> & {
|
|
169
169
|
unstyled?: boolean | undefined;
|
|
170
170
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
171
171
|
fullscreen?: boolean | undefined;
|
|
@@ -265,7 +265,7 @@ export type { CardProps as KnobCardProps } from "./Card";
|
|
|
265
265
|
/** @deprecated Use `Card` instead. */
|
|
266
266
|
export { Card as KnobCard } from "./Card";
|
|
267
267
|
/** @deprecated Use `DialogContent` instead. */
|
|
268
|
-
export declare const KnobDialogContent: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | "size" | "transparent" | "unstyled" | keyof import("@tamagui/web").StackStyleBase | "
|
|
268
|
+
export declare const KnobDialogContent: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | "size" | "transparent" | "circular" | "unstyled" | keyof import("@tamagui/web").StackStyleBase | "chromeless" | "fullscreen" | "elevate" | "bordered"> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase> & {
|
|
269
269
|
unstyled?: boolean | undefined;
|
|
270
270
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
271
271
|
fullscreen?: boolean | undefined;
|
|
@@ -295,7 +295,7 @@ export declare const KnobDialogContent: import("react").ForwardRefExoticComponen
|
|
|
295
295
|
elevate?: boolean | undefined;
|
|
296
296
|
bordered?: boolean | undefined;
|
|
297
297
|
chromeless?: boolean | "all" | undefined;
|
|
298
|
-
}>> & Omit<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | "size" | "transparent" | "unstyled" | keyof import("@tamagui/web").StackStyleBase | "
|
|
298
|
+
}>> & Omit<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | "size" | "transparent" | "circular" | "unstyled" | keyof import("@tamagui/web").StackStyleBase | "chromeless" | "fullscreen" | "elevate" | "bordered"> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStyleBase> & {
|
|
299
299
|
unstyled?: boolean | undefined;
|
|
300
300
|
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
301
301
|
fullscreen?: boolean | undefined;
|
package/types/surfaces.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"surfaces.d.ts","sourceRoot":"","sources":["../src/surfaces.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,
|
|
1
|
+
{"version":3,"file":"surfaces.d.ts","sourceRoot":"","sources":["../src/surfaces.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EASL,KAAK,cAAc,EAEpB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACtD,YAAY,EAAE,eAAe,EAAE,eAAe,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AA+CvF,MAAM,WAAW,wBAAwB;IACvC,4EAA4E;IAC5E,cAAc,EAAE,OAAO,CAAC;CACzB;AAED;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,mDAE9B,CAAC;AAEH,wBAAgB,sBAAsB,IAAI,wBAAwB,CAEjE;AAED,wBAAgB,mBAAmB,IAAI,OAAO,CAE7C;AAQD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAEiB,SAAS;kDASlD,CAAC;AAoEH;;;;;;GAMG;AACH,eAAO,MAAM,aAAa;;;;;;;;eAEiB,SAAS;kDAelD,CAAC;AAOH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAEY,SAAS;kDASlD,CAAC;AAgCH,eAAO,MAAM,kBAAkB;;;;;;;;eAEY,SAAS;kDAelD,CAAC;AAUH,eAAO,MAAM,cAAc;eAAuD,SAAS;kDAmB1F,CAAC;AASF,eAAO,MAAM,UAAU;eAAuD,SAAS;kDAqBtF,CAAC;AAOF,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAMpD,eAAO,MAAM,KAAK;eAAuD,SAAS;kDAiBjF,CAAC;AAMF,2CAA2C;AAC3C,YAAY,EAAE,SAAS,IAAI,aAAa,EAAE,MAAM,QAAQ,CAAC;AACzD,sCAAsC;AACtC,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC1C,+CAA+C;AAC/C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA7Qa,SAAS;kDA6QN,CAAC;AAC/C,gDAAgD;AAChD,eAAO,MAAM,kBAAkB;eA7FmD,SAAS;kDA6F3C,CAAC;AACjD,4CAA4C;AAC5C,eAAO,MAAM,cAAc;eAnEmD,SAAS;kDAmE/C,CAAC;AACzC,uCAAuC;AACvC,eAAO,MAAM,SAAS;eAlCmD,SAAS;kDAkCpD,CAAC"}
|
package/types/views/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export { Calendar, computeEventMoveRange, eventChipTextColor, findDayKeyAtPoint,
|
|
|
4
4
|
export { snapMinutes, layoutDayBlocks, computeResizeRange, moveRangeToSlot, createRangeFromDrag, moveFocusDate, moveFocusSlot, eventAccessibleLabel, formatTimeRangeLabel, type TimedBlockLayout, type CalendarRange, } from "./calendarMath";
|
|
5
5
|
export { TreeView, type TreeViewProps, type TreeNode, type TreeViewHotkeys, type TreeViewDisplay, } from "./TreeView";
|
|
6
6
|
export { ImageGrid, type ImageGridProps, type ImageGridHotkeys } from "./ImageGrid";
|
|
7
|
-
export { Dashboard, KPICard, ChartCard, calculateTrend, calculatePercentageChange, aggregateData, resolveTrendColor, type DashboardProps, type DashboardWidget, type KPICardConfig, type KPICardProps, type ChartConfig, type ChartCardProps, type ChartDataPoint, type ChartType, type TrendDirection, } from "./Dashboard";
|
|
7
|
+
export { Dashboard, KPICard, ChartCard, ProgressCard, ShortcutCard, ListCard, calculateTrend, calculatePercentageChange, aggregateData, resolveTrendColor, type DashboardProps, type DashboardWidget, type KPICardConfig, type KPICardProps, type ChartConfig, type ChartCardProps, type ChartDataPoint, type ChartType, type TrendDirection, type ProgressConfig, type ProgressCardProps, type ShortcutConfig, type ShortcutCardProps, type ListConfig, type ListCardProps, type DashboardListItem, } from "./Dashboard";
|
|
8
8
|
export { ReportBuilder, type ReportBuilderProps, type ReportColumn, type GroupByConfig, } from "./ReportBuilder";
|
|
9
9
|
export { GanttView, type GanttViewProps, type GanttTask, type GanttItemMoveRange } from "./Gantt";
|
|
10
10
|
export { barGeometry, computeGanttRange, dateToX, dxToDayDelta, ganttTaskAccessibleLabel, generateTicks, normalizeSpanEdges, shiftSpanByDays, todayLineX, type GanttBarGeometry, type GanttRange, type GanttSpan, type GanttTick, type GanttZoom, } from "./ganttMath";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/views/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,OAAO,EACP,WAAW,EACX,gBAAgB,EAChB,KAAK,SAAS,EACd,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,YAAY,GAClB,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,UAAU,CAAC;AAC3F,OAAO,EACL,QAAQ,EACR,qBAAqB,EACrB,kBAAkB,EAClB,iBAAiB,EACjB,KAAK,aAAa,EAClB,KAAK,aAAa,EAClB,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,GACtB,MAAM,YAAY,CAAC;AACpB,OAAO,EACL,WAAW,EACX,eAAe,EACf,kBAAkB,EAClB,eAAe,EACf,mBAAmB,EACnB,aAAa,EACb,aAAa,EACb,oBAAoB,EACpB,oBAAoB,EACpB,KAAK,gBAAgB,EACrB,KAAK,aAAa,GACnB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,QAAQ,EACR,KAAK,aAAa,EAClB,KAAK,QAAQ,EACb,KAAK,eAAe,EACpB,KAAK,eAAe,GACrB,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,gBAAgB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/views/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,OAAO,EACP,WAAW,EACX,gBAAgB,EAChB,KAAK,SAAS,EACd,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,YAAY,GAClB,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,MAAM,EAAE,KAAK,WAAW,EAAE,KAAK,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,UAAU,CAAC;AAC3F,OAAO,EACL,QAAQ,EACR,qBAAqB,EACrB,kBAAkB,EAClB,iBAAiB,EACjB,KAAK,aAAa,EAClB,KAAK,aAAa,EAClB,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,GACtB,MAAM,YAAY,CAAC;AACpB,OAAO,EACL,WAAW,EACX,eAAe,EACf,kBAAkB,EAClB,eAAe,EACf,mBAAmB,EACnB,aAAa,EACb,aAAa,EACb,oBAAoB,EACpB,oBAAoB,EACpB,KAAK,gBAAgB,EACrB,KAAK,aAAa,GACnB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,QAAQ,EACR,KAAK,aAAa,EAClB,KAAK,QAAQ,EACb,KAAK,eAAe,EACpB,KAAK,eAAe,GACrB,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAMpF,OAAO,EACL,SAAS,EACT,OAAO,EACP,SAAS,EACT,YAAY,EACZ,YAAY,EACZ,QAAQ,EACR,cAAc,EACd,yBAAyB,EACzB,aAAa,EACb,iBAAiB,EACjB,KAAK,cAAc,EACnB,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,WAAW,EAChB,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,SAAS,EACd,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,UAAU,EACf,KAAK,aAAa,EAClB,KAAK,iBAAiB,GACvB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,aAAa,EACb,KAAK,kBAAkB,EACvB,KAAK,YAAY,EACjB,KAAK,aAAa,GACnB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,KAAK,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAClG,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,OAAO,EACP,YAAY,EACZ,wBAAwB,EACxB,aAAa,EACb,kBAAkB,EAClB,eAAe,EACf,UAAU,EACV,KAAK,gBAAgB,EACrB,KAAK,UAAU,EACf,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,GACf,MAAM,aAAa,CAAC;AAKrB,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAI1C,cAAc,WAAW,CAAC"}
|