From b9df71f4c4d81ef319e227cd92b9c1f1753010a8 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 13 May 2013 10:26:00 -0400 Subject: [PATCH] Renames UI Block to message to be more explicit` --- RELEASE NOTES.md | 9 + .../collections/{block.html => message.html} | 32 +-- .../semantic/src/collections}/block.css | 66 ++--- .../semantic/src/collections/form.css | 12 +- .../semantic/src/collections/message.css | 260 ++++++++++++++++++ .../semantic/src/elements/block.css | 66 ++--- node/src/layouts/default.html.eco | 2 +- src/collections/form.css | 12 +- src/collections/message.css | 260 ++++++++++++++++++ 9 files changed, 624 insertions(+), 95 deletions(-) create mode 100644 RELEASE NOTES.md rename node/src/documents/collections/{block.html => message.html} (88%) mode change 100755 => 100644 rename {src/elements => node/src/files/components/semantic/src/collections}/block.css (82%) mode change 100755 => 100644 create mode 100644 node/src/files/components/semantic/src/collections/message.css create mode 100644 src/collections/message.css diff --git a/RELEASE NOTES.md b/RELEASE NOTES.md new file mode 100644 index 000000000..62ab10157 --- /dev/null +++ b/RELEASE NOTES.md @@ -0,0 +1,9 @@ +* RELEASE NOTES + +** Breaking Changes + +* Renamed UI Blocks to UI Messages (may 13, 2013) +* Messages are automatically hidden inside forms (may 04, 2013) +* Renamed UI Item Grid variation to standard item prototype to avoid conflict with ui grid (may 12, 2013) +* Renamed "grid" variation of table to "celled" to fix conflict with ui grid (may 10, 2013) +* Buttons are now grey by default \ No newline at end of file diff --git a/node/src/documents/collections/block.html b/node/src/documents/collections/message.html old mode 100755 new mode 100644 similarity index 88% rename from node/src/documents/collections/block.html rename to node/src/documents/collections/message.html index 4e6fce483..94d4b3566 --- a/node/src/documents/collections/block.html +++ b/node/src/documents/collections/message.html @@ -2,14 +2,14 @@ layout : 'default' css : 'text' -title : 'Text Block' +title : 'Message' type : 'UI Collection' ---
-

Text Block

-

Text Blocks can be used to give descriptions to sections of content. They can be formatted like tags, used to mark separate sections of a group of content.

+

Message

+

Messages can alert a user to something they must immediately consider before proceeding on to the normal content of the page.

@@ -28,7 +28,7 @@ type : 'UI Collection'

Text Block

A basic text block

-
+
Welcome back!
@@ -44,7 +44,7 @@ type : 'UI Collection'

List Block

A text block with a list

-
+
Welcome back!
@@ -59,7 +59,7 @@ type : 'UI Collection'

Dismissable Block

A text block that the user can choose to hide

-
+
Welcome back! @@ -76,14 +76,14 @@ type : 'UI Collection'

Hidden

Text Blocks can be hidden

-