PromucFlow_constructor/app/client/packages/design-system/ads/src/index.ts
Valera Melnikov cf534946b6
chore: CE code for datasource management (#38394)
## Description
EE PR https://github.com/appsmithorg/appsmith-ee/pull/5821

## Automation

/ok-to-test tags="@tag.Datasource"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!CAUTION]
> 🔴 🔴 🔴 Some tests have failed.
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/12518278301>
> Commit: 7656400fd906047c6d2f1b7a27a4b1b877798c4e
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=12518278301&attempt=2&selectiontype=test&testsstatus=failed&specsstatus=fail"
target="_blank">Cypress dashboard</a>.
> Tags: @tag.Datasource
> Spec: 
> The following are new failures, please fix them before merging the PR:
<ol>
> <li>cypress/e2e/Sanity/Datasources/MockDBs_Spec.ts</ol>
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/identified-flaky-tests-65890b3c81d7400d08fa9ee3?branch=master"
target="_blank">List of identified flaky tests</a>.
> <hr>Fri, 27 Dec 2024 17:23:33 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [x] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced a new `Badge` component with documentation and stories for
usage.
- Added a new `RagDocuments` component for handling RAG documents in the
editor.
	- Enhanced the `Table` component with sorting functionality.
	- Expanded the icon collection with new icons.
	- Updated documentation links for the Text component.
	- Added a new `DATA_TAB` entry to the debugger tab keys.

- **Bug Fixes**
- Adjusted column widths and content in the Table stories for better
presentation.

- **Chores**
	- Removed unused `CarbonButton` component and related files.
- Updated the test suite for the `Table` component to validate sorting
functionality.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-12-27 20:29:59 +03:00

41 lines
1.1 KiB
TypeScript

import "./__theme__/default/index.css";
export * from "./AnnouncementPopover";
export * from "./AnnouncementModal";
export * from "./Avatar";
export * from "./Button";
export * from "./Banner";
export * from "./Callout";
export * from "./Checkbox";
export * from "./Collapsible";
export * from "./DatePicker";
export * from "./Divider";
export * from "./Flex";
export * from "./FormControl";
export * from "./Grid";
export * from "./Icon";
export * from "./Input";
export * from "./Link";
export * from "./List";
export * from "./Menu";
export * from "./Modal";
export * from "./NumberInput";
export * from "./Popover";
export * from "./Radio";
export * from "./ScrollArea";
export * from "./SearchInput";
export * from "./SegmentedControl";
export * from "./Select";
export * from "./Spinner";
export * from "./Switch";
export * from "./Tab";
export * from "./Table";
export * from "./Tag";
export * from "./Text";
export * from "./Toast";
export * from "./ToggleButton";
export * from "./Tooltip";
export * from "./ToggleButtonGroup";
export * from "./Templates";
export * from "./Badge";