diff --git a/RELEASE NOTES.md b/RELEASE NOTES.md index 94797dabb..ddfc5f5d3 100755 --- a/RELEASE NOTES.md +++ b/RELEASE NOTES.md @@ -6,8 +6,10 @@ - **Form** - Standard grids now have gutters on left and right of first and last column. ``ui fitted grid`` can be used to remove these margins - **Checkbox** - Checkbox "enable" and "disable" have been replaced with "check" and "uncheck" - **Modal** - Modal ``left`` and ``right`` sections are now replaced with ``image`` and ``description`` +- **Accordion** - Accordions are not unstyled by default allowing for more compatability with other modules without having to override styles. Styled accordions are now included as a variation ``ui styled accordion`` **Enhancements** +- **Accordion** - Accordion now includes all icons in an embedded font instead of requiring icons - **Button** - Now has compact form, used for fitting into tight spaces - **Checkbox** - All styles have been redone. Standard checkboxes are now based around PX and not EM making sure there are no unusual circles or rounding issues. Checkboxes also now use a custom font for glyphs instead of CSS tricks. - **Dropdown** - New action combo will change text of adjacent button, select will select element but not change text diff --git a/server/documents/modules/accordion.html.eco b/server/documents/modules/accordion.html.eco index 76e35779a..4d7a2dd45 100755 --- a/server/documents/modules/accordion.html.eco +++ b/server/documents/modules/accordion.html.eco @@ -1,11 +1,16 @@ --- layout : 'default' css : 'accordion' +element : 'accordion' +elementType : 'module' title : 'Accordion' -description : 'An accordion displays a single piece of content, while allowing the option of displaying other related content' +description : 'An accordion concisely displays several groups of related content together ' type : 'UI Module' + +themes : ['default'] --- + <%- @partial('header', { tabs: 'module' }) %> @@ -52,9 +57,9 @@ type : 'UI Module'
-

Basic

-

A basic accordion does not add any extra formatting

-
+

Styled

+

A styled accordion adds basic formatting

+
What is a dog? @@ -84,7 +89,7 @@ type : 'UI Module'

Fluid

An accordion can take up the width of its container

-
+
What is a dog? @@ -125,7 +130,7 @@ type : 'UI Module' Level 1
-

Welcome to level 1 where sub content formatted as its own accordion.

+ Welcome to level 1 where sub content formatted as its own accordion.
@@ -171,13 +176,13 @@ type : 'UI Module' Level 2
-

Welcome to level 2 where content is formatted without nested accordions

+ Welcome to level 2 where content is formatted without nested accordions
Level 2A
-

Level 2A Contents

+ Level 2A Contents
Level 2A-A @@ -226,7 +231,7 @@ type : 'UI Module'
-
+
Optional Details @@ -243,7 +248,7 @@ type : 'UI Module'

Menu

An accordion can be used to create content drawers inside a menu

-