Skip to content

Commit

Permalink
Merge pull request #682 from abak-press/r.14.113.1
Browse files Browse the repository at this point in the history
release 14.113.1
  • Loading branch information
VeraVLVlas authored Jul 29, 2024
2 parents aa4e1bd + 5282f89 commit 5470241
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
24 changes: 12 additions & 12 deletions docs/button-new.css → docs/button-mobile.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.aui-button-new {
.aui-button-mobile {
all: unset;
display: flex;
justify-content: center;
Expand All @@ -14,62 +14,62 @@
text-align: center;
}

.aui-button-new:disabled {
.aui-button-mobile:disabled {
background: var(--black-l95);
cursor: inherit;
color: var(--black-l65);
border: none;
}

.aui-button-new_size_l {
.aui-button-mobile_size_l {
padding: 10px 0;
height: 48px;
font-size: 16px;
line-height: 18px;
}

.aui-button-new_size_m {
.aui-button-mobile_size_m {
padding: 10px 0;
height: 38px;
font-size: 14px;
line-height: 16px;
}

.aui-button-new_size_s {
.aui-button-mobile_size_s {
padding: 8px 0;
height: 30px;
font-size: 14px;
line-height: 16px;
}

.aui-button-new_color_red-dark-101 {
.aui-button-mobile_color_red-dark-101 {
background: var(--red-d101);
}

.aui-button-new_color_orange-light-10 {
.aui-button-mobile_color_orange-light-10 {
background: var(--orange-l10);
}

.aui-button-new_clear-color_red-dark-101 {
.aui-button-mobile_clear-color_red-dark-101 {
border-color: var(--red-d101);
color: var(--red-d101);
}

.aui-button-new_clear-color_orange-light-10 {
.aui-button-mobile_clear-color_orange-light-10 {
border-color: var(--orange-l10);
color: var(--orange-l10);
}

.aui-button-new_color_red-main {
.aui-button-mobile_color_red-main {
background: var(--red-main);
}

.aui-button-new_clear-color_red-main {
.aui-button-mobile_clear-color_red-main {
border-color: var(--red-main);
color: var(--red-main);
}

.aui-button-new_clear {
.aui-button-mobile_clear {
border: 1px solid;
background: transparent;
}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
console.warn('unable to connect to parent frame for connecting dev tools');
}</script></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the storybook config.</li><li>Try reloading the page.</li></ul></div></div><div class="sb-errordisplay sb-wrapper"><div id="error-message" class="sb-heading"></div><pre class="sb-errordisplay_code">
<code id="error-stack"></code>
</pre></div><div id="root"></div><script src="runtime~main.a66700285f633075a5f3.bundle.js"></script><script src="vendors~main.a66700285f633075a5f3.bundle.js"></script><script src="main.a66700285f633075a5f3.bundle.js"></script></body></html>
</pre></div><div id="root"></div><script src="runtime~main.22be0d02fbb99ac6d4b4.bundle.js"></script><script src="vendors~main.22be0d02fbb99ac6d4b4.bundle.js"></script><script src="main.22be0d02fbb99ac6d4b4.bundle.js"></script></body></html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/main.22be0d02fbb99ac6d4b4.bundle.js.map

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

1 change: 0 additions & 1 deletion docs/main.a66700285f633075a5f3.bundle.js.map

This file was deleted.

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

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

Large diffs are not rendered by default.

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

2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "@apress/apress-ui",
"version": "14.112.1",
"version": "14.113.1",
"scripts": {
"dev": "NPM_SCRIPT=dev ./scripts/npm-script.sh",
"build": "NPM_SCRIPT=build ./scripts/npm-script.sh",
Expand Down

0 comments on commit 5470241

Please sign in to comment.