@spectrum-css/accordion
Advanced tools
Comparing version
# Change Log | ||
## 6.0.0-s2-foundations.17 | ||
### Major Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`f6ad55e`](https://github.com/adobe/spectrum-css/commit/f6ad55eea019f2d6c583a71b6652995a1c7c7a55) Thanks [@pfulton](https://github.com/pfulton)! - feat: s2 foundations non-gray-800 colors update | ||
| Property name | Context | Old value | Updated value | | ||
| --------------------------- | ------- | ------------------ | ------------------ | | ||
| `--spectrum-blue-800` | dark | rgb(69, 110, 254) | rgb(64, 105, 253) | | ||
| `--spectrum-red-800` | dark | rgb(230, 54, 35) | rgb(223, 52, 34) | | ||
| `--spectrum-orange-800` | dark | rgb(205, 86, 0) | rgb(199, 82, 0) | | ||
| `--spectrum-yellow-800` | dark | rgb(169, 110, 0) | rgb(164, 106, 0) | | ||
| `--spectrum-chartreuse-800` | dark | rgb(109, 131, 0) | rgb(106, 127, 0) | | ||
| `--spectrum-celery-800` | dark | rgb(69, 138, 19) | rgb(66, 134, 18) | | ||
| `--spectrum-green-800` | dark | rgb(6, 140, 82) | rgb(6, 136, 80) | | ||
| `--spectrum-seafoam-800` | dark | rgb(8, 138, 116) | rgb(8, 134, 112) | | ||
| `--spectrum-cyan-800` | dark | rgb(15, 128, 194) | rgb(13, 125, 186) | | ||
| `--spectrum-indigo-800` | dark | rgb(119, 97, 252) | rgb(116, 91, 252) | | ||
| `--spectrum-purple-800` | dark | rgb(161, 84, 229) | rgb(157, 78, 228) | | ||
| `--spectrum-fuchsia-800` | dark | rgb(192, 64, 212) | rgb(186, 60, 206) | | ||
| `--spectrum-magenta-800` | dark | rgb(231, 41, 105) | rgb(224, 38, 101) | | ||
| `--spectrum-pink-800` | dark | rgb(220, 47, 156) | rgb(213, 45, 151) | | ||
| `--spectrum-turqoise-800` | dark | rgb(9, 135, 147) | rgb(9, 131, 142) | | ||
| `--spectrum-brown-800` | dark | rgb(148, 118, 73) | rgb(143, 114, 69) | | ||
| `--spectrum-silver-800` | dark | rgb(123, 123, 123) | rgb(118, 118, 118) | | ||
| `--spectrum-cinnamon-800` | dark | rgb(179, 103, 64) | rgb(176, 98, 59) | | ||
### Patch Changes | ||
- Updated dependencies [[`f6ad55e`](https://github.com/adobe/spectrum-css/commit/f6ad55eea019f2d6c583a71b6652995a1c7c7a55)]: | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.29 | ||
- @spectrum-css/icon@8.0.0-s2-foundations.18 | ||
## 6.0.0-s2-foundations.16 | ||
@@ -207,2 +240,13 @@ | ||
## 5.3.0 | ||
### Minor Changes | ||
- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components | ||
### Patch Changes | ||
- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: | ||
- @spectrum-css/icon@7.2.0 | ||
## 5.2.2 | ||
@@ -209,0 +253,0 @@ |
@@ -7,7 +7,5 @@ { | ||
".spectrum-Accordion--compact.spectrum-Accordion--sizeL", | ||
".spectrum-Accordion--compact.spectrum-Accordion--sizeM", | ||
".spectrum-Accordion--compact.spectrum-Accordion--sizeS", | ||
".spectrum-Accordion--compact.spectrum-Accordion--sizeXL", | ||
".spectrum-Accordion--sizeL", | ||
".spectrum-Accordion--sizeM", | ||
".spectrum-Accordion--sizeS", | ||
@@ -17,3 +15,2 @@ ".spectrum-Accordion--sizeXL", | ||
".spectrum-Accordion--spacious.spectrum-Accordion--sizeL", | ||
".spectrum-Accordion--spacious.spectrum-Accordion--sizeM", | ||
".spectrum-Accordion--spacious.spectrum-Accordion--sizeS", | ||
@@ -133,3 +130,2 @@ ".spectrum-Accordion--spacious.spectrum-Accordion--sizeXL", | ||
"--spectrum-accordion-item-content-line-height", | ||
"--spectrum-accordion-item-content-line-height-cjk", | ||
"--spectrum-accordion-item-header-bottom-to-text-space", | ||
@@ -146,3 +142,2 @@ "--spectrum-accordion-item-header-color-default", | ||
"--spectrum-accordion-item-header-line-height", | ||
"--spectrum-accordion-item-header-line-height-cjk", | ||
"--spectrum-accordion-item-header-top-to-text-space", | ||
@@ -210,103 +205,5 @@ "--spectrum-accordion-item-height", | ||
], | ||
"system-theme": [ | ||
"--system-accordion-background-color-default", | ||
"--system-accordion-background-color-down", | ||
"--system-accordion-background-color-hover", | ||
"--system-accordion-background-color-key-focus", | ||
"--system-accordion-compact-item-header-bottom-to-text-space", | ||
"--system-accordion-compact-item-header-top-to-text-space", | ||
"--system-accordion-compact-item-height", | ||
"--system-accordion-compact-size-l-item-header-bottom-to-text-space", | ||
"--system-accordion-compact-size-l-item-header-top-to-text-space", | ||
"--system-accordion-compact-size-l-item-height", | ||
"--system-accordion-compact-size-m-item-header-bottom-to-text-space", | ||
"--system-accordion-compact-size-m-item-header-top-to-text-space", | ||
"--system-accordion-compact-size-m-item-height", | ||
"--system-accordion-compact-size-s-item-header-bottom-to-text-space", | ||
"--system-accordion-compact-size-s-item-header-top-to-text-space", | ||
"--system-accordion-compact-size-s-item-height", | ||
"--system-accordion-compact-size-xl-item-header-bottom-to-text-space", | ||
"--system-accordion-compact-size-xl-item-header-top-to-text-space", | ||
"--system-accordion-compact-size-xl-item-height", | ||
"--system-accordion-component-edge-to-text", | ||
"--system-accordion-corner-radius", | ||
"--system-accordion-disclosure-indicator-height", | ||
"--system-accordion-disclosure-indicator-to-text-space", | ||
"--system-accordion-divider-color", | ||
"--system-accordion-edge-to-disclosure-indicator-space", | ||
"--system-accordion-edge-to-text-space", | ||
"--system-accordion-focus-indicator-color", | ||
"--system-accordion-focus-indicator-gap", | ||
"--system-accordion-focus-indicator-thickness", | ||
"--system-accordion-item-content-area-bottom-to-content", | ||
"--system-accordion-item-content-area-top-to-content", | ||
"--system-accordion-item-content-color", | ||
"--system-accordion-item-content-disabled-color", | ||
"--system-accordion-item-content-font", | ||
"--system-accordion-item-content-font-size", | ||
"--system-accordion-item-content-font-style", | ||
"--system-accordion-item-content-font-weight", | ||
"--system-accordion-item-content-line-height", | ||
"--system-accordion-item-content-line-height-cjk", | ||
"--system-accordion-item-header-bottom-to-text-space", | ||
"--system-accordion-item-header-color-default", | ||
"--system-accordion-item-header-color-down", | ||
"--system-accordion-item-header-color-hover", | ||
"--system-accordion-item-header-color-key-focus", | ||
"--system-accordion-item-header-disabled-color", | ||
"--system-accordion-item-header-font", | ||
"--system-accordion-item-header-font-size", | ||
"--system-accordion-item-header-font-style", | ||
"--system-accordion-item-header-font-weight", | ||
"--system-accordion-item-header-line-height", | ||
"--system-accordion-item-header-line-height-cjk", | ||
"--system-accordion-item-header-top-to-text-space", | ||
"--system-accordion-item-height", | ||
"--system-accordion-item-width", | ||
"--system-accordion-size-l-component-edge-to-text", | ||
"--system-accordion-size-l-disclosure-indicator-height", | ||
"--system-accordion-size-l-item-content-font-size", | ||
"--system-accordion-size-l-item-header-bottom-to-text-space", | ||
"--system-accordion-size-l-item-header-font-size", | ||
"--system-accordion-size-l-item-header-top-to-text-space", | ||
"--system-accordion-size-l-item-height", | ||
"--system-accordion-size-m-component-edge-to-text", | ||
"--system-accordion-size-m-disclosure-indicator-height", | ||
"--system-accordion-size-m-item-content-font-size", | ||
"--system-accordion-size-m-item-header-bottom-to-text-space", | ||
"--system-accordion-size-m-item-header-font-size", | ||
"--system-accordion-size-m-item-header-top-to-text-space", | ||
"--system-accordion-size-m-item-height", | ||
"--system-accordion-size-s-component-edge-to-text", | ||
"--system-accordion-size-s-disclosure-indicator-height", | ||
"--system-accordion-size-s-item-content-font-size", | ||
"--system-accordion-size-s-item-header-bottom-to-text-space", | ||
"--system-accordion-size-s-item-header-font-size", | ||
"--system-accordion-size-s-item-header-top-to-text-space", | ||
"--system-accordion-size-s-item-height", | ||
"--system-accordion-size-xl-component-edge-to-text", | ||
"--system-accordion-size-xl-disclosure-indicator-height", | ||
"--system-accordion-size-xl-item-content-font-size", | ||
"--system-accordion-size-xl-item-header-bottom-to-text-space", | ||
"--system-accordion-size-xl-item-header-font-size", | ||
"--system-accordion-size-xl-item-header-top-to-text-space", | ||
"--system-accordion-size-xl-item-height", | ||
"--system-accordion-spacious-item-header-bottom-to-text-space", | ||
"--system-accordion-spacious-item-header-line-height", | ||
"--system-accordion-spacious-item-header-top-to-text-space", | ||
"--system-accordion-spacious-size-l-item-header-bottom-to-text-space", | ||
"--system-accordion-spacious-size-l-item-header-line-height", | ||
"--system-accordion-spacious-size-l-item-header-top-to-text-space", | ||
"--system-accordion-spacious-size-m-item-header-bottom-to-text-space", | ||
"--system-accordion-spacious-size-m-item-header-line-height", | ||
"--system-accordion-spacious-size-m-item-header-top-to-text-space", | ||
"--system-accordion-spacious-size-s-item-header-bottom-to-text-space", | ||
"--system-accordion-spacious-size-s-item-header-line-height", | ||
"--system-accordion-spacious-size-s-item-header-top-to-text-space", | ||
"--system-accordion-spacious-size-xl-item-header-bottom-to-text-space", | ||
"--system-accordion-spacious-size-xl-item-header-line-height", | ||
"--system-accordion-spacious-size-xl-item-header-top-to-text-space" | ||
], | ||
"system-theme": ["--system-accordion-divider-color"], | ||
"passthroughs": [], | ||
"high-contrast": [] | ||
} |
{ | ||
"name": "@spectrum-css/accordion", | ||
"version": "6.0.0-s2-foundations.16", | ||
"version": "6.0.0-s2-foundations.17", | ||
"description": "The Spectrum CSS accordion component", | ||
@@ -24,4 +24,3 @@ "license": "Apache-2.0", | ||
"./metadata/*": "./metadata/*", | ||
"./package.json": "./package.json", | ||
"./stories/*": "./stories/*" | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -33,3 +32,2 @@ "main": "dist/index.css", | ||
"package.json", | ||
"stories/*", | ||
"metadata/*" | ||
@@ -53,3 +51,10 @@ ], | ||
"access": "public" | ||
} | ||
}, | ||
"spectrum": [ | ||
{ | ||
"guidelines": "https://spectrum-contributions.corp.adobe.com/page/accordion-beta", | ||
"rootClass": "spectrum-Accordion", | ||
"swc": "https://opensource.adobe.com/spectrum-web-components/components/accordion/" | ||
} | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
0
-100%98122
-31.55%11
-26.67%811
-48.61%