@citizenplane/pimp 11.0.4 → 11.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenplane/pimp",
3
- "version": "11.0.4",
3
+ "version": "11.0.5",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8080",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -326,7 +326,7 @@ onMounted(() => overrideAlignOverlay())
326
326
  justify-content: space-between;
327
327
  padding: var(--cp-spacing-md) var(--cp-spacing-xl);
328
328
  box-shadow:
329
- var(--cp-shadows-3xs),
329
+ var(--cp-shadows-3xs-inset),
330
330
  0 0 0 var(--cp-dimensions-0_25) var(--cp-border-soft);
331
331
  border-radius: var(--cp-radius-md);
332
332
  gap: var(--cp-spacing-md);