Skip to content

Commit

Permalink
Add bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
jorostoyanov committed Jul 28, 2021
1 parent dd5663e commit 00ce47d
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 118 deletions.
43 changes: 3 additions & 40 deletions build/classic/core.min.js

Large diffs are not rendered by default.

27 changes: 17 additions & 10 deletions build/classic/vendor.min.js

Large diffs are not rendered by default.

43 changes: 3 additions & 40 deletions build/gutenberg/core.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/gutenberg/vendor.min.js

Large diffs are not rendered by default.

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

#: packages/core/fields/association/index.js:169
msgid "Maximum number of items reached (%s items)"
#: packages/core/fields/oembed/index.js:187
msgid "An error occurred while trying to fetch oembed preview."
msgstr ""

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

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

#: packages/core/fields/association/index.js:516
msgid "This field is required."
msgstr ""

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

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

#: packages/core/fields/rich-text/index.js:127
msgid "Text"
#: packages/core/fields/oembed/index.js:202
msgid "Not Found"
msgstr ""
3 changes: 1 addition & 2 deletions packages/core/fields/oembed/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
isEmpty,
debounce
} from 'lodash';
import $ from 'jquery';

/**
* The internal dependencies.
Expand Down Expand Up @@ -179,7 +178,7 @@ function handler( props ) {

switch ( type ) {
case 'FETCH_EMBED_CODE':
const request = $.get( window.wpApiSettings.root + 'oembed/1.0/proxy', {
const request = window.jQuery.get( window.wpApiSettings.root + 'oembed/1.0/proxy', {
url: payload,
_wpnonce: window.wpApiSettings.nonce
} );
Expand Down

0 comments on commit 00ce47d

Please sign in to comment.