diff --git a/.changeset/calm-items-unite.md b/.changeset/calm-items-unite.md deleted file mode 100644 index a3f23c701..000000000 --- a/.changeset/calm-items-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrouxds/astro-web-components": patch ---- - -fix(rux-input) prevent caret navigation from appearing innappropriately within input diff --git a/.changeset/mighty-forks-knock.md b/.changeset/mighty-forks-knock.md deleted file mode 100644 index f1a4d3e5f..000000000 --- a/.changeset/mighty-forks-knock.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@astrouxds/astro-web-components": minor -"angular-workspace": patch -"@astrouxds/angular": patch -"astro-react": patch -"@astrouxds/react": patch ---- - -Adding actions slot to tab component and bumping Storybook up to 8 and rewriting all stories to match the new version. diff --git a/.changeset/slow-schools-grow.md b/.changeset/slow-schools-grow.md deleted file mode 100644 index 8dc2f7020..000000000 --- a/.changeset/slow-schools-grow.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@astrouxds/astro-web-components": patch -"angular-workspace": patch -"@astrouxds/angular": patch -"astro-angular": patch -"astro-react": patch -"astro-vue": patch -"@astrouxds/react": patch ---- - -Fixed button bug when clicking and dragging over an icon-only, borderless button diff --git a/.changeset/swift-pans-chew.md b/.changeset/swift-pans-chew.md deleted file mode 100644 index 822a66a86..000000000 --- a/.changeset/swift-pans-chew.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@astrouxds/astro-web-components": patch -"angular-workspace": patch -"@astrouxds/angular": patch -"astro-angular": patch -"astro-react": patch -"astro-vue": patch -"@astrouxds/react": patch ---- - -Added missing footer slot documentation to storybook diff --git a/packages/angular-workspace/CHANGELOG.md b/packages/angular-workspace/CHANGELOG.md index f0666fcbc..ffa59a151 100644 --- a/packages/angular-workspace/CHANGELOG.md +++ b/packages/angular-workspace/CHANGELOG.md @@ -1,5 +1,23 @@ # @astrouxds/angular +## 7.23.0 + +### Minor Changes + +#### Tabs + +- Added a new 'actions' slot to allow for tab actions on individual tabs (such as closing a tab), without firing off the `ruxselected` event. + +### Patch Changes + +#### Button + +- Fixed button bug when clicking and dragging over an icon-only, borderless button + +#### Input + +- Fixed an issue causing caret navigation to appear innappropriately within input + ## 7.22.1 ### Patch Changes @@ -14,7 +32,7 @@ #### Toast -- Added a new status prop and the ability to resize toast close icon via the new iconSize CSS prop. +- Added a new status prop and the ability to resize toast close icon via the new iconSize CSS prop. ## 7.21.0 @@ -22,13 +40,13 @@ #### Timeline -- Updated timeline to support Month and Week intervals for displaying data and allow zoom to be < 1 +- Updated timeline to support Month and Week intervals for displaying data and allow zoom to be < 1 ### Patch Changes #### Pop Up -- Resolved console log error +- Resolved console log error ## 7.20.0 diff --git a/packages/angular-workspace/package.json b/packages/angular-workspace/package.json index df262b97a..44da985ae 100644 --- a/packages/angular-workspace/package.json +++ b/packages/angular-workspace/package.json @@ -1,6 +1,6 @@ { "name": "angular-workspace", - "version": "7.22.1", + "version": "7.23.0", "scripts": { "ng": "ng", "start": "ng serve", @@ -24,7 +24,7 @@ "@angular/platform-browser": "~13.2.7", "@angular/platform-browser-dynamic": "~13.2.7", "@angular/router": "~13.2.7", - "@astrouxds/astro-web-components": "^7.22.1", + "@astrouxds/astro-web-components": "^7.23.0", "rxjs": "~7.5.7", "tslib": "^2.4.1", "zone.js": "~0.11.8" diff --git a/packages/angular-workspace/projects/angular/CHANGELOG.md b/packages/angular-workspace/projects/angular/CHANGELOG.md index 23887f25d..cce803256 100644 --- a/packages/angular-workspace/projects/angular/CHANGELOG.md +++ b/packages/angular-workspace/projects/angular/CHANGELOG.md @@ -1,5 +1,23 @@ # @astrouxds/angular +## 7.23.0 + +### Minor Changes + +#### Tabs + +- Added a new 'actions' slot to allow for tab actions on individual tabs (such as closing a tab), without firing off the `ruxselected` event. + +### Patch Changes + +#### Button + +- Fixed button bug when clicking and dragging over an icon-only, borderless button + +#### Input + +- Fixed an issue causing caret navigation to appear innappropriately within input + ## 7.22.1 ### Patch Changes diff --git a/packages/angular-workspace/projects/angular/package-lock.json b/packages/angular-workspace/projects/angular/package-lock.json index e31a683d9..a471f3c32 100644 --- a/packages/angular-workspace/projects/angular/package-lock.json +++ b/packages/angular-workspace/projects/angular/package-lock.json @@ -1,6 +1,6 @@ { "name": "@astrouxds/angular", - "version": "7.22.1", + "version": "7.23.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/angular-workspace/projects/angular/package.json b/packages/angular-workspace/projects/angular/package.json index a25f38c96..49a20ae9d 100644 --- a/packages/angular-workspace/projects/angular/package.json +++ b/packages/angular-workspace/projects/angular/package.json @@ -1,6 +1,6 @@ { "name": "@astrouxds/angular", - "version": "7.22.1", + "version": "7.23.0", "description": "Astro Web Components Angular Wrapper", "license": "MIT", "repository": { @@ -12,7 +12,7 @@ "@angular/core": ">=12.0.0" }, "dependencies": { - "@astrouxds/astro-web-components": "^7.22.1", + "@astrouxds/astro-web-components": "^7.23.0", "tslib": "^2.4.1" } } diff --git a/packages/angular-workspace/projects/angular/src/directives/proxies-list.ts b/packages/angular-workspace/projects/angular/src/directives/proxies-list.ts index eadb7bb39..ad473f4dd 100644 --- a/packages/angular-workspace/projects/angular/src/directives/proxies-list.ts +++ b/packages/angular-workspace/projects/angular/src/directives/proxies-list.ts @@ -1,3 +1,4 @@ +// @ts-nocheck import * as d from './proxies'; diff --git a/packages/framework-testing/astro-angular/CHANGELOG.md b/packages/framework-testing/astro-angular/CHANGELOG.md index b40d4710f..f49998156 100644 --- a/packages/framework-testing/astro-angular/CHANGELOG.md +++ b/packages/framework-testing/astro-angular/CHANGELOG.md @@ -1,5 +1,12 @@ # astro-angular +## 0.3.1 + +### Patch Changes + +- d1cb7d94: Fixed button bug when clicking and dragging over an icon-only, borderless button +- 4c4e3bc8: Added missing footer slot documentation to storybook + ## 0.3.0 ### Minor Changes diff --git a/packages/framework-testing/astro-angular/package-lock.json b/packages/framework-testing/astro-angular/package-lock.json index ad732f16c..9d8b57be9 100644 --- a/packages/framework-testing/astro-angular/package-lock.json +++ b/packages/framework-testing/astro-angular/package-lock.json @@ -7,7 +7,6 @@ "": { "name": "astro-angular", "version": "0.3.0", - "hasInstallScript": true, "dependencies": { "@angular/animations": "^16.0.0", "@angular/common": "^16.0.0", @@ -25,8 +24,6 @@ "@angular-devkit/build-angular": "^16.0.0", "@angular/cli": "~16.0.0", "@angular/compiler-cli": "^16.0.0", - "@astrouxds/angular": "^7.21.0", - "@astrouxds/astro-web-components": "^7.21.0", "@astrouxds/tailwind": "^1.0.0-beta.1", "@types/jasmine": "~4.3.0", "autoprefixer": "^10.4.14", @@ -636,32 +633,6 @@ "integrity": "sha512-H71nDOOL8Y7kWRLqf6Sums+01Q5msqBW2KhDUTemh1tvY04eSkSXrK0uj/4mmY0Xr16/3zyZmsrxN7CKuRbNRg==", "dev": true }, - "node_modules/@astrouxds/angular": { - "version": "7.22.1", - "resolved": "https://registry.npmjs.org/@astrouxds/angular/-/angular-7.22.1.tgz", - "integrity": "sha512-30oPEken6mDWMG5ZMKDiiK41d2vrx1YB6CqC42Le0mRIWpOKr81Nzle6lZ74IhqgWbiFSmsB12esCFXJFoU02w==", - "dev": true, - "dependencies": { - "@astrouxds/astro-web-components": "^7.22.1", - "tslib": "^2.4.1" - }, - "peerDependencies": { - "@angular/common": ">=12.0.0", - "@angular/core": ">=12.0.0" - } - }, - "node_modules/@astrouxds/astro-web-components": { - "version": "7.22.1", - "resolved": "https://registry.npmjs.org/@astrouxds/astro-web-components/-/astro-web-components-7.22.1.tgz", - "integrity": "sha512-Q7WiTIwmlRcvzN4Zg0JrkqIjAxFixNlzH0TIm00AlBddSTlolKh+xyl3KNSg5CqCDngxhi0aepttBYZ13geOtQ==", - "dev": true, - "dependencies": { - "@floating-ui/dom": "~1.0.6", - "@stencil/core": "~3.4.1", - "date-fns": "~2.21.3", - "date-fns-tz": "~1.3.7" - } - }, "node_modules/@astrouxds/tailwind": { "version": "1.0.0-beta.1", "resolved": "https://registry.npmjs.org/@astrouxds/tailwind/-/tailwind-1.0.0-beta.1.tgz", @@ -2842,30 +2813,6 @@ "node": ">=12" } }, - "node_modules/@floating-ui/core": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.8.tgz", - "integrity": "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==", - "dev": true, - "dependencies": { - "@floating-ui/utils": "^0.2.8" - } - }, - "node_modules/@floating-ui/dom": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.0.12.tgz", - "integrity": "sha512-HeG/wHoa2laUHlDX3xkzqlUqliAfa+zqV04LaKIwNCmCNaW2p0fQi4/Kd0LB4GdFoJ2UllLFq5gWnXAd67lg7w==", - "dev": true, - "dependencies": { - "@floating-ui/core": "^1.0.4" - } - }, - "node_modules/@floating-ui/utils": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.8.tgz", - "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==", - "dev": true - }, "node_modules/@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -3327,19 +3274,6 @@ "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==", "dev": true }, - "node_modules/@stencil/core": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.4.2.tgz", - "integrity": "sha512-FAUhUVaakCy29nU2GwO/HQBRV1ihPRvncz3PUc8oR+UJLAxGabTmP8PLY7wvHfbw+Cvi4VXfJFTBvdfDu6iKPQ==", - "dev": true, - "bin": { - "stencil": "bin/stencil" - }, - "engines": { - "node": ">=14.10.0", - "npm": ">=6.0.0" - } - }, "node_modules/@tootallnate/once": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", @@ -5087,28 +5021,6 @@ "integrity": "sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==", "dev": true }, - "node_modules/date-fns": { - "version": "2.21.3", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.3.tgz", - "integrity": "sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw==", - "dev": true, - "engines": { - "node": ">=0.11" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" - } - }, - "node_modules/date-fns-tz": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.3.8.tgz", - "integrity": "sha512-qwNXUFtMHTTU6CFSFjoJ80W8Fzzp24LntbjFFBgL/faqds4e5mo9mftoRLgr3Vi1trISsg4awSpYVsOQCRnapQ==", - "dev": true, - "peerDependencies": { - "date-fns": ">=2.0.0" - } - }, "node_modules/date-format": { "version": "4.0.14", "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.14.tgz", @@ -12559,28 +12471,6 @@ "integrity": "sha512-H71nDOOL8Y7kWRLqf6Sums+01Q5msqBW2KhDUTemh1tvY04eSkSXrK0uj/4mmY0Xr16/3zyZmsrxN7CKuRbNRg==", "dev": true }, - "@astrouxds/angular": { - "version": "7.22.1", - "resolved": "https://registry.npmjs.org/@astrouxds/angular/-/angular-7.22.1.tgz", - "integrity": "sha512-30oPEken6mDWMG5ZMKDiiK41d2vrx1YB6CqC42Le0mRIWpOKr81Nzle6lZ74IhqgWbiFSmsB12esCFXJFoU02w==", - "dev": true, - "requires": { - "@astrouxds/astro-web-components": "^7.22.1", - "tslib": "^2.4.1" - } - }, - "@astrouxds/astro-web-components": { - "version": "7.22.1", - "resolved": "https://registry.npmjs.org/@astrouxds/astro-web-components/-/astro-web-components-7.22.1.tgz", - "integrity": "sha512-Q7WiTIwmlRcvzN4Zg0JrkqIjAxFixNlzH0TIm00AlBddSTlolKh+xyl3KNSg5CqCDngxhi0aepttBYZ13geOtQ==", - "dev": true, - "requires": { - "@floating-ui/dom": "~1.0.6", - "@stencil/core": "~3.4.1", - "date-fns": "~2.21.3", - "date-fns-tz": "~1.3.7" - } - }, "@astrouxds/tailwind": { "version": "1.0.0-beta.1", "resolved": "https://registry.npmjs.org/@astrouxds/tailwind/-/tailwind-1.0.0-beta.1.tgz", @@ -14020,30 +13910,6 @@ "dev": true, "optional": true }, - "@floating-ui/core": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.8.tgz", - "integrity": "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==", - "dev": true, - "requires": { - "@floating-ui/utils": "^0.2.8" - } - }, - "@floating-ui/dom": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.0.12.tgz", - "integrity": "sha512-HeG/wHoa2laUHlDX3xkzqlUqliAfa+zqV04LaKIwNCmCNaW2p0fQi4/Kd0LB4GdFoJ2UllLFq5gWnXAd67lg7w==", - "dev": true, - "requires": { - "@floating-ui/core": "^1.0.4" - } - }, - "@floating-ui/utils": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.8.tgz", - "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==", - "dev": true - }, "@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -14382,12 +14248,6 @@ "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==", "dev": true }, - "@stencil/core": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.4.2.tgz", - "integrity": "sha512-FAUhUVaakCy29nU2GwO/HQBRV1ihPRvncz3PUc8oR+UJLAxGabTmP8PLY7wvHfbw+Cvi4VXfJFTBvdfDu6iKPQ==", - "dev": true - }, "@tootallnate/once": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", @@ -15776,19 +15636,6 @@ "integrity": "sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==", "dev": true }, - "date-fns": { - "version": "2.21.3", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.3.tgz", - "integrity": "sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw==", - "dev": true - }, - "date-fns-tz": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.3.8.tgz", - "integrity": "sha512-qwNXUFtMHTTU6CFSFjoJ80W8Fzzp24LntbjFFBgL/faqds4e5mo9mftoRLgr3Vi1trISsg4awSpYVsOQCRnapQ==", - "dev": true, - "requires": {} - }, "date-format": { "version": "4.0.14", "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.14.tgz", diff --git a/packages/framework-testing/astro-angular/package.json b/packages/framework-testing/astro-angular/package.json index ccf82f6c4..56e094924 100644 --- a/packages/framework-testing/astro-angular/package.json +++ b/packages/framework-testing/astro-angular/package.json @@ -1,6 +1,6 @@ { "name": "astro-angular", - "version": "0.3.0", + "version": "0.3.1", "scripts": { "postinstall": "npm link @astrouxds/astro-web-components @astrouxds/angular", "ng": "ng", @@ -27,8 +27,8 @@ "@angular-devkit/build-angular": "^16.0.0", "@angular/cli": "~16.0.0", "@angular/compiler-cli": "^16.0.0", - "@astrouxds/angular": "^7.21.0", - "@astrouxds/astro-web-components": "^7.21.0", + "@astrouxds/angular": "^7.22.2", + "@astrouxds/astro-web-components": "^7.23.0", "@astrouxds/tailwind": "^1.0.0-beta.1", "@types/jasmine": "~4.3.0", "autoprefixer": "^10.4.14", diff --git a/packages/framework-testing/astro-react/CHANGELOG.md b/packages/framework-testing/astro-react/CHANGELOG.md index 036f4631c..6548b481d 100644 --- a/packages/framework-testing/astro-react/CHANGELOG.md +++ b/packages/framework-testing/astro-react/CHANGELOG.md @@ -1,5 +1,13 @@ # astro-react +## 0.3.1 + +### Patch Changes + +- 6b6b0034: Adding actions slot to tab component and bumping Storybook up to 8 and rewriting all stories to match the new version. +- d1cb7d94: Fixed button bug when clicking and dragging over an icon-only, borderless button +- 4c4e3bc8: Added missing footer slot documentation to storybook + ## 0.3.0 ### Minor Changes diff --git a/packages/framework-testing/astro-react/package.json b/packages/framework-testing/astro-react/package.json index b481714e1..e72025b26 100644 --- a/packages/framework-testing/astro-react/package.json +++ b/packages/framework-testing/astro-react/package.json @@ -1,7 +1,7 @@ { "name": "astro-react", "private": true, - "version": "0.3.0", + "version": "0.3.1", "type": "module", "scripts": { "dev": "vite", @@ -14,8 +14,8 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@astrouxds/astro-web-components": "^7.21.0", - "@astrouxds/react": "^7.21.0", + "@astrouxds/astro-web-components": "^7.23.0", + "@astrouxds/react": "^7.22.2", "@astrouxds/tailwind": "^1.0.0-beta.1", "@types/react": "^18.0.37", "@types/react-dom": "^18.0.11", diff --git a/packages/framework-testing/astro-vue/CHANGELOG.md b/packages/framework-testing/astro-vue/CHANGELOG.md index 9009e4b52..886ec0443 100644 --- a/packages/framework-testing/astro-vue/CHANGELOG.md +++ b/packages/framework-testing/astro-vue/CHANGELOG.md @@ -1,5 +1,17 @@ # astro-vue +## 0.3.1 + +### Patch Changes + +- d1cb7d94: Fixed button bug when clicking and dragging over an icon-only, borderless button +- 4c4e3bc8: Added missing footer slot documentation to storybook +- Updated dependencies [52f1c2a0] +- Updated dependencies [6b6b0034] +- Updated dependencies [d1cb7d94] +- Updated dependencies [4c4e3bc8] + - @astrouxds/astro-web-components@7.23.0 + ## 0.3.0 ### Minor Changes diff --git a/packages/framework-testing/astro-vue/package.json b/packages/framework-testing/astro-vue/package.json index b34195658..6510f0d78 100644 --- a/packages/framework-testing/astro-vue/package.json +++ b/packages/framework-testing/astro-vue/package.json @@ -1,7 +1,7 @@ { "name": "astro-vue", "private": true, - "version": "0.3.0", + "version": "0.3.1", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@astrouxds/astro-web-components": "^7.21.0", + "@astrouxds/astro-web-components": "^7.23.0", "vue": "^3.2.47" }, "devDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 62b95ff30..e9d323141 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,23 @@ # @astrouxds/react +## 7.23.0 + +### Minor Changes + +#### Tabs + +- Added a new 'actions' slot to allow for tab actions on individual tabs (such as closing a tab), without firing off the `ruxselected` event. + +### Patch Changes + +#### Button + +- Fixed button bug when clicking and dragging over an icon-only, borderless button + +#### Input + +- Fixed an issue causing caret navigation to appear innappropriately within input + ## 7.22.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 99e9da2b8..b615735ad 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrouxds/react", "sideEffects": false, - "version": "7.22.1", + "version": "7.23.0", "description": "Astro Web Components React Wrapper", "repository": { "type": "git", @@ -40,7 +40,7 @@ "typescript": "^4.9.3" }, "dependencies": { - "@astrouxds/astro-web-components": "^7.22.1" + "@astrouxds/astro-web-components": "^7.23.0" }, "peerDependencies": { "react": ">=17.0.0", diff --git a/packages/web-components/CHANGELOG.md b/packages/web-components/CHANGELOG.md index d831a144b..2ef58a37f 100644 --- a/packages/web-components/CHANGELOG.md +++ b/packages/web-components/CHANGELOG.md @@ -8,6 +8,16 @@ - Added a new 'actions' slot to allow for tab actions on individual tabs (such as closing a tab), without firing off the `ruxselected` event. +### Patch Changes + +#### Button + +- Fixed button bug when clicking and dragging over an icon-only, borderless button + +#### Input + +- Fixed an issue causing caret navigation to appear innappropriately within input + ## 7.22.1 ### Patch Changes diff --git a/packages/web-components/package-lock.json b/packages/web-components/package-lock.json index c9dd175ad..fe51aad1b 100644 --- a/packages/web-components/package-lock.json +++ b/packages/web-components/package-lock.json @@ -1,12 +1,12 @@ { "name": "@astrouxds/astro-web-components", - "version": "7.23.0", + "version": "7.22.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@astrouxds/astro-web-components", - "version": "7.23.0", + "version": "7.22.1", "license": "MIT", "dependencies": { "@floating-ui/dom": "~1.0.6",