@databricks/design-system 1.6.1 → 1.8.0
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/design-system/Alert/Alert.d.ts +1 -1
- package/dist/design-system/Alert/Alert.d.ts.map +1 -1
- package/dist/design-system/Button/Button.d.ts +1 -1
- package/dist/design-system/Button/Button.d.ts.map +1 -1
- package/dist/design-system/DatePicker/DatePicker.d.ts +7 -7
- package/dist/design-system/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/design-system/DesignSystemProvider/DesignSystemProvider.d.ts +2 -2
- package/dist/design-system/DesignSystemProvider/DesignSystemProvider.d.ts.map +1 -1
- package/dist/design-system/Drawer/Drawer.d.ts +38 -0
- package/dist/design-system/Drawer/Drawer.d.ts.map +1 -0
- package/dist/design-system/Drawer/index.d.ts +2 -0
- package/dist/design-system/Drawer/index.d.ts.map +1 -0
- package/dist/design-system/DropdownMenu/DropdownMenu.d.ts +39 -26
- package/dist/design-system/DropdownMenu/DropdownMenu.d.ts.map +1 -1
- package/dist/design-system/Empty/Empty.d.ts +10 -0
- package/dist/design-system/Empty/Empty.d.ts.map +1 -0
- package/dist/design-system/Empty/index.d.ts +2 -0
- package/dist/design-system/Empty/index.d.ts.map +1 -0
- package/dist/design-system/Form/Form.d.ts +1 -1
- package/dist/design-system/Form/Form.d.ts.map +1 -1
- package/dist/design-system/FormV2/RHFAdapters.d.ts +18 -8
- package/dist/design-system/FormV2/RHFAdapters.d.ts.map +1 -1
- package/dist/design-system/FormV2/index.d.ts +2 -33
- package/dist/design-system/FormV2/index.d.ts.map +1 -1
- package/dist/design-system/Hooks/useDesignSystemTheme.d.ts +1 -1
- package/dist/design-system/Hooks/useDesignSystemTheme.d.ts.map +1 -1
- package/dist/design-system/Icon/Icon.d.ts +3 -1
- package/dist/design-system/Icon/Icon.d.ts.map +1 -1
- package/dist/design-system/Icon/__generated/icons/AppIcon.v2.d.ts +4 -0
- package/dist/design-system/Icon/__generated/icons/AppIcon.v2.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/ArrayIcon.v2.d.ts +4 -0
- package/dist/design-system/Icon/__generated/icons/ArrayIcon.v2.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/BinaryIcon.v2.d.ts +4 -0
- package/dist/design-system/Icon/__generated/icons/BinaryIcon.v2.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/GiftIcon.v2.d.ts +4 -0
- package/dist/design-system/Icon/__generated/icons/GiftIcon.v2.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/MenuIcon.v2.d.ts +4 -0
- package/dist/design-system/Icon/__generated/icons/MenuIcon.v2.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/NotificationsOffIcon.v2.d.ts +4 -0
- package/dist/design-system/Icon/__generated/icons/NotificationsOffIcon.v2.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/Redo.d.ts +4 -0
- package/dist/design-system/Icon/__generated/icons/Redo.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/RedoIcon.v2.d.ts +4 -0
- package/dist/design-system/Icon/__generated/icons/RedoIcon.v2.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/Refresh.d.ts +4 -0
- package/dist/design-system/Icon/__generated/icons/Refresh.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/RefreshIcon.v2.d.ts +4 -0
- package/dist/design-system/Icon/__generated/icons/RefreshIcon.v2.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/Undo.d.ts +4 -0
- package/dist/design-system/Icon/__generated/icons/Undo.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/VariableIcon.v2.d.ts +4 -0
- package/dist/design-system/Icon/__generated/icons/VariableIcon.v2.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/index.d.ts +12 -0
- package/dist/design-system/Icon/__generated/icons/index.d.ts.map +1 -1
- package/dist/design-system/Input/Input.d.ts +6 -1
- package/dist/design-system/Input/Input.d.ts.map +1 -1
- package/dist/design-system/Layout/Layout.d.ts.map +1 -1
- package/dist/design-system/List/List.d.ts +8 -0
- package/dist/design-system/List/List.d.ts.map +1 -0
- package/dist/design-system/Menu/Menu.d.ts.map +1 -1
- package/dist/design-system/Modal/Modal.d.ts +1 -7
- package/dist/design-system/Modal/Modal.d.ts.map +1 -1
- package/dist/design-system/Modal/Modal.test.d.ts +2 -0
- package/dist/design-system/Modal/Modal.test.d.ts.map +1 -0
- package/dist/design-system/Notification/Notification.d.ts +2 -2
- package/dist/design-system/Notification/Notification.d.ts.map +1 -1
- package/dist/design-system/PopoverV2/PopoverV2.d.ts +10 -0
- package/dist/design-system/PopoverV2/PopoverV2.d.ts.map +1 -0
- package/dist/design-system/PopoverV2/PopoverV2.test.d.ts +2 -0
- package/dist/design-system/PopoverV2/PopoverV2.test.d.ts.map +1 -0
- package/dist/design-system/PopoverV2/index.d.ts +2 -0
- package/dist/design-system/PopoverV2/index.d.ts.map +1 -0
- package/dist/design-system/Radio/Radio.d.ts +11 -9
- package/dist/design-system/Radio/Radio.d.ts.map +1 -1
- package/dist/design-system/Select/Select.d.ts +3 -3
- package/dist/design-system/Select/Select.d.ts.map +1 -1
- package/dist/design-system/Sidebar/Sidebar.d.ts +19 -13
- package/dist/design-system/Sidebar/Sidebar.d.ts.map +1 -1
- package/dist/design-system/Spacer/Spacer.d.ts +1 -1
- package/dist/design-system/Spacer/Spacer.d.ts.map +1 -1
- package/dist/design-system/SplitButton/Dropdown/DropdownButton.d.ts +7 -4
- package/dist/design-system/SplitButton/Dropdown/DropdownButton.d.ts.map +1 -1
- package/dist/design-system/SplitButton/SplitButton.d.ts +6 -1
- package/dist/design-system/SplitButton/SplitButton.d.ts.map +1 -1
- package/dist/design-system/Tag/index.d.ts +5 -3
- package/dist/design-system/Tag/index.d.ts.map +1 -1
- package/dist/design-system/Tree/Tree.d.ts +13 -1
- package/dist/design-system/Tree/Tree.d.ts.map +1 -1
- package/dist/design-system/Typography/Link.d.ts +1 -1
- package/dist/design-system/Typography/Link.d.ts.map +1 -1
- package/dist/design-system/Typography/Paragraph.d.ts +2 -2
- package/dist/design-system/Typography/Paragraph.d.ts.map +1 -1
- package/dist/design-system/Typography/Text.d.ts +2 -2
- package/dist/design-system/Typography/Text.d.ts.map +1 -1
- package/dist/design-system/Typography/Title.d.ts +2 -2
- package/dist/design-system/Typography/Title.d.ts.map +1 -1
- package/dist/design-system/index.d.ts +4 -0
- package/dist/design-system/index.d.ts.map +1 -1
- package/dist/design-system/types.d.ts +2 -2
- package/dist/design-system/types.d.ts.map +1 -1
- package/dist/flags.d.ts +6 -3
- package/dist/flags.d.ts.map +1 -1
- package/dist/index-mfe-dark.css +17524 -0
- package/dist/index-mfe.css +17183 -0
- package/dist/index.js +4515 -3431
- package/dist/index.js.map +1 -1
- package/dist/theme/colorList.d.ts +7 -7
- package/dist/theme/colorList.d.ts.map +1 -1
- package/dist/theme/colors.d.ts +1 -1
- package/dist/theme/colors.d.ts.map +1 -1
- package/dist/theme/index.d.ts +2 -2
- package/dist/theme/index.d.ts.map +1 -1
- package/package.json +18 -16
- package/dist/design-system/Collapse/Collapse.d.ts +0 -44
- package/dist/design-system/Collapse/Collapse.d.ts.map +0 -1
- package/dist/design-system/Collapse/index.d.ts +0 -2
- package/dist/design-system/Collapse/index.d.ts.map +0 -1
- package/dist/design-system/FormV2/FormV2.d.ts +0 -21
- package/dist/design-system/FormV2/FormV2.d.ts.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { AlertProps as AntDAlertProps } from 'antd';
|
|
3
3
|
import type { DangerouslySetAntdProps, HTMLDataAttributes } from '../types';
|
|
4
|
-
|
|
4
|
+
type AlertType = NonNullable<Exclude<AntDAlertProps['type'], 'success'>>;
|
|
5
5
|
export interface AlertProps extends Omit<AntDAlertProps, 'closeText' | 'showIcon' | 'type' | 'icon'>, HTMLDataAttributes, DangerouslySetAntdProps<AntDAlertProps> {
|
|
6
6
|
type: AlertType;
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/design-system/Alert/Alert.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,MAAM,CAAC;AASzD,OAAO,KAAK,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE5E,
|
|
1
|
+
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/design-system/Alert/Alert.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,MAAM,CAAC;AASzD,OAAO,KAAK,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE5E,KAAK,SAAS,GAAG,WAAW,CAAC,OAAO,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC;AAEzE,MAAM,WAAW,UACf,SAAQ,IAAI,CAAC,cAAc,EAAE,WAAW,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,CAAC,EACtE,kBAAkB,EAClB,uBAAuB,CAAC,cAAc,CAAC;IACzC,IAAI,EAAE,SAAS,CAAC;CACjB;AAED,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CA0BtC,CAAC"}
|
|
@@ -17,7 +17,7 @@ export declare const getButtonEmotionStyles: ({ theme, classNamePrefix, loading,
|
|
|
17
17
|
isFlex?: boolean | undefined;
|
|
18
18
|
useNewIcons?: boolean | undefined;
|
|
19
19
|
}) => SerializedStyles;
|
|
20
|
-
export
|
|
20
|
+
export type ButtonSize = 'middle' | 'small';
|
|
21
21
|
export interface ButtonProps extends Omit<AntDButtonProps, 'type' | 'ghost' | 'shape' | 'size'>, HTMLDataAttributes, DangerouslySetAntdProps<AntDButtonProps> {
|
|
22
22
|
type?: 'primary' | 'link' | 'tertiary';
|
|
23
23
|
size?: ButtonSize;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/design-system/Button/Button.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAa,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAElE,OAAO,KAAK,EAAE,WAAW,IAAI,eAAe,EAAE,MAAM,MAAM,CAAC;AAK3D,OAAO,KAAK,EAAE,cAAc,EAAS,MAAM,aAAa,CAAC;AAGzD,OAAO,KAAK,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAgB5E,eAAO,MAAM,sBAAsB;WAa1B,cAAc;qBACJ,MAAM;;;;;;qBAMN,OAAO;UAClB,UAAU;WACT,WAAW,CAAC,MAAM,CAAC;;;MAGxB,gBAsPH,CAAC;AAEF,
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/design-system/Button/Button.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAa,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAElE,OAAO,KAAK,EAAE,WAAW,IAAI,eAAe,EAAE,MAAM,MAAM,CAAC;AAK3D,OAAO,KAAK,EAAE,cAAc,EAAS,MAAM,aAAa,CAAC;AAGzD,OAAO,KAAK,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAgB5E,eAAO,MAAM,sBAAsB;WAa1B,cAAc;qBACJ,MAAM;;;;;;qBAMN,OAAO;UAClB,UAAU;WACT,WAAW,CAAC,MAAM,CAAC;;;MAGxB,gBAsPH,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE5C,MAAM,WAAW,WACf,SAAQ,IAAI,CAAC,eAAe,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,CAAC,EAChE,kBAAkB,EAClB,uBAAuB,CAAC,eAAe,CAAC;IAC1C,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,UAAU,CAAC;IACvC,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,MAAM,2GA8Df,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { DatePickerProps as AntDDatePickerProps, MonthPickerProps as AntDMonthPickerProps, RangePickerProps as AntDRangePickerProps } from 'antd/lib/date-picker';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
3
|
+
export type DatePickerProps = AntDDatePickerProps;
|
|
4
|
+
export type RangePickerProps = AntDRangePickerProps;
|
|
5
|
+
export type TimePickerProps = AntDMonthPickerProps;
|
|
6
|
+
export type QuarterPickerProps = AntDMonthPickerProps;
|
|
7
|
+
export type WeekPickerProps = AntDMonthPickerProps;
|
|
8
|
+
export type MonthPickerProps = AntDMonthPickerProps;
|
|
9
|
+
export type YearPickerProps = AntDMonthPickerProps;
|
|
10
10
|
export declare const DuboisDatePicker: React.VFC<DatePickerProps>;
|
|
11
11
|
/**
|
|
12
12
|
* `LegacyDatePicker` was added as a temporary solution pending an
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../src/design-system/DatePicker/DatePicker.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EACV,eAAe,IAAI,mBAAmB,EACtC,gBAAgB,IAAI,oBAAoB,EACxC,gBAAgB,IAAI,oBAAoB,EACzC,MAAM,sBAAsB,CAAC;AAM9B,
|
|
1
|
+
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../src/design-system/DatePicker/DatePicker.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EACV,eAAe,IAAI,mBAAmB,EACtC,gBAAgB,IAAI,oBAAoB,EACxC,gBAAgB,IAAI,oBAAoB,EACzC,MAAM,sBAAsB,CAAC;AAM9B,MAAM,MAAM,eAAe,GAAG,mBAAmB,CAAC;AAClD,MAAM,MAAM,gBAAgB,GAAG,oBAAoB,CAAC;AACpD,MAAM,MAAM,eAAe,GAAG,oBAAoB,CAAC;AACnD,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,CAAC;AACtD,MAAM,MAAM,eAAe,GAAG,oBAAoB,CAAC;AACnD,MAAM,MAAM,gBAAgB,GAAG,oBAAoB,CAAC;AACpD,MAAM,MAAM,eAAe,GAAG,oBAAoB,CAAC;AAiDnD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,GAAG,CAAC,eAAe,CAYvD,CAAC;AAsFF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;IAC3B;;;OAGG;;IAEH;;;OAGG;;IAEH;;;OAGG;;IAEH;;;OAGG;;IAEH;;;OAGG;;IAEH;;;OAGG;;CAEH,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { CSSObject } from '@emotion/react';
|
|
2
|
-
import type { ConfigProviderProps } from 'antd/lib/config-provider';
|
|
2
|
+
import type { ConfigProviderProps as AntDConfigProviderProps } from 'antd/lib/config-provider';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import type { DesignSystemFlags } from '../../flags';
|
|
5
5
|
import type { ThemeName } from '../../theme';
|
|
@@ -37,7 +37,7 @@ export declare const DU_BOIS_ENABLE_ANIMATION_CLASSNAME = "du-bois-enable-animat
|
|
|
37
37
|
export declare function getAnimationCss(enableAnimation: boolean): CSSObject;
|
|
38
38
|
interface AntDConfigProviderPropsProps {
|
|
39
39
|
prefixCls: string;
|
|
40
|
-
getPopupContainer:
|
|
40
|
+
getPopupContainer: AntDConfigProviderProps['getPopupContainer'];
|
|
41
41
|
}
|
|
42
42
|
export declare const DesignSystemProvider: React.FC<DesignSystemProviderProps>;
|
|
43
43
|
export declare const ApplyDesignSystemFlags: React.FC<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DesignSystemProvider.d.ts","sourceRoot":"","sources":["../../../src/design-system/DesignSystemProvider/DesignSystemProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"DesignSystemProvider.d.ts","sourceRoot":"","sources":["../../../src/design-system/DesignSystemProvider/DesignSystemProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAGhD,OAAO,KAAK,EAAE,mBAAmB,IAAI,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AAC/F,OAAO,KAAwD,MAAM,OAAO,CAAC;AAE7E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAI7C,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,WAAW,CAAC;IAEtC,iFAAiF;IACjF,KAAK,CAAC,EAAE,iBAAiB,CAAC;CAC3B;AAED,MAAM,WAAW,iBAAiB;IAChC,eAAe,EAAE,OAAO,CAAC;IACzB,KAAK,EAAE,SAAS,CAAC;IAGjB,YAAY,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAC1C,iBAAiB,CAAC,EAAE,MAAM,WAAW,CAAC;IACtC,KAAK,EAAE,iBAAiB,CAAC;CAC1B;AAUD,eAAO,MAAM,mBAAmB,kCAA0D,CAAC;AAE3F,eAAO,MAAM,kCAAkC,6BAA6B,CAAC;AAE7E,wBAAgB,eAAe,CAAC,eAAe,EAAE,OAAO,GAAG,SAAS,CAsBnE;AAID,UAAU,4BAA4B;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,EAAE,uBAAuB,CAAC,mBAAmB,CAAC,CAAC;CACjE;AAID,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA2DpE,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC;IAC5C,KAAK,EAAE,iBAAiB,CAAC;CAC1B,CAoBA,CAAC;AAEF,MAAM,WAAW,mCAAmC;IAClD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,8BAA8B,iBAAkB,mCAAmC,qDAG/F,CAAC;AAEF,eAAO,MAAM,4BAA4B;;CAExC,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B;cAA8B,MAAM,SAAS;sDAEpF,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export interface DrawerContentProps {
|
|
4
|
+
/** Contents displayed in the drawer */
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
/**
|
|
7
|
+
* Drawer header to be announced when the dialog is opened
|
|
8
|
+
* If passing in a string styling will be provided, otherwise caller is responsible for proper title styling
|
|
9
|
+
**/
|
|
10
|
+
title: React.ReactNode;
|
|
11
|
+
/**
|
|
12
|
+
* The content width with a min width of 320 and a max width of 90vw
|
|
13
|
+
* @default 320
|
|
14
|
+
*/
|
|
15
|
+
width?: number | string;
|
|
16
|
+
/**
|
|
17
|
+
* The layout direction, on which side the drawer will appear
|
|
18
|
+
* @default 'right'
|
|
19
|
+
*/
|
|
20
|
+
position?: 'left' | 'right';
|
|
21
|
+
/**
|
|
22
|
+
* Provide a footer; using this property will ensure the correct scrolling behavior
|
|
23
|
+
* @default 'undefined'
|
|
24
|
+
*/
|
|
25
|
+
footer?: React.ReactNode;
|
|
26
|
+
/**
|
|
27
|
+
* Delegates all content scroll behavior to the caller if true
|
|
28
|
+
* Disable the default scroll drop shadow
|
|
29
|
+
* Hide the vertical content overflow
|
|
30
|
+
* Sets content right padding to 0 to leave room for caller to do so for proper scrollbar placement
|
|
31
|
+
* @default false
|
|
32
|
+
*/
|
|
33
|
+
useCustomScrollBehavior?: boolean;
|
|
34
|
+
}
|
|
35
|
+
export declare const Content: React.ForwardRefExoticComponent<DrawerContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
36
|
+
export declare function Root(props: Pick<DialogPrimitive.DialogProps, 'onOpenChange' | 'children' | 'open'>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
37
|
+
export declare function Trigger(props: Omit<DialogPrimitive.DialogTriggerProps, 'asChild'>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
38
|
+
//# sourceMappingURL=Drawer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../src/design-system/Drawer/Drawer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAC1D,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,WAAW,kBAAkB;IACjC,uCAAuC;IACvC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B;;;QAGI;IACJ,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IAEvB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAExB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAE5B;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEzB;;;;;;OAMG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;AASD,eAAO,MAAM,OAAO,2FA+JnB,CAAC;AAEF,wBAAgB,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,eAAe,CAAC,WAAW,EAAE,cAAc,GAAG,UAAU,GAAG,MAAM,CAAC,oDAElG;AAED,wBAAgB,OAAO,CAAC,KAAK,EAAE,IAAI,CAAC,eAAe,CAAC,kBAAkB,EAAE,SAAS,CAAC,oDAEjF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/design-system/Drawer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC"}
|
|
@@ -1,38 +1,51 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import * as DropdownMenu from '@radix-ui/react-dropdown-menu';
|
|
3
2
|
import type { CSSObject } from '@storybook/theming';
|
|
3
|
+
import React from 'react';
|
|
4
4
|
import type { Theme } from '../../theme';
|
|
5
|
-
export declare const Root:
|
|
5
|
+
export declare const Root: React.FC<DropdownMenu.DropdownMenuProps>;
|
|
6
6
|
export interface DropdownMenuProps extends DropdownMenu.MenuContentProps {
|
|
7
7
|
minWidth?: number;
|
|
8
8
|
}
|
|
9
|
-
export
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
export
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
export interface DropdownMenuItemProps extends DropdownMenu.DropdownMenuItemProps {
|
|
10
|
+
danger?: boolean;
|
|
11
|
+
disabledReason?: React.ReactNode;
|
|
12
|
+
}
|
|
13
|
+
export interface DropdownMenuSubTriggerProps extends DropdownMenu.DropdownMenuSubTriggerProps {
|
|
14
|
+
disabledReason?: React.ReactNode;
|
|
15
|
+
}
|
|
16
|
+
export interface DropdownMenuCheckboxItemProps extends DropdownMenu.DropdownMenuCheckboxItemProps {
|
|
17
|
+
disabledReason?: React.ReactNode;
|
|
18
|
+
}
|
|
19
|
+
export interface DropdownMenuRadioItemProps extends DropdownMenu.DropdownMenuRadioItemProps {
|
|
20
|
+
disabledReason?: React.ReactNode;
|
|
21
|
+
}
|
|
22
|
+
export declare const Content: React.ForwardRefExoticComponent<DropdownMenuProps & React.RefAttributes<HTMLDivElement>>;
|
|
23
|
+
export declare const SubContent: React.ForwardRefExoticComponent<DropdownMenuProps & React.RefAttributes<HTMLDivElement>>;
|
|
24
|
+
export declare const Trigger: React.ForwardRefExoticComponent<DropdownMenu.DropdownMenuTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
25
|
+
export declare const Item: React.ForwardRefExoticComponent<DropdownMenuItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
26
|
+
export declare const Label: React.ForwardRefExoticComponent<DropdownMenu.DropdownMenuLabelProps & React.RefAttributes<HTMLDivElement>>;
|
|
27
|
+
export declare const Separator: React.ForwardRefExoticComponent<DropdownMenu.DropdownMenuSeparatorProps & React.RefAttributes<HTMLDivElement>>;
|
|
28
|
+
export declare const SubTrigger: React.ForwardRefExoticComponent<DropdownMenuSubTriggerProps & React.RefAttributes<HTMLDivElement>>;
|
|
16
29
|
/**
|
|
17
30
|
* Deprecated. Use `SubTrigger` instead.
|
|
18
31
|
* @deprecated
|
|
19
32
|
*/
|
|
20
|
-
export declare const TriggerItem:
|
|
21
|
-
export declare const CheckboxItem:
|
|
22
|
-
export declare const ItemIndicator:
|
|
23
|
-
export declare const Arrow:
|
|
24
|
-
export declare const RadioItem:
|
|
25
|
-
export declare const Group:
|
|
26
|
-
export declare const RadioGroup:
|
|
27
|
-
export declare const Sub:
|
|
28
|
-
export declare const HintColumn:
|
|
29
|
-
ref?: ((instance: HTMLDivElement | null) => void) |
|
|
30
|
-
}, "key" | keyof
|
|
31
|
-
export declare const HintRow:
|
|
32
|
-
ref?: ((instance: HTMLDivElement | null) => void) |
|
|
33
|
-
}, "key" | keyof
|
|
34
|
-
export declare const IconWrapper:
|
|
35
|
-
ref?: ((instance: HTMLDivElement | null) => void) |
|
|
36
|
-
}, "key" | keyof
|
|
33
|
+
export declare const TriggerItem: React.ForwardRefExoticComponent<DropdownMenuSubTriggerProps & React.RefAttributes<HTMLDivElement>>;
|
|
34
|
+
export declare const CheckboxItem: React.ForwardRefExoticComponent<DropdownMenuCheckboxItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
35
|
+
export declare const ItemIndicator: React.ForwardRefExoticComponent<DropdownMenu.DropdownMenuItemIndicatorProps & React.RefAttributes<HTMLDivElement>>;
|
|
36
|
+
export declare const Arrow: React.ForwardRefExoticComponent<DropdownMenu.DropdownMenuArrowProps & React.RefAttributes<SVGSVGElement>>;
|
|
37
|
+
export declare const RadioItem: React.ForwardRefExoticComponent<DropdownMenuRadioItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
38
|
+
export declare const Group: React.ForwardRefExoticComponent<DropdownMenu.DropdownMenuGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
39
|
+
export declare const RadioGroup: React.ForwardRefExoticComponent<DropdownMenu.DropdownMenuRadioGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
40
|
+
export declare const Sub: React.FC<DropdownMenu.DropdownMenuSubProps>;
|
|
41
|
+
export declare const HintColumn: React.ForwardRefExoticComponent<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
|
|
42
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
43
|
+
}, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
44
|
+
export declare const HintRow: React.ForwardRefExoticComponent<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
|
|
45
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
46
|
+
}, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
47
|
+
export declare const IconWrapper: React.ForwardRefExoticComponent<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
|
|
48
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
49
|
+
}, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
|
|
37
50
|
export declare const dropdownContentStyles: (theme: Theme) => CSSObject;
|
|
38
51
|
//# sourceMappingURL=DropdownMenu.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../src/design-system/DropdownMenu/DropdownMenu.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../src/design-system/DropdownMenu/DropdownMenu.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,YAAY,MAAM,+BAA+B,CAAC;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,OAAO,KAA4D,MAAM,OAAO,CAAC;AAGjF,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAQzC,eAAO,MAAM,IAAI,0CAAoB,CAAC;AAEtC,MAAM,WAAW,iBAAkB,SAAQ,YAAY,CAAC,gBAAgB;IACtE,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,qBAAsB,SAAQ,YAAY,CAAC,qBAAqB;IAC/E,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC;AAED,MAAM,WAAW,2BAA4B,SAAQ,YAAY,CAAC,2BAA2B;IAC3F,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC;AAED,MAAM,WAAW,6BAA8B,SAAQ,YAAY,CAAC,6BAA6B;IAC/F,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC;AAED,MAAM,WAAW,0BAA2B,SAAQ,YAAY,CAAC,0BAA0B;IACzF,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC;AAED,eAAO,MAAM,OAAO,0FAalB,CAAC;AAEH,eAAO,MAAM,UAAU,0FAmBrB,CAAC;AAEH,eAAO,MAAM,OAAO,iHASlB,CAAC;AAEH,eAAO,MAAM,IAAI,8FAYf,CAAC;AAEH,eAAO,MAAM,KAAK,4GAqBhB,CAAC;AAEH,eAAO,MAAM,SAAS,gHAiBpB,CAAC;AAEH,eAAO,MAAM,UAAU,oGAiCrB,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,WAAW,oGAAa,CAAC;AAEtC,eAAO,MAAM,YAAY,sGAiBvB,CAAC;AAEH,eAAO,MAAM,aAAa,oHA0BzB,CAAC;AAEF,eAAO,MAAM,KAAK,2GA6BhB,CAAC;AAEH,eAAO,MAAM,SAAS,mGAiBpB,CAAC;AAGH,eAAO,MAAM,KAAK,4GAAqB,CAAC;AACxC,eAAO,MAAM,UAAU,iHAA0B,CAAC;AAClD,eAAO,MAAM,GAAG,6CAAmB,CAAC;AAGpC,eAAO,MAAM,UAAU;;6FAkBrB,CAAC;AAEH,eAAO,MAAM,OAAO;;6FAkBlB,CAAC;AAEH,eAAO,MAAM,WAAW;;6FAiBtB,CAAC;AAiHH,eAAO,MAAM,qBAAqB,UAAW,KAAK,KAAG,SAsBnD,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { DangerousGeneralProps, HTMLDataAttributes } from '../types';
|
|
3
|
+
export interface EmptyProps extends HTMLDataAttributes, DangerousGeneralProps {
|
|
4
|
+
image?: JSX.Element;
|
|
5
|
+
title?: React.ReactNode;
|
|
6
|
+
description: React.ReactNode;
|
|
7
|
+
button?: React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
export declare const Empty: React.FC<EmptyProps>;
|
|
10
|
+
//# sourceMappingURL=Empty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Empty.d.ts","sourceRoot":"","sources":["../../../src/design-system/Empty/Empty.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,KAAK,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAI1E,MAAM,WAAW,UAAW,SAAQ,kBAAkB,EAAE,qBAAqB;IAC3E,KAAK,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AA4CD,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAkBtC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/design-system/Empty/index.tsx"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -2,7 +2,7 @@ import type { FormInstance as AntDFormInstance, FormItemProps as AntDFormItemPro
|
|
|
2
2
|
import { Form as AntDForm } from 'antd';
|
|
3
3
|
import type { FC } from 'react';
|
|
4
4
|
import type { DangerouslySetAntdProps, HTMLDataAttributes } from '../types';
|
|
5
|
-
export
|
|
5
|
+
export type FormInstance = AntDFormInstance;
|
|
6
6
|
export interface FormItemProps extends Pick<AntDFormItemProps, 'children' | 'dependencies' | 'getValueFromEvent' | 'getValueProps' | 'help' | 'hidden' | 'htmlFor' | 'initialValue' | 'label' | 'messageVariables' | 'name' | 'normalize' | 'noStyle' | 'preserve' | 'required' | 'rules' | 'shouldUpdate' | 'tooltip' | 'trigger' | 'validateStatus' | 'validateTrigger' | 'valuePropName'>, HTMLDataAttributes, DangerouslySetAntdProps<AntDFormItemProps> {
|
|
7
7
|
}
|
|
8
8
|
export interface FormProps extends Pick<AntDFormProps, 'children' | 'className' | 'component' | 'fields' | 'form' | 'initialValues' | 'labelCol' | 'layout' | 'name' | 'preserve' | 'requiredMark' | 'validateMessages' | 'validateTrigger' | 'wrapperCol' | 'onFieldsChange' | 'onFinish' | 'onFinishFailed' | 'onValuesChange'>, HTMLDataAttributes, DangerouslySetAntdProps<AntDFormProps> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../src/design-system/Form/Form.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,YAAY,IAAI,gBAAgB,EAChC,aAAa,IAAI,iBAAiB,EAClC,SAAS,IAAI,aAAa,EAC3B,MAAM,MAAM,CAAC;AACd,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,MAAM,CAAC;AAExC,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAKhC,OAAO,KAAK,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAG5E,
|
|
1
|
+
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../src/design-system/Form/Form.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,YAAY,IAAI,gBAAgB,EAChC,aAAa,IAAI,iBAAiB,EAClC,SAAS,IAAI,aAAa,EAC3B,MAAM,MAAM,CAAC;AACd,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,MAAM,CAAC;AAExC,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAKhC,OAAO,KAAK,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAG5E,MAAM,MAAM,YAAY,GAAG,gBAAgB,CAAC;AA4C5C,MAAM,WAAW,aACf,SAAQ,IAAI,CACR,iBAAiB,EACf,UAAU,GACV,cAAc,GACd,mBAAmB,GACnB,eAAe,GACf,MAAM,GACN,QAAQ,GACR,SAAS,GACT,cAAc,GACd,OAAO,GACP,kBAAkB,GAClB,MAAM,GACN,WAAW,GACX,SAAS,GACT,UAAU,GACV,UAAU,GACV,OAAO,GACP,cAAc,GACd,SAAS,GACT,SAAS,GACT,gBAAgB,GAChB,iBAAiB,GACjB,eAAe,CAClB,EACD,kBAAkB,EAClB,uBAAuB,CAAC,iBAAiB,CAAC;CAAG;AAEjD,MAAM,WAAW,SACf,SAAQ,IAAI,CACR,aAAa,EACX,UAAU,GACV,WAAW,GACX,WAAW,GACX,QAAQ,GACR,MAAM,GACN,eAAe,GACf,UAAU,GACV,QAAQ,GACR,MAAM,GACN,UAAU,GACV,cAAc,GACd,kBAAkB,GAClB,iBAAiB,GACjB,YAAY,GACZ,gBAAgB,GAChB,UAAU,GACV,gBAAgB,GAChB,gBAAgB,CACnB,EACD,kBAAkB,EAClB,uBAAuB,CAAC,aAAa,CAAC;CAAG;AAE7C,UAAU,aAAc,SAAQ,EAAE,CAAC,SAAS,CAAC;IAC3C,IAAI,EAAE,OAAO,QAAQ,CAAC;IACtB,IAAI,EAAE,OAAO,QAAQ,CAAC,IAAI,CAAC;IAC3B,OAAO,EAAE,OAAO,QAAQ,CAAC,OAAO,CAAC;CAClC;AAED,eAAO,MAAM,UAAU,oGAiBrB,CAAC;AAEH,QAAA,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAkB/B,CAAC;AAOF,eAAO,MAAM,IAAI,EAAE,aAA6B,CAAC;AAKjD,eAAO,MAAM,+BAA+B,mBAAW,CAAC"}
|
|
@@ -1,33 +1,43 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { CheckboxGroupProps } from 'antd/lib/checkbox';
|
|
3
3
|
import type { Control, FieldPath, FieldValues, UseControllerProps } from 'react-hook-form';
|
|
4
|
-
import type { InputProps } from '../Input';
|
|
4
|
+
import type { InputProps, PasswordProps, TextAreaProps } from '../Input';
|
|
5
5
|
import type { RadioGroupProps } from '../Radio';
|
|
6
6
|
import type { SelectProps } from '../Select';
|
|
7
7
|
import type { SwitchProps } from '../Switch';
|
|
8
|
-
|
|
8
|
+
type OmittedOriginalProps = 'name' | 'onChange' | 'onBlur' | 'value' | 'defaultValue';
|
|
9
9
|
interface RHFControlledInputProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<InputProps, OmittedOriginalProps>, UseControllerProps<TFieldValues, TName> {
|
|
10
10
|
control: Control<TFieldValues>;
|
|
11
11
|
}
|
|
12
|
-
|
|
12
|
+
declare function RHFControlledInput<TFieldValues extends FieldValues>({ name, control, rules, ...restProps }: React.PropsWithChildren<RHFControlledInputProps<TFieldValues>>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
13
|
+
interface RHFControlledPasswordInputProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<PasswordProps, OmittedOriginalProps>, UseControllerProps<TFieldValues, TName> {
|
|
14
|
+
control: Control<TFieldValues>;
|
|
15
|
+
}
|
|
16
|
+
declare function RHFControlledPasswordInput<TFieldValues extends FieldValues>({ name, control, rules, ...restProps }: React.PropsWithChildren<RHFControlledPasswordInputProps<TFieldValues>>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
17
|
+
interface RHFControlledTextAreaProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<TextAreaProps, OmittedOriginalProps>, UseControllerProps<TFieldValues, TName> {
|
|
18
|
+
control: Control<TFieldValues>;
|
|
19
|
+
}
|
|
20
|
+
declare function RHFControlledTextArea<TFieldValues extends FieldValues>({ name, control, rules, ...restProps }: React.PropsWithChildren<RHFControlledTextAreaProps<TFieldValues>>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
13
21
|
interface RHFControlledSelectProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<SelectProps<unknown>, OmittedOriginalProps>, UseControllerProps<TFieldValues, TName> {
|
|
14
22
|
control: Control<TFieldValues>;
|
|
15
23
|
}
|
|
16
|
-
|
|
24
|
+
declare function RHFControlledSelect<TFieldValues extends FieldValues>({ name, control, rules, ...restProps }: React.PropsWithChildren<RHFControlledSelectProps<TFieldValues>>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
17
25
|
interface RHFControlledCheckboxGroupProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<CheckboxGroupProps, OmittedOriginalProps>, UseControllerProps<TFieldValues, TName> {
|
|
18
26
|
control: Control<TFieldValues>;
|
|
19
27
|
}
|
|
20
|
-
|
|
28
|
+
declare function RHFControlledCheckboxGroup<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ name, control, rules, ...restProps }: React.PropsWithChildren<RHFControlledCheckboxGroupProps<TFieldValues, TName>>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
21
29
|
interface RHFControlledRadioGroupProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<RadioGroupProps, OmittedOriginalProps>, UseControllerProps<TFieldValues, TName> {
|
|
22
30
|
control: Control<TFieldValues>;
|
|
23
31
|
}
|
|
24
|
-
|
|
32
|
+
declare function RHFControlledRadioGroup<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ name, control, rules, ...restProps }: React.PropsWithChildren<RHFControlledRadioGroupProps<TFieldValues, TName>>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
25
33
|
interface RHFControlledSwitchProps<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>> extends Omit<SwitchProps, OmittedOriginalProps>, UseControllerProps<TFieldValues, TName> {
|
|
26
34
|
control: Control<TFieldValues>;
|
|
27
35
|
}
|
|
28
|
-
|
|
29
|
-
export declare const
|
|
36
|
+
declare function RHFControlledSwitch<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ name, control, rules, ...restProps }: React.PropsWithChildren<RHFControlledSwitchProps<TFieldValues, TName>>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
37
|
+
export declare const RHFControlledComponents: {
|
|
30
38
|
Input: typeof RHFControlledInput;
|
|
39
|
+
Password: typeof RHFControlledPasswordInput;
|
|
40
|
+
TextArea: typeof RHFControlledTextArea;
|
|
31
41
|
Select: typeof RHFControlledSelect;
|
|
32
42
|
CheckboxGroup: typeof RHFControlledCheckboxGroup;
|
|
33
43
|
RadioGroup: typeof RHFControlledRadioGroup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RHFAdapters.d.ts","sourceRoot":"","sources":["../../../src/design-system/FormV2/RHFAdapters.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE5D,OAAO,KAAK,EAAE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAI3F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"RHFAdapters.d.ts","sourceRoot":"","sources":["../../../src/design-system/FormV2/RHFAdapters.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,40 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { FormMessage } from '../FormMessage/FormMessage';
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
TextArea: import("react").ForwardRefExoticComponent<import("../Input").TextAreaProps & import("react").RefAttributes<HTMLInputElement | undefined>>;
|
|
6
|
-
Password: import("react").FC<import("../Input").PasswordProps>;
|
|
7
|
-
};
|
|
3
|
+
export * from './RHFAdapters';
|
|
4
|
+
export declare const FormUI: {
|
|
8
5
|
Message: typeof FormMessage;
|
|
9
6
|
Label: (props: import("../Label/Label").LabelProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
10
7
|
Hint: (props: import("react").HTMLAttributes<HTMLSpanElement>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
11
|
-
Select: (<T>(props: import("../Select").SelectProps<T> & {
|
|
12
|
-
ref?: (((instance: import("antd/lib/select").RefSelectProps | null) => void) | import("react").RefObject<import("antd/lib/select").RefSelectProps> | null) | undefined;
|
|
13
|
-
}) => JSX.Element) & {
|
|
14
|
-
Option: import("react").ForwardRefExoticComponent<import("../Select").OptionProps & import("react").RefAttributes<HTMLElement>> & {
|
|
15
|
-
isSelectOption: boolean;
|
|
16
|
-
};
|
|
17
|
-
OptGroup: import("react").ForwardRefExoticComponent<import("../Select").OptGroupProps & import("react").RefAttributes<HTMLElement>> & {
|
|
18
|
-
isSelectOptGroup: boolean;
|
|
19
|
-
};
|
|
20
|
-
} & import("react").ForwardRefExoticComponent<import("../Select").SelectProps<string> & import("react").RefAttributes<HTMLElement>>;
|
|
21
|
-
Checkbox: import("react").ForwardRefExoticComponent<import("../Checkbox").CheckboxProps & import("react").RefAttributes<HTMLInputElement>> & {
|
|
22
|
-
Group: import("react").ForwardRefExoticComponent<import("antd/lib/checkbox").CheckboxGroupProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
23
|
-
};
|
|
24
|
-
Radio: import("react").ForwardRefExoticComponent<import("../Radio").RadioProps & import("react").RefAttributes<HTMLElement>> & {
|
|
25
|
-
Group: import("react").FC<import("../Radio").RadioGroupProps>;
|
|
26
|
-
HorizontalGroup: import("react").FC<import("../Radio").RadioGroupProps>;
|
|
27
|
-
};
|
|
28
|
-
Switch: import("react").ForwardRefExoticComponent<import("../Switch").SwitchProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
29
|
-
/** A collection of Du Bois form components that require controlled usage,
|
|
30
|
-
* and are implemented with `react-hook-form`'s `useController`.
|
|
31
|
-
* https://react-hook-form.com/api/usecontroller */
|
|
32
|
-
ReactHookFormAdapters: {
|
|
33
|
-
Input: typeof import("./RHFAdapters").RHFControlledInput;
|
|
34
|
-
Select: typeof import("./RHFAdapters").RHFControlledSelect;
|
|
35
|
-
CheckboxGroup: typeof import("./RHFAdapters").RHFControlledCheckboxGroup;
|
|
36
|
-
RadioGroup: typeof import("./RHFAdapters").RHFControlledRadioGroup;
|
|
37
|
-
Switch: typeof import("./RHFAdapters").RHFControlledSwitch;
|
|
38
|
-
};
|
|
39
8
|
};
|
|
40
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/design-system/FormV2/index.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/design-system/FormV2/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAIzD,cAAc,eAAe,CAAC;AAE9B,eAAO,MAAM,MAAM;;;;CAIlB,CAAC"}
|
|
@@ -13,7 +13,7 @@ export interface DesignSystemThemeInterface {
|
|
|
13
13
|
export declare function getClassNamePrefix(theme: Theme): string;
|
|
14
14
|
export declare function getPrefixedClassNameFromTheme(theme: Theme, className: string | null | undefined): string;
|
|
15
15
|
export declare function useDesignSystemTheme(): DesignSystemThemeInterface;
|
|
16
|
-
export
|
|
16
|
+
export type DesignSystemHocProps = {
|
|
17
17
|
designSystemThemeApi: DesignSystemThemeInterface;
|
|
18
18
|
};
|
|
19
19
|
export declare function WithDesignSystemThemeHoc<P>(Component: React.ComponentType<P & DesignSystemHocProps>): (props: P) => ReactElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDesignSystemTheme.d.ts","sourceRoot":"","sources":["../../../src/design-system/Hooks/useDesignSystemTheme.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,KAAK,EAAa,MAAM,aAAa,CAAC;AAGpD,MAAM,WAAW,0BAA0B;IACzC,iFAAiF;IACjF,KAAK,EAAE,KAAK,CAAC;IACb,wDAAwD;IACxD,eAAe,EAAE,MAAM,CAAC;IACxB;+DAC2D;IAC3D,oBAAoB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,MAAM,CAAC;CACrD;AAOD,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,CAGvD;AAED,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,CAExG;AAED,wBAAgB,oBAAoB,IAAI,0BAA0B,CAUjE;AAED,
|
|
1
|
+
{"version":3,"file":"useDesignSystemTheme.d.ts","sourceRoot":"","sources":["../../../src/design-system/Hooks/useDesignSystemTheme.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,KAAK,EAAa,MAAM,aAAa,CAAC;AAGpD,MAAM,WAAW,0BAA0B;IACzC,iFAAiF;IACjF,KAAK,EAAE,KAAK,CAAC;IACb,wDAAwD;IACxD,eAAe,EAAE,MAAM,CAAC;IACxB;+DAC2D;IAC3D,oBAAoB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,MAAM,CAAC;CACrD;AAOD,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,CAGvD;AAED,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,CAExG;AAED,wBAAgB,oBAAoB,IAAI,0BAA0B,CAUjE;AAED,MAAM,MAAM,oBAAoB,GAAG;IAAE,oBAAoB,EAAE,0BAA0B,CAAA;CAAE,CAAC;AAGxF,wBAAgB,wBAAwB,CAAC,CAAC,EAAE,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,GAAG,oBAAoB,CAAC,WAC9C,CAAC,KAAG,YAAY,CAKrE"}
|
|
@@ -2,9 +2,11 @@ import AntDIcon from '@ant-design/icons';
|
|
|
2
2
|
import type { ReactElement } from 'react';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import type { DangerouslySetAntdProps, HTMLDataAttributes } from '../types';
|
|
5
|
-
|
|
5
|
+
type AntDIconProps = Parameters<typeof AntDIcon>[0];
|
|
6
|
+
export type IconColors = 'danger' | 'warning' | 'success';
|
|
6
7
|
export interface IconProps extends Omit<AntDIconProps, 'component'>, DangerouslySetAntdProps<AntDIconProps>, HTMLDataAttributes {
|
|
7
8
|
component?: (props: React.SVGProps<SVGSVGElement>) => ReactElement | null;
|
|
9
|
+
color?: IconColors;
|
|
8
10
|
}
|
|
9
11
|
export declare const Icon: (props: IconProps) => JSX.Element;
|
|
10
12
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/design-system/Icon/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AAGzC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE5E,
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/design-system/Icon/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,mBAAmB,CAAC;AAGzC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAE5E,KAAK,aAAa,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC;AACpD,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAC;AAC1D,MAAM,WAAW,SACf,SAAQ,IAAI,CAAC,aAAa,EAAE,WAAW,CAAC,EACtC,uBAAuB,CAAC,aAAa,CAAC,EACtC,kBAAkB;IACpB,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,KAAK,YAAY,GAAG,IAAI,CAAC;IAC1E,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB;AAqBD,eAAO,MAAM,IAAI,UAAW,SAAS,KAAG,WA+BvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppIcon.v2.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/AppIcon.v2.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAgB5C,iBAAS,OAAO,CAAC,KAAK,EAAE,SAAS,oDAEhC;AAED,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArrayIcon.v2.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/ArrayIcon.v2.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAgB5C,iBAAS,SAAS,CAAC,KAAK,EAAE,SAAS,oDAElC;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BinaryIcon.v2.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/BinaryIcon.v2.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAgB5C,iBAAS,UAAU,CAAC,KAAK,EAAE,SAAS,oDAEnC;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GiftIcon.v2.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/GiftIcon.v2.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAgB5C,iBAAS,QAAQ,CAAC,KAAK,EAAE,SAAS,oDAEjC;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuIcon.v2.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/MenuIcon.v2.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAgB5C,iBAAS,QAAQ,CAAC,KAAK,EAAE,SAAS,oDAEjC;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationsOffIcon.v2.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/NotificationsOffIcon.v2.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAgB5C,iBAAS,oBAAoB,CAAC,KAAK,EAAE,SAAS,oDAE7C;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Redo.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/Redo.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAuC5C,iBAAS,IAAI,CAAC,KAAK,EAAE,SAAS,oDAI7B;AAED,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RedoIcon.v2.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/RedoIcon.v2.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAuB5C,iBAAS,QAAQ,CAAC,KAAK,EAAE,SAAS,oDAEjC;AAED,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Refresh.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/Refresh.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAyB5C,iBAAS,OAAO,CAAC,KAAK,EAAE,SAAS,oDAIhC;AAED,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RefreshIcon.v2.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/RefreshIcon.v2.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAgB5C,iBAAS,WAAW,CAAC,KAAK,EAAE,SAAS,oDAEpC;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Undo.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/Undo.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAuC5C,iBAAS,IAAI,CAAC,KAAK,EAAE,SAAS,oDAI7B;AAED,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VariableIcon.v2.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/VariableIcon.v2.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAc5C,iBAAS,YAAY,CAAC,KAAK,EAAE,SAAS,oDAErC;AAED,eAAe,YAAY,CAAC"}
|