1
1
mirror of https://github.com/primer/css.git synced 2024-08-17 04:00:28 +03:00

Bump Primitives + fix selectmenu (#2588)

* bump + fix selectmenu

* Create ninety-baboons-compete.md
This commit is contained in:
Katie Langerman 2024-03-15 10:59:01 -07:00 committed by GitHub
parent 5d8a030319
commit 7a25839420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 6 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Bump Primitives + fix selectmenu box-shadow

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "21.2.0",
"license": "MIT",
"dependencies": {
"@primer/primitives": "^7.15.9",
"@primer/primitives": "^7.15.12",
"@primer/view-components": "^0.19.0"
},
"devDependencies": {
@ -2182,9 +2182,9 @@
"integrity": "sha512-HWwz+6MrfK5NTWcg9GdKFpMBW/yrAV937oXiw2eDtsd88P3SRwoCt6ZO6QmKp9RP3nDU9cbqmuGZ0xBh0eIFeg=="
},
"node_modules/@primer/primitives": {
"version": "7.15.9",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-7.15.9.tgz",
"integrity": "sha512-1dDNxokYV8sP2QDHMaAaEnRTxhYNBznf4QDTe4Gx9VzOXLexRvqrhvRitDbefbyfvO0yPr5TKI2nGCoz5T5zrQ=="
"version": "7.15.12",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-7.15.12.tgz",
"integrity": "sha512-ujAsbRB5Xw6rrxizbTgv1bxpraZ091stPMsO6pqGxzc+zIyhrojpGVBuCKJ+RYkpbKK7T4bZzgOT/KyWBAFwwg=="
},
"node_modules/@primer/stylelint-config": {
"version": "12.9.1",

View File

@ -41,7 +41,7 @@
"build:storybook": "cd docs && npm i && npm run build:storybook"
},
"dependencies": {
"@primer/primitives": "^7.15.9",
"@primer/primitives": "^7.15.12",
"@primer/view-components": "^0.19.0"
},
"devDependencies": {

View File

@ -65,7 +65,7 @@ $SelectMenu-max-height: 480px !default;
border: $border-width $border-style var(--selectMenu-borderColor, var(--color-select-menu-backdrop-border));
// stylelint-disable-next-line primer/borders
border-radius: $border-radius * 2;
box-shadow: var(--shadow-floating-small, var(--color-overlay-shadow));
box-shadow: var(--shadow-floating-legacy, var(--color-overlay-shadow));
animation: SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
@keyframes SelectMenu-modal-animation {