From dc36e823a1aa3204b1d117842a79a50c1df729ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 May 2023 14:37:04 +0000 Subject: [PATCH 01/11] ci(changesets): version packages --- .changeset/angry-scissors-argue.md | 6 ------ .changeset/kind-pugs-dress.md | 5 ----- .changeset/silver-buckets-dress.md | 6 ------ .changeset/spicy-experts-fetch.md | 5 ----- .changeset/tasty-ears-fly.md | 6 ------ packages/design-system-old/CHANGELOG.md | 10 ++++++++++ packages/design-system-old/package.json | 2 +- packages/design-system/CHANGELOG.md | 14 ++++++++++++++ packages/design-system/package.json | 2 +- 9 files changed, 26 insertions(+), 30 deletions(-) delete mode 100644 .changeset/angry-scissors-argue.md delete mode 100644 .changeset/kind-pugs-dress.md delete mode 100644 .changeset/silver-buckets-dress.md delete mode 100644 .changeset/spicy-experts-fetch.md delete mode 100644 .changeset/tasty-ears-fly.md diff --git a/.changeset/angry-scissors-argue.md b/.changeset/angry-scissors-argue.md deleted file mode 100644 index dbb268a0f..000000000 --- a/.changeset/angry-scissors-argue.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@appsmithorg/design-system-old": patch -"@appsmithorg/design-system": patch ---- - -fix: Adding default type for button diff --git a/.changeset/kind-pugs-dress.md b/.changeset/kind-pugs-dress.md deleted file mode 100644 index 627205cd7..000000000 --- a/.changeset/kind-pugs-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@appsmithorg/design-system": patch ---- - -fix: Updating the click action on input label to remove focus from input box diff --git a/.changeset/silver-buckets-dress.md b/.changeset/silver-buckets-dress.md deleted file mode 100644 index 77273a1ce..000000000 --- a/.changeset/silver-buckets-dress.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@appsmithorg/design-system-old": patch -"@appsmithorg/design-system": patch ---- - -fix: issues with components diff --git a/.changeset/spicy-experts-fetch.md b/.changeset/spicy-experts-fetch.md deleted file mode 100644 index 30c43e7d0..000000000 --- a/.changeset/spicy-experts-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@appsmithorg/design-system": patch ---- - -feat: add `overlayClassName` prop to the `Modal` component diff --git a/.changeset/tasty-ears-fly.md b/.changeset/tasty-ears-fly.md deleted file mode 100644 index d8d80735e..000000000 --- a/.changeset/tasty-ears-fly.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@appsmithorg/design-system-old": patch -"@appsmithorg/design-system": patch ---- - -fix: Updating CSS for tooltip to fix position shift issue diff --git a/packages/design-system-old/CHANGELOG.md b/packages/design-system-old/CHANGELOG.md index eb8b139a8..b380aa068 100644 --- a/packages/design-system-old/CHANGELOG.md +++ b/packages/design-system-old/CHANGELOG.md @@ -1,5 +1,15 @@ # @appsmithorg/design-system +## 1.1.7 + +### Patch Changes + +- [#473](https://github.com/appsmithorg/design-system/pull/473) [`6bc83fd4`](https://github.com/appsmithorg/design-system/commit/6bc83fd4b9f813a23ce062459b9761fc27f9be80) Thanks [@ankitakinger](https://github.com/ankitakinger)! - fix: Adding default type for button + +* [#452](https://github.com/appsmithorg/design-system/pull/452) [`0db333d2`](https://github.com/appsmithorg/design-system/commit/0db333d2bd1b0aca1f07120f61d77b2ee6b656bd) Thanks [@tanvibhakta](https://github.com/tanvibhakta)! - fix: issues with components + +- [#474](https://github.com/appsmithorg/design-system/pull/474) [`292c0168`](https://github.com/appsmithorg/design-system/commit/292c01685aac90a16ab7d95674e1247d3647b59f) Thanks [@ankitakinger](https://github.com/ankitakinger)! - fix: Updating CSS for tooltip to fix position shift issue + ## 1.1.6 ### Patch Changes diff --git a/packages/design-system-old/package.json b/packages/design-system-old/package.json index 5d979e2b1..f1bd0fcd4 100644 --- a/packages/design-system-old/package.json +++ b/packages/design-system-old/package.json @@ -1,6 +1,6 @@ { "name": "@appsmithorg/design-system-old", - "version": "1.1.6", + "version": "1.1.7", "description": "This is the package for the Appsmith design system components", "module": "build/index.js", "types": "build/index.d.ts", diff --git a/packages/design-system/CHANGELOG.md b/packages/design-system/CHANGELOG.md index 1431ccfa8..e0a780b04 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,19 @@ # @appsmithorg/design-system +## 2.1.9 + +### Patch Changes + +- [#473](https://github.com/appsmithorg/design-system/pull/473) [`6bc83fd4`](https://github.com/appsmithorg/design-system/commit/6bc83fd4b9f813a23ce062459b9761fc27f9be80) Thanks [@ankitakinger](https://github.com/ankitakinger)! - fix: Adding default type for button + +* [#471](https://github.com/appsmithorg/design-system/pull/471) [`41be8cec`](https://github.com/appsmithorg/design-system/commit/41be8cec952199bf116c33f896efd6aec22b1f80) Thanks [@ankitakinger](https://github.com/ankitakinger)! - fix: Updating the click action on input label to remove focus from input box + +- [#452](https://github.com/appsmithorg/design-system/pull/452) [`0db333d2`](https://github.com/appsmithorg/design-system/commit/0db333d2bd1b0aca1f07120f61d77b2ee6b656bd) Thanks [@tanvibhakta](https://github.com/tanvibhakta)! - fix: issues with components + +* [#476](https://github.com/appsmithorg/design-system/pull/476) [`db5bed71`](https://github.com/appsmithorg/design-system/commit/db5bed711fb2a7e944720bbc965f3a991705cf35) Thanks [@akash-codemonk](https://github.com/akash-codemonk)! - feat: add `overlayClassName` prop to the `Modal` component + +- [#474](https://github.com/appsmithorg/design-system/pull/474) [`292c0168`](https://github.com/appsmithorg/design-system/commit/292c01685aac90a16ab7d95674e1247d3647b59f) Thanks [@ankitakinger](https://github.com/ankitakinger)! - fix: Updating CSS for tooltip to fix position shift issue + ## 2.1.7 ### Patch Changes diff --git a/packages/design-system/package.json b/packages/design-system/package.json index b18efb00d..7c9d534b7 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@appsmithorg/design-system", - "version": "2.1.9-alpha.0", + "version": "2.1.9", "description": "This is the package for the design system that powers the Appsmith platform", "module": "build/index.js", "types": "build/index.d.ts", From f194355fe83f20b55ea86a73b89e8d3548719464 Mon Sep 17 00:00:00 2001 From: Tanvi Bhakta Date: Mon, 22 May 2023 14:45:31 +0530 Subject: [PATCH 02/11] pass on props even for external links --- packages/design-system/src/Link/Link.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/design-system/src/Link/Link.tsx b/packages/design-system/src/Link/Link.tsx index 98e69d394..c111279c6 100644 --- a/packages/design-system/src/Link/Link.tsx +++ b/packages/design-system/src/Link/Link.tsx @@ -92,6 +92,7 @@ function Link(props: LinkProps) { ) : isExternal(rest.to) ? ( // if the url passed is external Date: Mon, 22 May 2023 18:10:03 +0530 Subject: [PATCH 03/11] Select component ellipsis fix --- packages/design-system/src/Select/Select.stories.tsx | 4 +++- packages/design-system/src/Select/styles.css | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/design-system/src/Select/Select.stories.tsx b/packages/design-system/src/Select/Select.stories.tsx index 4ad372e59..d4dc6e2b4 100644 --- a/packages/design-system/src/Select/Select.stories.tsx +++ b/packages/design-system/src/Select/Select.stories.tsx @@ -804,7 +804,9 @@ OptionStory.argTypes = { const SelectSimpleTemplate: ComponentStory = ({ ...args }) => { return (