@storybook/components 6.1.17 → 6.1.21
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.
|
@@ -164,7 +164,7 @@ var themedSyntax = (0, _memoizerific["default"])(2)(function (theme) {
|
|
|
164
164
|
});
|
|
165
165
|
var copyToClipboard;
|
|
166
166
|
|
|
167
|
-
if (_global.navigator.clipboard) {
|
|
167
|
+
if (_global.navigator === null || _global.navigator === void 0 ? void 0 : _global.navigator.clipboard) {
|
|
168
168
|
copyToClipboard = function copyToClipboard(text) {
|
|
169
169
|
return _global.navigator.clipboard.writeText(text);
|
|
170
170
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/components",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.21",
|
|
4
4
|
"description": "Core Storybook Components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@popperjs/core": "^2.5.4",
|
|
32
|
-
"@storybook/client-logger": "6.1.
|
|
32
|
+
"@storybook/client-logger": "6.1.21",
|
|
33
33
|
"@storybook/csf": "0.0.1",
|
|
34
|
-
"@storybook/theming": "6.1.
|
|
34
|
+
"@storybook/theming": "6.1.21",
|
|
35
35
|
"@types/overlayscrollbars": "^1.9.0",
|
|
36
36
|
"@types/react-color": "^3.0.1",
|
|
37
37
|
"@types/react-syntax-highlighter": "11.0.4",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"react-popper-tooltip": "^3.1.1",
|
|
48
48
|
"react-syntax-highlighter": "^13.5.0",
|
|
49
49
|
"react-textarea-autosize": "^8.1.1",
|
|
50
|
+
"regenerator-runtime": "^0.13.7",
|
|
50
51
|
"ts-dedent": "^2.0.0"
|
|
51
52
|
},
|
|
52
53
|
"devDependencies": {
|
|
@@ -60,7 +61,7 @@
|
|
|
60
61
|
"publishConfig": {
|
|
61
62
|
"access": "public"
|
|
62
63
|
},
|
|
63
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "bd1d47e5778d40acbba8fba7ed11c46f9c995273",
|
|
64
65
|
"typesVersions": {
|
|
65
66
|
"<3.8": {
|
|
66
67
|
"*": [
|