Skip to content

Commit

Permalink
Release v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmazu committed May 13, 2019
1 parent a3aea40 commit a56be15
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 14 deletions.
8 changes: 4 additions & 4 deletions dist/docs/sass/nice-design-system.json
Expand Up @@ -2963,10 +2963,10 @@
"context": {
"type": "css",
"name": ".filter-group",
"value": "margin-top: rem($spacing-medium);\n\n legend {\n @include invisible();\n }\n\n\n\n &:first-child {\n margin-top: 0;\n }\n\n // Heading used for collapsing/expanding the filter group\n &__heading {\n @include font-size(0);\n background: $colour-nice-grey-2;\n border: 0;\n display: block;\n font-weight: bold;\n margin: 0;\n padding: rem($spacing-small);\n position: relative;\n text-align: left;\n width: 100%;\n\n @include when-is(button) {\n appearance: none;\n cursor: pointer;\n\n &:after {\n @include nice-icon(chevron-up);\n @include font-size(-1);\n color: $colour-icons;\n line-height: normal; // IE 9/10 bug where rems on block psuedos collapse to 0\n position: absolute;\n right: rem($spacing-small);\n top: rem($spacing-small);\n }\n\n &[aria-expanded='false']:after {\n content: nice-icon(chevron-down);\n }\n\n &:hover {\n background: $colour-nice-grey-1;\n\n // sass-lint:disable no-combinators\n + .filter-group__options {\n border-color: $colour-nice-grey-1;\n }\n }\n\n &:focus {\n @include default-focus-style;\n }\n }\n }\n\n // Shows the number of filtered options e.g. \"2 selected\"\n &__count {\n @include font-size(-1);\n font-weight: normal;\n }\n\n // Wrapper for the options when filter is a list of checboxes\n &__options {\n border: rem($spacing-x-small) solid $colour-nice-grey-2;\n &[aria-hidden='true'] {\n display: none;\n }\n }\n\n // Checkbox/radio button option (label)\n &__option {\n background: $colour-nice-white;\n border-top: 1px solid $colour-nice-grey-2;\n cursor: pointer;\n display: block;\n line-height: 1.2;\n padding: rem($spacing-small $spacing-small $spacing-small $spacing-large);\n\n &:first-child {\n border-top: 0;\n }\n\n &:hover {\n background: $colour-nice-grey-3;\n }\n\n input {\n float: left;\n height: rem($spacing-medium);\n margin-left: - rem($spacing-medium + $spacing-small);\n margin-top: rem($spacing-xx-small);\n width: rem($spacing-medium);\n\n &:focus {\n @include default-focus-style;\n }\n }\n }",
"value": "margin-top: rem($spacing-medium);\n\n legend {\n @include invisible();\n }\n\n fieldset {\n border: 0;\n margin: 0;\n padding: 0;\n }\n\n &:first-child {\n margin-top: 0;\n }\n\n // Heading used for collapsing/expanding the filter group\n &__heading {\n @include font-size(0);\n background: $colour-nice-grey-2;\n border: 0;\n display: block;\n font-weight: bold;\n margin: 0;\n padding: rem($spacing-small);\n position: relative;\n text-align: left;\n width: 100%;\n\n @include when-is(button) {\n appearance: none;\n cursor: pointer;\n\n &:after {\n @include nice-icon(chevron-up);\n @include font-size(-1);\n color: $colour-icons;\n line-height: normal; // IE 9/10 bug where rems on block psuedos collapse to 0\n position: absolute;\n right: rem($spacing-small);\n top: rem($spacing-small);\n }\n\n &[aria-expanded='false']:after {\n content: nice-icon(chevron-down);\n }\n\n &:hover {\n background: $colour-nice-grey-1;\n\n // sass-lint:disable no-combinators\n + .filter-group__options {\n border-color: $colour-nice-grey-1;\n }\n }\n\n &:focus {\n @include default-focus-style;\n }\n }\n }\n\n // Shows the number of filtered options e.g. \"2 selected\"\n &__count {\n @include font-size(-1);\n font-weight: normal;\n }\n\n // Wrapper for the options when filter is a list of checboxes\n &__options {\n border: rem($spacing-x-small) solid $colour-nice-grey-2;\n &[aria-hidden='true'] {\n display: none;\n }\n }\n\n // Checkbox/radio button option (label)\n &__option {\n background: $colour-nice-white;\n border-top: 1px solid $colour-nice-grey-2;\n cursor: pointer;\n display: block;\n line-height: 1.2;\n padding: rem($spacing-small $spacing-small $spacing-small $spacing-large);\n\n &:first-child {\n border-top: 0;\n }\n\n &:hover {\n background: $colour-nice-grey-3;\n }\n\n input {\n float: left;\n height: rem($spacing-medium);\n margin-left: - rem($spacing-medium + $spacing-small);\n margin-top: rem($spacing-xx-small);\n width: rem($spacing-medium);\n\n &:focus {\n @include default-focus-style;\n }\n }\n }",
"line": {
"start": 10,
"end": 113
"end": 117
}
},
"since": [
Expand Down Expand Up @@ -12726,10 +12726,10 @@
"context": {
"type": "css",
"name": ".filter-group",
"value": "margin-top: rem($spacing-medium);\n\n legend {\n @include invisible();\n }\n\n\n\n &:first-child {\n margin-top: 0;\n }\n\n // Heading used for collapsing/expanding the filter group\n &__heading {\n @include font-size(0);\n background: $colour-nice-grey-2;\n border: 0;\n display: block;\n font-weight: bold;\n margin: 0;\n padding: rem($spacing-small);\n position: relative;\n text-align: left;\n width: 100%;\n\n @include when-is(button) {\n appearance: none;\n cursor: pointer;\n\n &:after {\n @include nice-icon(chevron-up);\n @include font-size(-1);\n color: $colour-icons;\n line-height: normal; // IE 9/10 bug where rems on block psuedos collapse to 0\n position: absolute;\n right: rem($spacing-small);\n top: rem($spacing-small);\n }\n\n &[aria-expanded='false']:after {\n content: nice-icon(chevron-down);\n }\n\n &:hover {\n background: $colour-nice-grey-1;\n\n // sass-lint:disable no-combinators\n + .filter-group__options {\n border-color: $colour-nice-grey-1;\n }\n }\n\n &:focus {\n @include default-focus-style;\n }\n }\n }\n\n // Shows the number of filtered options e.g. \"2 selected\"\n &__count {\n @include font-size(-1);\n font-weight: normal;\n }\n\n // Wrapper for the options when filter is a list of checboxes\n &__options {\n border: rem($spacing-x-small) solid $colour-nice-grey-2;\n &[aria-hidden='true'] {\n display: none;\n }\n }\n\n // Checkbox/radio button option (label)\n &__option {\n background: $colour-nice-white;\n border-top: 1px solid $colour-nice-grey-2;\n cursor: pointer;\n display: block;\n line-height: 1.2;\n padding: rem($spacing-small $spacing-small $spacing-small $spacing-large);\n\n &:first-child {\n border-top: 0;\n }\n\n &:hover {\n background: $colour-nice-grey-3;\n }\n\n input {\n float: left;\n height: rem($spacing-medium);\n margin-left: - rem($spacing-medium + $spacing-small);\n margin-top: rem($spacing-xx-small);\n width: rem($spacing-medium);\n\n &:focus {\n @include default-focus-style;\n }\n }\n }",
"value": "margin-top: rem($spacing-medium);\n\n legend {\n @include invisible();\n }\n\n fieldset {\n border: 0;\n margin: 0;\n padding: 0;\n }\n\n &:first-child {\n margin-top: 0;\n }\n\n // Heading used for collapsing/expanding the filter group\n &__heading {\n @include font-size(0);\n background: $colour-nice-grey-2;\n border: 0;\n display: block;\n font-weight: bold;\n margin: 0;\n padding: rem($spacing-small);\n position: relative;\n text-align: left;\n width: 100%;\n\n @include when-is(button) {\n appearance: none;\n cursor: pointer;\n\n &:after {\n @include nice-icon(chevron-up);\n @include font-size(-1);\n color: $colour-icons;\n line-height: normal; // IE 9/10 bug where rems on block psuedos collapse to 0\n position: absolute;\n right: rem($spacing-small);\n top: rem($spacing-small);\n }\n\n &[aria-expanded='false']:after {\n content: nice-icon(chevron-down);\n }\n\n &:hover {\n background: $colour-nice-grey-1;\n\n // sass-lint:disable no-combinators\n + .filter-group__options {\n border-color: $colour-nice-grey-1;\n }\n }\n\n &:focus {\n @include default-focus-style;\n }\n }\n }\n\n // Shows the number of filtered options e.g. \"2 selected\"\n &__count {\n @include font-size(-1);\n font-weight: normal;\n }\n\n // Wrapper for the options when filter is a list of checboxes\n &__options {\n border: rem($spacing-x-small) solid $colour-nice-grey-2;\n &[aria-hidden='true'] {\n display: none;\n }\n }\n\n // Checkbox/radio button option (label)\n &__option {\n background: $colour-nice-white;\n border-top: 1px solid $colour-nice-grey-2;\n cursor: pointer;\n display: block;\n line-height: 1.2;\n padding: rem($spacing-small $spacing-small $spacing-small $spacing-large);\n\n &:first-child {\n border-top: 0;\n }\n\n &:hover {\n background: $colour-nice-grey-3;\n }\n\n input {\n float: left;\n height: rem($spacing-medium);\n margin-left: - rem($spacing-medium + $spacing-small);\n margin-top: rem($spacing-xx-small);\n width: rem($spacing-medium);\n\n &:focus {\n @include default-focus-style;\n }\n }\n }",
"line": {
"start": 10,
"end": 113
"end": 117
}
},
"since": [
Expand Down
2 changes: 1 addition & 1 deletion dist/javascripts/nice.dev.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/javascripts/nice.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions dist/stylesheets/nice.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/stylesheets/nice.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/stylesheets/nice.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/stylesheets/nice.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@nice-digital/design-system",
"version": "0.5.6",
"version": "0.5.7",
"description": "Your source for creating beautiful, consistent experiences across NICE",
"keywords": [
"css",
Expand Down

0 comments on commit a56be15

Please sign in to comment.