@kosdev-code/base-ui-components 0.0.3 → 0.1.0-dev.5191
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/components/atoms/alternating-status/alternating-status.d.ts +8 -0
- package/components/atoms/alternating-status/alternating-status.d.ts.map +1 -0
- package/components/atoms/alternating-status/index.d.ts +2 -0
- package/components/{molecules/details-page-layout → atoms/alternating-status}/index.d.ts.map +1 -1
- package/components/atoms/badge/badge.d.ts +15 -0
- package/components/atoms/badge/badge.d.ts.map +1 -0
- package/components/atoms/badge/index.d.ts +2 -0
- package/components/atoms/badge/index.d.ts.map +1 -0
- package/components/atoms/base-ui-components-context/base-ui-components-context.d.ts +13 -0
- package/components/atoms/base-ui-components-context/base-ui-components-context.d.ts.map +1 -0
- package/components/atoms/base-ui-components-context/index.d.ts +2 -0
- package/components/atoms/base-ui-components-context/index.d.ts.map +1 -0
- package/components/atoms/dialog/dialog.d.ts +1 -1
- package/components/atoms/dialog/hooks/use-dialog-context-value.d.ts +1 -1
- package/components/atoms/drawer/drawer.styles.d.ts +3 -3
- package/components/atoms/icon/common/types.d.ts +13 -0
- package/components/atoms/icon/common/types.d.ts.map +1 -0
- package/components/atoms/icon/icon.d.ts +1 -1
- package/components/atoms/icon/icon.d.ts.map +1 -1
- package/components/atoms/icon/index.d.ts +1 -1
- package/components/atoms/icon/index.d.ts.map +1 -1
- package/components/atoms/icon-button/icon-button.d.ts +1 -1
- package/components/atoms/icon-button/icon-button.d.ts.map +1 -1
- package/components/atoms/index.d.ts +4 -0
- package/components/atoms/index.d.ts.map +1 -1
- package/components/atoms/input/input.d.ts +1 -0
- package/components/atoms/input/input.d.ts.map +1 -1
- package/components/atoms/kos-logo/index.d.ts +2 -0
- package/components/atoms/kos-logo/index.d.ts.map +1 -0
- package/components/atoms/kos-logo/kos-logo.d.ts +7 -0
- package/components/atoms/kos-logo/kos-logo.d.ts.map +1 -0
- package/components/atoms/label/label.styles.d.ts +1 -1
- package/components/atoms/multi-select/common/styles.d.ts.map +1 -1
- package/components/atoms/multi-select/multi-select.d.ts +3 -3
- package/components/atoms/multi-select/multi-select.d.ts.map +1 -1
- package/components/atoms/resizable-panel-group/common/hooks/use-resizable-panel-group-context/use-resizable-panel-group-context.d.ts +1 -0
- package/components/atoms/resizable-panel-group/common/hooks/use-resizable-panel-group-context/use-resizable-panel-group-context.d.ts.map +1 -1
- package/components/atoms/resizable-panel-group/components/resizable-panel.d.ts +4 -3
- package/components/atoms/resizable-panel-group/components/resizable-panel.d.ts.map +1 -1
- package/components/atoms/resizable-panel-group/index.d.ts +1 -0
- package/components/atoms/resizable-panel-group/index.d.ts.map +1 -1
- package/components/atoms/resizable-panel-group/resizable-panel-group.d.ts.map +1 -1
- package/components/atoms/resizable-panel-group/resizable-panel-handle/resizable-panel-handle.d.ts.map +1 -1
- package/components/atoms/select/components/option.d.ts +3 -1
- package/components/atoms/select/components/option.d.ts.map +1 -1
- package/components/atoms/select/select.d.ts.map +1 -1
- package/components/atoms/text/text.d.ts +2 -2
- package/components/atoms/text/text.d.ts.map +1 -1
- package/components/common/components/StoryDecorator.d.ts.map +1 -1
- package/components/index.d.ts +1 -0
- package/components/index.d.ts.map +1 -1
- package/components/layouts/index.d.ts +2 -0
- package/components/layouts/index.d.ts.map +1 -0
- package/components/layouts/list-with-details-layout/index.d.ts +2 -0
- package/components/layouts/list-with-details-layout/index.d.ts.map +1 -0
- package/components/layouts/list-with-details-layout/list-with-details-layout.d.ts +17 -0
- package/components/layouts/list-with-details-layout/list-with-details-layout.d.ts.map +1 -0
- package/components/molecules/branded-header/branded-header-styles.d.ts +56 -0
- package/components/molecules/branded-header/branded-header-styles.d.ts.map +1 -0
- package/components/molecules/branded-header/branded-header.d.ts +2 -4
- package/components/molecules/branded-header/branded-header.d.ts.map +1 -1
- package/components/molecules/collapsible-artifact/components/artifact-version.d.ts.map +1 -1
- package/components/molecules/empty-list-message/empty-list-message.d.ts +8 -0
- package/components/molecules/empty-list-message/empty-list-message.d.ts.map +1 -0
- package/components/molecules/empty-list-message/index.d.ts +2 -0
- package/components/molecules/empty-list-message/index.d.ts.map +1 -0
- package/components/molecules/form/common/hooks/use-form-context.d.ts +1 -1
- package/components/molecules/form/common/hooks/use-form-context.d.ts.map +1 -1
- package/components/molecules/form/components/form-file-input.d.ts +8 -0
- package/components/molecules/form/components/form-file-input.d.ts.map +1 -0
- package/components/molecules/form/components/form-multi-select.d.ts +7 -0
- package/components/molecules/form/components/form-multi-select.d.ts.map +1 -0
- package/components/molecules/form/components/form-select.d.ts.map +1 -1
- package/components/molecules/form/components/form-submit.d.ts.map +1 -1
- package/components/molecules/form/components/index.d.ts +2 -0
- package/components/molecules/form/components/index.d.ts.map +1 -1
- package/components/molecules/index.d.ts +1 -1
- package/components/molecules/index.d.ts.map +1 -1
- package/components/molecules/list/common/samples/data-providers/custom-data-provider.d.ts.map +1 -1
- package/components/molecules/modal/common/styles/modal.styles.d.ts +4 -0
- package/components/molecules/modal/common/styles/modal.styles.d.ts.map +1 -1
- package/components/molecules/modal/confirm-delete-modal/components/confirm-delete-content.d.ts.map +1 -1
- package/components/molecules/modal/confirm-delete-modal/confirm-delete-modal.d.ts +2 -1
- package/components/molecules/modal/confirm-delete-modal/confirm-delete-modal.d.ts.map +1 -1
- package/components/molecules/modal/form-modal/form-modal.d.ts +2 -2
- package/components/molecules/modal/form-modal/form-modal.d.ts.map +1 -1
- package/components/molecules/modal/index.d.ts +1 -0
- package/components/molecules/modal/index.d.ts.map +1 -1
- package/components/molecules/modal/modal.d.ts +1 -1
- package/components/molecules/shell-menu/components/shell-menu-link.d.ts +1 -2
- package/components/molecules/shell-menu/components/shell-menu-link.d.ts.map +1 -1
- package/components/molecules/shell-menu/shell-menu.d.ts +3 -2
- package/components/molecules/shell-menu/shell-menu.d.ts.map +1 -1
- package/components/molecules/table/common/components/table-header.d.ts.map +1 -1
- package/components/molecules/table/common/components/table-td.d.ts +1 -4
- package/components/molecules/table/common/components/table-td.d.ts.map +1 -1
- package/components/molecules/table/common/types.d.ts +25 -1
- package/components/molecules/table/common/types.d.ts.map +1 -1
- package/components/molecules/table/components/table-tr.d.ts +2 -7
- package/components/molecules/table/components/table-tr.d.ts.map +1 -1
- package/components/molecules/table/helpers/create-column-helper.d.ts +9 -5
- package/components/molecules/table/helpers/create-column-helper.d.ts.map +1 -1
- package/components/molecules/table/index.d.ts +2 -0
- package/components/molecules/table/index.d.ts.map +1 -1
- package/components/molecules/table/storybook/data-provider.d.ts +1 -0
- package/components/molecules/table/storybook/data-provider.d.ts.map +1 -1
- package/components/molecules/table/table.d.ts +2 -18
- package/components/molecules/table/table.d.ts.map +1 -1
- package/components/molecules/table/virtual-table.d.ts +7 -0
- package/components/molecules/table/virtual-table.d.ts.map +1 -0
- package/helpers/get-error-message.d.ts +7 -0
- package/helpers/get-error-message.d.ts.map +1 -0
- package/helpers/index.d.ts +1 -0
- package/helpers/index.d.ts.map +1 -1
- package/helpers/validation/email-validation.d.ts +8 -0
- package/helpers/validation/email-validation.d.ts.map +1 -0
- package/helpers/validation/index.d.ts +1 -0
- package/helpers/validation/index.d.ts.map +1 -1
- package/helpers/validation/password-validation.d.ts +3 -2
- package/helpers/validation/password-validation.d.ts.map +1 -1
- package/index.cjs +2825 -0
- package/index.cjs.map +1 -0
- package/index.js +10834 -776
- package/index.js.map +1 -0
- package/package.json +24 -33
- package/style.css +1 -1
- package/styles/__deprecated__/old-styles/app-styles.d.ts +2 -2
- package/styles/__deprecated__/old-tokens/base/base-component.d.ts +2 -2
- package/styles/__deprecated__/old-tokens/base/base-generic.d.ts +1 -1
- package/styles/__deprecated__/old-tokens/base/base-semantic.d.ts +1 -1
- package/styles/__deprecated__/old-tokens/base/components/button/index.d.ts +1 -1
- package/styles/__deprecated__/old-tokens/base/components/kos-list/index.d.ts +1 -1
- package/styles/__deprecated__/old-tokens/base/components/kos-list-item/index.d.ts +1 -1
- package/styles/__deprecated__/old-tokens/base/components/kos-viewable-list-item/index.d.ts +1 -1
- package/styles/__deprecated__/old-tokens/index.d.ts +2 -2
- package/styles/tokens/common/local-token-helpers.d.ts +166 -0
- package/styles/tokens/common/local-token-helpers.d.ts.map +1 -0
- package/styles/tokens/component-tokens/badge/index.d.ts +17 -0
- package/styles/tokens/component-tokens/badge/index.d.ts.map +1 -0
- package/styles/tokens/component-tokens/branded-header/index.d.ts +1 -2
- package/styles/tokens/component-tokens/branded-header/index.d.ts.map +1 -1
- package/styles/tokens/component-tokens/index.d.ts +16 -2
- package/styles/tokens/component-tokens/index.d.ts.map +1 -1
- package/styles/tokens/component-tokens/modal/index.d.ts +1 -0
- package/styles/tokens/component-tokens/modal/index.d.ts.map +1 -1
- package/styles/tokens/index.d.ts +22 -6
- package/styles/tokens/index.d.ts.map +1 -1
- package/components/atoms/icon/types.d.ts +0 -6
- package/components/atoms/icon/types.d.ts.map +0 -1
- package/components/molecules/details-page-layout/details-page-layout.d.ts +0 -19
- package/components/molecules/details-page-layout/details-page-layout.d.ts.map +0 -1
- package/components/molecules/details-page-layout/index.d.ts +0 -2
- package/index.mjs +0 -17313
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface AlternatingStatusProps {
|
|
3
|
+
offlineContent: React.ReactNode;
|
|
4
|
+
onlineContent: React.ReactNode;
|
|
5
|
+
}
|
|
6
|
+
export declare const AlternatingStatus: ({ offlineContent, onlineContent, }: AlternatingStatusProps) => string | number | boolean | Iterable<import('react').ReactNode> | import("@emotion/react/jsx-runtime").JSX.Element | null | undefined;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=alternating-status.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alternating-status.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/alternating-status/alternating-status.tsx"],"names":[],"mappings":";AAEA,UAAU,sBAAsB;IAC9B,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,aAAa,EAAE,KAAK,CAAC,SAAS,CAAC;CAChC;AAED,eAAO,MAAM,iBAAiB,uCAG3B,sBAAsB,0IAYxB,CAAC"}
|
package/components/{molecules/details-page-layout → atoms/alternating-status}/index.d.ts.map
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/alternating-status/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
export type BadgeColors = "blue" | "red" | "white" | "black" | "orange" | "green";
|
|
4
|
+
export type BadgePosition = "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
5
|
+
export type BadgeRadius = 4 | 6 | 8;
|
|
6
|
+
interface BadgeProps {
|
|
7
|
+
color: BadgeColors;
|
|
8
|
+
position?: BadgePosition;
|
|
9
|
+
radius?: BadgeRadius;
|
|
10
|
+
hide?: boolean;
|
|
11
|
+
children: ReactNode;
|
|
12
|
+
}
|
|
13
|
+
export declare const Badge: ({ color, children, position, radius, hide, }: BadgeProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=badge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/badge/badge.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,MAAM,MAAM,WAAW,GACnB,MAAM,GACN,KAAK,GACL,OAAO,GACP,OAAO,GACP,QAAQ,GACR,OAAO,CAAC;AACZ,MAAM,MAAM,aAAa,GACrB,UAAU,GACV,WAAW,GACX,aAAa,GACb,cAAc,CAAC;AACnB,MAAM,MAAM,WAAW,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAEpC,UAAU,UAAU;IAClB,KAAK,EAAE,WAAW,CAAC;IACnB,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,eAAO,MAAM,KAAK,iDAMf,UAAU,qDAWZ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/badge/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
interface BaseUIComponentsContextValue {
|
|
4
|
+
basePath: string;
|
|
5
|
+
}
|
|
6
|
+
interface BaseUIComponentsContextProviderProps {
|
|
7
|
+
children: ReactNode;
|
|
8
|
+
publicPath?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const BaseUIComponentsContextProvider: ({ children, publicPath, }: BaseUIComponentsContextProviderProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const useBaseUIComponentsContext: () => BaseUIComponentsContextValue;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=base-ui-components-context.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-ui-components-context.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/base-ui-components-context/base-ui-components-context.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsC,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAE3E,UAAU,4BAA4B;IACpC,QAAQ,EAAE,MAAM,CAAC;CAClB;AAKD,UAAU,oCAAoC;IAC5C,QAAQ,EAAE,SAAS,CAAC;IAGpB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,+BAA+B,8BAGzC,oCAAoC,qDAYtC,CAAC;AAEF,eAAO,MAAM,0BAA0B,oCAUtC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/base-ui-components-context/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC"}
|
|
@@ -35,7 +35,7 @@ export declare const useDialogContext: () => {
|
|
|
35
35
|
events: import('@floating-ui/react').FloatingEvents;
|
|
36
36
|
dataRef: MutableRefObject<import('@floating-ui/react').ContextData>;
|
|
37
37
|
nodeId: string | undefined;
|
|
38
|
-
floatingId: string;
|
|
38
|
+
floatingId: string | undefined;
|
|
39
39
|
refs: import('@floating-ui/react').ExtendedRefs<import('@floating-ui/react').ReferenceType>;
|
|
40
40
|
elements: import('@floating-ui/react').ExtendedElements<import('@floating-ui/react').ReferenceType>;
|
|
41
41
|
};
|
|
@@ -33,7 +33,7 @@ export declare function useDialogContextValue({ defaultOpen, open: controlledOpe
|
|
|
33
33
|
events: import('@floating-ui/react').FloatingEvents;
|
|
34
34
|
dataRef: import('react').MutableRefObject<import('@floating-ui/react').ContextData>;
|
|
35
35
|
nodeId: string | undefined;
|
|
36
|
-
floatingId: string;
|
|
36
|
+
floatingId: string | undefined;
|
|
37
37
|
refs: import('@floating-ui/react').ExtendedRefs<import('@floating-ui/react').ReferenceType>;
|
|
38
38
|
elements: import('@floating-ui/react').ExtendedElements<import('@floating-ui/react').ReferenceType>;
|
|
39
39
|
};
|
|
@@ -4,9 +4,9 @@ export declare const DrawerContentFloatContainer: import('@emotion/styled').Styl
|
|
|
4
4
|
theme?: import('@emotion/react').Theme | undefined;
|
|
5
5
|
as?: import('react').ElementType<any> | undefined;
|
|
6
6
|
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
7
|
-
export declare const DrawerOverlayBaseStyles: import('@emotion/
|
|
8
|
-
export declare const StartOverlayStyle: import('@emotion/
|
|
9
|
-
export declare const EndOverlayStyle: import('@emotion/
|
|
7
|
+
export declare const DrawerOverlayBaseStyles: import('@emotion/react').SerializedStyles;
|
|
8
|
+
export declare const StartOverlayStyle: import('@emotion/react').SerializedStyles;
|
|
9
|
+
export declare const EndOverlayStyle: import('@emotion/react').SerializedStyles;
|
|
10
10
|
interface InlineDrawerBaseProps {
|
|
11
11
|
children: ReactNode;
|
|
12
12
|
className?: string;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { HTMLProps } from 'react';
|
|
2
|
+
|
|
3
|
+
export type IconIds = "AccountBook" | "Aim" | "Alert" | "AlignCenter" | "AlignLeft" | "AlignRight" | "Android" | "Apartment" | "Api" | "Apple" | "Appstore" | "AppstoreAdd" | "AreaChart" | "ArrowDown" | "ArrowLeft" | "ArrowLineDown" | "ArrowRight" | "ArrowsAlt" | "ArrowUp" | "Artifact" | "ArtifactBrowser" | "ArtifactBrowserTool" | "ArtifactLocal" | "ArtifactManagerTool" | "ArtifactMarket" | "ArtifactMgmt" | "ArtifactOrg" | "ArtifactStoresTool" | "Audio" | "AudioMuted" | "Audit" | "Backward" | "Bank" | "BarChart" | "Barcode" | "Bars" | "Bell" | "BgColors" | "Block" | "Bold" | "Book" | "Border" | "BorderBottom" | "BorderHorizontal" | "BorderInner" | "BorderLeft" | "BorderlessTable" | "BorderOuter" | "BorderRight" | "BorderTop" | "BorderVerticle" | "BoxPlot" | "Branches" | "Bug" | "Build" | "Bulb" | "BulbFilled" | "Calculator" | "Calendar" | "Camera" | "CaretDown" | "CaretLeft" | "CaretRight" | "CaretUp" | "CarryOut" | "Check" | "CheckCircle" | "CheckSmall" | "CheckSquare" | "Ci" | "Clear" | "ClockCircle" | "Close" | "CloseCircle" | "CloseSquare" | "Cloud" | "CloudCrossedOut" | "CloudDownload" | "CloudServer" | "CloudSync" | "CloudUpload" | "Cluster" | "Code" | "Codepen" | "Coffee" | "ColumnHeightOutlined" | "ColumnWidthOutlined" | "Comment" | "Compass" | "Compress" | "ConsoleSql" | "Contacts" | "Container" | "Control" | "Copy" | "CopyFilled" | "CopyPlus" | "Copyright" | "CopyrightCircle" | "CreditCard" | "Crown" | "CustomerService" | "Dash" | "Dashboard" | "Database" | "DeleteColumn" | "DeleteOutlined" | "DeleteRow" | "DeliveredProcedure" | "DeploymentUnit" | "Desktop" | "Diagnostics" | "Diff" | "Disconnect" | "Dislike" | "Dollar" | "DollarCircle" | "Dot" | "DotChart" | "DoubleDown" | "DoubleLeft" | "DoubleRight" | "Down" | "DownCircle" | "Download" | "DownSquare" | "Drag" | "Edit" | "Ellipsis" | "Enter" | "Environment" | "Euro" | "EuroCircle" | "Exception" | "Exclamation" | "ExclamationCircle" | "Expand" | "ExpandAlt" | "Experiment" | "Export" | "Eye" | "EyeInvisible" | "Facebook" | "Fall" | "FastBackward" | "FastForward" | "FieldBinary" | "FieldNumber" | "FieldString" | "FieldTime" | "File" | "FileAdd" | "FileDone" | "FileExcel" | "FileExclamation" | "FileImage" | "FileJpg" | "FileMarkdown" | "FilePdf" | "FilePpt" | "FileProtect" | "FileSearch" | "FileSync" | "FileText" | "FileUnknown" | "FileWord" | "FileZip" | "Filter" | "Fire" | "Flag" | "Fold" | "Folder" | "FolderAdd" | "FolderOpen" | "FolderView" | "FontColors" | "FontSize" | "Fork" | "Form" | "FormatPainter" | "Forward" | "Frown" | "Fullscreen" | "FullscreenExit" | "Function" | "Fund" | "FundProjectionScreen" | "FundView" | "FunnelPlotOutlined" | "FutureTracerEventEnd" | "FutureTracerEventEndFilled" | "FutureTracerEventStart" | "FutureTracerEventStartFilled" | "FutureTracerTool" | "Gateway" | "Gif" | "Gift" | "Github" | "Global" | "Gold" | "Group" | "HardwareProfileManagement" | "Hdd" | "Heart" | "HeatMap" | "Highlight" | "History" | "Home" | "HomeFilled" | "Hourglass" | "Idcard" | "Import" | "Inbox" | "Info" | "InfoCircle" | "Inherited" | "InsertRowAbove" | "InsertRowBelow" | "InsertRowLeft" | "InsertRowRight" | "Instagram" | "Insurance" | "Interaction" | "IssuesClose" | "Italic" | "KabViewer" | "Key" | "KeySet" | "NodeDiscovery" | "Laptop" | "Layer" | "Layout" | "Left" | "LeftCircle" | "LeftSquare" | "Like" | "Line" | "LineChart" | "LineHeight" | "Link" | "Linkedin" | "Loading" | "Loading3Quarters" | "Lock" | "Login" | "LogoLight" | "Logout" | "MacCommand" | "Mail" | "Man" | "MedicineBox" | "Meh" | "MergeCells" | "Minus" | "MinusCircle" | "MinusSquare" | "Mobile" | "MoneyCollect" | "Monitor" | "More" | "NodeCollapse" | "NodeExpand" | "NodeIndex" | "Notification" | "Number" | "OneToOne" | "OrderedList" | "PaperClip" | "Partition" | "Pause" | "PauseCircle" | "PayCircle" | "Percentage" | "Phone" | "PicCenter" | "PicLeft" | "PicRight" | "Picture" | "PieChart" | "PlayCircle" | "PlaySquare" | "Plus" | "PlusCircle" | "PlusSquare" | "Pound" | "PoundCircle" | "Poweroff" | "Printer" | "Profile" | "Project" | "PropertySafety" | "PullRequest" | "Pushpin" | "Qrcode" | "Question" | "QuestionCircle" | "RadarChart" | "RadiusBottomleft" | "RadiusBottomright" | "RadiusSettingOutlined" | "RadiusUpleft" | "RadiusUpright" | "Read" | "Reconciliation" | "RedEnvelope" | "Redo" | "Reload" | "Rest" | "Retweet" | "Right" | "RightCircle" | "RightSquare" | "RightSquareFilled" | "Rise" | "Robot" | "Rocket" | "Rollback" | "RotateLeft" | "RotateRight" | "Safety" | "SafetyCertificate" | "Save" | "Scan" | "Schedule" | "Scissor" | "Search" | "SecurityScan" | "Select" | "Send" | "Setting" | "Shake" | "ShareAlt" | "Shop" | "Shopping" | "ShoppingCart" | "Shrink" | "Sisternode" | "Skin" | "SlackSquare" | "SlidersOutlined" | "SmallDash" | "Smile" | "Snippets" | "Solution" | "Sort" | "SortAscending" | "SortDescending" | "Sound" | "SplitCells" | "Star" | "StarFilled" | "StepBackward" | "StepForward" | "Stock" | "Stop" | "StoreMgmt" | "Strikethrough" | "Subnode" | "Swap" | "SwapLeft" | "SwapRight" | "Switcher" | "Sync" | "Table" | "Tablet" | "Tag" | "Tags" | "Team" | "TeamShortcut" | "TeamShortcutsTool" | "Thunderbolt" | "Tool" | "TopBadge" | "ToTop" | "Trademark" | "Transaction" | "Translation" | "Trophy" | "Twitter" | "Underline" | "Undo" | "Unfold" | "Shrink" | "Ungroup" | "Unlock" | "UnorderedList" | "Up" | "UpCircle" | "Upload" | "UpSquare" | "Usb" | "User" | "UserAdd" | "UserDelete" | "UsergroupAdd" | "UsergroupDelete" | "UserSwitch" | "VerticalAlignBottom" | "VerticalAlignMiddle" | "VerticalAlignTop" | "VerticalLeft" | "VerticalRight" | "Wallet" | "Warning" | "WebsocketMonitorTool" | "Wifi" | "Windows" | "Youtube" | "ZoomIn" | "IngredientAssignment" | "BeverageAvailabilityGraph" | "LogViewer" | "ConfigurationEditor" | "ManifestViewer" | "AccountSettings" | "ProjectsManagement" | "SSHKeys" | "UserManagement" | "APIKeys" | "APIBrowser" | "PerfMonitor" | "AuthenticateArtifactStores" | "MarketplaceTool" | "Messages" | "MyImagesTool" | "ZoomOut" | "BringToFront";
|
|
4
|
+
export declare const iconColors: readonly ["black", "blue", "green", "grey", "orange", "purple", "red", "white", "yellow"];
|
|
5
|
+
export type IconColors = (typeof iconColors)[number];
|
|
6
|
+
export declare const iconSizes: readonly ["xxsm", "xsm", "sm", "med", "lrg", "xlrg", "xxlrg"];
|
|
7
|
+
export type IconSizes = (typeof iconSizes)[number];
|
|
8
|
+
export interface IconProps extends Omit<HTMLProps<SVGSVGElement>, "as" | "size"> {
|
|
9
|
+
iconId: IconIds;
|
|
10
|
+
size?: IconSizes;
|
|
11
|
+
color?: IconColors;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/atoms/icon/common/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/icon/icon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAoB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/icon/icon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAoB,MAAM,OAAO,CAAC;AAEpD,OAAO,EACL,OAAO,EACP,SAAS,EACT,UAAU,EAGX,MAAM,gBAAgB,CAAC;AAOxB,MAAM,WAAW,SACf,SAAQ,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IACrD,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB;AAoBD,eAAO,MAAM,IAAI,uJAAc,CAAC;AAIhC,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/icon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/icon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACrE,cAAc,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-button.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/icon-button/icon-button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAc,MAAM,OAAO,CAAC;AACzD,OAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG/C,OAAO,EAAc,KAAK,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"icon-button.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/icon-button/icon-button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAc,MAAM,OAAO,CAAC;AACzD,OAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG/C,OAAO,EAAc,KAAK,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAKnE,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAC,EAC5D,IAAI,CAAC,SAAS,EAAE,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC9C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gBAAgB,CAAC,EAAE,UAAU,CAAC;IAC9B,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,WAAW,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,UAAU,+GA2CtB,CAAC;AA2DF,eAAO,MAAM,YAAY;;UAIxB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './animate-presence';
|
|
2
|
+
export * from './alternating-status';
|
|
2
3
|
export * from './button';
|
|
3
4
|
export * from './checkbox';
|
|
4
5
|
export * from './collapsible';
|
|
@@ -24,8 +25,11 @@ export * from './tag-remove';
|
|
|
24
25
|
export * from './tag';
|
|
25
26
|
export * from './text-highlight';
|
|
26
27
|
export * from './text';
|
|
28
|
+
export * from './badge';
|
|
27
29
|
export * from './textarea';
|
|
28
30
|
export * from './toggle';
|
|
29
31
|
export * from './tooltip';
|
|
30
32
|
export * from './multi-select';
|
|
33
|
+
export * from './base-ui-components-context';
|
|
34
|
+
export * from './kos-logo';
|
|
31
35
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/components/atoms/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,cAAc,OAAO,CAAC;AACtB,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/components/atoms/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,cAAc,OAAO,CAAC;AACtB,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,YAAY,CAAC"}
|
|
@@ -14,6 +14,7 @@ export interface InputProps extends InputHTMLAttributes<HTMLInputElement> {
|
|
|
14
14
|
suffixSize?: IconSizes;
|
|
15
15
|
suffixIcon?: ReactNode;
|
|
16
16
|
onSuffixIconClick?: (event: any) => void;
|
|
17
|
+
onEnter?: () => void;
|
|
17
18
|
}
|
|
18
19
|
export declare const Input: import('react').ForwardRefExoticComponent<InputProps & import('react').RefAttributes<HTMLInputElement>>;
|
|
19
20
|
//# sourceMappingURL=input.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/input/input.tsx"],"names":[],"mappings":"AAGA,OAAO,EAKL,KAAK,mBAAmB,EACxB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AACf,OAAO,EAAQ,KAAK,UAAU,EAAE,KAAK,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AAK9E,MAAM,WAAW,UAAW,SAAQ,mBAAmB,CAAC,gBAAgB,CAAC;IACvE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,UAAU,CAAC;IAC7B,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,cAAc,CAAC,EAAE,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;IACpD,YAAY,CAAC,EAAE,gBAAgB,CAAC,cAAc,CAAC,CAAC;IAChD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,UAAU,CAAC;IAC7B,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,iBAAiB,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/input/input.tsx"],"names":[],"mappings":"AAGA,OAAO,EAKL,KAAK,mBAAmB,EACxB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AACf,OAAO,EAAQ,KAAK,UAAU,EAAE,KAAK,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,SAAS,CAAC;AAK9E,MAAM,WAAW,UAAW,SAAQ,mBAAmB,CAAC,gBAAgB,CAAC;IACvE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,UAAU,CAAC;IAC7B,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,cAAc,CAAC,EAAE,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;IACpD,YAAY,CAAC,EAAE,gBAAgB,CAAC,cAAc,CAAC,CAAC;IAChD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,UAAU,CAAC;IAC7B,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,iBAAiB,CAAC,EAAE,CAAC,KAAK,KAAA,KAAK,IAAI,CAAC;IACpC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,KAAK,yGA+FjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/kos-logo/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kos-logo.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/kos-logo/kos-logo.tsx"],"names":[],"mappings":";AAEA,UAAU,YAAY;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,OAAO,oDAuFlB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const labelStyles: import('@emotion/
|
|
1
|
+
export declare const labelStyles: import('@emotion/react').SerializedStyles;
|
|
2
2
|
//# sourceMappingURL=label.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/atoms/multi-select/common/styles.ts"],"names":[],"mappings":";AAKA,eAAO,MAAM,sBAAsB;;;
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/atoms/multi-select/common/styles.ts"],"names":[],"mappings":";AAKA,eAAO,MAAM,sBAAsB;;;yGAalC,CAAC"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { MultiSelectItemTemplateType, MultiSelectOption, MultiSelectSelectedItemType, SelectAllItemTemplateType } from './common/types';
|
|
2
2
|
|
|
3
|
-
interface MultiSelectProps {
|
|
3
|
+
export interface MultiSelectProps {
|
|
4
4
|
selected: MultiSelectOption[];
|
|
5
5
|
disabled?: boolean;
|
|
6
6
|
options: MultiSelectOption[];
|
|
7
7
|
className?: string;
|
|
8
8
|
selectAllHidden?: boolean;
|
|
9
|
+
closeOnSelect?: boolean;
|
|
9
10
|
onChange: (newSelected: MultiSelectOption[]) => void;
|
|
10
11
|
SelectedItemTemplate?: MultiSelectSelectedItemType;
|
|
11
12
|
ListItemTemplate?: MultiSelectItemTemplateType;
|
|
12
13
|
SelectAllItemTemplate?: SelectAllItemTemplateType;
|
|
13
14
|
}
|
|
14
|
-
export declare const MultiSelect: import('react').MemoExoticComponent<({ options, selected, className, onChange, disabled, selectAllHidden, SelectAllItemTemplate, ListItemTemplate, SelectedItemTemplate, }: MultiSelectProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
15
|
-
export {};
|
|
15
|
+
export declare const MultiSelect: import('react').MemoExoticComponent<({ options, selected, className, closeOnSelect, onChange, disabled, selectAllHidden, SelectAllItemTemplate, ListItemTemplate, SelectedItemTemplate, }: MultiSelectProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
16
16
|
//# sourceMappingURL=multi-select.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multi-select.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/multi-select/multi-select.tsx"],"names":[],"mappings":";AAkBA,OAAO,KAAK,EACV,2BAA2B,EAC3B,iBAAiB,EACjB,2BAA2B,EAC3B,yBAAyB,EAC1B,MAAM,gBAAgB,CAAC;AAQxB,
|
|
1
|
+
{"version":3,"file":"multi-select.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/multi-select/multi-select.tsx"],"names":[],"mappings":";AAkBA,OAAO,KAAK,EACV,2BAA2B,EAC3B,iBAAiB,EACjB,2BAA2B,EAC3B,yBAAyB,EAC1B,MAAM,gBAAgB,CAAC;AAQxB,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,iBAAiB,EAAE,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,iBAAiB,EAAE,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,CAAC,WAAW,EAAE,iBAAiB,EAAE,KAAK,IAAI,CAAC;IACrD,oBAAoB,CAAC,EAAE,2BAA2B,CAAC;IACnD,gBAAgB,CAAC,EAAE,2BAA2B,CAAC;IAC/C,qBAAqB,CAAC,EAAE,yBAAyB,CAAC;CACnD;AAED,eAAO,MAAM,WAAW,6LAYnB,gBAAgB,sDAgHpB,CAAC"}
|
|
@@ -5,6 +5,7 @@ interface ResizablePanelGroupContextValues {
|
|
|
5
5
|
id: string;
|
|
6
6
|
startDragging: (dragHandleId: string, event: ResizeEvent) => void;
|
|
7
7
|
stopDragging: () => void;
|
|
8
|
+
togglePanelCollapse: (panelId: string) => void;
|
|
8
9
|
direction: Direction;
|
|
9
10
|
registerResizeHandle: (dragHandleId: string) => ResizeHandler;
|
|
10
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-resizable-panel-group-context.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/libraries/base-ui-components/src/components/atoms/resizable-panel-group/common/hooks/use-resizable-panel-group-context/use-resizable-panel-group-context.tsx"],"names":[],"mappings":"AAEA,OAAO,EAUL,KAAK,gBAAgB,EACrB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AACf,OAAO,KAAK,EACV,SAAS,EAET,WAAW,EACX,aAAa,EACd,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"use-resizable-panel-group-context.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/libraries/base-ui-components/src/components/atoms/resizable-panel-group/common/hooks/use-resizable-panel-group-context/use-resizable-panel-group-context.tsx"],"names":[],"mappings":"AAEA,OAAO,EAUL,KAAK,gBAAgB,EACrB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AACf,OAAO,KAAK,EACV,SAAS,EAET,WAAW,EACX,aAAa,EACd,MAAM,aAAa,CAAC;AA2IrB,UAAU,gCAAgC;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;IAClE,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,mBAAmB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,SAAS,EAAE,SAAS,CAAC;IACrB,oBAAoB,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,aAAa,CAAC;CAC/D;AAKD,UAAU,uCAAuC;IAC/C,QAAQ,EAAE,CACR,GAAG,EAAE,gBAAgB,CAAC,cAAc,GAAG,IAAI,CAAC,EAC5C,EAAE,EAAE,MAAM,KACP,SAAS,CAAC;IACf,SAAS,EAAE,SAAS,CAAC;CACtB;AAED,eAAO,MAAM,kCAAkC,6BAG5C,uCAAuC,qDAwMzC,CAAC;AAEF,eAAO,MAAM,6BAA6B,wCAUzC,CAAC"}
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
|
|
3
|
-
interface ResizablePanelProps {
|
|
3
|
+
export interface ResizablePanelProps {
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
maxSize?: number | string;
|
|
6
6
|
minSize?: number | string;
|
|
7
|
+
collapsedSize?: number | string;
|
|
7
8
|
defaultSize?: number | string;
|
|
8
9
|
className?: string;
|
|
10
|
+
panelId?: string;
|
|
9
11
|
}
|
|
10
|
-
export declare const ResizablePanel: ({ children, maxSize, minSize, defaultSize, className, }: ResizablePanelProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare const ResizablePanel: ({ children, maxSize, minSize, defaultSize, collapsedSize, className, panelId, }: ResizablePanelProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
11
13
|
export declare const FlexResizablePanel: import('@emotion/styled').StyledComponent<ResizablePanelProps & {
|
|
12
14
|
theme?: import('@emotion/react').Theme | undefined;
|
|
13
15
|
}, {}, {}>;
|
|
14
|
-
export {};
|
|
15
16
|
//# sourceMappingURL=resizable-panel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resizable-panel.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/atoms/resizable-panel-group/components/resizable-panel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,
|
|
1
|
+
{"version":3,"file":"resizable-panel.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/atoms/resizable-panel-group/components/resizable-panel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,cAAc,oFAQxB,mBAAmB,qDAsDrB,CAAC;AAOF,eAAO,MAAM,kBAAkB;;UAE9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/resizable-panel-group/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/resizable-panel-group/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,kDAAkD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resizable-panel-group.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/resizable-panel-group/resizable-panel-group.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAGhD,UAAU,wBAAwB;IAChC,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,mBAAmB,wCAI7B,wBAAwB,
|
|
1
|
+
{"version":3,"file":"resizable-panel-group.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/resizable-panel-group/resizable-panel-group.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAGhD,UAAU,wBAAwB;IAChC,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,mBAAmB,wCAI7B,wBAAwB,qDAa1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resizable-panel-handle.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/atoms/resizable-panel-group/resizable-panel-handle/resizable-panel-handle.tsx"],"names":[],"mappings":";AAmBA,MAAM,MAAM,2BAA2B,GAAG,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;AACxE,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,CAAC;AAE/D,UAAU,yBAAyB;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,oBAAoB,gEACL,yBAAyB,
|
|
1
|
+
{"version":3,"file":"resizable-panel-handle.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/atoms/resizable-panel-group/resizable-panel-handle/resizable-panel-handle.tsx"],"names":[],"mappings":";AAmBA,MAAM,MAAM,2BAA2B,GAAG,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;AACxE,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,CAAC;AAE/D,UAAU,yBAAyB;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,oBAAoB,gEACL,yBAAyB,sDAsHpD,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { TextColors } from '../../text';
|
|
1
2
|
import { IconIds, IconColors } from '../../icon';
|
|
2
3
|
import { ReactNode } from 'react';
|
|
3
4
|
|
|
@@ -5,6 +6,7 @@ export interface OptionProps {
|
|
|
5
6
|
label: string | ReactNode;
|
|
6
7
|
optionKey: string;
|
|
7
8
|
disabled?: boolean;
|
|
9
|
+
textColor?: TextColors;
|
|
8
10
|
prefixIconId?: IconIds;
|
|
9
11
|
prefixIconColor?: IconColors;
|
|
10
12
|
suffixIconId?: IconIds;
|
|
@@ -13,5 +15,5 @@ export interface OptionProps {
|
|
|
13
15
|
disableSelectionStyle?: boolean;
|
|
14
16
|
disableEnterSelection?: boolean;
|
|
15
17
|
}
|
|
16
|
-
export declare const Option: import('react').MemoExoticComponent<({ label, optionKey, disabled, className, prefixIconId, prefixIconColor, suffixIconId, suffixIconColor, disableSelectionStyle, disableEnterSelection, }: OptionProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
18
|
+
export declare const Option: import('react').MemoExoticComponent<({ label, optionKey, disabled, className, prefixIconId, prefixIconColor, suffixIconId, textColor, suffixIconColor, disableSelectionStyle, disableEnterSelection, }: OptionProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
17
19
|
//# sourceMappingURL=option.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"option.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/atoms/select/components/option.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAsC,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC3E,OAAO,EAAE,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"option.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/atoms/select/components/option.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAsC,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC3E,OAAO,EAAE,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,YAAY,CAAC;AAGtD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAK7C,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,UAAU,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,UAAU,CAAC;IAC7B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,UAAU,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,eAAO,MAAM,MAAM,0MAad,WAAW,sDAmEf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/select/select.tsx"],"names":[],"mappings":"AACA,OAAO,EAQL,eAAe,EAGf,KAAK,SAAS,EACf,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EACL,SAAS,EAOV,MAAM,OAAO,CAAC;AAUf,UAAU,kBAAkB;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC,cAAc,CAAC,CAAC;IACjE,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC7C,SAAS,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;CACtC;AAED,eAAO,MAAM,aAAa,oDAAiD,CAAC;AAE5E,eAAO,MAAM,gBAAgB,0BAQ5B,CAAC;AAEF,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,YAAY,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACnC,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACvD,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAGD,eAAO,MAAM,MAAM,+NAchB,WAAW,
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/select/select.tsx"],"names":[],"mappings":"AACA,OAAO,EAQL,eAAe,EAGf,KAAK,SAAS,EACf,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EACL,SAAS,EAOV,MAAM,OAAO,CAAC;AAUf,UAAU,kBAAkB;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC,cAAc,CAAC,CAAC;IACjE,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IAC7C,SAAS,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;CACtC;AAED,eAAO,MAAM,aAAa,oDAAiD,CAAC;AAE5E,eAAO,MAAM,gBAAgB,0BAQ5B,CAAC;AAEF,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,YAAY,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACnC,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACvD,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAGD,eAAO,MAAM,MAAM,+NAchB,WAAW,qDA8Ib,CAAC"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { CSSProperties, HtmlHTMLAttributes, ReactNode } from 'react';
|
|
2
2
|
|
|
3
3
|
export type TextVariants = "h1" | "h2" | "body" | "small";
|
|
4
|
-
declare const TEXT_COLORS: readonly ["blue", "dark", "disabled", "green", "grey", "light", "red", "yellow", "orange"];
|
|
4
|
+
export declare const TEXT_COLORS: readonly ["blue", "dark", "disabled", "green", "grey", "light", "red", "yellow", "orange"];
|
|
5
5
|
export type TextColors = (typeof TEXT_COLORS)[number];
|
|
6
6
|
export interface TextProps<T extends TextVariants> extends HtmlHTMLAttributes<HTMLSpanElement> {
|
|
7
7
|
bold?: boolean;
|
|
8
8
|
children: ReactNode;
|
|
9
9
|
color?: TextColors;
|
|
10
10
|
ellipsis?: boolean;
|
|
11
|
+
lineClamp?: boolean;
|
|
11
12
|
textAlign?: CSSProperties["textAlign"];
|
|
12
13
|
underline?: boolean;
|
|
13
14
|
variant: T;
|
|
14
15
|
}
|
|
15
16
|
export declare const Text: <T extends TextVariants>(props: TextProps<T> & import('react').RefAttributes<HTMLSpanElement>) => ReactNode;
|
|
16
|
-
export {};
|
|
17
17
|
//# sourceMappingURL=text.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/text/text.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,aAAa,EACb,kBAAkB,EAClB,SAAS,EAEV,MAAM,OAAO,CAAC;AAKf,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,OAAO,CAAC;AAE1D,
|
|
1
|
+
{"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/text/text.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,aAAa,EACb,kBAAkB,EAClB,SAAS,EAEV,MAAM,OAAO,CAAC;AAKf,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,OAAO,CAAC;AAE1D,eAAO,MAAM,WAAW,4FAUd,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtD,MAAM,WAAW,SAAS,CAAC,CAAC,SAAS,YAAY,CAC/C,SAAQ,kBAAkB,CAAC,eAAe,CAAC;IAC3C,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,aAAa,CAAC,WAAW,CAAC,CAAC;IACvC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,CAAC,CAAC;CACZ;AAqCD,eAAO,MAAM,IAAI,6GAA+B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StoryDecorator.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/common/components/StoryDecorator.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"StoryDecorator.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/common/components/StoryDecorator.tsx"],"names":[],"mappings":"AAcA,eAAO,MAAM,kBAAkB,kEAc9B,CAAC"}
|
package/components/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/libraries/base-ui-components/src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/libraries/base-ui-components/src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/components/layouts/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/layouts/list-with-details-layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ResizablePanelProps } from '../../atoms';
|
|
2
|
+
import { ComponentType } from 'react';
|
|
3
|
+
|
|
4
|
+
interface ListWithDetailsLayoutProps {
|
|
5
|
+
listMinSize?: ResizablePanelProps["minSize"];
|
|
6
|
+
listMaxSize?: ResizablePanelProps["maxSize"];
|
|
7
|
+
listCollapsedSize?: ResizablePanelProps["collapsedSize"];
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
List: ComponentType<{
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
}>;
|
|
12
|
+
Details: ComponentType;
|
|
13
|
+
ListPanelComponent?: ComponentType<ResizablePanelProps>;
|
|
14
|
+
}
|
|
15
|
+
export declare const ListWithDetailsLayout: import('react').MemoExoticComponent<({ listMaxSize, listMinSize, listCollapsedSize, disabled, List, Details, ListPanelComponent, }: ListWithDetailsLayoutProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=list-with-details-layout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-with-details-layout.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/layouts/list-with-details-layout/list-with-details-layout.tsx"],"names":[],"mappings":"AACA,OAAO,EAAQ,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAKL,mBAAmB,EACpB,MAAM,aAAa,CAAC;AAErB,UAAU,0BAA0B;IAClC,WAAW,CAAC,EAAE,mBAAmB,CAAC,SAAS,CAAC,CAAC;IAC7C,WAAW,CAAC,EAAE,mBAAmB,CAAC,SAAS,CAAC,CAAC;IAC7C,iBAAiB,CAAC,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;IACzD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,aAAa,CAAC;QAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;IAC5C,OAAO,EAAE,aAAa,CAAC;IACvB,kBAAkB,CAAC,EAAE,aAAa,CAAC,mBAAmB,CAAC,CAAC;CACzD;AAED,eAAO,MAAM,qBAAqB,sIAS7B,0BAA0B,sDAqB9B,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledBrandedHeader: import('@emotion/styled').StyledComponent<{
|
|
3
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
4
|
+
as?: import('react').ElementType<any> | undefined;
|
|
5
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
|
+
export declare const Inner: import('@emotion/styled').StyledComponent<{
|
|
7
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
8
|
+
as?: import('react').ElementType<any> | undefined;
|
|
9
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
|
+
export declare const BadgeWrapper: import('@emotion/styled').StyledComponent<{
|
|
11
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
12
|
+
as?: import('react').ElementType<any> | undefined;
|
|
13
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
|
+
export declare const ContentWrapper: import('@emotion/styled').StyledComponent<{
|
|
15
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
16
|
+
as?: import('react').ElementType<any> | undefined;
|
|
17
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
18
|
+
export declare const InfoColumn: import('@emotion/styled').StyledComponent<{
|
|
19
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
20
|
+
as?: import('react').ElementType<any> | undefined;
|
|
21
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
22
|
+
export declare const TextWrapper: import('@emotion/styled').StyledComponent<{
|
|
23
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
24
|
+
as?: import('react').ElementType<any> | undefined;
|
|
25
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
26
|
+
export declare const StyledLineDetails: import('@emotion/styled').StyledComponent<{
|
|
27
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
28
|
+
as?: import('react').ElementType<any> | undefined;
|
|
29
|
+
}, import('react').DetailedHTMLProps<import('react').ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
|
30
|
+
export declare const BrandedBGCss: import('@emotion/react').SerializedStyles;
|
|
31
|
+
interface IconFlatBadgeProps {
|
|
32
|
+
color: string;
|
|
33
|
+
}
|
|
34
|
+
export declare const IconFlatBadge: import('@emotion/styled').StyledComponent<{
|
|
35
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
36
|
+
as?: import('react').ElementType<any> | undefined;
|
|
37
|
+
} & IconFlatBadgeProps, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
38
|
+
export declare const IconBadge: import('@emotion/styled').StyledComponent<{
|
|
39
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
40
|
+
as?: import('react').ElementType<any> | undefined;
|
|
41
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
42
|
+
export declare const IconWrapper: import('@emotion/styled').StyledComponent<{
|
|
43
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
44
|
+
as?: import('react').ElementType<any> | undefined;
|
|
45
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
46
|
+
export declare const Line: import('@emotion/styled').StyledComponent<{
|
|
47
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
48
|
+
as?: import('react').ElementType<any> | undefined;
|
|
49
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
50
|
+
export declare const OfflineOverlay: import('@emotion/styled').StyledComponent<{
|
|
51
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
52
|
+
as?: import('react').ElementType<any> | undefined;
|
|
53
|
+
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
54
|
+
export declare const Description: (props: any) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
55
|
+
export {};
|
|
56
|
+
//# sourceMappingURL=branded-header-styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"branded-header-styles.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/molecules/branded-header/branded-header-styles.tsx"],"names":[],"mappings":";AAQA,eAAO,MAAM,mBAAmB;;;yGAO/B,CAAC;AAEF,eAAO,MAAM,KAAK;;;yGAMjB,CAAC;AAEF,eAAO,MAAM,YAAY;;;yGAAe,CAAC;AAEzC,eAAO,MAAM,cAAc;;;yGAK1B,CAAC;AAEF,eAAO,MAAM,UAAU;;;yGAUtB,CAAC;AAEF,eAAO,MAAM,WAAW;;;yGAQvB,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;gHAE7B,CAAC;AAEF,eAAO,MAAM,YAAY,2CAWxB,CAAC;AAEF,UAAU,kBAAkB;IAC1B,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,aAAa;;;8HAOzB,CAAC;AAEF,eAAO,MAAM,SAAS;;;yGAOrB,CAAC;AAEF,eAAO,MAAM,WAAW;;;yGAUvB,CAAC;AAEF,eAAO,MAAM,IAAI;;;yGAShB,CAAC;AAEF,eAAO,MAAM,cAAc;;;yGAS1B,CAAC;AAUF,eAAO,MAAM,WAAW,kEAEvB,CAAC"}
|