@procore/storybook-addon 0.1.0 → 0.3.0

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/package.json CHANGED
@@ -1,16 +1,11 @@
1
1
  {
2
2
  "name": "@procore/storybook-addon",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "Procore Storybook Configuration",
5
5
  "author": "Procore Technologies",
6
6
  "homepage": "https://github.com/procore/frontend-tooling#readme",
7
- "bugs": {
8
- "url": "https://github.com/procore/frontend-tooling/issues"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/procore/frontend-tooling.git"
13
- },
7
+ "repository": "procore/frontend-tooling.git",
8
+ "bugs": "https://github.com/procore/frontend-tooling/issues",
14
9
  "license": "SEE LICENSE IN LICENSE",
15
10
  "keywords": [
16
11
  "addon",
@@ -23,15 +18,15 @@
23
18
  "publishConfig": {
24
19
  "access": "public"
25
20
  },
26
- "main": "./dist/storybook-addon.umd.js",
27
- "module": "./dist/storybook-addon.es.js",
28
- "types": "./dist/index.d.ts",
29
21
  "exports": {
30
22
  ".": {
31
23
  "import": "./dist/storybook-addon.es.js",
32
24
  "require": "./dist/storybook-addon.umd.js"
33
25
  }
34
26
  },
27
+ "main": "./dist/storybook-addon.umd.js",
28
+ "module": "./dist/storybook-addon.es.js",
29
+ "types": "./dist/index.d.ts",
35
30
  "files": [
36
31
  "dist",
37
32
  "LICENSE",
@@ -39,36 +34,39 @@
39
34
  "*.js",
40
35
  "*.d.ts"
41
36
  ],
42
- "dependencies": {
43
- "@storybook/addon-a11y": "^6.5.12",
44
- "@storybook/addon-essentials": "^6.5.12",
45
- "@storybook/addon-storysource": "^6.5.12"
46
- },
47
37
  "peerDependencies": {
48
38
  "react": "^17.0.1 || ^18.0.0",
49
39
  "react-dom": "^17.0.1 || ^18.0.0"
50
40
  },
41
+ "dependencies": {
42
+ "@storybook/addon-a11y": "^6.5.16",
43
+ "@storybook/addon-essentials": "^6.5.16",
44
+ "@storybook/addon-storysource": "^6.5.16",
45
+ "@storybook/preset-scss": "^1.0.3"
46
+ },
51
47
  "devDependencies": {
52
- "@babel/core": "7.19.0",
53
- "@procore/prettier-config": "1.1.0",
54
- "@procore/typescript-config": "0.1.1",
55
- "@procore/vite": "0.1.1",
48
+ "@babel/core": "^7.21.0",
56
49
  "@storybook/core-webpack": "7.0.0-alpha.0",
57
- "@storybook/theming": "6.5.12",
58
- "eslint": "^8.23.0",
59
- "prettier": "^2.7.1",
60
- "react": "17.0.1",
61
- "react-dom": "17.0.1",
62
- "rimraf": "3.0.2",
63
- "typescript": "^4.8.3",
64
- "vite": "3.1.3",
65
- "webpack": "5.53.0"
50
+ "@storybook/theming": "^6.5.16",
51
+ "css-loader": "^6.7.3",
52
+ "eslint": "^8.35.0",
53
+ "prettier": "^2.8.4",
54
+ "react": "^17.0.2",
55
+ "react-dom": "^17.0.2",
56
+ "rimraf": "^3.0.2",
57
+ "sass-loader": "^11.1.1",
58
+ "style-loader": "^3.3.1",
59
+ "typescript": "^4.9.5",
60
+ "vite": "^3.2.5",
61
+ "webpack": "^5.75.0",
62
+ "@procore/prettier-config": "1.0.0",
63
+ "@procore/vite": "0.1.1",
64
+ "@procore/typescript-config": "0.1.1"
66
65
  },
67
- "packageManager": "pnpm@7.12.2",
68
66
  "scripts": {
69
67
  "build": "vite build",
70
68
  "format": "prettier --ignore-unknown --write .",
71
- "lint-staged": "lint-staged",
69
+ "format:check": "prettier --cache --ignore-unknown --check .",
72
70
  "test": "echo \"no test has been specified\" && exit 0"
73
71
  }
74
72
  }
@@ -1,4 +0,0 @@
1
- import type { StorybookConfig } from '@storybook/core-webpack';
2
- declare const webpackFinal: StorybookConfig['webpackFinal'];
3
- export default webpackFinal;
4
- //# sourceMappingURL=webpackFinal.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"webpackFinal.d.ts","sourceRoot":"","sources":["webpackFinal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EAEhB,MAAM,yBAAyB,CAAC;AAEjC,QAAA,MAAM,YAAY,EAAE,eAAe,CAAC,cAAc,CAsBjD,CAAC;AAEF,eAAe,YAAY,CAAC"}