Skip to content

Commit

Permalink
fix(rux-accordion): CSS issue from Chrome upgrade (#1358)
Browse files Browse the repository at this point in the history
fix: rux-accordion css issue from Chrome upgrade
  • Loading branch information
FMorrison87 authored Nov 13, 2024
1 parent 611f51f commit 89c6be7
Show file tree
Hide file tree
Showing 15 changed files with 54 additions and 15 deletions.
6 changes: 6 additions & 0 deletions .changeset/mighty-emus-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@astrouxds/angular": patch
"@astrouxds/astro-web-components": patch
---

Rux-accordion css fix for new Chrome version
8 changes: 8 additions & 0 deletions packages/angular-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrouxds/angular

## 7.24.1

### Patch Changes

#### Accordion

- CSS fix for accordion-item for Chrome version 131.0.6778.70.

## 7.24.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-workspace",
"version": "7.24.0",
"version": "7.24.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -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.24.0",
"@astrouxds/astro-web-components": "^7.24.1",
"rxjs": "~7.5.7",
"tslib": "^2.4.1",
"zone.js": "~0.11.8"
Expand Down
8 changes: 8 additions & 0 deletions packages/angular-workspace/projects/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrouxds/angular

## 7.24.1

### Patch Changes

#### Accordion

- CSS fix for accordion-item for Chrome version 131.0.6778.70.

## 7.24.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/projects/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrouxds/angular",
"version": "7.24.0",
"version": "7.24.1",
"description": "Astro Web Components Angular Wrapper",
"license": "MIT",
"repository": {
Expand All @@ -12,7 +12,7 @@
"@angular/core": ">=12.0.0"
},
"dependencies": {
"@astrouxds/astro-web-components": "^7.24.0",
"@astrouxds/astro-web-components": "^7.24.1",
"tslib": "^2.4.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-nocheck

import * as d from './proxies';

Expand Down
4 changes: 2 additions & 2 deletions packages/framework-testing/astro-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.0",
"@astrouxds/astro-web-components": "^7.24.0",
"@astrouxds/angular": "^7.24.1",
"@astrouxds/astro-web-components": "^7.24.1",
"@astrouxds/tailwind": "^1.0.0-beta.1",
"@types/jasmine": "~4.3.0",
"autoprefixer": "^10.4.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/framework-testing/astro-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@astrouxds/astro-web-components": "^7.24.0",
"@astrouxds/react": "^7.24.0",
"@astrouxds/astro-web-components": "^7.24.1",
"@astrouxds/react": "^7.24.1",
"@astrouxds/tailwind": "^1.0.0-beta.1",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-testing/astro-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@astrouxds/astro-web-components": "^7.24.0",
"@astrouxds/astro-web-components": "^7.24.1",
"vue": "^3.2.47"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrouxds/react

## 7.24.1

### Patch Changes

#### Accordion

- CSS fix for accordion-item for Chrome version 131.0.6778.70.

## 7.24.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrouxds/react",
"sideEffects": false,
"version": "7.24.0",
"version": "7.24.1",
"description": "Astro Web Components React Wrapper",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@astrouxds/astro-web-components": "^7.24.0"
"@astrouxds/astro-web-components": "^7.24.1"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrouxds/astro-web-components

## 7.24.1

### Patch Changes

#### Accordion

- CSS fix for accordion-item for Chrome version 131.0.6778.70.

## 7.24.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrouxds/astro-web-components",
"version": "7.24.0",
"version": "7.24.1",
"description": "Astro Web Components",
"homepage": "https://astro-components.netlify.app/?path=/story/astro-uxds-welcome-start-here--page",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ summary:hover .rux-accordion-item--title {

.rux-accordion-item {
display: flex;
flex-direction: column;
font-family: var(--font-control-body-1-font-family);
font-size: var(--font-control-body-1-font-size);
font-weight: var(--font-control-body-1-font-weight);
Expand All @@ -61,6 +62,7 @@ summary:hover .rux-accordion-item--title {
}

&--content {
display: block;
padding: var(--spacing-4);
margin: var(--spacing-0);
font-size: var(--font-body-2-font-size);
Expand Down

0 comments on commit 89c6be7

Please sign in to comment.