@inf-monkeys-tech/monkeys-design 1.0.40 → 1.0.41

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@inf-monkeys-tech/monkeys-design",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "Monkeys Design Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -132,7 +132,8 @@
132
132
  "test:package-consumers": "node ./scripts/verify-packed-consumers.mjs",
133
133
  "test:package": "yarn verify:dependencies && yarn verify:package && yarn test:package-consumers",
134
134
  "test:contrast": "node ./scripts/test-semantic-contrast.mjs",
135
- "test:styles": "yarn test:contrast && node ./scripts/verify-token-discipline.mjs && node ./scripts/verify-styles.mjs",
135
+ "test:product-control-surfaces": "node ./scripts/test-product-control-surfaces.mjs",
136
+ "test:styles": "yarn test:contrast && yarn test:product-control-surfaces && node ./scripts/verify-token-discipline.mjs && node ./scripts/verify-styles.mjs",
136
137
  "quality:publish": "yarn typecheck && yarn typecheck:storybook && node ./scripts/validate-component-metadata.mjs && yarn test && yarn test:readiness:targeted && yarn test:styles && yarn verify:package && yarn storybook:build",
137
138
  "prepack": "yarn build",
138
139
  "prepublishOnly": "yarn quality:publish",
@@ -210,6 +211,7 @@
210
211
  "react-dom": "^18.2.0",
211
212
  "rimraf": "^5.0.0",
212
213
  "sass-embedded": "^1.100.0",
214
+ "semver": "7.8.5",
213
215
  "sonner": "^2.0.7",
214
216
  "storybook": "10.3.5",
215
217
  "tailwindcss": "^3.4.18",