Skip to content

Commit

Permalink
Merge pull request #41 from Mastercard/feature/q1-release
Browse files Browse the repository at this point in the history
Feature/q1 release - Storybook
  • Loading branch information
miguel-hub authored Feb 29, 2024
2 parents 6a519e7 + 626d0eb commit 1a7d927
Show file tree
Hide file tree
Showing 64 changed files with 9,247 additions and 25,154 deletions.
Binary file modified packages/.DS_Store
Binary file not shown.
50 changes: 50 additions & 0 deletions packages/made-css/dist/3.0.0/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "@mastercard/made-css",
"version": "3.0.0",
"description": "CSS for Made Framework Core Components",
"owner": "Made",
"main": "index.js",
"files": [
"*.*",
"src/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mastercard/made.git"
},
"publishConfig": {
"@mastercard:registry": "https://npm.pkg.github.com/mastercard"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"stylelint:test": "stylelint src/*.css",
"stylelint:fix": "stylelint src/*.css --fix",
"build": "gulp",
"pack": "npm run postbuild && npm pack ./dist/",
"release": "standard-version",
"publish-web": "npm run build && npm run postbuild && npm publish ./dist",
"publish-github": "cp package.json dist/3.0.0 && cd dist/3.0.0 && npm publish"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.8.6",
"css-mqpacker": "^7.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"postcss": "^8.3.6",
"postcss-css-variables": "0.18.0",
"postcss-import": "^14.0.2",
"standard-version": "^9.3.2",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^5.0.0",
"stylelint-selector-bem-pattern": "^2.1.1"
}
}
9 changes: 6 additions & 3 deletions packages/made-design-tokens/dist/2.2.0/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@mastercard/made-design-tokens",
"version": "2.2.0",
"version": "2.3.0",
"description": "Design tokens by Made Framework",
"owner": "Made",
"main": "index.js",
"files": [
"*.*", "web/"
"*.*",
"web/"
],
"repository": {
"type": "git",
Expand All @@ -22,7 +23,9 @@
"pack": "npm pack",
"changelog": "standard-version",
"publish-web": "npm run build && npm publish dist",
"publish-github": "cp package.json dist/2.2.0 && cd dist/2.2.0 && npm publish"
"publish-github": "cp package.json dist/2.2.0 && cd dist/2.2.0 && npm publish",
"figma-to-sd": "node ./figma/split-figma-tokens/figmaToSD.js",
"partnerbank-to-sd": "node ./figma/split-figma-tokens/partnerBankToSD.js"
},
"author": "",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 1a7d927

Please sign in to comment.