@launchdarkly/toolbar 1.0.1-beta.1 → 1.0.2-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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const tabContent: string;
|
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.
|
|
537
|
+
var package_namespaceObject = JSON.parse('{"rE":"1.0.2-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.
|
|
503
|
+
var package_namespaceObject = JSON.parse('{"rE":"1.0.2-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.
|
|
4
|
+
"version": "1.0.2-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",
|
|
@@ -59,11 +59,9 @@
|
|
|
59
59
|
"@vanilla-extract/webpack-plugin": "^2.3.22",
|
|
60
60
|
"class-variance-authority": "^0.7.1",
|
|
61
61
|
"motion": "^12.19.2",
|
|
62
|
-
"react": "19.2.0",
|
|
63
62
|
"react-aria": "3.44.0",
|
|
64
63
|
"react-aria-components": "1.13.0",
|
|
65
|
-
"react-
|
|
66
|
-
"react-hook-form": "7.59.0",
|
|
64
|
+
"react-hook-form": "7.65.0",
|
|
67
65
|
"react-router": "7.5.2"
|
|
68
66
|
},
|
|
69
67
|
"devDependencies": {
|
|
@@ -73,7 +71,7 @@
|
|
|
73
71
|
"@storybook/addon-docs": "^9.0.5",
|
|
74
72
|
"@storybook/addon-essentials": "^9.0.0-alpha.12",
|
|
75
73
|
"@storybook/addon-interactions": "^9.0.0-alpha.10",
|
|
76
|
-
"@storybook/addon-links": "^9.
|
|
74
|
+
"@storybook/addon-links": "^9.1.13",
|
|
77
75
|
"@storybook/addon-onboarding": "^9.0.5",
|
|
78
76
|
"@storybook/blocks": "^9.0.0-alpha.17",
|
|
79
77
|
"@storybook/react": "^9.1.13",
|
|
@@ -81,7 +79,7 @@
|
|
|
81
79
|
"@storybook/test": "^9.0.0-alpha.2",
|
|
82
80
|
"@testing-library/jest-dom": "^6.9.1",
|
|
83
81
|
"@testing-library/react": "^16.3.0",
|
|
84
|
-
"@types/node": "^24.
|
|
82
|
+
"@types/node": "^24.9.1",
|
|
85
83
|
"@types/react": "19.2.2",
|
|
86
84
|
"@types/react-dom": "19.2.2",
|
|
87
85
|
"@vanilla-extract/vite-plugin": "^5.1.1",
|
|
@@ -92,7 +90,8 @@
|
|
|
92
90
|
"launchdarkly-js-client-sdk": "^3.9.0",
|
|
93
91
|
"oxlint": "^1.23.0",
|
|
94
92
|
"react": "^19.1.1",
|
|
95
|
-
"
|
|
93
|
+
"react-dom": "^19.1.1",
|
|
94
|
+
"storybook": "^9.1.13",
|
|
96
95
|
"storybook-addon-rslib": "^2.1.2",
|
|
97
96
|
"storybook-react-rsbuild": "^2.0.0",
|
|
98
97
|
"typescript": "^5.8.3",
|
|
@@ -100,7 +99,8 @@
|
|
|
100
99
|
},
|
|
101
100
|
"peerDependencies": {
|
|
102
101
|
"launchdarkly-js-client-sdk": "^3.9.0",
|
|
103
|
-
"react": "
|
|
102
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
103
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
104
104
|
},
|
|
105
105
|
"publishConfig": {
|
|
106
106
|
"access": "public"
|