@7shifts/sous-chef 3.51.0 → 3.51.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.
Files changed (2) hide show
  1. package/dist/index.css +1 -1
  2. package/package.json +6 -5
package/dist/index.css CHANGED
@@ -3138,7 +3138,7 @@ input:checked ~ ._3mCob {
3138
3138
  }
3139
3139
  ._3mCob {
3140
3140
  border: 1px solid var(--color-grey-200);
3141
- border-radius: 4px;
3141
+ border-radius: var(--border-radius-600);
3142
3142
  padding: 16px;
3143
3143
  display: block;
3144
3144
  cursor: pointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7shifts/sous-chef",
3
- "version": "3.51.0",
3
+ "version": "3.51.1",
4
4
  "description": "7shifts component library",
5
5
  "author": "7shifts",
6
6
  "license": "MIT",
@@ -26,12 +26,12 @@
26
26
  "test:unit": "jest --runInBand",
27
27
  "test:unit:coverage": "jest --coverage --coveragePathIgnorePatterns .stories.tsx index.ts icon-typescript-template.js types.ts",
28
28
  "test:watch": "jest --watch",
29
- "test:visual": "chromatic --project-token=9226d55e4d56 --exit-zero-on-changes --build-script-name=storybook:chromatic:build",
29
+ "test:visual": "chromatic --project-token=9226d55e4d56 --exit-zero-on-changes --build-script-name=storybook:chromatic:build --only-changed",
30
30
  "start": "yarn storybook",
31
31
  "storybook": "storybook dev -p 6006 --loglevel info",
32
32
  "storybook:chromatic": "storybook dev -p 6006",
33
- "storybook:chromatic:build": "storybook build -o ./.storybook/dist",
34
- "storybook:build": "storybook build -o ./.storybook/dist --loglevel info",
33
+ "storybook:chromatic:build": "storybook build -o ./.storybook/dist --webpack-stats-json preview-stats.json",
34
+ "storybook:build": "storybook build -o ./.storybook/dist --loglevel info --webpack-stats-json preview-stats.json",
35
35
  "new:component": "node ./scripts/new-component.js"
36
36
  },
37
37
  "peerDependencies": {
@@ -65,7 +65,7 @@
65
65
  "@typescript-eslint/parser": "^6.11.0",
66
66
  "@vitejs/plugin-react": "^4.0.3",
67
67
  "babel-jest": "^29.7.0",
68
- "chromatic": "^9.0.0",
68
+ "chromatic": "^11.5.6",
69
69
  "cross-env": "^7.0.3",
70
70
  "eslint": "^8.53.0",
71
71
  "eslint-config-prettier": "^9.0.0",
@@ -96,6 +96,7 @@
96
96
  "ts-jest": "^29.1.2",
97
97
  "typescript": "^5.3.2",
98
98
  "vite": "^4.4.5",
99
+ "vite-plugin-turbosnap": "^1.0.3",
99
100
  "yup": "^0.32.9"
100
101
  },
101
102
  "files": [