@carbon/storybook-addon-theme 2.0.8 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +0 -9
- package/package.json +3 -3
- package/telemetry.yml +3 -0
package/README.md
CHANGED
@@ -148,12 +148,3 @@ $feature-flags: (
|
|
148
148
|
);
|
149
149
|
}
|
150
150
|
```
|
151
|
-
|
152
|
-
## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry
|
153
|
-
|
154
|
-
This package uses IBM Telemetry to collect metrics data. By installing this
|
155
|
-
package as a dependency you are agreeing to telemetry collection. To opt out,
|
156
|
-
see
|
157
|
-
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
|
158
|
-
For more information on the data being collected, please see the
|
159
|
-
[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@carbon/storybook-addon-theme",
|
3
3
|
"description": "Carbon theme switcher for Storybook",
|
4
|
-
"version": "2.0
|
4
|
+
"version": "2.1.0",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "dist/react.js",
|
7
7
|
"repository": {
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"vue": "*"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
|
-
"@ibm/telemetry-js": "^1.
|
48
|
+
"@ibm/telemetry-js": "^1.5.0",
|
49
49
|
"@storybook/addons": "^7.6.10",
|
50
50
|
"@storybook/api": "^7.6.10",
|
51
51
|
"@storybook/client-api": "^7.6.10",
|
@@ -64,5 +64,5 @@
|
|
64
64
|
"npm-run-all": "^4.1.5",
|
65
65
|
"rimraf": "^5.0.5"
|
66
66
|
},
|
67
|
-
"gitHead": "
|
67
|
+
"gitHead": "b1783b0aa7a0fbfbc120c3b47ecfb6855983a37d"
|
68
68
|
}
|