Skip to content

Commit

Permalink
[Framer] Release v1.1.0 (mui#19800)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes authored and EsoterikStare committed Mar 30, 2020
1 parent 634b1bb commit fdddb15
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 25 deletions.
1 change: 1 addition & 0 deletions framer/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Material-UI.framerfx/design/*
Material-UI.framerfx/build/*
Material-UI.framerfx/dist/*
canvas.tsx
2 changes: 1 addition & 1 deletion framer/Material-UI.framerfx/.npmrc
Original file line number Diff line number Diff line change
@@ -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}
18 changes: 18 additions & 0 deletions framer/Material-UI.framerfx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 4 additions & 1 deletion framer/Material-UI.framerfx/design/document.json
Original file line number Diff line number Diff line change
Expand Up @@ -3778,9 +3778,12 @@
}
],
"error" : "#f44336",
"info" : "#2196f3",
"paletteType" : "light",
"primary" : "#3577CB",
"secondary" : "#CA2B51"
"secondary" : "#CA2B51",
"success" : "#4caf4f",
"warning" : "#ff9800"
},
"codeOverrideEnabled" : false,
"constraintsLocked" : false,
Expand Down
6 changes: 3 additions & 3 deletions framer/Material-UI.framerfx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand All @@ -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": {
Expand Down
41 changes: 21 additions & 20 deletions framer/Material-UI.framerfx/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit fdddb15

Please sign in to comment.