@procore/storybook-addon 4.4.0 → 4.4.2
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/CHANGELOG.md +12 -0
- package/dist/legacy/index.cjs +3 -3
- package/dist/modern/index.cjs +3 -3
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @procore/storybook-addon
|
|
2
2
|
|
|
3
|
+
## 4.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1e76616: Upgrades storybook dependencies to 7.6.20.
|
|
8
|
+
|
|
9
|
+
## 4.4.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 9dd5140: Upgrades packages containing vulnerabilities.
|
|
14
|
+
|
|
3
15
|
## 4.4.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/dist/legacy/index.cjs
CHANGED
|
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
|
|
20
20
|
// src/index.ts
|
|
21
|
-
var
|
|
22
|
-
__export(
|
|
21
|
+
var index_exports = {};
|
|
22
|
+
__export(index_exports, {
|
|
23
23
|
createProcoreTheme: () => createProcoreTheme
|
|
24
24
|
});
|
|
25
|
-
module.exports = __toCommonJS(
|
|
25
|
+
module.exports = __toCommonJS(index_exports);
|
|
26
26
|
|
|
27
27
|
// src/configurations/theme.ts
|
|
28
28
|
var import_theming = require("@storybook/theming");
|
package/dist/modern/index.cjs
CHANGED
|
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
|
|
20
20
|
// src/index.ts
|
|
21
|
-
var
|
|
22
|
-
__export(
|
|
21
|
+
var index_exports = {};
|
|
22
|
+
__export(index_exports, {
|
|
23
23
|
createProcoreTheme: () => createProcoreTheme
|
|
24
24
|
});
|
|
25
|
-
module.exports = __toCommonJS(
|
|
25
|
+
module.exports = __toCommonJS(index_exports);
|
|
26
26
|
|
|
27
27
|
// src/configurations/theme.ts
|
|
28
28
|
var import_theming = require("@storybook/theming");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/storybook-addon",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.2",
|
|
4
4
|
"description": "Procore Storybook Configuration",
|
|
5
5
|
"author": "Procore Technologies",
|
|
6
6
|
"homepage": "https://github.com/procore/frontend-tooling#readme",
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
"@babel/preset-env": "^7.23.3",
|
|
71
71
|
"@babel/preset-react": "^7.23.3",
|
|
72
72
|
"@babel/preset-typescript": "^7.23.3",
|
|
73
|
-
"@babel/runtime": "^7.
|
|
74
|
-
"@storybook/addon-a11y": "^7.
|
|
75
|
-
"@storybook/addon-essentials": "^7.
|
|
76
|
-
"@storybook/addon-storysource": "^7.
|
|
73
|
+
"@babel/runtime": "^7.26.10",
|
|
74
|
+
"@storybook/addon-a11y": "^7.6.20",
|
|
75
|
+
"@storybook/addon-essentials": "^7.6.20",
|
|
76
|
+
"@storybook/addon-storysource": "^7.6.20",
|
|
77
77
|
"@storybook/addon-styling": "^1.3.7",
|
|
78
|
-
"@storybook/theming": "^7.
|
|
78
|
+
"@storybook/theming": "^7.6.20",
|
|
79
79
|
"@svgr/webpack": "^6.5.1",
|
|
80
80
|
"babel-plugin-named-asset-import": "^0.3.8",
|
|
81
81
|
"babel-plugin-styled-components": "^2.1.4",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
"@procore/prettier-config": "^1.1.1",
|
|
91
91
|
"@procore/typescript-config": "^2.0.0",
|
|
92
92
|
"@types/react": "^18.2.37",
|
|
93
|
-
"@types/react-dev-utils": "^9.0.
|
|
94
|
-
"@vitest/coverage-v8": "^2.
|
|
93
|
+
"@types/react-dev-utils": "^9.0.15",
|
|
94
|
+
"@vitest/coverage-v8": "^2.1.9",
|
|
95
95
|
"eslint": "^8.57.0",
|
|
96
96
|
"pathe": "^1.1.2",
|
|
97
97
|
"prettier": "^2.8.8",
|
|
@@ -100,6 +100,6 @@
|
|
|
100
100
|
"react-dom": "^18.2.0",
|
|
101
101
|
"rimraf": "^3.0.2",
|
|
102
102
|
"typescript": "^5.5.2",
|
|
103
|
-
"vitest": "^2.
|
|
103
|
+
"vitest": "^2.1.9"
|
|
104
104
|
}
|
|
105
105
|
}
|