Skip to content

Commit

Permalink
Add bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
jorostoyanov committed Feb 23, 2021
1 parent 9f18c34 commit 00939dc
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 17 deletions.
15 changes: 13 additions & 2 deletions build/classic/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
/* ==========================================================================
Association
========================================================================== */
.container-carbon_fields_container_word_settings {
min-width: 0;
max-width: 100%;
width: 100%; }

.cf-container .cf-field {
max-width: 100%; }

.cf-association__bar {
position: relative;
z-index: 1;
Expand Down Expand Up @@ -84,6 +92,10 @@
width: 50%;
max-height: 160px;
overflow-y: auto; }
.cf-association__col.ui-sortable .cf-association__option-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; }

.cf-association__option {
display: flex;
Expand Down Expand Up @@ -333,8 +345,7 @@
========================================================================== */
.cf-complex__groups {
flex: 1;
position: relative;
z-index: 0; }
position: relative; }
.cf-complex--tabbed-vertical > .cf-complex__groups {
flex: 0 0 80%; }

Expand Down
4 changes: 2 additions & 2 deletions build/classic/core.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

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.

15 changes: 13 additions & 2 deletions build/gutenberg/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
/* ==========================================================================
Association
========================================================================== */
.container-carbon_fields_container_word_settings {
min-width: 0;
max-width: 100%;
width: 100%; }

.cf-container .cf-field {
max-width: 100%; }

.cf-association__bar {
position: relative;
z-index: 1;
Expand Down Expand Up @@ -84,6 +92,10 @@
width: 50%;
max-height: 160px;
overflow-y: auto; }
.cf-association__col.ui-sortable .cf-association__option-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; }

.cf-association__option {
display: flex;
Expand Down Expand Up @@ -333,8 +345,7 @@
========================================================================== */
.cf-complex__groups {
flex: 1;
position: relative;
z-index: 0; }
position: relative; }
.cf-complex--tabbed-vertical > .cf-complex__groups {
flex: 0 0 80%; }

Expand Down
4 changes: 2 additions & 2 deletions build/gutenberg/core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/gutenberg/core.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/gutenberg/core.min.js

Large diffs are not rendered by default.

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

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

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/carbon-fields-ui.pot
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ msgstr ""

#: packages/metaboxes/monitors/conditional-display/handler/index.js:73
msgid "Unsupported container condition relation used - \"%1$s\"."
msgstr ""
msgstr ""

0 comments on commit 00939dc

Please sign in to comment.