From 4702da88ec4faaf530195dad707daa1891d2a0f8 Mon Sep 17 00:00:00 2001 From: Matthew Brookes Date: Fri, 21 Feb 2020 20:05:00 +0000 Subject: [PATCH] [Framer] Release v1.1.0 --- framer/.prettierignore | 1 + framer/Material-UI.framerfx/.npmrc | 2 +- framer/Material-UI.framerfx/README.md | 18 ++++++++ .../Material-UI.framerfx/design/document.json | 5 ++- framer/Material-UI.framerfx/package.json | 6 +-- framer/Material-UI.framerfx/yarn.lock | 41 ++++++++++--------- 6 files changed, 48 insertions(+), 25 deletions(-) diff --git a/framer/.prettierignore b/framer/.prettierignore index 58dab90db2ccfe..9a491997b37ad0 100644 --- a/framer/.prettierignore +++ b/framer/.prettierignore @@ -1,3 +1,4 @@ Material-UI.framerfx/design/* Material-UI.framerfx/build/* +Material-UI.framerfx/dist/* canvas.tsx diff --git a/framer/Material-UI.framerfx/.npmrc b/framer/Material-UI.framerfx/.npmrc index 5cc32faf8a8f4b..b2fd3963eab639 100644 --- a/framer/Material-UI.framerfx/.npmrc +++ b/framer/Material-UI.framerfx/.npmrc @@ -1,3 +1,3 @@ @framer:registry=https://registry.framer.com/ always-auth=true -//registry.framer.com/:_authToken=f326029a-e8b0-43b7-a65d-9cb1ff2de882 +//registry.framer.com/:_authToken=${FRAMER_TOKEN} diff --git a/framer/Material-UI.framerfx/README.md b/framer/Material-UI.framerfx/README.md index 1df43de787749c..a1c200a0d5d8d8 100644 --- a/framer/Material-UI.framerfx/README.md +++ b/framer/Material-UI.framerfx/README.md @@ -56,3 +56,21 @@ If multiple options are supplied, they take the following priority: - [Material-UI documentation](https://material-ui.com/) - [GitHub repo](https://github.com/mui-org/material-ui/tree/master/framer) + +## Releases + +### 1.1.0 2020-02-21 + +- Add support for Framer shared colors to the Theme component. +- Add Info, Success and Warning colors to the Theme component. +- Add variant (circle, rounded or square) to the Avatar component. +- Add disable elevation (to remove the drop shadow) to the Button component. +- Add size (medium or small) to the Checkbox and Radio and TextField components. +- Add variant (elevation or outlined) to the Paper component. +- Add color (primary or secondary) to the TextField component. +- Fix an issue that caused the Material-UI Framer package to appear to have no components, +and existing projects using Material-UI to break. + +### 1.0.0 2019-11-11 + +- Initial release. diff --git a/framer/Material-UI.framerfx/design/document.json b/framer/Material-UI.framerfx/design/document.json index 9121cd6f0ec235..19fce804e97a52 100644 --- a/framer/Material-UI.framerfx/design/document.json +++ b/framer/Material-UI.framerfx/design/document.json @@ -3778,9 +3778,12 @@ } ], "error" : "#f44336", + "info" : "#2196f3", "paletteType" : "light", "primary" : "#3577CB", - "secondary" : "#CA2B51" + "secondary" : "#CA2B51", + "success" : "#4caf4f", + "warning" : "#ff9800" }, "codeOverrideEnabled" : false, "constraintsLocked" : false, diff --git a/framer/Material-UI.framerfx/package.json b/framer/Material-UI.framerfx/package.json index 174cd8a50087a6..4a25c5b59d8dcd 100644 --- a/framer/Material-UI.framerfx/package.json +++ b/framer/Material-UI.framerfx/package.json @@ -2,7 +2,7 @@ "name": "@framer/material-ui.material-ui", "author": "Material-UI Team", "description": "Material-UI Framer components", - "version": "1.0.0", + "version": "1.1.0", "main": "dist/index.js", "license": "MIT", "homepage": "http://material-ui.com/", @@ -17,8 +17,8 @@ "@types/react": "^16.8" }, "dependencies": { - "@material-ui/core": "^4.9.0", - "@material-ui/icons": "^4.5.1", + "@material-ui/core": "^4.9.3", + "@material-ui/icons": "^4.9.1", "naming-style": "^1.0.0" }, "peerDependencies": { diff --git a/framer/Material-UI.framerfx/yarn.lock b/framer/Material-UI.framerfx/yarn.lock index f12fea40f001d7..fba3bbf6e17134 100644 --- a/framer/Material-UI.framerfx/yarn.lock +++ b/framer/Material-UI.framerfx/yarn.lock @@ -14,30 +14,29 @@ resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.7.4.tgz#f14932887422c9056b15a8d222a9074a7dfa2831" integrity sha512-fxfMSBMX3tlIbKUdtGKxqB1fyrH6gVrX39Gsv3y8lRYKUqlgDt3UMqQyGnR1bQMa2B8aGnhLZokZgg8vT0Le+A== -"@material-ui/core@^4.9.0": - version "4.9.0" - resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.9.0.tgz#96ca3281ee06216d44fd4d0e306dbe0429eb2ebe" - integrity sha512-zrrr8mPU5DDBYaVil4uJYauW41PjSn5otn7cqGsmWOY0t90fypr9nNgM7rRJaPz2AP6oRSDx1kBQt2igf5uelg== +"@material-ui/core@^4.9.3": + version "4.9.3" + resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.9.3.tgz#29ad51f4d36cbc3af7a9db27d92f93fa4fa42d50" + integrity sha512-EQrhN7XHdCfBCMiCTHmiHSn/H1tj2qCt5W/kSDhr1gaYAtBTTiQ29j2xR1NcHT1siVQqAtgIkPephqbTEgQLwA== dependencies: "@babel/runtime" "^7.4.4" "@material-ui/styles" "^4.9.0" - "@material-ui/system" "^4.7.1" + "@material-ui/system" "^4.9.3" "@material-ui/types" "^5.0.0" "@material-ui/utils" "^4.7.1" "@types/react-transition-group" "^4.2.0" clsx "^1.0.2" convert-css-length "^2.0.1" - hoist-non-react-statics "^3.2.1" - normalize-scroll-left "^0.2.0" + hoist-non-react-statics "^3.3.2" popper.js "^1.14.1" prop-types "^15.7.2" react-is "^16.8.0" react-transition-group "^4.3.0" -"@material-ui/icons@^4.5.1": - version "4.5.1" - resolved "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.5.1.tgz#6963bad139e938702ece85ca43067688018f04f8" - integrity sha512-YZ/BgJbXX4a0gOuKWb30mBaHaoXRqPanlePam83JQPZ/y4kl+3aW0Wv9tlR70hB5EGAkEJGW5m4ktJwMgxQAeA== +"@material-ui/icons@^4.9.1": + version "4.9.1" + resolved "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.9.1.tgz#fdeadf8cb3d89208945b33dbc50c7c616d0bd665" + integrity sha512-GBitL3oBWO0hzBhvA9KxqcowRUsA0qzwKkURyC8nppnC3fw54KPKZ+d4V1Eeg/UnDRSzDaI9nGCdel/eh9AQMg== dependencies: "@babel/runtime" "^7.4.4" @@ -63,10 +62,10 @@ jss-plugin-vendor-prefixer "^10.0.3" prop-types "^15.7.2" -"@material-ui/system@^4.7.1": - version "4.7.1" - resolved "https://registry.yarnpkg.com/@material-ui/system/-/system-4.7.1.tgz#d928dacc0eeae6bea569ff3ee079f409efb3517d" - integrity sha512-zH02p+FOimXLSKOW/OT2laYkl9bB3dD1AvnZqsHYoseUaq0aVrpbl2BGjQi+vJ5lg8w73uYlt9zOWzb3+1UdMQ== +"@material-ui/system@^4.9.3": + version "4.9.3" + resolved "https://registry.yarnpkg.com/@material-ui/system/-/system-4.9.3.tgz#ee48990d7941237fdaf21b7b399981d614bb0875" + integrity sha512-DBGsTKYrLlFpHG8BUp0X6ZpvaOzef+GhSwn/8DwVTXUdHitphaPQoL9xucrI8X9MTBo//El+7nylko7lo7eJIw== dependencies: "@babel/runtime" "^7.4.4" "@material-ui/utils" "^4.7.1" @@ -144,6 +143,13 @@ hoist-non-react-statics@^3.2.1: dependencies: react-is "^16.7.0" +hoist-non-react-statics@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" + integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== + dependencies: + react-is "^16.7.0" + hyphenate-style-name@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.3.tgz#097bb7fa0b8f1a9cf0bd5c734cf95899981a9b48" @@ -236,11 +242,6 @@ naming-style@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/naming-style/-/naming-style-1.0.0.tgz#0b0299b9a5122c61c971461d435f16fddb9ecd3d" -normalize-scroll-left@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/normalize-scroll-left/-/normalize-scroll-left-0.2.0.tgz#9445d74275f303cc661e113329aefa492f58114c" - integrity sha512-t5oCENZJl8TGusJKoCJm7+asaSsPuNmK6+iEjrZ5TyBj2f02brCRsd4c83hwtu+e5d4LCSBZ0uoDlMjBo+A8yA== - object-assign@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"