Skip to content

Commit 8007d26

Browse files
author
Zdravko
authored
Merge pull request #278 from NativeScript/update-autocomplete-demo
chore: update 'autocomplete' demo for nativescript-ui-autocomplete v5.1.1
2 parents 8bfe2c3 + eda4ffc commit 8007d26

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

autocomplete/app/examples/css/autocomplete-css.component.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
RadAutoCompleteTextView.ac1 {
22
color:#303F9F;
33
background: #00BCD4;
4-
padding: 0 6;
4+
padding: 8;
55
margin: 10 10 5 10;
66
border-width: 3;
77
border-color: #303F9F;
@@ -43,7 +43,7 @@ RadAutoCompleteTextView.ac1 SuggestionView Label {
4343
}
4444

4545
RadAutoCompleteTextView.ac2 {
46-
padding: 2 6;
46+
padding: 10;
4747
margin: 5 10;
4848
background: white;
4949
token-item-spacing: 12;
@@ -89,7 +89,7 @@ RadAutoCompleteTextView.ac2 ClearButton {
8989

9090
RadAutoCompleteTextView.ac3 {
9191
margin: 5 10;
92-
padding: 0 6;
92+
padding: 10;
9393
color: #00C147;
9494
background: white;
9595
token-item-spacing: 12;
@@ -127,7 +127,7 @@ RadAutoCompleteTextView.ac3 ClearButton {
127127
RadAutoCompleteTextView.ac4 {
128128
color:red;
129129
background: #FFFFFF;
130-
padding: 5 10;
130+
padding: 14;
131131
margin: 5 10;
132132
border-width: 3;
133133
border-color: red;

autocomplete/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.demoangular",
88
"tns-ios": {
9-
"version": "6.0.1"
9+
"version": "6.1.0"
1010
},
1111
"tns-android": {
12-
"version": "6.0.0"
12+
"version": "6.1.0"
1313
}
1414
},
1515
"dependencies": {
@@ -35,6 +35,7 @@
3535
"@types/chai": "^4.0.2",
3636
"@types/mocha": "^2.2.41",
3737
"@types/node": "^7.0.5",
38+
"chai": "~4.2.0",
3839
"codelyzer": "^4.5.0",
3940
"filewalker": "0.1.3",
4041
"karma": "^1.6.0",
@@ -47,9 +48,9 @@
4748
"mocha-multi": "1.1.0",
4849
"mochawesome": "^3.1.1",
4950
"nativescript-css-loader": "~0.26.0",
50-
"nativescript-dev-appium": "next",
51-
"nativescript-dev-webpack": "~1.0.0",
52-
"tns-platform-declarations": "^6.1.0",
51+
"nativescript-dev-appium": "6.0.1-2019-08-30-02",
52+
"nativescript-dev-webpack": "^1.0.0",
53+
"tns-platform-declarations": "^6.1.1",
5354
"tslint": "~5.11.0",
5455
"typescript": "~3.5.3"
5556
}

0 commit comments

Comments
 (0)