diff --git a/dev-app/routes/components/copy/slots/index.html b/dev-app/routes/components/copy/slots/index.html index b6cbc275..323acf50 100644 --- a/dev-app/routes/components/copy/slots/index.html +++ b/dev-app/routes/components/copy/slots/index.html @@ -24,8 +24,10 @@ > -
-
Content Here. Huzzah! that is a bit longer just to test
+
+ +
+
Content Here. Huzzah! that is a bit longer just to test
diff --git a/dev-app/routes/components/forms/add-remove/actions/index.ts b/dev-app/routes/components/forms/add-remove/actions/index.ts index d7694526..8beae88d 100644 --- a/dev-app/routes/components/forms/add-remove/actions/index.ts +++ b/dev-app/routes/components/forms/add-remove/actions/index.ts @@ -25,14 +25,14 @@ export class AddRemoveActions { public addRemoveActions = [ { - description: 'Set a function to fire when the select contents changes on the left side.', + description: 'An object with callback functions. More details coming soon.', name: 'actions-left', - value: 'function', + value: 'object', }, { - description: 'Set a function to fire when the select contents changes on the right side.', + description: 'An object with callback functions. More details coming soon.', name: 'actions-right', - value: 'function', + value: 'object', }, ]; } diff --git a/dev-app/routes/components/forms/add-remove/properties/index.html b/dev-app/routes/components/forms/add-remove/properties/index.html index 99cc7285..19c99729 100644 --- a/dev-app/routes/components/forms/add-remove/properties/index.html +++ b/dev-app/routes/components/forms/add-remove/properties/index.html @@ -30,7 +30,7 @@ > -
+


@@ -50,7 +50,7 @@ > -
+


@@ -68,7 +68,7 @@ > -
+


diff --git a/dev-app/routes/components/forms/date/actions/index.ts b/dev-app/routes/components/forms/date/actions/index.ts index 9a01f3bd..4421786e 100644 --- a/dev-app/routes/components/forms/date/actions/index.ts +++ b/dev-app/routes/components/forms/date/actions/index.ts @@ -25,7 +25,7 @@ export class DateInputActions { public formDateOptionsActions = [ { - description: 'An object of callbacks.', + description: 'An object with callback functions. More details coming soon.', name: 'callbacks', value: 'object', }, diff --git a/dev-app/routes/components/forms/date/properties/index.html b/dev-app/routes/components/forms/date/properties/index.html index ce44ab89..ac5408f3 100644 --- a/dev-app/routes/components/forms/date/properties/index.html +++ b/dev-app/routes/components/forms/date/properties/index.html @@ -38,7 +38,7 @@
diff --git a/dev-app/routes/components/forms/select/actions/index.html b/dev-app/routes/components/forms/select/actions/index.html index e48c6c7b..fd942c77 100644 --- a/dev-app/routes/components/forms/select/actions/index.html +++ b/dev-app/routes/components/forms/select/actions/index.html @@ -22,9 +22,11 @@ }; + + select: ${vSelectOutput} + - select: ${vSelectOutput}
diff --git a/dev-app/routes/components/forms/select/actions/index.ts b/dev-app/routes/components/forms/select/actions/index.ts index 007fd95e..8e4fae1d 100644 --- a/dev-app/routes/components/forms/select/actions/index.ts +++ b/dev-app/routes/components/forms/select/actions/index.ts @@ -21,19 +21,13 @@ export class SelectActions { colHeadName: 'description', colHeadValue: 'Description', }, - { - _class: 'monospaced', - colClass: 't85', - colHeadName: 'default', - colHeadValue: 'Default', - }, ]; public formSelectActions = [ { - description: 'Set a function to fire when the select contents changes.', + description: 'An object with callback functions. More details coming soon.', name: 'actions', - value: 'function', + value: 'object', }, ]; diff --git a/dev-app/routes/components/forms/select/properties/index.html b/dev-app/routes/components/forms/select/properties/index.html index 81e1f523..d4a56ed8 100644 --- a/dev-app/routes/components/forms/select/properties/index.html +++ b/dev-app/routes/components/forms/select/properties/index.html @@ -60,11 +60,13 @@ }]; } - - - - - select: ${vSelectOutput} + + + + + + select: ${vSelectOutput} + diff --git a/dev-app/routes/components/timeline/properties/index.ts b/dev-app/routes/components/timeline/properties/index.ts index 7ea738db..9562b612 100644 --- a/dev-app/routes/components/timeline/properties/index.ts +++ b/dev-app/routes/components/timeline/properties/index.ts @@ -15,6 +15,7 @@ export class TimelineProperties { }, { _class: 'monospaced', + colClass: 't270', colHeadName: 'type', colHeadValue: 'Type', }, @@ -24,6 +25,7 @@ export class TimelineProperties { }, { _class: 'monospaced', + colClass: 't150', colHeadName: 'default', colHeadValue: 'Default', }, diff --git a/dev-app/routes/components/tip/actions/index.ts b/dev-app/routes/components/tip/actions/index.ts index 2b77c20b..6536348b 100644 --- a/dev-app/routes/components/tip/actions/index.ts +++ b/dev-app/routes/components/tip/actions/index.ts @@ -34,10 +34,9 @@ export class TipActions { public tipActions = [ { - default: '', - description: 'Callback functions supported: onHide, onShow. See actions section below for examples.', + description: 'An object with callback functions. Functions supported: onHide, onShow. See actions section below for examples.', name: 'actions', - value: 'Object with callback functions.', + value: 'object', }, ]; diff --git a/dev-app/routes/components/type/headlines/index.html b/dev-app/routes/components/type/headlines/index.html index c0f1f1bd..19afab3e 100644 --- a/dev-app/routes/components/type/headlines/index.html +++ b/dev-app/routes/components/type/headlines/index.html @@ -13,6 +13,7 @@ Not flush on the top Normal Headline 1 + Headline 1 that is really long and will truncate at the end of the line or something. Shrink the width of the browser window if needed.
+
+ + fill-space + + + + I am a tall box with muiltiple lines. + I am a tall box with muiltiple lines. + I am a tall box with muiltiple lines. + + + Single line yet the same height. + + + fill-space set to false + + + + +
+ + +
margin-sides & margin-ends diff --git a/dev-app/routes/layouts/box-link/index.ts b/dev-app/routes/layouts/box-link/index.ts index 7473b152..6624bb2f 100644 --- a/dev-app/routes/layouts/box-link/index.ts +++ b/dev-app/routes/layouts/box-link/index.ts @@ -52,6 +52,12 @@ export class BoxLinkProperties { name: 'color', value: 'Any color value. It is advised that you use the Core Color CSS Properties.', }, + { + default: 'false', + description: 'Set to true if you want height: 100% set on the box.', + name: 'fill-space', + value: 'boolean', + }, { default: '#', description: 'Set the URL where the link should go.', diff --git a/dev-app/routes/layouts/box/index.html b/dev-app/routes/layouts/box/index.html index e9965c77..e514b5bf 100644 --- a/dev-app/routes/layouts/box/index.html +++ b/dev-app/routes/layouts/box/index.html @@ -55,6 +55,29 @@ +
+ + fill-space + + + + I am a tall box with muiltiple lines. + I am a tall box with muiltiple lines. + I am a tall box with muiltiple lines. + + + Single line yet the same height. + + + fill-space set to false + + + + +
+ + +
margin-sides & margin-ends diff --git a/dev-app/routes/layouts/box/index.ts b/dev-app/routes/layouts/box/index.ts index 256381c1..08e02489 100644 --- a/dev-app/routes/layouts/box/index.ts +++ b/dev-app/routes/layouts/box/index.ts @@ -46,6 +46,12 @@ export class BoxProperties { name: 'color', value: 'Any color value. It is advised that you use the Core Color CSS Properties.', }, + { + default: 'false', + description: 'Set to true if you want height: 100% set on the box.', + name: 'fill-space', + value: 'boolean', + }, { default: '0px', description: 'Set the left and right margin of the box.', diff --git a/dev-app/routes/layouts/grid/methods/index.ts b/dev-app/routes/layouts/grid/methods/index.ts index 3d2bcbcb..412ce1ea 100644 --- a/dev-app/routes/layouts/grid/methods/index.ts +++ b/dev-app/routes/layouts/grid/methods/index.ts @@ -21,24 +21,13 @@ export class GridMethods { colHeadName: 'description', colHeadValue: 'Description', }, - { - _class: 'monospaced', - colHeadName: 'default', - colHeadValue: 'Default', - }, ]; public gridMethods = [ { - description: 'The function you want to run when the button is clicked.', - name: 'action', - value: 'function', - }, - { - default: '_self', - description: 'Set if you want the box link to open in a new window.', - name: 'target', - value: '_self | _blank', + description: 'An object with callback functions. More details coming soon.', + name: 'actions', + value: 'object', }, ]; diff --git a/dev-app/routes/layouts/grid/properties/index.html b/dev-app/routes/layouts/grid/properties/index.html index 1c89ffbb..0d6c55a9 100644 --- a/dev-app/routes/layouts/grid/properties/index.html +++ b/dev-app/routes/layouts/grid/properties/index.html @@ -52,21 +52,22 @@ gap - - First Item - Second Item - Third Item - Fourth Item - Fifth Item - - - - First Item - Second Item - Third Item - Fourth Item - Fifth Item - + + + First Item + Second Item + Third Item + Fourth Item + Fifth Item + + + First Item + Second Item + Third Item + Fourth Item + Fifth Item + +
@@ -77,15 +78,16 @@ auto-sizing - - First Item - Second Item - - - - First Item - Second Item - + + + First Item + Second Item + + + First Item + Second Item + +
diff --git a/dev-app/routes/layouts/stack/index.html b/dev-app/routes/layouts/stack/index.html index af2fab5f..6243b138 100644 --- a/dev-app/routes/layouts/stack/index.html +++ b/dev-app/routes/layouts/stack/index.html @@ -118,7 +118,7 @@ -
+
Split After diff --git a/dev-app/routes/layouts/switcher/index.html b/dev-app/routes/layouts/switcher/index.html index 9f97d7e0..2b5bd9b7 100644 --- a/dev-app/routes/layouts/switcher/index.html +++ b/dev-app/routes/layouts/switcher/index.html @@ -38,7 +38,7 @@
- + double-width @@ -53,7 +53,7 @@
- + limit @@ -69,20 +69,21 @@
- + spacing - - First Item - Second Item - Third Item - - - - First Item - Second Item - Third Item - + + + First Item + Second Item + Third Item + + + First Item + Second Item + Third Item + +
@@ -90,7 +91,7 @@
- + threshold @@ -99,13 +100,11 @@ Second Item Third Item - First Item Second Item Third Item - First Item Second Item diff --git a/package-lock.json b/package-lock.json index 04ca1fed..f23b1e44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bindable-ui/bindable", - "version": "1.0.22", + "version": "1.0.23", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bb8b11ae..a5e2d408 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bindable-ui/bindable", "description": "An Aurelia component library", - "version": "1.0.22", + "version": "1.0.23", "repository": { "type": "git", "url": "https://github.com/bindable-ui/bindable" diff --git a/src/components/buttons/c-button/c-button.html b/src/components/buttons/c-button/c-button.html index e0ca1c63..bba00627 100644 --- a/src/components/buttons/c-button/c-button.html +++ b/src/components/buttons/c-button/c-button.html @@ -8,19 +8,49 @@ - - - + + ${title} - + diff --git a/src/components/copy/c-copy/c-copy.html b/src/components/copy/c-copy/c-copy.html index 12b60641..a2ec1e6b 100644 --- a/src/components/copy/c-copy/c-copy.html +++ b/src/components/copy/c-copy/c-copy.html @@ -14,11 +14,32 @@
-
diff --git a/src/components/forms/c-disabled/c-disabled.css b/src/components/forms/c-disabled/c-disabled.css index 5e985cd1..7fb1b115 100644 --- a/src/components/forms/c-disabled/c-disabled.css +++ b/src/components/forms/c-disabled/c-disabled.css @@ -21,7 +21,7 @@ Licensed under the terms of the MIT license. See the LICENSE file in the project .disabled{ display: inline-block; - margin-top: 8px; + margin-top: 6px; color: var(--c_subOneMain); font-style: italic; word-break: break-word; diff --git a/src/components/forms/c-form-error/c-form-error.html b/src/components/forms/c-form-error/c-form-error.html index 1f62501a..14b7a7cd 100644 --- a/src/components/forms/c-form-error/c-form-error.html +++ b/src/components/forms/c-form-error/c-form-error.html @@ -6,7 +6,12 @@