Skip to content

Commit

Permalink
Add bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
jorostoyanov committed Mar 2, 2021
1 parent f7b3ede commit ed32be5
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 231 deletions.
13 changes: 6 additions & 7 deletions build/classic/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
flex-direction: row;
border-color: #e2e4e7;
border-style: solid;
border-width: 1px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); }
border-width: 1px; }
.cf-association__bar .cf-search-input {
flex: 1 1 auto; }
.cf-association__bar .cf-search-input__inner {
Expand All @@ -63,7 +62,7 @@
font-size: 12px;
color: #23282d;
pointer-events: none;
margin-right: 5px;
margin-right: 10px;
margin-left: 5px; }

.cf-association__spinner {
Expand Down Expand Up @@ -93,7 +92,6 @@
max-height: 160px;
overflow-y: auto; }
.cf-association__col.ui-sortable .cf-association__option-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; }

Expand Down Expand Up @@ -157,8 +155,8 @@
display: flex;
align-items: center;
justify-content: space-between; }
.cf-association__col:first-child .cf-association__option-actions {
min-width: 48px; }
.cf-association__option-actions button {
margin-left: 8px; }

.cf-association__option-sort {
margin-right: 4px;
Expand All @@ -171,7 +169,8 @@
outline: none;
color: #82878c;
transition: color 0.1s linear;
cursor: pointer; }
cursor: pointer;
background: transparent; }
.cf-association__option-action:focus {
color: #82878c;
box-shadow: none; }
Expand Down
2 changes: 1 addition & 1 deletion 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.

13 changes: 6 additions & 7 deletions build/gutenberg/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
flex-direction: row;
border-color: #e2e4e7;
border-style: solid;
border-width: 1px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); }
border-width: 1px; }
.cf-association__bar .cf-search-input {
flex: 1 1 auto; }
.cf-association__bar .cf-search-input__inner {
Expand All @@ -63,7 +62,7 @@
font-size: 12px;
color: #23282d;
pointer-events: none;
margin-right: 5px;
margin-right: 10px;
margin-left: 5px; }

.cf-association__spinner {
Expand Down Expand Up @@ -93,7 +92,6 @@
max-height: 160px;
overflow-y: auto; }
.cf-association__col.ui-sortable .cf-association__option-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; }

Expand Down Expand Up @@ -157,8 +155,8 @@
display: flex;
align-items: center;
justify-content: space-between; }
.cf-association__col:first-child .cf-association__option-actions {
min-width: 48px; }
.cf-association__option-actions button {
margin-left: 8px; }

.cf-association__option-sort {
margin-right: 4px;
Expand All @@ -171,7 +169,8 @@
outline: none;
color: #82878c;
transition: color 0.1s linear;
cursor: pointer; }
cursor: pointer;
background: transparent; }
.cf-association__option-action:focus {
color: #82878c;
box-shadow: none; }
Expand Down
2 changes: 1 addition & 1 deletion 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.

212 changes: 5 additions & 207 deletions languages/carbon-fields-ui.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,224 +3,22 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"X-Generator: babel-plugin-makepot\n"

#: packages/blocks/components/block-edit/index.js:214
msgid "Show preview"
msgstr ""

#: packages/blocks/components/block-edit/index.js:215
msgid "Hide preview"
msgstr ""

#: packages/blocks/components/block-edit/index.js:286
msgid "Fields"
msgstr ""

#: packages/blocks/components/not-supported-field/index.js:14
msgid "Field of type '%s' is not supported in Gutenberg."
msgstr ""

#: packages/blocks/components/server-side-render/index.js:129
msgid "Error loading block: %s"
msgstr ""

#: packages/blocks/components/server-side-render/index.js:135
msgid "No results found."
msgstr ""

#: packages/blocks/fields/datetime/index.js:59
#: packages/core/fields/date/index.js:15
#: packages/metaboxes/fields/datetime/index.js:9
msgid "Select Date"
msgstr ""

#: packages/blocks/fields/file/index.js:16
#: packages/metaboxes/fields/file/index.js:11
msgid "Use File"
msgstr ""

#: packages/blocks/fields/file/index.js:17
#: packages/metaboxes/fields/file/index.js:12
msgid "Select File"
msgstr ""

#: packages/blocks/fields/image/index.js:11
#: packages/metaboxes/fields/image/index.js:11
msgid "Use Image"
msgstr ""

#: packages/blocks/fields/image/index.js:12
#: packages/metaboxes/fields/image/index.js:12
msgid "Select Image"
msgstr ""

#: packages/blocks/fields/media-gallery/index.js:16
#: packages/metaboxes/fields/media-gallery/index.js:16
msgid "Use Attachments"
msgstr ""

#: packages/blocks/fields/media-gallery/index.js:17
#: packages/metaboxes/fields/media-gallery/index.js:17
msgid "Select Attachments"
msgstr ""

#: packages/core/components/no-options/index.js:14
msgid "No options."
msgstr ""

#: packages/core/components/search-input/index.js:30
msgid "Search..."
msgstr ""

#: packages/core/fields/association/index.js:168
#: packages/core/fields/association/index.js:169
msgid "Maximum number of items reached (%s items)"
msgstr ""

#: packages/core/fields/association/index.js:266
#: packages/core/fields/association/index.js:267
msgid "Showing %1$d of %2$d results"
msgstr ""

#: packages/core/fields/association/index.js:458
#: packages/core/fields/association/index.js:459
msgid "An error occurred while trying to fetch association options."
msgstr ""

#: packages/core/fields/association/index.js:515
#: packages/core/fields/complex/index.js:428
#: packages/core/hocs/with-validation/required.js:20
#: packages/core/fields/association/index.js:516
msgid "This field is required."
msgstr ""

#: packages/core/fields/association/index.js:519
#: packages/core/fields/association/index.js:520
msgid "Minimum number of items not reached (%s items)"
msgstr ""

#: packages/core/fields/color/index.js:92
msgid "Select a color"
msgstr ""

#: packages/core/fields/complex/group.js:154
msgid "Duplicate"
msgstr ""

#: packages/core/fields/complex/group.js:163
msgid "Remove"
msgstr ""

#: packages/core/fields/complex/group.js:172
msgid "Collapse"
msgstr ""

#: packages/core/fields/complex/index.js:146
msgid "Couldn't create the label of group - %s"
msgstr ""

#: packages/core/fields/complex/index.js:344
msgid "There are no entries yet."
msgstr ""

#: packages/core/fields/complex/index.js:401
msgid "Expand All"
msgstr ""

#: packages/core/fields/complex/index.js:401
msgid "Collapse All"
msgstr ""

#: packages/core/fields/complex/index.js:435
msgid "Minimum number of rows not reached (%1$d %2$s)"
msgstr ""

#: packages/core/fields/complex/index.js:82
msgid "Add %s"
msgstr ""

#: packages/core/fields/map/index.js:165
msgid "The address could not be found."
msgstr ""

#: packages/core/fields/map/index.js:167
msgid "Geocode was not successful for the following reason: "
msgstr ""

#: packages/core/fields/map/index.js:185
msgid "Error alert"
msgstr ""

#: packages/core/fields/oembed/index.js:188
msgid "An error occurred while trying to fetch oembed preview."
msgstr ""

#: packages/core/fields/oembed/index.js:203
msgid "Not Found"
msgstr ""

#: packages/core/fields/rich-text/index.js:123
msgid "Visual"
msgstr ""

#: packages/core/fields/rich-text/index.js:127
msgid "Text"
msgstr ""

#: packages/core/fields/sidebar/index.js:110
msgid "Please enter the name of the new sidebar:"
msgstr ""

#: packages/core/fields/sidebar/index.js:128
msgid "An error occurred while trying to create the sidebar."
msgstr ""

#: packages/core/fields/sidebar/index.js:58
msgid "Please choose"
msgstr ""

#: packages/core/fields/time/index.js:16
msgid "Select Time"
msgstr ""

#: packages/core/hocs/with-conditional-logic/index.js:69
msgid "An unknown field is used in condition - \"%s\""
msgstr ""

#: packages/core/registry/index.js:40
msgid "%1$s type must be a string."
msgstr ""

#: packages/core/registry/index.js:46
msgid "%1$s %2$s is already registered."
msgstr ""

#: packages/core/registry/index.js:54
msgid "The \"component\" param must be a function."
msgstr ""

#: packages/core/registry/index.js:79
msgid "The provided context isn't a valid one. Must be one of - %s ."
msgstr ""

#: packages/core/registry/index.js:89
msgid "%s %s isn't registered."
msgstr ""

#: packages/core/utils/api-fetch.js:19
msgid "An error occured."
msgstr ""

#: packages/core/utils/fetch-attachments-data.js:24
msgid "An error occurred while trying to fetch files data."
msgstr ""

#: packages/metaboxes/containers/index.js:55
msgid "Could not find DOM element for container \"%1$s\"."
msgstr ""

#: packages/metaboxes/monitors/conditional-display/conditions/base.js:52
msgid "Unsupported container condition comparison operator used - \"%1$s\"."
msgstr ""

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

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

0 comments on commit ed32be5

Please sign in to comment.