@factorialco/deprecated-design-system 0.0.23 → 0.0.25
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.
|
@@ -42,6 +42,7 @@ declare interface ActionProps {
|
|
|
42
42
|
tooltip?: string;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
+
/** @deprecated Use F0Alert from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
45
46
|
export declare function Alert({ color, children }: React_2.PropsWithChildren<AlertProps>): JSX_2.Element;
|
|
46
47
|
|
|
47
48
|
export declare namespace Alert {
|
|
@@ -93,6 +94,7 @@ export declare type AvatarBadgeProps = React.ComponentProps<typeof Badge_2>;
|
|
|
93
94
|
|
|
94
95
|
export declare type AvatarColorProps = Extract<ColorFamily, 'grey' | 'radicalRed' | 'tangerine' | 'malibu' | 'lime' | 'champagne' | 'viridian' | 'purple'>;
|
|
95
96
|
|
|
97
|
+
/** @deprecated Use F0AvatarList from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
96
98
|
export declare const AvatarStack: ({ avatars, size, leftover, textSize, backgroundColor, textColor, overlap, gap, }: AvatarStackProps) => JSX_2.Element;
|
|
97
99
|
|
|
98
100
|
export declare interface AvatarStackProps {
|
|
@@ -516,6 +518,7 @@ declare type CallToActionProps = TooltipPadProps & CallToActionAtomProps;
|
|
|
516
518
|
|
|
517
519
|
export declare const Caption: ({ fromMonth, toMonth, date, onChange, hideYear }: Props_12) => JSX_2.Element;
|
|
518
520
|
|
|
521
|
+
/** @deprecated Use F0Card from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
519
522
|
export declare const Card: Component_6;
|
|
520
523
|
|
|
521
524
|
export declare const CardInfo: ({ header, children }: React_2.PropsWithChildren<Props_56>) => JSX_2.Element;
|
|
@@ -535,10 +538,12 @@ declare interface ChartValues {
|
|
|
535
538
|
color?: Colors;
|
|
536
539
|
}
|
|
537
540
|
|
|
541
|
+
/** @deprecated Use F0Checkbox from @factorialco/f0-react or F0Form for form contexts instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
538
542
|
export declare const Checkbox: ({ id, name, onChange, checked, value, disabled, indeterminate, label, ariaLabel, size, }: Props_32) => JSX_2.Element;
|
|
539
543
|
|
|
540
544
|
declare const checkbox: string;
|
|
541
545
|
|
|
546
|
+
/** @deprecated Use F0Checkbox from @factorialco/f0-react or F0Form for form contexts instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
542
547
|
declare const Checkbox_2: ({ onClick, disabled, checked, indeterminate, label }: Props_7) => JSX_2.Element;
|
|
543
548
|
export { Checkbox_2 as CheckBox }
|
|
544
549
|
export { Checkbox_2 as InputCheckBox }
|
|
@@ -840,6 +845,7 @@ export declare type DataSeries<T extends XDataType> = {
|
|
|
840
845
|
data: DataPoint<T>[];
|
|
841
846
|
};
|
|
842
847
|
|
|
848
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
843
849
|
declare const DayPicker: <TFormat, TDay extends DayPickerProps["weekStartsOn"]>(props: SingleDayPickerProps<TFormat, TDay> | RangeDayPickerProps<TFormat, TDay>) => JSX_2.Element;
|
|
844
850
|
export { DayPicker }
|
|
845
851
|
export { DayPicker as DesignSystemDayPicker }
|
|
@@ -984,6 +990,7 @@ export declare type DesignSystemTextProps = BaseProps & ColorProps & EllipsisPro
|
|
|
984
990
|
displayContents?: boolean;
|
|
985
991
|
};
|
|
986
992
|
|
|
993
|
+
/** @deprecated Use F0Dialog from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
987
994
|
export declare const Dialog: {
|
|
988
995
|
Root: React_2.FC<Primitive_2.DialogProps>;
|
|
989
996
|
Trigger: React_2.FC<DefaultProps>;
|
|
@@ -1092,10 +1099,12 @@ export declare const Dot: ({ type, outline, blinking }: Props_104) => JSX_2.Elem
|
|
|
1092
1099
|
|
|
1093
1100
|
export declare type DotType = 'warning' | 'correct' | 'terciary' | 'brand' | 'notification' | null;
|
|
1094
1101
|
|
|
1102
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
1095
1103
|
export declare function DoubleRangeSlider(props: Props_99): JSX_2.Element;
|
|
1096
1104
|
|
|
1097
1105
|
export declare const DropdownSearchBar: ({ name, label, ariaLabel, hideLabel, onSelectEmpty, onSelect, data, labelNotFound, description, placeholder, disabled, loading, autofocus, error, mandatory, searchLabel, sortLabel, selectLabel, ellipsis, popoverWidth, hideBorder, children, missingLabel, selectValue, }: React_2.PropsWithChildren<Props_60>) => JSX_2.Element;
|
|
1098
1106
|
|
|
1107
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
1099
1108
|
export declare const DurationInput: ({ label, onChange, minutes, onFocus, onBlur, onClick, getRef, readonly, hideMinute, hoursDescription, minutesDescription, ariaHidden, autoFocus, min, max, error, missingLabel, selectValue, locale, }: DurationInputProps) => JSX_2.Element;
|
|
1100
1109
|
|
|
1101
1110
|
declare type DurationInputProps = {
|
|
@@ -1254,6 +1263,7 @@ export declare type FontsWeights = keyof typeof fonts.weights;
|
|
|
1254
1263
|
|
|
1255
1264
|
declare const Footer: FC<PropsWithChildren<Props_77>>;
|
|
1256
1265
|
|
|
1266
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
1257
1267
|
declare const Form: {
|
|
1258
1268
|
({ withBackground, children, onSubmit, padding, notRounded, }: React_2.PropsWithChildren<Props_21>): JSX_2.Element;
|
|
1259
1269
|
Buttons: ({ children }: {
|
|
@@ -1439,6 +1449,7 @@ declare const label_2: string;
|
|
|
1439
1449
|
|
|
1440
1450
|
declare const label_3: string;
|
|
1441
1451
|
|
|
1452
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
1442
1453
|
export declare const LabeledInput: ({ children, error, warning, value, label, secondaryLabel, mandatory, completed, description, indicator, isClickableIcon, isFloatingIndicator, readonly, focused, loading, hideLabel, isNotValid, isLegend, hideError, changed, autofilled, maxHeight, infoToShow, showInfo, showCharacterCount, characterCount, attachmentPosition, "aria-label": ariaLabel, missingLabel, selectValue, }: Props_52) => JSX_2.Element;
|
|
1443
1454
|
|
|
1444
1455
|
export declare type LabeledInputProps = LabelTextProps & CompletedProps & LoadingProps & WarningProps & ChangedProps & {
|
|
@@ -1500,6 +1511,7 @@ export declare const Line: () => JSX_2.Element;
|
|
|
1500
1511
|
|
|
1501
1512
|
export declare const LineChart: <T extends XDataType>({ data, formatBottom, colors, scaleY, tooltip, margin, showLabels, maxBottomAxisTicks, renderBottomAxisTick, onMouseEnter, onMouseMove, onMouseLeave, }: Props_90<T>) => JSX_2.Element;
|
|
1502
1513
|
|
|
1514
|
+
/** @deprecated Use F0Link from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
1503
1515
|
declare const Link: Component_5;
|
|
1504
1516
|
export { Link }
|
|
1505
1517
|
export { Link as LinkComponent }
|
|
@@ -1565,6 +1577,7 @@ export declare function MiniCard({ buttonCta, children, counter, disabled, onCli
|
|
|
1565
1577
|
|
|
1566
1578
|
export declare const MiniCardHeader: ({ counter, children, disabled }: React_2.PropsWithChildren<Props_98>) => JSX_2.Element;
|
|
1567
1579
|
|
|
1580
|
+
/** @deprecated Use F0Dialog from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
1568
1581
|
declare const Modal: {
|
|
1569
1582
|
({ locked, title, description, illustration, isUpsellModal, children, footer, onSubmit, onClose, style, iframe, progress, background, disableFocusTrap, shouldCloseOnOverlayClick, Form, ErrorBoundary, errorContent, }: React_2.PropsWithChildren<ModalProps>): JSX_2.Element;
|
|
1570
1583
|
Sidebar({ locked, title, children, footer, onSubmit, onClose, style, iframe, Form, ErrorBoundary, errorContent, }: React_2.PropsWithChildren<ModalProps>): JSX_2.Element;
|
|
@@ -1605,6 +1618,7 @@ declare type ModalProps_2 = {
|
|
|
1605
1618
|
onOpenAutoFocus?: (event: Event) => void;
|
|
1606
1619
|
};
|
|
1607
1620
|
|
|
1621
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
1608
1622
|
export declare const MoneyField: ({ value, defaultValue, currency, changeOnBlur, onChange, onBlur, ...props }: MoneyFieldProps) => JSX_2.Element;
|
|
1609
1623
|
|
|
1610
1624
|
export declare type MoneyFieldProps = Omit<NumberFieldProps, 'indicator' | 'onChange' | 'value'> & {
|
|
@@ -1615,6 +1629,7 @@ export declare type MoneyFieldProps = Omit<NumberFieldProps, 'indicator' | 'onCh
|
|
|
1615
1629
|
onChange?: (value: string) => void;
|
|
1616
1630
|
};
|
|
1617
1631
|
|
|
1632
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
1618
1633
|
declare const MonthPicker: ({ quarterPicker, readonly, error, value, onChange, label, readonlyValue, showOnlyPicker, mandatory, secondaryLabel, placeholder, onToggle, missingLabel, selectValue, getDate, getValue, onMonthClick, }: DesignSystemMonthPickerProps) => JSX_2.Element;
|
|
1619
1634
|
export { MonthPicker as DesignSystemMonthPicker }
|
|
1620
1635
|
export { MonthPicker }
|
|
@@ -1635,6 +1650,7 @@ declare interface MultiInputProps extends Pick<LabelTextProps, 'secondaryLabel'>
|
|
|
1635
1650
|
selectValue: string;
|
|
1636
1651
|
}
|
|
1637
1652
|
|
|
1653
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
1638
1654
|
declare const MultiSelect: ({ label, readonly, options, description, getLabel, onSubmit, getSubmitLabel, missingLabel, selectValue, }: Props_26) => JSX_2.Element;
|
|
1639
1655
|
export { MultiSelect }
|
|
1640
1656
|
export { MultiSelect as Multiselect }
|
|
@@ -1722,6 +1738,7 @@ declare const NormalWeights: {
|
|
|
1722
1738
|
|
|
1723
1739
|
export declare const NotFound: ({ title, description }: Props_80) => JSX_2.Element;
|
|
1724
1740
|
|
|
1741
|
+
/** @deprecated Use F0Alert from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
1725
1742
|
export declare const NoticeBox: ({ message, color, component, alignItems, justifyContent, border, borderRadius, tooltipLabel, fullWidth, paddingX, paddingY, icon, }: NoticeBoxProps) => JSX_2.Element;
|
|
1726
1743
|
|
|
1727
1744
|
declare interface NoticeBoxProps {
|
|
@@ -1748,6 +1765,7 @@ declare interface NotShowAgainProps {
|
|
|
1748
1765
|
|
|
1749
1766
|
export declare const NumberBadge: ({ label, color, textColor }: Props_55) => JSX_2.Element;
|
|
1750
1767
|
|
|
1768
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
1751
1769
|
export declare const NumberField: FC<NumberFieldProps>;
|
|
1752
1770
|
|
|
1753
1771
|
declare type NumberFieldProps = Omit<DesignSystemTextFieldProps, 'type' | 'value' | 'defaultValue' | 'onChange' | 'step' | 'isFloatingIndicator' | 'isClickableIcon'> & {
|
|
@@ -1793,6 +1811,7 @@ export declare interface OptionGroupsProps {
|
|
|
1793
1811
|
options: SelectOptionGroups;
|
|
1794
1812
|
}
|
|
1795
1813
|
|
|
1814
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
1796
1815
|
export declare const OptionSelector: ({ autofocus, items, noItems, onSelect, placeholder, selectedValue, hideSearch, size, render, }: React_2.PropsWithChildren<Props_49>) => JSX_2.Element;
|
|
1797
1816
|
|
|
1798
1817
|
declare interface OtherProps {
|
|
@@ -2984,6 +3003,7 @@ declare interface PublicProps_3<TabId extends string = string> {
|
|
|
2984
3003
|
|
|
2985
3004
|
declare type QueryParams = Record<string, string>;
|
|
2986
3005
|
|
|
3006
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
2987
3007
|
export declare const Radio: {
|
|
2988
3008
|
({ option, name, description, value, onChange, children, }: React_2.PropsWithChildren<Props_44>): JSX_2.Element;
|
|
2989
3009
|
Wrap: ({ children }: React_2.PropsWithChildren) => JSX_2.Element;
|
|
@@ -2991,6 +3011,7 @@ export declare const Radio: {
|
|
|
2991
3011
|
|
|
2992
3012
|
declare const radio: string;
|
|
2993
3013
|
|
|
3014
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
2994
3015
|
export declare const RadioButton: ({ name, id, checked, disabled, value, onChange, label, size, "aria-label": ariaLabel, }: Props_50) => JSX_2.Element;
|
|
2995
3016
|
|
|
2996
3017
|
declare type RadioButtonSizes = keyof typeof styles_3.sizes;
|
|
@@ -3008,6 +3029,7 @@ declare interface RangeDayPickerProps<TFormat, TDay extends DayPickerProps['week
|
|
|
3008
3029
|
onChange: (date: [string | undefined, string | undefined]) => void;
|
|
3009
3030
|
}
|
|
3010
3031
|
|
|
3032
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
3011
3033
|
export declare function Rating(props: Props_53): JSX_2.Element;
|
|
3012
3034
|
|
|
3013
3035
|
declare type RelativeDateAttribute = BaseAttribute & {
|
|
@@ -3084,10 +3106,12 @@ declare interface SectionSettingsProps extends SectionProps {
|
|
|
3084
3106
|
paddingY?: Dimensions | null | undefined;
|
|
3085
3107
|
}
|
|
3086
3108
|
|
|
3109
|
+
/** @deprecated Use F0Select from @factorialco/f0-react or F0Form for form contexts instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
3087
3110
|
declare const Select: ({ description, mandatory, attachmentPosition, none, label, hideLabel, secondaryLabel, readonly, showOriginalLabelText, hideBorder, options, onFocus, onBlur, onChange, error, value, defaultOption, defaultValue, hideError, loading, autofilled, extra, missingLabel, selectValue, }: DesignSystemSelectWithOptionsProps) => JSX_2.Element;
|
|
3088
3111
|
export { Select }
|
|
3089
3112
|
export { Select as SelectField }
|
|
3090
3113
|
|
|
3114
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
3091
3115
|
export declare const SelectListItem: ({ disabled, radio, illustration, label, onClick, selected, }: Props_67) => JSX_2.Element;
|
|
3092
3116
|
|
|
3093
3117
|
declare type SelectOptgroup = Record<string, SelectOption[]>;
|
|
@@ -3100,6 +3124,7 @@ export declare interface SelectOption {
|
|
|
3100
3124
|
|
|
3101
3125
|
export declare type SelectOptionGroups = SelectOption[] | SelectOptgroup;
|
|
3102
3126
|
|
|
3127
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
3103
3128
|
export declare const Selector: {
|
|
3104
3129
|
Container: FC<ContainerProps>;
|
|
3105
3130
|
Option: React.FC<PublicProps_2>;
|
|
@@ -3149,6 +3174,7 @@ declare const sizes: Record<"s16" | "s24" | "s32" | "s40", string>;
|
|
|
3149
3174
|
|
|
3150
3175
|
declare const sizes_2: Record<"small" | "medium", string>;
|
|
3151
3176
|
|
|
3177
|
+
/** @deprecated This component is deprecated with no direct replacement. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
3152
3178
|
declare const Skeleton: React_2.FC<Props_57>;
|
|
3153
3179
|
export { Skeleton }
|
|
3154
3180
|
export { Skeleton as SkeletonComponent }
|
|
@@ -3189,6 +3215,7 @@ export declare namespace StackedBar {
|
|
|
3189
3215
|
|
|
3190
3216
|
export declare const StackedBarList: ({ leftColumnHeader, rightColumnHeader, data, tooltip }: Props_93) => JSX_2.Element;
|
|
3191
3217
|
|
|
3218
|
+
/** @deprecated Use F0TagStatus from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
3192
3219
|
export declare const StatusLabel: React.FC<StatusLabelProps>;
|
|
3193
3220
|
|
|
3194
3221
|
declare type StatusLabelProps = {
|
|
@@ -3289,6 +3316,11 @@ declare interface SubComponents_4 {
|
|
|
3289
3316
|
Link: typeof Link_3;
|
|
3290
3317
|
}
|
|
3291
3318
|
|
|
3319
|
+
/**
|
|
3320
|
+
* @deprecated Use OneTable from @factorialco/f0-react/dist/experimental for very simple tables,
|
|
3321
|
+
* or Data Collection (https://ds.factorial.dev/?path=/docs/patterns-data-collection--documentation)
|
|
3322
|
+
* for more complex tables with pagination, filtering, and search.
|
|
3323
|
+
*/
|
|
3292
3324
|
declare const Table: {
|
|
3293
3325
|
({ children, autoLayout, grid, overflowX, overflowY, fullWidth, maxHeight, autoWidth, noRadius, noTopRadius, noBottomRadius, withTabs, hideBorder, background, options, optionsBackground, optionsBottom, bottomSticky, optionsBottomBackground, style, density, extra, }: React_2.PropsWithChildren<TableProps>): JSX_2.Element;
|
|
3294
3326
|
Blank: ({ colSpan, text, textAlign, ctaButtonText, ctaButtonOnClick }: TableBlankProps) => JSX_2.Element;
|
|
@@ -3423,6 +3455,7 @@ declare interface TableSortingHeaderProps {
|
|
|
3423
3455
|
justifyContent?: JustifyContent;
|
|
3424
3456
|
}
|
|
3425
3457
|
|
|
3458
|
+
/** @deprecated Use Tabs from @factorialco/f0-react/dist/experimental instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
3426
3459
|
export declare const Tabs: {
|
|
3427
3460
|
<TabId extends string = string>({ children, tabsAlign, noBorder, onTabClicked, currentId, hasAdditionalPadding, }: React_2.PropsWithChildren<Props_61<TabId>>): JSX_2.Element;
|
|
3428
3461
|
Tab: <TabId extends string = string>({ label, onClick, isActive, tag, showNotification, }: Props_62<TabId>) => JSX_2.Element;
|
|
@@ -3481,6 +3514,7 @@ declare type Target = 'upwards' | 'downwards' | 'neutral';
|
|
|
3481
3514
|
|
|
3482
3515
|
declare type TargetType = '_self' | '_blank';
|
|
3483
3516
|
|
|
3517
|
+
/** @deprecated Use F0Text / F0Heading from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
3484
3518
|
declare const Text_2: {
|
|
3485
3519
|
({ children, size, stroked, inline, dotted, dottedUnderline, weight, className, caps, capitalize, ellipsis, fontStyle, lineClamp, color, htmlTag, underlined, innerRef, whiteSpace, letterSpacing, overflowWrap, displayContents, title, id, }: DesignSystemTextProps): React_2.ReactElement<{
|
|
3486
3520
|
className: string;
|
|
@@ -3503,6 +3537,7 @@ export { Text_2 as Text }
|
|
|
3503
3537
|
|
|
3504
3538
|
export declare type TextAlign = keyof typeof base.textAlign;
|
|
3505
3539
|
|
|
3540
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
3506
3541
|
declare const TextAreaField: ({ mandatory, readonly, label, hideLabel, placeholder, secondaryLabel, width, onBlur, onFocus, onChange, value, error, maxLength, minRows, defaultValue, loading, attachmentPosition, autofilled, description, info, showInfo, showCharacterCount, maxHeight, extra, missingLabel, selectValue, }: Props_46) => JSX_2.Element;
|
|
3507
3542
|
export { TextAreaField as TextArea }
|
|
3508
3543
|
export { TextAreaField }
|
|
@@ -3512,6 +3547,7 @@ declare interface TextCalloutProps extends BaseCalloutProps {
|
|
|
3512
3547
|
children?: never;
|
|
3513
3548
|
}
|
|
3514
3549
|
|
|
3550
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
3515
3551
|
export declare const TextField: {
|
|
3516
3552
|
({ type, onClick, onChange, onFocus, onBlur, onKeyDown, autofocus, error, hideError, isNotValid, label, inputId, hideLabel, hideBorder, value, placeholder, maxLength, getRef, focused: forceFocus, readonly, description, secondaryLabel, ariaHidden, completed, loading, mandatory, indicator, min, max, step, isClickableIcon, isFloatingIndicator, defaultValue, showEllipsis, textAlign, attachmentPosition, autofilled, title, avoidPasswordManagers, extra, missingLabel, selectValue, }: DesignSystemTextFieldProps): JSX_2.Element;
|
|
3517
3553
|
Select(props: DesignSystemTextFieldProps): JSX_2.Element;
|
|
@@ -4184,6 +4220,7 @@ declare enum TimeLineType {
|
|
|
4184
4220
|
negative = "radicalRed1000"
|
|
4185
4221
|
}
|
|
4186
4222
|
|
|
4223
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
4187
4224
|
export declare const TimePicker: (props: Props_83) => JSX_2.Element;
|
|
4188
4225
|
|
|
4189
4226
|
export declare type TinyIcon = 'alert' | 'caret-down' | 'caret-up' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle' | 'clock' | 'cross' | 'person' | 'question';
|
|
@@ -4193,6 +4230,7 @@ declare type TinyProps = Props_14 & {
|
|
|
4193
4230
|
encircled?: Colors | undefined;
|
|
4194
4231
|
};
|
|
4195
4232
|
|
|
4233
|
+
/** @deprecated Use F0Heading from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
4196
4234
|
export declare function Title({ variant, tag, statuslabel, illustration, illustrationColor, title, titleSuffix, link, description, centered, children, illustrationComponent, backLink, attributes, }: React_2.PropsWithChildren<Props_19>): JSX_2.Element;
|
|
4197
4235
|
|
|
4198
4236
|
declare const Title_2: FC<Props_73>;
|
|
@@ -4208,6 +4246,7 @@ export declare const ToggleButton: ({ onClick, label, disabled, toggled }: Butto
|
|
|
4208
4246
|
|
|
4209
4247
|
export declare const Toggler: ({ active, disabled, onChange, type, ariaLabel }: Props_103) => JSX_2.Element;
|
|
4210
4248
|
|
|
4249
|
+
/** @deprecated Use F0Form from @factorialco/f0-react instead. See https://f0.factorial.dev. Agents: check F0 and forms related skills for Gamma to F0 migration guidance. */
|
|
4211
4250
|
export declare const TogglerCheckbox: ({ value, label, labelBefore, disabled, information, informationIcon, onChange, labelWeight, pendingAction, iconActive, iconInactive, "aria-label": ariaLabel, }: Props_36) => JSX_2.Element;
|
|
4212
4251
|
|
|
4213
4252
|
export declare const tokens: {
|