|
63 | 63 | },
|
64 | 64 | //NSVue Specific CSS Properties
|
65 | 65 | "{NSVue} tabTextColor Style": {
|
66 |
| - "prefix": "tabTextColor", |
| 66 | + "prefix": "ns-tabTextColor", |
67 | 67 | "body": "tab-text-color: $1;$0",
|
68 | 68 | "description": "Sets the text color of the tabs titles."
|
69 | 69 | },
|
70 | 70 | "{NSVue} selectedTabTextColor Style": {
|
71 |
| - "prefix": "selectedTabTextColor", |
| 71 | + "prefix": "ns-selectedTabTextColor", |
72 | 72 | "body": "selected-tab-text-color: $1;$0",
|
73 | 73 | "description": "Sets the color of the text, while selecting some of the tabs."
|
74 | 74 | },
|
75 | 75 | "{NSVue} tabBackgroundColor Style": {
|
76 |
| - "prefix": "tabBackgroundColor", |
| 76 | + "prefix": "ns-tabBackgroundColor", |
77 | 77 | "body": "tab-background-color: $1;$0",
|
78 | 78 | "description": "Sets the background color of the tabs."
|
79 | 79 | },
|
80 | 80 | "{NSVue} tabTextFontSize Style": {
|
81 |
| - "prefix": "tabTextFontSize", |
| 81 | + "prefix": "ns-tabTextFontSize", |
82 | 82 | "body": "tab-text-font-size: $1;$0",
|
83 | 83 | "description": "Sets the tab titles font size, without changing the font size of all contents of the tab."
|
84 | 84 | },
|
85 | 85 | "{NSVue} textTransform Style": {
|
86 |
| - "prefix": "textTransform", |
| 86 | + "prefix": "ns-textTransform", |
87 | 87 | "body": "text-transform: $1;$0",
|
88 | 88 | "description": "Sets the text transform individually for every TabViewItem. Value options: capitalize, lowercase, none, and uppercase."
|
89 | 89 | },
|
90 | 90 | "{NSVue} androidSelectedTabHighlightColor Style": {
|
91 |
| - "prefix": "androidSelectedTabHighlightColor", |
| 91 | + "prefix": "ns-androidSelectedTabHighlightColor", |
92 | 92 | "body": "android-selected-tab-highlight-color: $1;$0",
|
93 | 93 | "description": "Sets the underline color of the tabs in Android."
|
94 | 94 | },
|
95 | 95 | "{NSVue} androidElevation Style": {
|
96 |
| - "prefix": "androidElevation", |
| 96 | + "prefix": "ns-androidElevation", |
97 | 97 | "body": "android-elevation: $1;$0",
|
98 | 98 | "description": "Sets the elevation of the View in Android."
|
99 | 99 | },
|
100 | 100 | "{NSVue} androidDynamicElevationOffset Style": {
|
101 |
| - "prefix": "androidDynamicElevationOffset", |
| 101 | + "prefix": "ns-androidDynamicElevationOffset", |
102 | 102 | "body": "android-dynamic-elevation-offset: $1;$0",
|
103 | 103 | "description": "Sets the elevation of the View in Android, which will be shown when an action was performed(e.g. tap, touch)."
|
104 | 104 | },
|
105 | 105 | "{NSVue} offBackgroundColor Style": {
|
106 |
| - "prefix": "offBackgroundColor", |
| 106 | + "prefix": "ns-offBackgroundColor", |
107 | 107 | "body": "off-background-color: $1;$0",
|
108 | 108 | "description": "Sets the background color of the Switch when it is turned off."
|
109 | 109 | },
|
110 | 110 | "{NSVue} highlightColor Style": {
|
111 |
| - "prefix": "highlightColor", |
| 111 | + "prefix": "ns-highlightColor", |
112 | 112 | "body": "highlight-color: $1;$0",
|
113 | 113 | "description": "Gets or sets the underline color of the selected TabStripItem."
|
114 | 114 | },
|
115 | 115 | // Supported CSS Properties 49
|
116 | 116 | "{NSVue} color Style": {
|
117 |
| - "prefix": "color", |
| 117 | + "prefix": "ns-color", |
118 | 118 | "body": "color: $1;$0",
|
119 | 119 | "description": "Sets a solid-color value to the matched view’s foreground."
|
120 | 120 | },
|
121 | 121 | "{NSVue} background Style": {
|
122 |
| - "prefix": "background", |
| 122 | + "prefix": "ns-background", |
123 | 123 | "body": "background: $1;$0",
|
124 | 124 | "description": "Sets a solid-color value or a linear gradient to the matched view’s background."
|
125 | 125 | },
|
126 | 126 | "{NSVue} backgroundColor Style": {
|
127 |
| - "prefix": "background-color", |
| 127 | + "prefix": "ns-background-color", |
128 | 128 | "body": "background-color: $1;$0",
|
129 | 129 | "description": "Sets a solid-color value to the matched view’s background."
|
130 | 130 | },
|
131 | 131 | "{NSVue} placeholderColor Style": {
|
132 |
| - "prefix": "placeholder-color", |
| 132 | + "prefix": "ns-placeholder-color", |
133 | 133 | "body": "placeholder-color: $1;$0",
|
134 | 134 | "description": "Sets the placeholder (hint) font color to matched views."
|
135 | 135 | },
|
136 | 136 | "{NSVue} backgroundImage Style": {
|
137 |
| - "prefix": "background-image", |
| 137 | + "prefix": "ns-background-image", |
138 | 138 | "body": "background-image: $1;$0",
|
139 | 139 | "description": "Sets a image url to the matched view’s background image."
|
140 | 140 | },
|
141 | 141 | "{NSVue} backgroundRepeat Style": {
|
142 |
| - "prefix": "background-repeat", |
| 142 | + "prefix": "ns-background-repeat", |
143 | 143 | "body": "background-repeat: $1;$0",
|
144 | 144 | "description": "Sets if/how the background image should be repeated. Possible values: repeat, repeat-x, repeat-y, no-repeat"
|
145 | 145 | },
|
146 | 146 | "{NSVue} backgroundPosition Style": {
|
147 |
| - "prefix": "background-position", |
| 147 | + "prefix": "ns-background-position", |
148 | 148 | "body": "background-position: $1;$0",
|
149 | 149 | "description": "Sets the starting position of the background image. You can set the position with absolute, percent or alignment values. More info here."
|
150 | 150 | },
|
151 | 151 | "{NSVue} backgroundSize Style": {
|
152 |
| - "prefix": "background-size", |
| 152 | + "prefix": "ns-background-size", |
153 | 153 | "body": "background-size: $1;$0",
|
154 | 154 | "description": "Sets the size of the background image. Possible values: \"length length\", \"percent% percent%\", \"cover\" or \"contain\"."
|
155 | 155 | },
|
156 | 156 | "{NSVue} borderColor Style": {
|
157 |
| - "prefix": "border-color", |
| 157 | + "prefix": "ns-border-color", |
158 | 158 | "body": "border-color: $1;$0",
|
159 | 159 | "description": "Sets border colors to the matched view’s."
|
160 | 160 | },
|
161 | 161 | "{NSVue} borderTopColor Style": {
|
162 |
| - "prefix": "border-top-color", |
| 162 | + "prefix": "ns-border-top-color", |
163 | 163 | "body": "border-top-color: $1;$0",
|
164 | 164 | "description": "Sets a top border color to the matched view’s."
|
165 | 165 | },
|
166 | 166 | "{NSVue} borderRightColor Style": {
|
167 |
| - "prefix": "border-right-color", |
| 167 | + "prefix": "ns-border-right-color", |
168 | 168 | "body": "border-right-color: $1;$0",
|
169 | 169 | "description": "Sets a right border color to the matched view’s."
|
170 | 170 | },
|
171 | 171 | "{NSVue} borderBottomColor Style": {
|
172 |
| - "prefix": "border-bottom-color", |
| 172 | + "prefix": "ns-border-bottom-color", |
173 | 173 | "body": "border-bottom-color: $1;$0",
|
174 | 174 | "description": "Sets a bottom border color to the matched view’s."
|
175 | 175 | },
|
176 | 176 | "{NSVue} borderLeftColor Style": {
|
177 |
| - "prefix": "border-left-color", |
| 177 | + "prefix": "ns-border-left-color", |
178 | 178 | "body": "border-left-color: $1;$0",
|
179 | 179 | "description": "Sets a left border color to the matched view’s."
|
180 | 180 | },
|
181 | 181 | "{NSVue} borderWidth Style": {
|
182 |
| - "prefix": "border-width", |
| 182 | + "prefix": "ns-border-width", |
183 | 183 | "body": "border-width: $1;$0",
|
184 | 184 | "description": "Sets border widths to the matched view’s."
|
185 | 185 | },
|
186 | 186 | "{NSVue} borderTopWidth Style": {
|
187 |
| - "prefix": "border-top-width", |
| 187 | + "prefix": "ns-border-top-width", |
188 | 188 | "body": "border-top-width: $1;$0",
|
189 | 189 | "description": "Sets a top border width to the matched view’s."
|
190 | 190 | },
|
191 | 191 | "{NSVue} borderRightWidth Style": {
|
192 |
| - "prefix": "border-right-width", |
| 192 | + "prefix": "ns-border-right-width", |
193 | 193 | "body": "border-right-width: $1;$0",
|
194 | 194 | "description": "Sets a right border width to the matched view’s."
|
195 | 195 | },
|
196 | 196 | "{NSVue} borderBottomWidth Style": {
|
197 |
| - "prefix": "border-bottom-width", |
| 197 | + "prefix": "ns-border-bottom-width", |
198 | 198 | "body": "border-bottom-width: $1;$0",
|
199 | 199 | "description": "Sets a bottom border width to the matched view’s."
|
200 | 200 | },
|
201 | 201 | "{NSVue} borderLeftWidth Style": {
|
202 |
| - "prefix": "border-left-width", |
| 202 | + "prefix": "ns-border-left-width", |
203 | 203 | "body": "border-left-width: $1;$0",
|
204 | 204 | "description": "Sets a left border width to the matched view’s."
|
205 | 205 | },
|
206 | 206 | "{NSVue} borderRadius Style": {
|
207 |
| - "prefix": "border-radius", |
| 207 | + "prefix": "ns-border-radius", |
208 | 208 | "body": "border-radius: $1;$0",
|
209 | 209 | "description": "Sets a border radius to the matched view’s."
|
210 | 210 | },
|
211 | 211 | "{NSVue} font Style": {
|
212 |
| - "prefix": "font", |
| 212 | + "prefix": "ns-font", |
213 | 213 | "body": "font: $1;$0",
|
214 | 214 | "description": "Sets the font properties (this includes font-family, font-size, font-style and font-weight) of the matched view."
|
215 | 215 | },
|
216 | 216 | "{NSVue} fontFamily Style": {
|
217 |
| - "prefix": "font-family", |
| 217 | + "prefix": "ns-font-family", |
218 | 218 | "body": "font-family: $1;$0",
|
219 | 219 | "description": "Sets the font family of the matched view."
|
220 | 220 | },
|
221 | 221 | "{NSVue} fontSize Style": {
|
222 |
| - "prefix": "font-size", |
| 222 | + "prefix": "ns-font-size", |
223 | 223 | "body": "font-size: $1;$0",
|
224 | 224 | "description": "Sets the font size of the matched view (only supports device-independent units)."
|
225 | 225 | },
|
226 | 226 | "{NSVue} fontStyle Style": {
|
227 |
| - "prefix": "font-style", |
| 227 | + "prefix": "ns-font-style", |
228 | 228 | "body": "font-style: $1;$0",
|
229 | 229 | "description": "Sets the font style of the matched view. Possible values: italic, normal."
|
230 | 230 | },
|
231 | 231 | "{NSVue} fontWeight Style": {
|
232 |
| - "prefix": "font-weight", |
| 232 | + "prefix": "ns-font-weight", |
233 | 233 | "body": "font-weight: $1;$0",
|
234 | 234 | "description": "Sets the font weight of the matched view Possible values: bold, normal OR 100,200,300,400,500,600,700,800,900, where 400 is normal and 700 is bold (NOTE: Some fonts do not support all available variants)"
|
235 | 235 | },
|
236 | 236 | "{NSVue} textAlignment Style": {
|
237 |
| - "prefix": "text-align", |
| 237 | + "prefix": "ns-text-align", |
238 | 238 | "body": "text-align: $1;$0",
|
239 | 239 | "description": "Sets text alignment in the matched view. Possible values: left , center, right."
|
240 | 240 | },
|
241 | 241 | "{NSVue} textDecoration Style": {
|
242 |
| - "prefix": "text-decoration", |
| 242 | + "prefix": "ns-text-decoration", |
243 | 243 | "body": "text-decoration: $1;$0",
|
244 | 244 | "description": "Sets the text formatting. Possible values: none, line-through, underline."
|
245 | 245 | },
|
246 | 246 | // "{NSVue} textTransform Style": {
|
247 |
| - // "prefix": "text-transform", |
| 247 | + // "prefix": "ns-text-transform", |
248 | 248 | // "body": "text-transform: $1;$0",
|
249 | 249 | // "description": "Sets the text transform. Possible values: none, capitalize, uppercase, lowercase."
|
250 | 250 | // },
|
251 | 251 | "{NSVue} letterSpacing Style": {
|
252 |
| - "prefix": "letter-spacing", |
| 252 | + "prefix": "ns-letter-spacing", |
253 | 253 | "body": "letter-spacing: $1;$0",
|
254 | 254 | "description": "Sets the text letter spacing. (On Android API Level 21 and above.)"
|
255 | 255 | },
|
256 | 256 | "{NSVue} lineHeight Style": {
|
257 |
| - "prefix": "line-height", |
| 257 | + "prefix": "ns-line-height", |
258 | 258 | "body": "line-height: $1;$0",
|
259 | 259 | "description": "Sets the text line height"
|
260 | 260 | },
|
261 | 261 | "{NSVue} zIndex Style": {
|
262 |
| - "prefix": "z-index", |
| 262 | + "prefix": "ns-z-index", |
263 | 263 | "body": "z-index: $1;$0",
|
264 | 264 | "description": "Sets the z-index. (On Android API Level 21 and above.)"
|
265 | 265 | },
|
266 | 266 | "{NSVue} clip-path Style": {
|
267 |
| - "prefix": "clip-path", |
| 267 | + "prefix": "ns-clip-path", |
268 | 268 | "body": "clip-path: $1;$0",
|
269 | 269 | "description": "Sets the clip-path. Supported shapes are circle, ellipse, rect and polygon. You can define your own shape using clippy"
|
270 | 270 | },
|
271 | 271 | "{NSVue} verticalAlignment Style": {
|
272 |
| - "prefix": "vertical-align", |
| 272 | + "prefix": "ns-vertical-align", |
273 | 273 | "body": "vertical-align: $1;$0",
|
274 | 274 | "description": "Sets the vertical alignment of the current view within its parent. Possible values: top, center, bottom, stretch."
|
275 | 275 | },
|
276 | 276 | "{NSVue} horizontalAlignment Style": {
|
277 |
| - "prefix": "horizontal-align", |
| 277 | + "prefix": "ns-horizontal-align", |
278 | 278 | "body": "horizontal-align: $1;$0",
|
279 | 279 | "description": "Sets the horizontal alignment of the current view within its parent. Possible values: left, center, right, stretch."
|
280 | 280 | },
|
281 | 281 | "{NSVue} margin Style": {
|
282 |
| - "prefix": "margin", |
| 282 | + "prefix": "ns-margin", |
283 | 283 | "body": "margin: $1;$0",
|
284 | 284 | "description": "Sets the margin of the view within its parent."
|
285 | 285 | },
|
286 | 286 | "{NSVue} marginTop Style": {
|
287 |
| - "prefix": "margin-top", |
| 287 | + "prefix": "ns-margin-top", |
288 | 288 | "body": "margin-top: $1;$0",
|
289 | 289 | "description": "Sets the top margin of the view within its parent."
|
290 | 290 | },
|
291 | 291 | "{NSVue} marginRight Style": {
|
292 |
| - "prefix": "margin-right", |
| 292 | + "prefix": "ns-margin-right", |
293 | 293 | "body": "margin-right: $1;$0",
|
294 | 294 | "description": "Sets the right margin of the view within its parent."
|
295 | 295 | },
|
296 | 296 | "{NSVue} marginBottom Style": {
|
297 |
| - "prefix": "margin-bottom", |
| 297 | + "prefix": "ns-margin-bottom", |
298 | 298 | "body": "margin-bottom: $1;$0",
|
299 | 299 | "description": "Sets the bottom margin of the view within its parent."
|
300 | 300 | },
|
301 | 301 | "{NSVue} marginLeft Style": {
|
302 |
| - "prefix": "margin-left", |
| 302 | + "prefix": "ns-margin-left", |
303 | 303 | "body": "margin-left: $1;$0",
|
304 | 304 | "description": "Sets the left margin of the view within its parent."
|
305 | 305 | },
|
306 | 306 | "{NSVue} width Style": {
|
307 |
| - "prefix": "width", |
| 307 | + "prefix": "ns-width", |
308 | 308 | "body": "width: $1;$0",
|
309 | 309 | "description": "Sets the view width."
|
310 | 310 | },
|
311 | 311 | "{NSVue} height Style": {
|
312 |
| - "prefix": "height", |
| 312 | + "prefix": "ns-height", |
313 | 313 | "body": "height: $1;$0",
|
314 | 314 | "description": "Sets the view height."
|
315 | 315 | },
|
316 | 316 | "{NSVue} minWidth Style": {
|
317 |
| - "prefix": "min-width", |
| 317 | + "prefix": "ns-min-width", |
318 | 318 | "body": "min-width: $1;$0",
|
319 | 319 | "description": "Sets the minimal view width."
|
320 | 320 | },
|
321 | 321 | "{NSVue} minHeight Style": {
|
322 |
| - "prefix": "min-height", |
| 322 | + "prefix": "ns-min-height", |
323 | 323 | "body": "min-height: $1;$0",
|
324 | 324 | "description": "Sets the minimal view height."
|
325 | 325 | },
|
326 | 326 | "{NSVue} padding Style": {
|
327 |
| - "prefix": "padding", |
| 327 | + "prefix": "ns-padding", |
328 | 328 | "body": "padding: $1;$0",
|
329 | 329 | "description": "Sets the distance between the boundaries of the layout container and its children."
|
330 | 330 | },
|
331 | 331 | "{NSVue} paddingTop Style": {
|
332 |
| - "prefix": "padding-top", |
| 332 | + "prefix": "ns-padding-top", |
333 | 333 | "body": "padding-top: $1;$0",
|
334 | 334 | "description": "Sets the top padding of a layout container."
|
335 | 335 | },
|
336 | 336 | "{NSVue} paddingRight Style": {
|
337 |
| - "prefix": "padding-right", |
| 337 | + "prefix": "ns-padding-right", |
338 | 338 | "body": "padding-right: $1;$0",
|
339 | 339 | "description": "Sets the right padding of a layout container."
|
340 | 340 | },
|
341 | 341 | "{NSVue} paddingBottom Style": {
|
342 |
| - "prefix": "padding-bottom", |
| 342 | + "prefix": "ns-padding-bottom", |
343 | 343 | "body": "padding-bottom: $1;$0",
|
344 | 344 | "description": "Sets the bottom padding of a layout container."
|
345 | 345 | },
|
346 | 346 | "{NSVue} paddingLeft Style": {
|
347 |
| - "prefix": "padding-left", |
| 347 | + "prefix": "ns-padding-left", |
348 | 348 | "body": "padding-left: $1;$0",
|
349 | 349 | "description": "Sets the left padding of a layout container."
|
350 | 350 | },
|
351 | 351 | "{NSVue} visibility Style": {
|
352 |
| - "prefix": "visibility", |
| 352 | + "prefix": "ns-visibility", |
353 | 353 | "body": "visibility: $1;$0",
|
354 | 354 | "description": "Sets the view visibility. Possible values: visible, collapse (or collapsed)."
|
355 | 355 | },
|
356 | 356 | "{NSVue} opacity Style": {
|
357 |
| - "prefix": "opacity", |
| 357 | + "prefix": "ns-opacity", |
358 | 358 | "body": "opacity: $1;$0",
|
359 | 359 | "description": "Sets the view opacity. The value is in the [0, 1] range."
|
360 | 360 | }
|
|
0 commit comments