-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix divider colors Add 5pt Button default padding Remove default font-weight from .ns-root Fix vertical SideDrawer header centering in iOS - remove height, use padding Remove default FontAwesome 4 rule as it doesn't belong in the theme. Leave it for compat mode. Update CHANGELOG Update dependencies Up the version
- Loading branch information
Showing
11 changed files
with
72 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nativescript/theme", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Telerik NativeScript Core Theme", | ||
"author": "Telerik <[email protected]>", | ||
"homepage": "https://www.nativescript.org", | ||
|
@@ -27,10 +27,10 @@ | |
"nativescript-datetimepicker": "1.2.1", | ||
"nativescript-themes": "2.0.1", | ||
"nativescript-ui-autocomplete": "5.1.1", | ||
"nativescript-ui-sidedrawer": "7.0.2", | ||
"nativescript-ui-sidedrawer": "7.0.3", | ||
"nativescript-ui-dataform": "5.1.1", | ||
"nativescript-ui-listview": "7.1.0", | ||
"tns-core-modules": "6.2.0-next-2019-10-10-143928-03" | ||
"tns-core-modules": "6.2.0-next-2019-10-10-163621-04" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "6.26.3", | ||
|
@@ -42,7 +42,7 @@ | |
"lazy": "1.0.11", | ||
"nativescript-dev-webpack": "1.2.1", | ||
"resolve-url-loader": "3.1.0", | ||
"sass": "1.22.12", | ||
"sass": "1.23.0", | ||
"sass-lint": "1.13.1", | ||
"sass-loader": "8.0.0", | ||
"speed-measure-webpack-plugin": "1.3.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nativescript/theme", | ||
"version": "2.0.20", | ||
"version": "2.1.1", | ||
"description": "Telerik NativeScript Core Theme", | ||
"author": "Telerik <[email protected]>", | ||
"main": "index", | ||
|
@@ -11,8 +11,8 @@ | |
}, | ||
"nativescript": { | ||
"platforms": { | ||
"android": "6.1.0", | ||
"ios": "6.1.0" | ||
"android": "6.1.2", | ||
"ios": "6.1.1" | ||
} | ||
}, | ||
"keywords": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,4 +107,4 @@ | |
@include action-bar('.action-bar', '.action-item'); | ||
} | ||
|
||
@import '../controls'; | ||
@import '../index'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
@mixin list-view($selectors) { | ||
#{$selectors} { | ||
min-height: 100; | ||
background-color: transparent; | ||
|
||
StackLayout { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters