@box/blueprint-web 6.0.0 → 6.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib-esm/index.css CHANGED
@@ -156,12 +156,11 @@
156
156
  }
157
157
 
158
158
  .accordion-module_accordionItem__GAe-t{
159
- background-color:var(--surface-surface);
160
159
  border-bottom:var(--border-1) solid var(--border-divider-border);
161
160
  min-width:320px;
162
161
  }
163
- .accordion-module_accordionItem__GAe-t > [data-state=open]{
164
- background-color:var(--surface-surface-secondary);
162
+ .accordion-module_accordionItem__GAe-t,.accordion-module_accordionItem__GAe-t > [data-state=open]{
163
+ background-color:var(--surface-accordion-surface);
165
164
  }
166
165
 
167
166
  .accordion-module_accordionFixedContent__RX-Rt{
@@ -212,7 +211,7 @@
212
211
  background-color:var(--surface-surface);
213
212
  }
214
213
  .accordion-module_accordionTrigger__N0z-R:hover{
215
- background-color:var(--surface-surface-hover);
214
+ background-color:var(--surface-accordion-surface-hover);
216
215
  cursor:pointer;
217
216
  }
218
217
  .accordion-module_accordionTrigger__N0z-R:focus-visible{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -57,7 +57,7 @@
57
57
  "devDependencies": {
58
58
  "@box/storybook-utils": "^0.0.2"
59
59
  },
60
- "gitHead": "8ab9c00610c687498d9069eb60dc640b8428d9b0",
60
+ "gitHead": "1093aa6c5c23de8b84b2fac803706d669c719150",
61
61
  "module": "lib-esm/index.js",
62
62
  "type": "module",
63
63
  "main": "lib-esm/index.js",