Commit 6987f508 authored by Eric Seidel's avatar Eric Seidel

Move sky-*.sky into framework/elements

We're not actively developing these at the moment.

I could also just delete them, not sure if we're ready for that yet.

TBR=abarth@chromium.org

Review URL: https://codereview.chromium.org/999873002
parent b5b7ddac
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
--> -->
<import src="/sky/framework/sky-element.sky" /> <import src="/sky/framework/elements/sky-element.sky" />
<sky-element> <sky-element>
<template> <template>
<style> <style>
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
--> -->
<import src="/sky/framework/sky-element.sky" /> <import src="/sky/framework/elements/sky-element.sky" />
<import src="/sky/framework/sky-scrollable.sky" /> <import src="/sky/framework/elements/sky-scrollable.sky" />
<sky-element> <sky-element>
<template> <template>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
--> -->
<import src="/sky/framework/sky-element.sky" /> <import src="/sky/framework/elements/sky-element.sky" />
<sky-element attributes="change:number"> <sky-element attributes="change:number">
<template> <template>
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
--> -->
<import src="/sky/framework/material-element.sky" /> <import src="/sky/framework/elements/material-element.sky" />
<import src="/sky/framework/sky-element.sky" /> <import src="/sky/framework/elements/sky-element.sky" />
<import src="stock-arrow.sky" /> <import src="stock-arrow.sky" />
<sky-element> <sky-element>
......
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
--> -->
<import src="/sky/framework/sky-drawer-header.sky" /> <import src="/sky/framework/elements/sky-drawer-header.sky" />
<import src="/sky/framework/sky-drawer.sky" /> <import src="/sky/framework/elements/sky-drawer.sky" />
<import src="/sky/framework/sky-element.sky" /> <import src="/sky/framework/elements/sky-element.sky" />
<import src="/sky/framework/sky-icon.sky" /> <import src="/sky/framework/elements/sky-icon.sky" />
<import src="/sky/framework/sky-menu-divider.sky" /> <import src="/sky/framework/elements/sky-menu-divider.sky" />
<import src="/sky/framework/sky-menu-item.sky" /> <import src="/sky/framework/elements/sky-menu-item.sky" />
<import src="/sky/framework/sky-scrollable.sky" /> <import src="/sky/framework/elements/sky-scrollable.sky" />
<import src="/sky/framework/sky-toolbar.sky" /> <import src="/sky/framework/elements/sky-toolbar.sky" />
<import src="stock.sky" as='view'/> <import src="stock.sky" as='view'/>
<sky-element> <sky-element>
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
--> -->
<import src="/sky/framework/sky-box.sky" /> <import src="/sky/framework/elements/sky-box.sky" />
<import src="/sky/framework/sky-button.sky" /> <import src="/sky/framework/elements/sky-button.sky" />
<import src="/sky/framework/sky-checkbox.sky" /> <import src="/sky/framework/elements/sky-checkbox.sky" />
<import src="/sky/framework/sky-element.sky" /> <import src="/sky/framework/elements/sky-element.sky" />
<import src="/sky/framework/sky-input.sky" /> <import src="/sky/framework/elements/sky-input.sky" />
<import src="/sky/framework/sky-radio.sky" /> <import src="/sky/framework/elements/sky-radio.sky" />
<import src="/sky/framework/sky-scrollable.sky" /> <import src="/sky/framework/elements/sky-scrollable.sky" />
<sky-element> <sky-element>
<template> <template>
<style> <style>
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<sky-input id="text" value="{{ inputValue }}" /> <sky-input id="text" value="{{ inputValue }}" />
<div>value = {{ inputValue }}</div> <div>value = {{ inputValue }}</div>
</sky-box> </sky-box>
<sky-box title='Buttons'> <sky-box title='Buttons'>
<div style="display: flex; flex-direction: horizontal"> <div style="display: flex; flex-direction: horizontal">
<div style="flex:1" /> <div style="flex:1" />
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<sky-button level="1" primary>CONFIRM</sky-button> <sky-button level="1" primary>CONFIRM</sky-button>
</div> </div>
</sky-box> </sky-box>
<sky-box title='Checkboxes'> <sky-box title='Checkboxes'>
<div><sky-checkbox id='checkbox' checked='{{ checked }}'/>Checkbox</div> <div><sky-checkbox id='checkbox' checked='{{ checked }}'/>Checkbox</div>
<div class="output">highlight: {{ myCheckbox.highlight }}</div> <div class="output">highlight: {{ myCheckbox.highlight }}</div>
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<div><sky-checkbox id='checkbox' checked="true"/>Checkbox, default checked.</div> <div><sky-checkbox id='checkbox' checked="true"/>Checkbox, default checked.</div>
<div class="output">checked: {{ checked }}</div> <div class="output">checked: {{ checked }}</div>
</sky-box> </sky-box>
<sky-box title='Radios'> <sky-box title='Radios'>
<sky-box title='Group One'> <sky-box title='Group One'>
<div><sky-radio group='foo'/>one</div> <div><sky-radio group='foo'/>one</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment