Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type props = {
disabled?: bool,
@as("open") open_?: bool,
actionsRef?: React.ref<Nullable.t<RootSharedTypes.autocompleteRootActions>>,
handle?: RootSharedTypes.menuHandleGn4xo,
handle?: RootSharedTypes.menuHandleXaxq5,
defaultOpen?: bool,
onOpenChangeComplete?: bool => unit,
triggerId?: Nullable.t<string>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type props<'a> = {
actionsRef?: React.ref<Nullable.t<RootSharedTypes.autocompleteRootActions>>,
triggerId?: Nullable.t<string>,
defaultTriggerId?: Nullable.t<string>,
handle?: RootSharedTypes.menuHandleEibww<'a>,
handle?: RootSharedTypes.menuHandleV1tgxi<'a>,
children?: React.element, // ⓘ function form: wrap with `childrenFn` (zero-cost)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type props = {
disabled?: bool,
@as("open") open_?: bool,
actionsRef?: React.ref<Nullable.t<RootSharedTypes.autocompleteRootActions>>,
handle?: RootSharedTypes.menuHandleGn4xo,
handle?: RootSharedTypes.menuHandleXaxq5,
defaultOpen?: bool,
onOpenChangeComplete?: bool => unit,
triggerId?: Nullable.t<string>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ external renderFn: ((PositionerSharedTypes.htmlProps, TriggerTypes.contextMenuTr
type props<'a> = {
children?: React.element,
disabled?: bool,
handle?: RootSharedTypes.menuHandleV2ni56<'a>,
handle?: RootSharedTypes.menuHandleV1w2kt<'a>,
payload?: 'a,
delay?: float,
closeDelay?: float,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,13 @@ type rootMenuStoreUseSyncedValuesParentConfigWx9iv = {
@as("type") type_: [#"menubar"],
context: menubarContext,
}
type __typeF6ioq = {
getBoundingClientRect: unit => LibTypes.event,
}
@unboxed type typeSetAnchor = Type(__typeF6ioq) | Fn(__typeF6ioq => __typeF6ioq)
type contextMenuRootContext = {
anchor: string, // ⚪ loose — was `{ getBoundingClientRect: () => DOMRect; }`
setAnchor: string => unit, // ⚠️ REVIEW — was `SetStateAction<{ getBoundingClientRect: () => DOMRect; }>` — match the real type by hand
anchor: __typeF6ioq,
setAnchor: typeSetAnchor => unit,
backdropRef: string, // ⚪ loose — was `RefObject<HTMLDivElement>`
internalBackdropRef: string, // ⚪ loose — was `RefObject<HTMLDivElement>`
actionsRef: ReactTypes.refObject,
Expand All @@ -572,11 +576,11 @@ type contextMenuRootContext = {
initialCursorPointRef: ReactTypes.refObject,
rootId?: string,
}
type rootMenuStoreUseSyncedValuesParentConfigSuy9m = {
type rootMenuStoreUseSyncedValuesParentConfigV4ouqf = {
@as("type") type_: [#"context-menu"],
context: contextMenuRootContext,
}
type rootMenuStoreUseSyncedValuesParentConfigV104c1 = {
type __typeV104c1 = {
@as("type") type_: unit,
}
type floatingTreeStore = {
Expand All @@ -586,7 +590,7 @@ type floatingTreeStore = {
removeNode: FloatingUiReactTypes.floatingNodeType => unit,
}
type menuParent_t
type rec storeMenuStoreSetStateConfigMt5t5 = {
type rec storeMenuStoreSetStateConfigV2vbxe = {
@as("open") open_: bool,
mounted: bool,
transitionStatus: PositionerSharedTypes.transitionStatus,
Expand Down Expand Up @@ -618,19 +622,19 @@ type rec storeMenuStoreSetStateConfigMt5t5 = {
keyboardEventRelay?: ReactEvent.Keyboard.t => unit,
}
and menuRootContext = {
store: menuStoreV1nk2i,
parent: string, // ⚪ loose — was `MenuParent`
store: menuStoreXy3f9,
parent: menuParent_t,
}
and rootMenuStoreUseSyncedValuesParentConfigV1488y = {
and rootMenuStoreUseSyncedValuesParentConfigV1tim1 = {
@as("type") type_: [#"nested-context-menu"],
context: contextMenuRootContext,
menuContext: menuRootContext,
}
and rootMenuStoreUseSyncedValuesParentConfigV1yuv5 = {
and rootMenuStoreUseSyncedValuesParentConfigOnj8x = {
@as("type") type_: [#"menu"],
store: menuStoreV1nk2i,
store: menuStoreXy3f9,
}
and storeMenuStoreUseSyncedValuesConfigZiqsf = {
and storeMenuStoreUseSyncedValuesConfigS9xox = {
@as("open") open_?: bool,
mounted?: bool,
transitionStatus?: PositionerSharedTypes.transitionStatus,
Expand Down Expand Up @@ -661,46 +665,46 @@ and storeMenuStoreUseSyncedValuesConfigZiqsf = {
closeDelay?: float,
keyboardEventRelay?: ReactEvent.Keyboard.t => unit,
}
and menuStoreV1nk2i = {
and menuStoreXy3f9 = {
setOpen: (bool, contextMenuRootChangeEventDetails) => unit,
unsubscribeParentListener: string, // 🛑 BROKEN — contains `any`
context: contextV767qg,
controlledValues: string, // 🛑 BROKEN — contains `any`
selectors: string, // 🛑 BROKEN — contains `any`
useSyncedValue: (rootMenuStoreUseSyncedValue, string) => unit, // 🛑 BROKEN — contains `unknown`
useSyncedValueWithCleanup: (string, string) => unit, // 🛑 BROKEN — contains `unknown` — was `Readonly<State<unknown>>[Key]`
useSyncedValues: storeMenuStoreUseSyncedValuesConfigZiqsf => unit,
useSyncedValues: storeMenuStoreUseSyncedValuesConfigS9xox => unit,
useControlledProp: (rootMenuStoreUseSyncedValue, option<string>, string) => unit, // 🛑 BROKEN — contains `unknown`
set: (rootMenuStoreUseSyncedValue, string) => unit, // 🛑 BROKEN — contains `unknown`
update: storeMenuStoreUseSyncedValuesConfigZiqsf => unit,
setState: storeMenuStoreSetStateConfigMt5t5 => unit,
update: storeMenuStoreUseSyncedValuesConfigS9xox => unit,
setState: storeMenuStoreSetStateConfigV2vbxe => unit,
select: (string, string) => string, // 🛑 BROKEN — contains `unknown` — was `ReturnType<{ disabled: (state: State<unknown>) => boolean; modal: (state: State<unknown>) => boolean; allowMou`
useState: (string, string) => string, // 🛑 BROKEN — contains `unknown` — was `ReturnType<{ disabled: (state: State<unknown>) => boolean; modal: (state: State<unknown>) => boolean; allowMou`
useContextCallback: (string, option<(bool, menuRootChangeEventDetails) => unit>) => unit, // 🛑 BROKEN — contains `unknown`
useStateSetter: rootMenuStoreUseSyncedValue => string => unit, // 🛑 BROKEN — contains `unknown`
observe: string, // ⚠️ REVIEW — match the real type by hand
state: storeMenuStoreSetStateConfigMt5t5,
state: storeMenuStoreSetStateConfigV2vbxe,
listeners: string, // 🛑 BROKEN — contains `any`
updateTick: string, // 🛑 BROKEN — contains `any`
subscribe: storeMenuStoreSetStateConfigMt5t5 => unit => unit => unit,
getSnapshot: unit => storeMenuStoreSetStateConfigMt5t5,
subscribe: storeMenuStoreSetStateConfigV2vbxe => unit => unit => unit,
getSnapshot: unit => storeMenuStoreSetStateConfigV2vbxe,
notifyAll: unit => unit,
}
module MenuParent = {
type t = menuParent_t
external fromRootMenuStoreUseSyncedValuesParentConfig: rootMenuStoreUseSyncedValuesParentConfigV1yuv5 => t = "%identity"
external asRootMenuStoreUseSyncedValuesParentConfig: t => (rootMenuStoreUseSyncedValuesParentConfigV1yuv5) = "%identity"
external fromRootMenuStoreUseSyncedValuesParentConfig: rootMenuStoreUseSyncedValuesParentConfigOnj8x => t = "%identity"
external asRootMenuStoreUseSyncedValuesParentConfig: t => (rootMenuStoreUseSyncedValuesParentConfigOnj8x) = "%identity"
external fromRootMenuStoreUseSyncedValuesParentConfig2: rootMenuStoreUseSyncedValuesParentConfigWx9iv => t = "%identity"
external asRootMenuStoreUseSyncedValuesParentConfig2: t => (rootMenuStoreUseSyncedValuesParentConfigWx9iv) = "%identity"
external fromRootMenuStoreUseSyncedValuesParentConfig3: rootMenuStoreUseSyncedValuesParentConfigSuy9m => t = "%identity"
external asRootMenuStoreUseSyncedValuesParentConfig3: t => (rootMenuStoreUseSyncedValuesParentConfigSuy9m) = "%identity"
external fromRootMenuStoreUseSyncedValuesParentConfig4: rootMenuStoreUseSyncedValuesParentConfigV1488y => t = "%identity"
external asRootMenuStoreUseSyncedValuesParentConfig4: t => (rootMenuStoreUseSyncedValuesParentConfigV1488y) = "%identity"
external fromRootMenuStoreUseSyncedValuesParentConfig5: rootMenuStoreUseSyncedValuesParentConfigV104c1 => t = "%identity"
external asRootMenuStoreUseSyncedValuesParentConfig5: t => (rootMenuStoreUseSyncedValuesParentConfigV104c1) = "%identity"
}
type menuHandleGn4xo = {
store: menuStoreV1nk2i,
external fromRootMenuStoreUseSyncedValuesParentConfig3: rootMenuStoreUseSyncedValuesParentConfigV4ouqf => t = "%identity"
external asRootMenuStoreUseSyncedValuesParentConfig3: t => (rootMenuStoreUseSyncedValuesParentConfigV4ouqf) = "%identity"
external fromRootMenuStoreUseSyncedValuesParentConfig4: rootMenuStoreUseSyncedValuesParentConfigV1tim1 => t = "%identity"
external asRootMenuStoreUseSyncedValuesParentConfig4: t => (rootMenuStoreUseSyncedValuesParentConfigV1tim1) = "%identity"
external fromType2: __typeV104c1 => t = "%identity"
external asType2: t => (__typeV104c1) = "%identity"
}
type menuHandleXaxq5 = {
store: menuStoreXy3f9,
@as("open") open_: string => unit,
close: unit => unit,
isOpen: bool,
Expand Down Expand Up @@ -791,7 +795,7 @@ type rootFieldValidityStateValidityConfig = {
type fieldsetRootState = {
disabled: bool,
}
type storeMenuStoreUseSyncedValuesConfigZ0030<'a> = {
type storeMenuStoreUseSyncedValuesConfigPd6rj<'a> = {
@as("open") open_?: bool,
mounted?: bool,
transitionStatus?: PositionerSharedTypes.transitionStatus,
Expand Down Expand Up @@ -822,7 +826,7 @@ type storeMenuStoreUseSyncedValuesConfigZ0030<'a> = {
closeDelay?: float,
keyboardEventRelay?: ReactEvent.Keyboard.t => unit,
}
type storeMenuStoreSetStateConfigV1073g<'a> = {
type storeMenuStoreSetStateConfigV8rk58<'a> = {
@as("open") open_: bool,
mounted: bool,
transitionStatus: PositionerSharedTypes.transitionStatus,
Expand Down Expand Up @@ -853,64 +857,64 @@ type storeMenuStoreSetStateConfigV1073g<'a> = {
closeDelay: float,
keyboardEventRelay?: ReactEvent.Keyboard.t => unit,
}
type menuStoreV1uotb<'a> = {
type menuStoreV1t1yx<'a> = {
setOpen: (bool, contextMenuRootChangeEventDetails) => unit,
unsubscribeParentListener: string, // 🛑 BROKEN — contains `any`
context: contextV767qg,
controlledValues: string, // 🛑 BROKEN — contains `any`
selectors: string, // 🛑 BROKEN — contains `any`
useSyncedValue: (rootMenuStoreUseSyncedValue, string) => unit, // 🛑 BROKEN — contains `unknown`
useSyncedValueWithCleanup: (string, string) => unit, // 🛑 BROKEN — contains `unknown` — was `Readonly<State<Payload>>[Key]`
useSyncedValues: storeMenuStoreUseSyncedValuesConfigZ0030<'a> => unit,
useSyncedValues: storeMenuStoreUseSyncedValuesConfigPd6rj<'a> => unit,
useControlledProp: (rootMenuStoreUseSyncedValue, option<string>, string) => unit, // 🛑 BROKEN — contains `unknown`
set: (rootMenuStoreUseSyncedValue, string) => unit, // 🛑 BROKEN — contains `unknown`
update: storeMenuStoreUseSyncedValuesConfigZ0030<'a> => unit,
setState: storeMenuStoreSetStateConfigV1073g<'a> => unit,
update: storeMenuStoreUseSyncedValuesConfigPd6rj<'a> => unit,
setState: storeMenuStoreSetStateConfigV8rk58<'a> => unit,
select: (string, string) => string, // 🛑 BROKEN — contains `unknown` — was `ReturnType<{ disabled: (state: State<unknown>) => boolean; modal: (state: State<unknown>) => boolean; allowMou`
useState: (string, string) => string, // 🛑 BROKEN — contains `unknown` — was `ReturnType<{ disabled: (state: State<unknown>) => boolean; modal: (state: State<unknown>) => boolean; allowMou`
useContextCallback: (string, option<(bool, menuRootChangeEventDetails) => unit>) => unit, // 🛑 BROKEN — contains `unknown`
useStateSetter: rootMenuStoreUseSyncedValue => string => unit, // 🛑 BROKEN — contains `unknown`
observe: string, // ⚠️ REVIEW — match the real type by hand
state: storeMenuStoreSetStateConfigV1073g<'a>,
state: storeMenuStoreSetStateConfigV8rk58<'a>,
listeners: string, // 🛑 BROKEN — contains `any`
updateTick: string, // 🛑 BROKEN — contains `any`
subscribe: storeMenuStoreSetStateConfigV1073g<'a> => unit => unit => unit,
getSnapshot: unit => storeMenuStoreSetStateConfigV1073g<'a>,
subscribe: storeMenuStoreSetStateConfigV8rk58<'a> => unit => unit => unit,
getSnapshot: unit => storeMenuStoreSetStateConfigV8rk58<'a>,
notifyAll: unit => unit,
}
type menuHandleEibww<'a> = {
store: menuStoreV1uotb<'a>,
type menuHandleV1tgxi<'a> = {
store: menuStoreV1t1yx<'a>,
@as("open") open_: string => unit,
close: unit => unit,
isOpen: bool,
}
type menuStoreJff8q<'a> = {
type menuStoreV19ihg<'a> = {
setOpen: (bool, contextMenuRootChangeEventDetails) => unit,
unsubscribeParentListener: string, // 🛑 BROKEN — contains `any`
context: contextV767qg,
controlledValues: string, // 🛑 BROKEN — contains `any`
selectors: string, // 🛑 BROKEN — contains `any`
useSyncedValue: (TriggerTypes.triggerMenuStoreUseSyncedValue, string) => unit, // 🛑 BROKEN — contains `unknown`
useSyncedValueWithCleanup: (string, string) => unit, // 🛑 BROKEN — contains `unknown` — was `Readonly<State<Payload>>[Key]`
useSyncedValues: storeMenuStoreUseSyncedValuesConfigZ0030<'a> => unit,
useSyncedValues: storeMenuStoreUseSyncedValuesConfigPd6rj<'a> => unit,
useControlledProp: (TriggerTypes.triggerMenuStoreUseSyncedValue, option<string>, string) => unit, // 🛑 BROKEN — contains `unknown`
set: (TriggerTypes.triggerMenuStoreUseSyncedValue, string) => unit, // 🛑 BROKEN — contains `unknown`
update: storeMenuStoreUseSyncedValuesConfigZ0030<'a> => unit,
setState: storeMenuStoreSetStateConfigV1073g<'a> => unit,
update: storeMenuStoreUseSyncedValuesConfigPd6rj<'a> => unit,
setState: storeMenuStoreSetStateConfigV8rk58<'a> => unit,
select: (string, string) => string, // 🛑 BROKEN — contains `unknown` — was `ReturnType<{ disabled: (state: State<unknown>) => boolean; modal: (state: State<unknown>) => boolean; allowMou`
useState: (string, string) => string, // 🛑 BROKEN — contains `unknown` — was `ReturnType<{ disabled: (state: State<unknown>) => boolean; modal: (state: State<unknown>) => boolean; allowMou`
useContextCallback: (string, option<(bool, menuRootChangeEventDetails) => unit>) => unit, // 🛑 BROKEN — contains `unknown`
useStateSetter: TriggerTypes.triggerMenuStoreUseSyncedValue => string => unit, // 🛑 BROKEN — contains `unknown`
observe: string, // ⚠️ REVIEW — match the real type by hand
state: storeMenuStoreSetStateConfigV1073g<'a>,
state: storeMenuStoreSetStateConfigV8rk58<'a>,
listeners: string, // 🛑 BROKEN — contains `any`
updateTick: string, // 🛑 BROKEN — contains `any`
subscribe: storeMenuStoreSetStateConfigV1073g<'a> => unit => unit => unit,
getSnapshot: unit => storeMenuStoreSetStateConfigV1073g<'a>,
subscribe: storeMenuStoreSetStateConfigV8rk58<'a> => unit => unit => unit,
getSnapshot: unit => storeMenuStoreSetStateConfigV8rk58<'a>,
notifyAll: unit => unit,
}
type menuHandleV2ni56<'a> = {
store: menuStoreJff8q<'a>,
type menuHandleV1w2kt<'a> = {
store: menuStoreV19ihg<'a>,
@as("open") open_: string => unit,
close: unit => unit,
isOpen: bool,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
type menuSubmenuRootContext = {
parentMenu: RootSharedTypes.menuStoreV1nk2i,
parentMenu: RootSharedTypes.menuStoreXy3f9,
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**13** function binding(s) → `ReactBindings.res`.

**546** shared types deduplicated into **58** `*Types.res` modules (referenced qualified — no per-file redeclaration).
**548** shared types deduplicated into **58** `*Types.res` modules (referenced qualified — no per-file redeclaration).

## 🔤 Constructor name collisions

Expand Down Expand Up @@ -325,7 +325,7 @@ A multi-type prop couldn't be auto-discriminated at runtime (e.g. two object sha

| Prop | Real TypeScript |
|------|-----------------|
| `handle` | `handle?: MenuHandle<Payload>;` — binds, but references shared field(s) `menuStoreV1nk2i.unsubscribeParentListener` (`any`), `menuStoreV1nk2i.controlledValues` (`any`), `menuStoreV1nk2i.selectors` (`any`), `menuStoreV1nk2i.useSyncedValue` (`unknown`) emitted as `string` |
| `handle` | `handle?: MenuHandle<Payload>;` — binds, but references shared field(s) `menuStoreXy3f9.unsubscribeParentListener` (`any`), `menuStoreXy3f9.controlledValues` (`any`), `menuStoreXy3f9.selectors` (`any`), `menuStoreXy3f9.useSyncedValue` (`unknown`) emitted as `string` |

### DialogRoot

Expand All @@ -343,19 +343,19 @@ A multi-type prop couldn't be auto-discriminated at runtime (e.g. two object sha

| Prop | Real TypeScript |
|------|-----------------|
| `handle` | `handle?: MenuHandle<Payload>;` — binds, but references shared field(s) `menuStoreV1uotb.unsubscribeParentListener` (`any`), `menuStoreV1uotb.controlledValues` (`any`), `menuStoreV1uotb.selectors` (`any`), `menuStoreV1uotb.useSyncedValue` (`unknown`) emitted as `string` |
| `handle` | `handle?: MenuHandle<Payload>;` — binds, but references shared field(s) `menuStoreV1t1yx.unsubscribeParentListener` (`any`), `menuStoreV1t1yx.controlledValues` (`any`), `menuStoreV1t1yx.selectors` (`any`), `menuStoreV1t1yx.useSyncedValue` (`unknown`) emitted as `string` |

### MenuSubmenuRoot

| Prop | Real TypeScript |
|------|-----------------|
| `handle` | `handle?: MenuHandle<Payload>;` — binds, but references shared field(s) `menuStoreV1nk2i.unsubscribeParentListener` (`any`), `menuStoreV1nk2i.controlledValues` (`any`), `menuStoreV1nk2i.selectors` (`any`), `menuStoreV1nk2i.useSyncedValue` (`unknown`) emitted as `string` |
| `handle` | `handle?: MenuHandle<Payload>;` — binds, but references shared field(s) `menuStoreXy3f9.unsubscribeParentListener` (`any`), `menuStoreXy3f9.controlledValues` (`any`), `menuStoreXy3f9.selectors` (`any`), `menuStoreXy3f9.useSyncedValue` (`unknown`) emitted as `string` |

### MenuTrigger

| Prop | Real TypeScript |
|------|-----------------|
| `handle` | `handle?: MenuHandle<Payload>;` — binds, but references shared field(s) `menuStoreJff8q.unsubscribeParentListener` (`any`), `menuStoreJff8q.controlledValues` (`any`), `menuStoreJff8q.selectors` (`any`), `menuStoreJff8q.useSyncedValue` (`unknown`) emitted as `string` |
| `handle` | `handle?: MenuHandle<Payload>;` — binds, but references shared field(s) `menuStoreV19ihg.unsubscribeParentListener` (`any`), `menuStoreV19ihg.controlledValues` (`any`), `menuStoreV19ihg.selectors` (`any`), `menuStoreV19ihg.useSyncedValue` (`unknown`) emitted as `string` |

### PopoverRoot

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,18 @@ type avatarV2AvatarV2TokensTypeContainerStatusBackgroundColorConfig = {
away: string,
busy: string,
}
type __typeX42gq = {
top?: string,
right?: string,
bottom?: string,
left?: string,
}
type avatarV2AvatarV2TokensTypeContainerStatusPositionCircularConfig = {
sm: string, // ⚪ loose — was `{ top?: Top<number | (string & {})>; right?: Right<number | (string & {})>; bottom?: Bottom<number | (string &`
regular: string, // ⚪ loose — was `{ top?: Top<number | (string & {})>; right?: Right<number | (string & {})>; bottom?: Bottom<number | (string &`
md: string, // ⚪ loose — was `{ top?: Top<number | (string & {})>; right?: Right<number | (string & {})>; bottom?: Bottom<number | (string &`
lg: string, // ⚪ loose — was `{ top?: Top<number | (string & {})>; right?: Right<number | (string & {})>; bottom?: Bottom<number | (string &`
xl: string, // ⚪ loose — was `{ top?: Top<number | (string & {})>; right?: Right<number | (string & {})>; bottom?: Bottom<number | (string &`
sm: __typeX42gq,
regular: __typeX42gq,
md: __typeX42gq,
lg: __typeX42gq,
xl: __typeX42gq,
}
type avatarV2AvatarV2TokensTypeContainerStatusPositionConfig = {
circular: avatarV2AvatarV2TokensTypeContainerStatusPositionCircularConfig,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,18 @@ type cardCardTokenTypeBodyActionsConfig = {
gap: string,
centerAlignGap: string,
}
type __typeLzdw5 = {
marginBottom: string,
minHeight: string,
}
type __typeFzq0p = {
marginRight: string,
width: string,
height: string,
}
type cardCardTokenTypeBodyAlignmentAlignedCardSlotConfig = {
vertical: string, // ⚪ loose — was `{ marginBottom: MarginBottom<number | (string & {})>; minHeight: MinHeight<number | (string & {})>; }`
horizontal: string, // ⚪ loose — was `{ marginRight: MarginRight<number | (string & {})>; width: Width<number | (string & {})>; height: Height<numbe`
vertical: __typeLzdw5,
horizontal: __typeFzq0p,
}
type cardCardTokenTypeBodyAlignmentAlignedConfig = {
cardSlot: cardCardTokenTypeBodyAlignmentAlignedCardSlotConfig,
Expand Down
Loading
Loading