Skip to content

Commit

Permalink
Add bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
jorostoyanov committed Apr 21, 2021
1 parent 93d8fa7 commit 653a884
Show file tree
Hide file tree
Showing 14 changed files with 52 additions and 44 deletions.
12 changes: 6 additions & 6 deletions build/classic/core.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions build/classic/core.min.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion build/classic/metaboxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -387,13 +387,17 @@
.cf-container__tabs-item {
display: flex;
align-items: center;
padding: 8px 12px;
border: 1px solid #e2e4e7;
margin: 0 8px 0 0;
background-color: #fbfbfc;
font-size: 12px;
cursor: pointer;
transition: background-color 0.1s linear, border-color 0.1s linear; }
.cf-container__tabs-item button {
background: 0;
border: 0;
padding: 8px 12px;
margin: 0; }
.cf-container__tabs-item:hover {
background-color: #fff; }
.cf-container__tabs-item--current {
Expand Down
2 changes: 1 addition & 1 deletion build/classic/metaboxes.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/classic/metaboxes.min.css

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

2 changes: 1 addition & 1 deletion build/classic/metaboxes.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/classic/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/classic/vendor.min.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions build/gutenberg/core.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions build/gutenberg/core.min.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion build/gutenberg/metaboxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -387,13 +387,17 @@
.cf-container__tabs-item {
display: flex;
align-items: center;
padding: 8px 12px;
border: 1px solid #e2e4e7;
margin: 0 8px 0 0;
background-color: #fbfbfc;
font-size: 12px;
cursor: pointer;
transition: background-color 0.1s linear, border-color 0.1s linear; }
.cf-container__tabs-item button {
background: 0;
border: 0;
padding: 8px 12px;
margin: 0; }
.cf-container__tabs-item:hover {
background-color: #fff; }
.cf-container__tabs-item--current {
Expand Down
Loading

0 comments on commit 653a884

Please sign in to comment.