Skip to content

Commit

Permalink
Merge pull request #5 from KissKissBankBank/release/vpatch
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentD authored Oct 13, 2021
2 parents db41fe3 + 6f8ff8e commit 5a51424
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions dist/underwood.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -6105,7 +6105,7 @@ const List = styled.ul`
outline-offset: ${pxToRem(2)};
}
&[aria-selected='true'] {
&[aria-selected="true"] {
svg,
path {
fill: ${COLORS.primary1};
Expand Down Expand Up @@ -6141,7 +6141,7 @@ const StyledDetails = styled(Details)`
}
&[open] {
summary.Editor__toolbar__tagListToggle
summary.Editor__toolbar__tagListToggle {
.Editor__toolbar__tagListToggle__button {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
Expand Down Expand Up @@ -6195,6 +6195,8 @@ const TagsList = ({
className: "Editor__toolbar__tagListToggle__button",
tabIndex: "-1",
disabled: contextDisabled || disabled,
fit: "icon",
tag: "span",
children: [componentByTagType(currentBlockType), /* @__PURE__ */ jsx(ArrowIcon, {
width: "6",
direction: open ? "top" : "bottom"
Expand All @@ -6204,8 +6206,6 @@ const TagsList = ({
className: "Editor__toolbar__tagListToggle"
},
disabled: contextDisabled || disabled,
fit: "icon",
tag: "span",
children: /* @__PURE__ */ jsx(List, {
children: tags.map((tag) => {
const component = componentByTagType(tag);
Expand Down
6 changes: 3 additions & 3 deletions dist/underwood.umd.js

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

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kisskissbankbank/underwood",
"description": "Text editor based on DraftJS",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"author": "KissKissBankBank & Co",
"homepage": "https://underwood.vercel.app/",
Expand Down

1 comment on commit 5a51424

@vercel
Copy link

@vercel vercel bot commented on 5a51424 Oct 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.