Skip to content

Commit

Permalink
chore: update descriptions and demo images
Browse files Browse the repository at this point in the history
  • Loading branch information
keerl committed Nov 23, 2020
1 parent d861c22 commit 13de06e
Show file tree
Hide file tree
Showing 29 changed files with 127 additions and 57 deletions.
Binary file added images/demo-bottom-navigation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo-bottom-sheet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo-cardview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo-dialogs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo-floatingactionbutton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo-progress.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo-ripple.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo-slider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo-snackbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo-speeddial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo-tabs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo-textfield.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/demo-textview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/activityindicator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript-community/ui-material-activityindicator",
"version": "5.1.5",
"description": "Material Design activity indicator expresses an unspecified wait time.",
"description": "Material Design Activity Indicator expresses an unspecified wait time.",
"main": "./index",
"sideEffects": false,
"typings": "./index.d.ts",
Expand Down
13 changes: 9 additions & 4 deletions packages/bottomnavigationbar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript-community/ui-material-bottomnavigationbar",
"version": "5.1.5",
"description": "NativeScript plugin to add a bottom navigation bar component for Android & iOS",
"description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.",
"main": "bottomnavigationbar",
"sideEffects": false,
"typings": "bottomnavigationbar.d.ts",
Expand Down Expand Up @@ -29,7 +29,10 @@
"Bytpher",
"Bottom Navigation",
"Material Design",
"Tab Navigation"
"Tab Navigation",
"Vue",
"Angular",
"preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-bottom-navigation.png"
],
"author": {
"name": "Henry Chavez",
Expand All @@ -39,8 +42,10 @@
"url": "https://github.com/Akylas/nativescript-material-components/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Akylas/nativescript-material-components",
"repository": "https://github.com/Akylas/nativescript-material-components",
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomnavigationbar"
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.1.5"
Expand Down
13 changes: 9 additions & 4 deletions packages/bottomsheet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript-community/ui-material-bottomsheet",
"version": "5.1.5",
"description": "Material bottomsheet component",
"description": "Material Design Bottom Sheets slide up from the bottom of the screen to reveal more content. Bottom sheets integrate with the app to display supporting content or present deep-linked content from other apps.",
"main": "./bottomsheet",
"sideEffects": false,
"typings": "./bottomsheet.d.ts",
Expand All @@ -23,7 +23,10 @@
"NativeScript",
"JavaScript",
"Android",
"iOS"
"iOS",
"Vue",
"Angular",
"preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-bottom-sheet.png"
],
"author": {
"name": "Martin Guillon",
Expand All @@ -33,8 +36,10 @@
"url": "https://github.com/Akylas/nativescript-material-components/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Akylas/nativescript-material-components",
"repository": "https://github.com/Akylas/nativescript-material-components",
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/bottomsheet"
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.1.5"
Expand Down
13 changes: 9 additions & 4 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript-community/ui-material-button",
"version": "5.1.5",
"description": "Material button component",
"description": "Material Design Buttons allow users to take actions, and make choices, with a single tap.",
"main": "./button",
"sideEffects": false,
"typings": "./button.d.ts",
Expand All @@ -23,7 +23,10 @@
"NativeScript",
"JavaScript",
"Android",
"iOS"
"iOS",
"Vue",
"Angular",
"preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-button.png"
],
"author": {
"name": "Martin Guillon",
Expand All @@ -33,8 +36,10 @@
"url": "https://github.com/Akylas/nativescript-material-components/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Akylas/nativescript-material-components",
"repository": "https://github.com/Akylas/nativescript-material-components",
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/button"
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/text": "^1.2.5",
Expand Down
13 changes: 9 additions & 4 deletions packages/cardview/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript-community/ui-material-cardview",
"version": "5.1.5",
"description": "Material cardview component",
"description": "Material Design Cards contain content and actions about a single subject.",
"main": "./cardview",
"sideEffects": false,
"typings": "./cardview.d.ts",
Expand All @@ -23,7 +23,10 @@
"NativeScript",
"JavaScript",
"Android",
"iOS"
"iOS",
"Vue",
"Angular",
"preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-cardview.png"
],
"author": {
"name": "Martin Guillon",
Expand All @@ -33,8 +36,10 @@
"url": "https://github.com/Akylas/nativescript-material-components/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Akylas/nativescript-material-components",
"repository": "https://github.com/Akylas/nativescript-material-components",
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/cardview"
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.1.5"
Expand Down
13 changes: 9 additions & 4 deletions packages/dialogs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript-community/ui-material-dialogs",
"version": "5.1.5",
"description": "Material Dialogs component",
"description": "Material Design Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.",
"main": "./dialogs",
"sideEffects": false,
"typings": "./dialogs.d.ts",
Expand All @@ -22,7 +22,10 @@
"NativeScript",
"JavaScript",
"Android",
"iOS"
"iOS",
"Vue",
"Angular",
"preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-dialogs.png"
],
"author": {
"name": "Martin Guillon",
Expand All @@ -31,9 +34,11 @@
"bugs": {
"url": "https://github.com/Akylas/nativescript-material-components/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/dialogs"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Akylas/nativescript-material-components",
"repository": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.1.5",
Expand Down
13 changes: 9 additions & 4 deletions packages/floatingactionbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript-community/ui-material-floatingactionbutton",
"version": "5.1.5",
"description": "Material floatingactionbutton component",
"description": "Material Design FAB performs the primary, or most common, action on a screen. It appears in front of all screen content, typically as a circular shape with an icon in its center.",
"main": "./floatingactionbutton",
"sideEffects": false,
"typings": "./floatingactionbutton.d.ts",
Expand All @@ -23,7 +23,10 @@
"NativeScript",
"JavaScript",
"Android",
"iOS"
"iOS",
"Vue",
"Angular",
"preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-floatingactionbutton.png"
],
"author": {
"name": "Martin Guillon",
Expand All @@ -32,9 +35,11 @@
"bugs": {
"url": "https://github.com/Akylas/nativescript-material-components/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/floatingactionbutton"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Akylas/nativescript-material-components",
"repository": "https://github.com/Akylas/nativescript-material-components",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.1.5"
Expand Down
13 changes: 9 additions & 4 deletions packages/progress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript-community/ui-material-progress",
"version": "5.1.5",
"description": "Material progress component",
"description": "Progress view is a linear progress indicator that implements Material Design animation and layout.",
"main": "./progress",
"sideEffects": false,
"typings": "./progress.d.ts",
Expand All @@ -23,7 +23,10 @@
"NativeScript",
"JavaScript",
"Android",
"iOS"
"iOS",
"Vue",
"Angular",
"preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-progress.gif"
],
"author": {
"name": "Martin Guillon",
Expand All @@ -33,8 +36,10 @@
"url": "https://github.com/Akylas/nativescript-material-components/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Akylas/nativescript-material-components",
"repository": "https://github.com/Akylas/nativescript-material-components",
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/progress"
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.1.5"
Expand Down
13 changes: 9 additions & 4 deletions packages/ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript-community/ui-material-ripple",
"version": "5.1.5",
"description": "Material ripple component",
"description": "The Material Design Ripple component provides a radial action in the form of a visual ripple expanding outward from the user's touch. Ripple is a visual form of feedback for touch events providing users a clear signal that an element is being touched.",
"main": "./ripple",
"sideEffects": false,
"typings": "./ripple.d.ts",
Expand All @@ -23,7 +23,10 @@
"NativeScript",
"JavaScript",
"Android",
"iOS"
"iOS",
"Vue",
"Angular",
"preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-ripple.gif"
],
"author": {
"name": "Martin Guillon",
Expand All @@ -33,8 +36,10 @@
"url": "https://github.com/Akylas/nativescript-material-components/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Akylas/nativescript-material-components",
"repository": "https://github.com/Akylas/nativescript-material-components",
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/ripple"
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.1.5"
Expand Down
13 changes: 9 additions & 4 deletions packages/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript-community/ui-material-slider",
"version": "5.1.5",
"description": "Material slider component",
"description": "Material Design Sliders allow users to make selections from a range of values.",
"main": "./slider",
"sideEffects": false,
"typings": "./slider.d.ts",
Expand All @@ -23,7 +23,10 @@
"NativeScript",
"JavaScript",
"Android",
"iOS"
"iOS",
"Vue",
"Angular",
"preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-slider.png"
],
"author": {
"name": "Martin Guillon",
Expand All @@ -33,8 +36,10 @@
"url": "https://github.com/Akylas/nativescript-material-components/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Akylas/nativescript-material-components",
"repository": "https://github.com/Akylas/nativescript-material-components",
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/slider"
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.1.5"
Expand Down
13 changes: 9 additions & 4 deletions packages/snackbar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript-community/ui-material-snackbar",
"version": "5.1.5",
"description": "Material snackbar component",
"description": "Material Design Snackbars provide brief messages about app processes at the bottom of the screen.",
"main": "./snackbar",
"sideEffects": false,
"typings": "./snackbar.d.ts",
Expand All @@ -22,7 +22,10 @@
"NativeScript",
"JavaScript",
"Android",
"iOS"
"iOS",
"Vue",
"Angular",
"preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-snackbar.png"
],
"author": {
"name": "Martin Guillon",
Expand All @@ -32,8 +35,10 @@
"url": "https://github.com/Akylas/nativescript-material-components/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Akylas/nativescript-material-components",
"repository": "https://github.com/Akylas/nativescript-material-components",
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/snackbar"
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-core": "^5.1.5"
Expand Down
13 changes: 9 additions & 4 deletions packages/speeddial/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript-community/ui-material-speeddial",
"version": "5.1.5",
"description": "Material speeddial component",
"description": "When pressed, the Material Design component can display three to six related actions in the form of a speed dial.",
"main": "./index",
"sideEffects": false,
"typings": "./index.d.ts",
Expand All @@ -23,7 +23,10 @@
"NativeScript",
"JavaScript",
"Android",
"iOS"
"iOS",
"Vue",
"Angular",
"preview|https://raw.githubusercontent.com/nativescript-community/ui-material-components/master/images/demo-speeddial.png"
],
"author": {
"name": "Martin Guillon",
Expand All @@ -33,8 +36,10 @@
"url": "https://github.com/Akylas/nativescript-material-components/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Akylas/nativescript-material-components",
"repository": "https://github.com/Akylas/nativescript-material-components",
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/ui-material-components/tree/master/packages/speeddial"
},
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/ui-material-button": "^5.1.5",
Expand Down
Loading

0 comments on commit 13de06e

Please sign in to comment.