@kosdev-code/base-ui-components 1.1.2 → 1.3.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.
Files changed (90) hide show
  1. package/components/atoms/badge/badge.d.ts +15 -0
  2. package/components/atoms/badge/badge.d.ts.map +1 -0
  3. package/components/atoms/badge/index.d.ts +2 -0
  4. package/components/atoms/badge/index.d.ts.map +1 -0
  5. package/components/atoms/drawer/drawer.styles.d.ts +3 -3
  6. package/components/atoms/icon/common/types.d.ts +1 -1
  7. package/components/atoms/icon/common/types.d.ts.map +1 -1
  8. package/components/atoms/index.d.ts +1 -0
  9. package/components/atoms/index.d.ts.map +1 -1
  10. package/components/atoms/input/input.d.ts +1 -0
  11. package/components/atoms/input/input.d.ts.map +1 -1
  12. package/components/atoms/label/label.styles.d.ts +1 -1
  13. package/components/atoms/resizable-panel-group/common/hooks/use-resizable-panel-group-context/use-resizable-panel-group-context.d.ts +1 -0
  14. package/components/atoms/resizable-panel-group/common/hooks/use-resizable-panel-group-context/use-resizable-panel-group-context.d.ts.map +1 -1
  15. package/components/atoms/resizable-panel-group/components/resizable-panel.d.ts +3 -3
  16. package/components/atoms/resizable-panel-group/components/resizable-panel.d.ts.map +1 -1
  17. package/components/atoms/resizable-panel-group/index.d.ts +1 -0
  18. package/components/atoms/resizable-panel-group/index.d.ts.map +1 -1
  19. package/components/atoms/select/components/option.d.ts +3 -1
  20. package/components/atoms/select/components/option.d.ts.map +1 -1
  21. package/components/atoms/text/text.d.ts +1 -2
  22. package/components/atoms/text/text.d.ts.map +1 -1
  23. package/components/index.d.ts +1 -0
  24. package/components/index.d.ts.map +1 -1
  25. package/components/layouts/index.d.ts +2 -0
  26. package/components/layouts/index.d.ts.map +1 -0
  27. package/components/layouts/list-with-details-layout/index.d.ts +2 -0
  28. package/components/layouts/list-with-details-layout/index.d.ts.map +1 -0
  29. package/components/layouts/list-with-details-layout/list-with-details-layout.d.ts +14 -0
  30. package/components/layouts/list-with-details-layout/list-with-details-layout.d.ts.map +1 -0
  31. package/components/molecules/branded-header/branded-header-styles.d.ts +1 -1
  32. package/components/molecules/collapsible-artifact/components/artifact-version.d.ts.map +1 -1
  33. package/components/molecules/empty-list-message/empty-list-message.d.ts +8 -0
  34. package/components/molecules/empty-list-message/empty-list-message.d.ts.map +1 -0
  35. package/components/molecules/empty-list-message/index.d.ts +2 -0
  36. package/components/molecules/empty-list-message/index.d.ts.map +1 -0
  37. package/components/molecules/form/common/hooks/use-form-context.d.ts +1 -1
  38. package/components/molecules/form/common/hooks/use-form-context.d.ts.map +1 -1
  39. package/components/molecules/index.d.ts +1 -0
  40. package/components/molecules/index.d.ts.map +1 -1
  41. package/components/molecules/modal/common/styles/modal.styles.d.ts +4 -0
  42. package/components/molecules/modal/common/styles/modal.styles.d.ts.map +1 -1
  43. package/components/molecules/modal/confirm-delete-modal/components/confirm-delete-content.d.ts.map +1 -1
  44. package/components/molecules/modal/confirm-delete-modal/confirm-delete-modal.d.ts +2 -1
  45. package/components/molecules/modal/confirm-delete-modal/confirm-delete-modal.d.ts.map +1 -1
  46. package/components/molecules/modal/index.d.ts +1 -0
  47. package/components/molecules/modal/index.d.ts.map +1 -1
  48. package/components/molecules/modal/modal.d.ts +1 -1
  49. package/components/molecules/table/common/components/table-header.d.ts.map +1 -1
  50. package/components/molecules/table/common/components/table-td.d.ts +1 -4
  51. package/components/molecules/table/common/components/table-td.d.ts.map +1 -1
  52. package/components/molecules/table/common/types.d.ts +24 -1
  53. package/components/molecules/table/common/types.d.ts.map +1 -1
  54. package/components/molecules/table/components/table-tr.d.ts +2 -7
  55. package/components/molecules/table/components/table-tr.d.ts.map +1 -1
  56. package/components/molecules/table/helpers/create-column-helper.d.ts +1 -0
  57. package/components/molecules/table/helpers/create-column-helper.d.ts.map +1 -1
  58. package/components/molecules/table/index.d.ts +1 -0
  59. package/components/molecules/table/index.d.ts.map +1 -1
  60. package/components/molecules/table/table.d.ts +2 -18
  61. package/components/molecules/table/table.d.ts.map +1 -1
  62. package/components/molecules/table/virtual-table.d.ts +7 -0
  63. package/components/molecules/table/virtual-table.d.ts.map +1 -0
  64. package/helpers/get-error-message.d.ts +7 -0
  65. package/helpers/get-error-message.d.ts.map +1 -0
  66. package/helpers/index.d.ts +1 -0
  67. package/helpers/index.d.ts.map +1 -1
  68. package/index.cjs +806 -673
  69. package/index.cjs.map +1 -1
  70. package/index.js +4857 -3864
  71. package/index.js.map +1 -1
  72. package/package.json +2 -2
  73. package/style.css +1 -1
  74. package/styles/__deprecated__/old-styles/app-styles.d.ts +2 -2
  75. package/styles/__deprecated__/old-tokens/base/base-component.d.ts +2 -2
  76. package/styles/__deprecated__/old-tokens/base/base-generic.d.ts +1 -1
  77. package/styles/__deprecated__/old-tokens/base/base-semantic.d.ts +1 -1
  78. package/styles/__deprecated__/old-tokens/base/components/button/index.d.ts +1 -1
  79. package/styles/__deprecated__/old-tokens/base/components/kos-list/index.d.ts +1 -1
  80. package/styles/__deprecated__/old-tokens/base/components/kos-list-item/index.d.ts +1 -1
  81. package/styles/__deprecated__/old-tokens/base/components/kos-viewable-list-item/index.d.ts +1 -1
  82. package/styles/__deprecated__/old-tokens/index.d.ts +2 -2
  83. package/styles/tokens/component-tokens/badge/index.d.ts +17 -0
  84. package/styles/tokens/component-tokens/badge/index.d.ts.map +1 -0
  85. package/styles/tokens/component-tokens/index.d.ts +15 -0
  86. package/styles/tokens/component-tokens/index.d.ts.map +1 -1
  87. package/styles/tokens/component-tokens/modal/index.d.ts +1 -0
  88. package/styles/tokens/component-tokens/modal/index.d.ts.map +1 -1
  89. package/styles/tokens/index.d.ts +19 -4
  90. package/styles/tokens/index.d.ts.map +1 -1
@@ -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,2 @@
1
+ export * from './badge';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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"}
@@ -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/utils').SerializedStyles;
8
- export declare const StartOverlayStyle: import('@emotion/utils').SerializedStyles;
9
- export declare const EndOverlayStyle: import('@emotion/utils').SerializedStyles;
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;
@@ -1,6 +1,6 @@
1
1
  import { HTMLProps } from 'react';
2
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" | "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" | "Laptop" | "Layer" | "Layout" | "Left" | "LeftCircle" | "LeftSquare" | "Like" | "Line" | "LineChart" | "LineHeight" | "Link" | "Linkedin" | "Loading" | "Loading3Quarters" | "Lock" | "Login" | "LogoLight" | "Logout" | "MacCommand" | "Mail" | "Man" | "MedicineBox" | "Meh" | "MergeCells" | "Message" | "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" | "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" | "UserManagement" | "APIKeys" | "AuthenticateArtifactStores" | "MarketplaceTool" | "Messages" | "MyImagesTool" | "ZoomOut";
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" | "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" | "Laptop" | "Layer" | "Layout" | "Left" | "LeftCircle" | "LeftSquare" | "Like" | "Line" | "LineChart" | "LineHeight" | "Link" | "Linkedin" | "Loading" | "Loading3Quarters" | "Lock" | "Login" | "LogoLight" | "Logout" | "MacCommand" | "Mail" | "Man" | "MedicineBox" | "Meh" | "MergeCells" | "Message" | "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" | "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" | "AuthenticateArtifactStores" | "MarketplaceTool" | "Messages" | "MyImagesTool" | "ZoomOut";
4
4
  export declare const iconColors: readonly ["black", "blue", "green", "grey", "orange", "purple", "red", "white", "yellow"];
5
5
  export type IconColors = (typeof iconColors)[number];
6
6
  export declare const iconSizes: readonly ["xxsm", "xsm", "sm", "med", "lrg", "xlrg", "xxlrg"];
@@ -1 +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
+ {"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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"}
@@ -24,6 +24,7 @@ export * from './tag-remove';
24
24
  export * from './tag';
25
25
  export * from './text-highlight';
26
26
  export * from './text';
27
+ export * from './badge';
27
28
  export * from './textarea';
28
29
  export * from './toggle';
29
30
  export * from './tooltip';
@@ -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;AAC/B,cAAc,8BAA8B,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,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"}
@@ -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;CACrC;AAED,eAAO,MAAM,KAAK,yGAqFjB,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"}
@@ -1,2 +1,2 @@
1
- export declare const labelStyles: import('@emotion/utils').SerializedStyles;
1
+ export declare const labelStyles: import('@emotion/react').SerializedStyles;
2
2
  //# sourceMappingURL=label.styles.d.ts.map
@@ -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;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,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,qDA+IzC,CAAC;AAEF,eAAO,MAAM,6BAA6B,wCAUzC,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,16 +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
7
  collapsedSize?: number | string;
8
8
  defaultSize?: number | string;
9
9
  className?: string;
10
+ panelId?: string;
10
11
  }
11
- export declare const ResizablePanel: ({ children, maxSize, minSize, defaultSize, collapsedSize, 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;
12
13
  export declare const FlexResizablePanel: import('@emotion/styled').StyledComponent<ResizablePanelProps & {
13
14
  theme?: import('@emotion/react').Theme | undefined;
14
15
  }, {}, {}>;
15
- export {};
16
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,UAAU,mBAAmB;IAC3B,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;CACpB;AAED,eAAO,MAAM,cAAc,2EAOxB,mBAAmB,qDAqDrB,CAAC;AAOF,eAAO,MAAM,kBAAkB;;UAE9B,CAAC"}
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,4 +1,5 @@
1
1
  export * from './resizable-panel-group';
2
2
  export * from './components/resizable-panel';
3
3
  export * from './resizable-panel-handle';
4
+ export * from './common/hooks/use-resizable-panel-group-context';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -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,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;AAMtD,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,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,+LAYd,WAAW,sDAkEf,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,7 +1,7 @@
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;
@@ -14,5 +14,4 @@ export interface TextProps<T extends TextVariants> extends HtmlHTMLAttributes<HT
14
14
  variant: T;
15
15
  }
16
16
  export declare const Text: <T extends TextVariants>(props: TextProps<T> & import('react').RefAttributes<HTMLSpanElement>) => ReactNode;
17
- export {};
18
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,QAAA,MAAM,WAAW,4FAUP,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
+ {"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,3 +1,4 @@
1
1
  export * from './molecules';
2
2
  export * from './atoms';
3
+ export * from './layouts';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -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,2 @@
1
+ export * from './list-with-details-layout';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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,2 @@
1
+ export * from './list-with-details-layout';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -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,14 @@
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
+ List: ComponentType;
9
+ Details: ComponentType;
10
+ ListPanelComponent?: ComponentType<ResizablePanelProps>;
11
+ }
12
+ export declare const ListWithDetailsLayout: import('react').MemoExoticComponent<({ listMaxSize, listMinSize, listCollapsedSize, List, Details, ListPanelComponent, }: ListWithDetailsLayoutProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
13
+ export {};
14
+ //# 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":"AAAA,OAAO,EAAQ,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAKL,mBAAmB,EACpB,MAAM,aAAa,CAAC;AAGrB,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,IAAI,EAAE,aAAa,CAAC;IACpB,OAAO,EAAE,aAAa,CAAC;IACvB,kBAAkB,CAAC,EAAE,aAAa,CAAC,mBAAmB,CAAC,CAAC;CACzD;AAED,eAAO,MAAM,qBAAqB,4HAQ7B,0BAA0B,sDAqB9B,CAAC"}
@@ -27,7 +27,7 @@ export declare const StyledLineDetails: import('@emotion/styled').StyledComponen
27
27
  theme?: import('@emotion/react').Theme | undefined;
28
28
  as?: import('react').ElementType<any> | undefined;
29
29
  }, import('react').DetailedHTMLProps<import('react').ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
30
- export declare const BrandedBGCss: import('@emotion/utils').SerializedStyles;
30
+ export declare const BrandedBGCss: import('@emotion/react').SerializedStyles;
31
31
  interface IconFlatBadgeProps {
32
32
  color: string;
33
33
  }
@@ -1 +1 @@
1
- {"version":3,"file":"artifact-version.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/collapsible-artifact/components/artifact-version.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAKtC,MAAM,WAAW,oBAAqB,SAAQ,QAAQ;IACpD,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,eAAe,yHASvB,oBAAoB,sDA6CxB,CAAC"}
1
+ {"version":3,"file":"artifact-version.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/collapsible-artifact/components/artifact-version.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAKtC,MAAM,WAAW,oBAAqB,SAAQ,QAAQ;IACpD,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,eAAe,yHASvB,oBAAoB,sDA8CxB,CAAC"}
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ interface EmptyListMessageProps {
3
+ title: string;
4
+ message: string;
5
+ }
6
+ export declare const EmptyListMessage: import('react').MemoExoticComponent<({ title, message }: EmptyListMessageProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
7
+ export {};
8
+ //# sourceMappingURL=empty-list-message.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"empty-list-message.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/molecules/empty-list-message/empty-list-message.tsx"],"names":[],"mappings":";AAMA,UAAU,qBAAqB;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,gBAAgB,2DACN,qBAAqB,sDAU3C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './empty-list-message';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/molecules/empty-list-message/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { FieldValues } from 'react-hook-form';
2
2
 
3
- export declare const useFormContext: <T extends FieldValues = FieldValues>() => import('react-hook-form').UseFormReturn<T, any, undefined>;
3
+ export declare const useFormContext: <T extends FieldValues = FieldValues>() => import('react-hook-form').UseFormReturn<T, any, T>;
4
4
  //# sourceMappingURL=use-form-context.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"use-form-context.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/form/common/hooks/use-form-context.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,WAAW,EACjB,MAAM,iBAAiB,CAAC;AAEzB,eAAO,MAAM,cAAc,uGACL,CAAC"}
1
+ {"version":3,"file":"use-form-context.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/form/common/hooks/use-form-context.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,WAAW,EACjB,MAAM,iBAAiB,CAAC;AAEzB,eAAO,MAAM,cAAc,+FACL,CAAC"}
@@ -20,4 +20,5 @@ export * from './table';
20
20
  export * from './screen-overlay-with-action';
21
21
  export * from './date-picker';
22
22
  export * from './menu-wrapper';
23
+ export * from './empty-list-message';
23
24
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/components/molecules/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/components/molecules/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC;AACxB,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC"}
@@ -15,4 +15,8 @@ export declare const ModalFooter: import('@emotion/styled').StyledComponent<{
15
15
  theme?: import('@emotion/react').Theme | undefined;
16
16
  as?: import('react').ElementType<any> | undefined;
17
17
  }, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
18
+ export declare const BaseModalContent: 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>, {}>;
18
22
  //# sourceMappingURL=modal.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"modal.styles.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/modal/common/styles/modal.styles.tsx"],"names":[],"mappings":";AAKA,eAAO,MAAM,YAAY;;;yGAQxB,CAAC;AAEF,eAAO,MAAM,WAAW;;;yGAQvB,CAAC;AAEF,eAAO,MAAM,YAAY;;;yGAGxB,CAAC;AAEF,eAAO,MAAM,WAAW;;;yGAOvB,CAAC"}
1
+ {"version":3,"file":"modal.styles.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/modal/common/styles/modal.styles.tsx"],"names":[],"mappings":";AAKA,eAAO,MAAM,YAAY;;;yGAQxB,CAAC;AAEF,eAAO,MAAM,WAAW;;;yGAQvB,CAAC;AAEF,eAAO,MAAM,YAAY;;;yGAGxB,CAAC;AAEF,eAAO,MAAM,WAAW;;;yGAOvB,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;yGAM5B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"confirm-delete-content.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/modal/confirm-delete-modal/components/confirm-delete-content.tsx"],"names":[],"mappings":"AACA,OAAO,EAAqB,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAI1D,UAAU,yBAAyB;IACjC,WAAW,EAAE,SAAS,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,oBAAoB,gFACW,yBAAyB,sDAwBpE,CAAC"}
1
+ {"version":3,"file":"confirm-delete-content.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/modal/confirm-delete-modal/components/confirm-delete-content.tsx"],"names":[],"mappings":"AACA,OAAO,EAAqB,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAI1D,UAAU,yBAAyB;IACjC,WAAW,EAAE,SAAS,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,oBAAoB,gFACW,yBAAyB,sDA6BpE,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { UseFormSetError } from 'react-hook-form';
1
2
  import { ConfirmDeleteFormData } from './common/types';
2
3
  import { ReactNode } from 'react';
3
4
 
@@ -5,7 +6,7 @@ export interface ConfirmDeleteModalProps {
5
6
  compareText: string;
6
7
  headerText: string;
7
8
  contentText: ReactNode;
8
- onConfirm: (data: ConfirmDeleteFormData, closeModal: () => void) => void;
9
+ onConfirm: (data: ConfirmDeleteFormData, closeModal: () => void, setError: UseFormSetError<ConfirmDeleteFormData>) => void;
9
10
  errorText?: string;
10
11
  }
11
12
  export declare const ConfirmDeleteModal: import('react').ForwardRefExoticComponent<ConfirmDeleteModalProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"confirm-delete-modal.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/modal/confirm-delete-modal/confirm-delete-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA2B,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAQhE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAE5D,MAAM,WAAW,uBAAuB;IACtC,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,SAAS,CAAC;IACvB,SAAS,EAAE,CAAC,IAAI,EAAE,qBAAqB,EAAE,UAAU,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IACzE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAMD,eAAO,MAAM,kBAAkB,oHAkC7B,CAAC"}
1
+ {"version":3,"file":"confirm-delete-modal.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/modal/confirm-delete-modal/confirm-delete-modal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA2B,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAQhE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAE5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAEvD,MAAM,WAAW,uBAAuB;IACtC,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,SAAS,CAAC;IACvB,SAAS,EAAE,CACT,IAAI,EAAE,qBAAqB,EAC3B,UAAU,EAAE,MAAM,IAAI,EACtB,QAAQ,EAAE,eAAe,CAAC,qBAAqB,CAAC,KAC7C,IAAI,CAAC;IACV,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAMD,eAAO,MAAM,kBAAkB,oHAkC7B,CAAC"}
@@ -2,4 +2,5 @@ export { Modal, ModalTrigger, ModalOverlayStyles } from './modal';
2
2
  export type { ModalSubmitHandler } from './form-modal';
3
3
  export type { ConfirmDeleteModalProps } from './confirm-delete-modal';
4
4
  export { useDialogContext as useModalContext } from '../../atoms/dialog';
5
+ export { BaseModalContent } from './common/styles/modal.styles';
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/molecules/modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAClE,YAAY,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AACvD,YAAY,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACtE,OAAO,EAAE,gBAAgB,IAAI,eAAe,EAAE,MAAM,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/molecules/modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAClE,YAAY,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AACvD,YAAY,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACtE,OAAO,EAAE,gBAAgB,IAAI,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC"}
@@ -7,6 +7,6 @@ interface ModalTriggerProps {
7
7
  children: ReactNode;
8
8
  }
9
9
  export declare const ModalTrigger: ({ children }: ModalTriggerProps) => import("@emotion/react/jsx-runtime").JSX.Element;
10
- export declare const ModalOverlayStyles: import('@emotion/utils').SerializedStyles;
10
+ export declare const ModalOverlayStyles: import('@emotion/react').SerializedStyles;
11
11
  export {};
12
12
  //# sourceMappingURL=modal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table-header.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/common/components/table-header.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AA8B3D,UAAU,gBAAgB;IACxB,SAAS,EAAE,aAAa,GAAG,KAAK,CAAC;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,eAAO,MAAM,WAAW,mGAQnB,gBAAgB,sDA2CpB,CAAC"}
1
+ {"version":3,"file":"table-header.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/common/components/table-header.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AA6B3D,UAAU,gBAAgB;IACxB,SAAS,EAAE,aAAa,GAAG,KAAK,CAAC;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,eAAO,MAAM,WAAW,mGAQnB,gBAAgB,sDAuCpB,CAAC"}
@@ -1,8 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { BaseTableItem, TableCell } from '../types';
2
+ import { BaseTableItem, TableTdProps } from '../types';
3
3
 
4
- export interface TableTdProps<T extends BaseTableItem> {
5
- cell: TableCell<T, unknown>;
6
- }
7
4
  export declare const TableTd: <T extends BaseTableItem>(props: TableTdProps<T>) => ReactNode;
8
5
  //# sourceMappingURL=table-td.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table-td.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/common/components/table-td.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACzD,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAK7C,MAAM,WAAW,YAAY,CAAC,CAAC,SAAS,aAAa;IACnD,IAAI,EAAE,SAAS,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,EAAE,CAAC,CAAC,SAAS,aAAa,EAC5C,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,KACnB,SAYH,CAAC"}
1
+ {"version":3,"file":"table-td.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/common/components/table-td.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAC5D,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAK7C,eAAO,MAAM,OAAO,EAAE,CAAC,CAAC,SAAS,aAAa,EAC5C,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,KACnB,SAYH,CAAC"}
@@ -1,4 +1,8 @@
1
- export { type ColumnDef as TableColumn, type ColumnHelper as TableColumnHelper, type RowData as TableRowData, type Cell as TableCell, type Row as TableRow, } from '@tanstack/react-table';
1
+ import { TranslationFunction } from '../../../common/types';
2
+ import { ColumnDef, Row, Cell } from '@tanstack/react-table';
3
+ import { ComponentType, HTMLAttributes, ReactNode } from 'react';
4
+
5
+ export { type ColumnDef as TableColumn, type ColumnHelper as TableColumnHelper, type RowData as TableRowData, type Cell as TableCell, type Table as TableDef, type Row as TableRow, } from '@tanstack/react-table';
2
6
  export interface BaseTableItem {
3
7
  id: string;
4
8
  name: string;
@@ -10,4 +14,23 @@ export interface TableDataProvider<T extends BaseTableItem> {
10
14
  whenReady?: () => Promise<void>;
11
15
  refresh?: () => void;
12
16
  }
17
+ export interface TableTdProps<T extends BaseTableItem> {
18
+ cell: Cell<T, unknown>;
19
+ }
20
+ export interface TableTrProps<T extends BaseTableItem> {
21
+ row: Row<T>;
22
+ TdComponent?: ComponentType<TableTdProps<T>>;
23
+ }
24
+ export interface TableProps<T extends BaseTableItem, D extends TableDataProvider<T>> extends HTMLAttributes<HTMLTableElement> {
25
+ columns: ColumnDef<T, unknown>[];
26
+ dataProvider?: D;
27
+ getRowId?: (row: T) => string;
28
+ emptyState?: ReactNode;
29
+ isSortable?: boolean;
30
+ t?: TranslationFunction;
31
+ TrComponent?: ComponentType<TableTrProps<T>>;
32
+ TdComponent?: ComponentType<TableTdProps<T>>;
33
+ renderEmptyAsStandalone?: boolean;
34
+ onListItemAction?: (itemId: string, actionId: string) => void;
35
+ }
13
36
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/common/types.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,SAAS,IAAI,WAAW,EAC7B,KAAK,YAAY,IAAI,iBAAiB,EACtC,KAAK,OAAO,IAAI,YAAY,EAC5B,KAAK,IAAI,IAAI,SAAS,EACtB,KAAK,GAAG,IAAI,QAAQ,GACrB,MAAM,uBAAuB,CAAC;AAE/B,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,iBAAiB,CAAC,CAAC,SAAS,aAAa;IACxD,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/common/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtE,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAE7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAGjE,OAAO,EACL,KAAK,SAAS,IAAI,WAAW,EAC7B,KAAK,YAAY,IAAI,iBAAiB,EACtC,KAAK,OAAO,IAAI,YAAY,EAC5B,KAAK,IAAI,IAAI,SAAS,EACtB,KAAK,KAAK,IAAI,QAAQ,EACtB,KAAK,GAAG,IAAI,QAAQ,GACrB,MAAM,uBAAuB,CAAC;AAE/B,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,iBAAiB,CAAC,CAAC,SAAS,aAAa;IACxD,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,YAAY,CAAC,CAAC,SAAS,aAAa;IACnD,IAAI,EAAE,IAAI,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,YAAY,CAAC,CAAC,SAAS,aAAa;IACnD,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC;IACZ,WAAW,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;CAC9C;AAED,MAAM,WAAW,UAAU,CACzB,CAAC,SAAS,aAAa,EACvB,CAAC,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAC9B,SAAQ,cAAc,CAAC,gBAAgB,CAAC;IAExC,OAAO,EAAE,SAAS,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,CAAC;IAEjC,YAAY,CAAC,EAAE,CAAC,CAAC;IAEjB,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,MAAM,CAAC;IAE9B,UAAU,CAAC,EAAE,SAAS,CAAC;IAEvB,UAAU,CAAC,EAAE,OAAO,CAAC;IAGrB,CAAC,CAAC,EAAE,mBAAmB,CAAC;IAExB,WAAW,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;IAE7C,WAAW,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;IAE7C,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAGlC,gBAAgB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/D"}
@@ -1,10 +1,5 @@
1
- import { TableTdProps } from '../common/components/table-td';
2
- import { BaseTableItem, TableRow } from '../common/types';
3
- import { ComponentType, ReactNode } from 'react';
1
+ import { BaseTableItem, TableTrProps } from '../common/types';
2
+ import { ReactNode } from 'react';
4
3
 
5
- export interface TableTrProps<T extends BaseTableItem> {
6
- row: TableRow<T>;
7
- TdComponent?: ComponentType<TableTdProps<T>>;
8
- }
9
4
  export declare const TableTr: <T extends BaseTableItem>(props: TableTrProps<T>) => ReactNode;
10
5
  //# sourceMappingURL=table-tr.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table-tr.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/components/table-tr.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,aAAa,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AACjE,OAAO,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE/D,OAAO,EAAW,KAAK,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAE3E,MAAM,WAAW,YAAY,CAAC,CAAC,SAAS,aAAa;IACnD,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;IACjB,WAAW,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;CAC9C;AAED,eAAO,MAAM,OAAO,EAAE,CAAC,CAAC,SAAS,aAAa,EAC5C,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,KACnB,SAUH,CAAC"}
1
+ {"version":3,"file":"table-tr.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/components/table-tr.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAInE,eAAO,MAAM,OAAO,EAAE,CAAC,CAAC,SAAS,aAAa,EAC5C,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,KACnB,SAUH,CAAC"}
@@ -3,6 +3,7 @@ import { TableRowData, TableColumnHelper } from '../common/types';
3
3
  interface CustomTableColumnMeta {
4
4
  width?: string;
5
5
  isBlank?: boolean;
6
+ isVirtual?: boolean;
6
7
  }
7
8
  declare module "@tanstack/table-core" {
8
9
  interface ColumnMeta<TData extends TableRowData, TValue> {
@@ -1 +1 @@
1
- {"version":3,"file":"create-column-helper.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/helpers/create-column-helper.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAClE,UAAU,qBAAqB;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,OAAO,QAAQ,sBAAsB,CAAC;IAEpC,UAAU,UAAU,CAAC,KAAK,SAAS,YAAY,EAAE,MAAM;QACrD,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,OAAO,CAAC;KACnB;CACF;AAED,eAAO,MAAM,uBAAuB;2BA2BzB,qBAAqB,KACzB,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;4BAxB3B,qBAAqB,KACzB,kBAAkB,CAAC,CAAC,CAAC,UAAU,CAAC;yBA6C5B,qBAAqB,KACzB,kBAAkB,CAAC,CAAC,CAAC,OAAO,CAAC;CAenC,CAAC"}
1
+ {"version":3,"file":"create-column-helper.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/helpers/create-column-helper.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAClE,UAAU,qBAAqB;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,OAAO,QAAQ,sBAAsB,CAAC;IAEpC,UAAU,UAAU,CAAC,KAAK,SAAS,YAAY,EAAE,MAAM;QACrD,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,OAAO,CAAC;KACnB;CACF;AAED,eAAO,MAAM,uBAAuB;2BA+BzB,qBAAqB,KACzB,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;4BA5B3B,qBAAqB,KACzB,kBAAkB,CAAC,CAAC,CAAC,UAAU,CAAC;yBAqD5B,qBAAqB,KACzB,kBAAkB,CAAC,CAAC,CAAC,OAAO,CAAC;CAenC,CAAC"}
@@ -5,4 +5,5 @@ export { TableHeader } from './common/components/table-header';
5
5
  export { TableTd } from './common/components/table-td';
6
6
  export { renderTableContents } from './common/helpers/render-table-contents';
7
7
  export { useTableContext } from './common/context/use-table-context';
8
+ export * from './virtual-table';
8
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,cAAc,iBAAiB,CAAC"}