@storybook/addon-onboarding 1.0.9-canary.78.a21205b.0 → 1.0.9-canary.79.10ecfe4.0

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.
Files changed (2) hide show
  1. package/dist/manager.mjs +0 -2
  2. package/package.json +2 -2
package/dist/manager.mjs CHANGED
@@ -282,7 +282,6 @@ var J0=Object.create;var mo=Object.defineProperty;var eb=Object.getOwnPropertyDe
282
282
  inset: 0px;
283
283
  width: 100%;
284
284
  height: 100%;
285
- z-index: 10;
286
285
  `,Gw=styled.div(({width:e,height:t})=>css`
287
286
  background-color: white;
288
287
  border-radius: 6px;
@@ -296,7 +295,6 @@ var J0=Object.create;var mo=Object.defineProperty;var eb=Object.getOwnPropertyDe
296
295
  max-width: calc(100% - 40px);
297
296
  max-height: 85vh;
298
297
  overflow: hidden;
299
- z-index: 11;
300
298
 
301
299
  &:focus-visible {
302
300
  outline: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-onboarding",
3
- "version": "1.0.9-canary.78.a21205b.0",
3
+ "version": "1.0.9-canary.79.10ecfe4.0",
4
4
  "description": "Storybook Addon Onboarding - Introduces a new onboarding experience",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -58,7 +58,7 @@
58
58
  ]
59
59
  },
60
60
  "dependencies": {
61
- "@storybook/telemetry": "^7.1.0-alpha.32",
61
+ "@storybook/telemetry": "^7.1.0",
62
62
  "react-confetti": "^6.1.0"
63
63
  },
64
64
  "devDependencies": {