Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
All notable changes to this project will be documented in this file.
p-300
with font size 12px and p-200
with font size 10px__small
added to their name, the rest of icons are in size 24pxChanged name of following icons:
aprila
to aprila__small
,company-id
to company-id__small
,crown
to crown__small
,customer-type
to customer-type__small
,due
to due__small
,fullscreen
to fullscreen-open
,history
to history__small
,note
to note__small
,role
to role__small
,safe
to safe__small
,securities
to securities__small
,spinner-small
to spinner-small__small
,task
to task__small
,win
to win__small
Removed icons: check
, loader
, profile-placeholder
, radiobutton__ok
, radiobutton__onhold
Removed icon: invoice
but this one is offered in four new versions invoice-paid
, invoice-paid__small
, invoice-unpaid
, invoice-unpaid__small
Removed icon: menu
but use context-menu
or context-menu__small
instead
ab-radio-button
has changed structureab-checkbox
has changed structureab-container
defaults to display: block. Use inline
or inline-block
properties to change display property. This can break the design some places where we used <span class="ab-container>
for example.disabled
option, and added keyboard navigationdisabled
optionab-grid-item
has option for hide
at different breakpointsab-dropdown
has option for full
ab-modal
web component bugfixab-modal
has new options like nobackdrop
and hideheader
ab-grid
has new gutter
propertyab-radio-button
component!data-aqua
is available in container, and typographyab-progress
ab-flex
now supports breakpoint values!small
and medium
Default sizes for buttons and input components are now bigger.
If you're developing for UNO you might need to use the small
size instead of the default medium
size for all buttons and input field.
ab-modal
available as web componentab-tag
available as web componentab-radio-tabs
available as web componentdisabled
attribute.<link
ref="stylesheet"
href="https://unpkg.com/aprilabank@latest/build/base.css"
/>
<script
type="module"
src="https://unpkg.com/aprilabank@latest/build/components/ab-checkbox.js"
></script>
<link
ref="stylesheet"
href="https://unpkg.com/aprilabank@latest/build/components/ab-checkbox.css"
/>
ab-timeline
now has a tooltip to display today's dateab-timeline
ab-autocomplete
addedab-container
has new modifiers like --wide
--large
--medium
--narrow
, and --center
ab-tags-select
removed, ab-autocomplete
replaces itab-tags-input
removed as it was depricatedab-grid
is now using css grid, with flexbox as fallback. We don't need a padding-bottom on every grid-item to simulate gutter.ab-grid
like --reverse
and more. Haven't found a use for it.ab-date-picker
removed, we haven't needed it, and it took a lot of kb's.ab-details
ab-list--bordered
(look weird nested)ab-checkbox
ab-toggle
ab-radio-tabs
ab-file-input
ab-tooltip
🎉ab-checkbox
🎉ab-toggle
🎉ab-label
always has font-weight: 500ab-select
has max-width of 100%– ab-person-card
is gone, use a combination instead!
ab-button__icon
is default 18pxab-icon
has medium
and normal
sizeab-tag
has small
modifierab-print-area
added!ab-progress
is made simpler by using a <progress>
element.ab-spinner
comes in small
option as well.ab-spinner
has a new web component!ab-file-input
is added!ab-typography
web component supports ellipsis
attributeab-typography
CSS and web component supports all colors nowab-animate
web component is available.ab-container
web component has now a full
attribute to make it display block and width 100%. With regular CSS we can just use div
or span
to do this.ab-button
web component added with documentationab-list
now had the option for ´ab-list--compact´ which applies no paddingab-container--border-radius
renamed to ab-container--radius
ab-container--bg-lime-xx
to ab-container--bg-data-lime-xx
ab-container--bg-gold-xx
to ab-container--bg-data-gold-xx
ab-dropdown__menu
modifiers moved to ab-dropdown
. This means that you should now use ab-dropdown--left
instead of ab-dropdown__menu--left
ab-dropdown--show-on-hover
renamed to ab-dropdown--hoverable
ab-grid--reversed
is renamed to ab-grid--reverse
reversed
breakpoint. Haven't had the need for this.postcss-each
to loop through variables in CSSab-border
variables. Just use 1px solid var(--ab-color-xx)
instead. Now we have all colors available as borders on containerab-dropdown
web component!ab-list--no-padding
modifier is renamed to ab-list--full
.ab-details
component changed stylingab-list
now had more modifiers like --bordered
and --large