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/angry-scissors-argue.md b/.changeset/tame-donuts-enjoy.md similarity index 53% rename from .changeset/angry-scissors-argue.md rename to .changeset/tame-donuts-enjoy.md index dbb268a0f..00c27b9d7 100644 --- a/.changeset/angry-scissors-argue.md +++ b/.changeset/tame-donuts-enjoy.md @@ -3,4 +3,5 @@ "@appsmithorg/design-system": patch --- -fix: Adding default type for button +fixes for - old toast, datepicker +Added new icons for layout and js file 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-old/src/Toast/index.tsx b/packages/design-system-old/src/Toast/index.tsx index a6e6b1ddc..ac9ac0fe4 100644 --- a/packages/design-system-old/src/Toast/index.tsx +++ b/packages/design-system-old/src/Toast/index.tsx @@ -71,9 +71,7 @@ const ToastBody = styled.div<{ }>` width: ${(props) => props.width || "fit-content"}; max-width: ${(props) => props.maxWidth || "264px"}; - margin-left: auto; background: white; - padding: var(--ads-spaces-4) var(--ads-spaces-5); display: flex; align-items: center; justify-content: space-between; @@ -81,8 +79,6 @@ const ToastBody = styled.div<{ // has no effect in safari word-break: break-word; overflow-wrap: anywhere; - border: 1px solid #CDD5DF; - border-radius: 4px !important; div > .${Classes.ICON} { cursor: auto; 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", diff --git a/packages/design-system/src/DatePicker/DatePicker.tsx b/packages/design-system/src/DatePicker/DatePicker.tsx index 58d1f860f..6fc6c8514 100644 --- a/packages/design-system/src/DatePicker/DatePicker.tsx +++ b/packages/design-system/src/DatePicker/DatePicker.tsx @@ -155,18 +155,18 @@ function DatePickerHeader(props: DatePickerHeaderProps) { const endRange = endYear || getYear(new Date()); const years = range(startRange, endRange + 1, 1); const months = [ - "January", - "February", - "March", - "April", + "Jan", + "Feb", + "Mar", + "Apr", "May", - "June", - "July", - "August", - "September", - "October", - "November", - "December", + "Jun", + "Jul", + "Aug", + "Sep", + "Oct", + "Nov", + "Dec", ]; // TODO: Fix this, causing unexpected behavior @@ -216,6 +216,7 @@ function DatePickerHeader(props: DatePickerHeaderProps) { DatePickerCalenderClassName, )[0], }} + style={{ minWidth: "60px" }} > {months.map((month) => ( {years.map((year) => ( = ({ ...args }) => { return (