@launchdarkly/toolbar 1.0.2-beta.1 → 1.0.3-beta.1

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/dist/index.cjs CHANGED
@@ -534,7 +534,7 @@ async function lazyLoad(signal, url) {
534
534
  throw new Error(`Could not load LaunchDarkly developer toolbar bundle from ${url}`);
535
535
  }
536
536
  }
537
- var package_namespaceObject = JSON.parse('{"rE":"1.0.2-beta.1"}');
537
+ var package_namespaceObject = JSON.parse('{"rE":"1.0.3-beta.1"}');
538
538
  function useLaunchDarklyToolbar(args) {
539
539
  const { toolbarBundleUrl, enabled, ...initConfig } = args;
540
540
  const configRef = (0, external_react_namespaceObject.useRef)(null);
package/dist/js/index.js CHANGED
@@ -500,7 +500,7 @@ async function lazyLoad(signal, url) {
500
500
  throw new Error(`Could not load LaunchDarkly developer toolbar bundle from ${url}`);
501
501
  }
502
502
  }
503
- var package_namespaceObject = JSON.parse('{"rE":"1.0.2-beta.1"}');
503
+ var package_namespaceObject = JSON.parse('{"rE":"1.0.3-beta.1"}');
504
504
  function useLaunchDarklyToolbar(args) {
505
505
  const { toolbarBundleUrl, enabled, ...initConfig } = args;
506
506
  const configRef = useRef(null);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@launchdarkly/toolbar",
4
- "version": "1.0.2-beta.1",
4
+ "version": "1.0.3-beta.1",
5
5
  "description": "A React component that provides a developer-friendly toolbar for interacting with LaunchDarkly during development",
6
6
  "keywords": [
7
7
  "launchdarkly",
@@ -46,35 +46,25 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@launchpad-ui/components": "0.16.12",
50
- "@launchpad-ui/tokens": "0.15.1",
51
- "@react-aria/focus": "3.21.2",
52
- "@react-aria/interactions": "3.25.6",
53
- "@react-aria/utils": "3.31.0",
49
+ "@launchpad-ui/components": "^0.16.12",
50
+ "@launchpad-ui/tokens": "^0.15.1",
51
+ "@react-aria/focus": "^3.21.2",
54
52
  "@react-stately/flags": "^3.1.2",
55
- "@react-stately/utils": "^3.10.8",
56
- "@react-types/shared": "3.32.1",
57
53
  "@tanstack/react-virtual": "^3.13.12",
58
54
  "@vanilla-extract/css": "^1.17.4",
59
- "@vanilla-extract/webpack-plugin": "^2.3.22",
60
- "class-variance-authority": "^0.7.1",
61
- "motion": "^12.19.2",
62
- "react-aria": "3.44.0",
63
- "react-aria-components": "1.13.0",
64
- "react-hook-form": "7.65.0",
65
- "react-router": "7.5.2"
55
+ "motion": "^12.19.2"
66
56
  },
67
57
  "devDependencies": {
68
58
  "@rsbuild/core": "^1.5.17",
69
59
  "@rsbuild/plugin-react": "^1.4.1",
70
- "@rslib/core": "^0.15.1",
71
- "@storybook/addon-docs": "^9.0.5",
60
+ "@rslib/core": "^0.16.1",
61
+ "@storybook/addon-docs": "^9.1.15",
72
62
  "@storybook/addon-essentials": "^9.0.0-alpha.12",
73
63
  "@storybook/addon-interactions": "^9.0.0-alpha.10",
74
64
  "@storybook/addon-links": "^9.1.13",
75
65
  "@storybook/addon-onboarding": "^9.0.5",
76
66
  "@storybook/blocks": "^9.0.0-alpha.17",
77
- "@storybook/react": "^9.1.13",
67
+ "@storybook/react": "^9.1.15",
78
68
  "@storybook/react-vite": "^9.0.5",
79
69
  "@storybook/test": "^9.0.0-alpha.2",
80
70
  "@testing-library/jest-dom": "^6.9.1",
@@ -84,17 +74,17 @@
84
74
  "@types/react-dom": "19.2.2",
85
75
  "@vanilla-extract/vite-plugin": "^5.1.1",
86
76
  "@vanilla-extract/webpack-plugin": "^2.3.22",
87
- "@vitest/coverage-v8": "3.2.4",
77
+ "@vitest/coverage-v8": "4.0.4",
88
78
  "css-loader": "^7.1.2",
89
79
  "jsdom": "^26.1.0",
90
80
  "launchdarkly-js-client-sdk": "^3.9.0",
91
- "oxlint": "^1.23.0",
81
+ "oxlint": "^1.24.0",
92
82
  "react": "^19.1.1",
93
83
  "react-dom": "^19.1.1",
94
84
  "storybook": "^9.1.13",
95
85
  "storybook-addon-rslib": "^2.1.2",
96
- "storybook-react-rsbuild": "^2.0.0",
97
- "typescript": "^5.8.3",
86
+ "storybook-react-rsbuild": "^2.1.2",
87
+ "typescript": "^5.9.3",
98
88
  "vitest": "^3.2.2"
99
89
  },
100
90
  "peerDependencies": {