Skip to content

Commit

Permalink
Merge branch 'develop' into icon-button-large-size
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker authored Sep 11, 2024
2 parents ec5f1da + 1ed6c8f commit 2af7dba
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-browserslist-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cd packages/react && npx update-browserslist-db@latest
cd ../styles && npx update-browserslist-db@latest
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
add-paths: |
yarn.lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vpat-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
product-name: Cauldron
output-file: vpats/{DATE}-{PRODUCT}.md
vpat-label: vpat
- uses: peter-evans/create-pull-request@v6
- uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'chore: Generate a VPAT'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"mdast-util-from-markdown": "^1.3.0",
"mdast-util-mdx": "^2.0.1",
"micromark-extension-mdxjs": "^1.0.0",
"mini-css-extract-plugin": "^2.9.0",
"mini-css-extract-plugin": "^2.9.1",
"node-fetch": "^3.3.0",
"p-queue": "^6",
"playwright": "^1.47.0",
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/components/Icon/icons/images.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/styles/notice.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,24 @@
--notice-border-color: var(--accent-dark);
--notice-link-hover-color: var(--accent-medium);
--notice-icon-size: 1rem;
--notice-info-border-color: var(--accent-primary-disabled);
--notice-caution-border-color: var(--accent-warning);
--notice-danger-border-color: var(--accent-error-disabled);
}

.Notice--info {
--notice-background-color: var(--notice-info-color);
--notice-border-color: var(--notice-info-border-color);
}

.Notice--caution {
--notice-background-color: var(--notice-caution-color);
--notice-border-color: var(--notice-caution-border-color);
}

.Notice--danger {
--notice-background-color: var(--notice-danger-color);
--notice-border-color: var(--notice-danger-border-color);
}

.Notice {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8387,10 +8387,10 @@ min-indent@^1.0.0:
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==

mini-css-extract-plugin@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz#c73a1327ccf466f69026ac22a8e8fd707b78a235"
integrity sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==
mini-css-extract-plugin@^2.9.1:
version "2.9.1"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.1.tgz#4d184f12ce90582e983ccef0f6f9db637b4be758"
integrity sha512-+Vyi+GCCOHnrJ2VPS+6aPoXN2k2jgUzDRhTFLjjTBn23qyXJXkjUWQgTL+mXpF5/A8ixLdCc6kWsoeOjKGejKQ==
dependencies:
schema-utils "^4.0.0"
tapable "^2.2.1"
Expand Down

0 comments on commit 2af7dba

Please sign in to comment.