Skip to content

Commit 9cb536e

Browse files
committed
Merge branch 'development'
2 parents b18f8e2 + 27eff7a commit 9cb536e

28 files changed

+434
-1317
lines changed

bin/webpack.base.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ module.exports = {
6969
}
7070
} ),
7171
new TerserPlugin( {
72-
cache: true,
7372
parallel: true
7473
} )
7574
]

build/classic/core.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@
5555
box-shadow: none;
5656
outline: none;
5757
}
58-
.cf-association__bar[focus-within] {
59-
border-color: #5b9dd9;
60-
box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
61-
outline: 2px solid transparent;
62-
}
6358
.cf-association__bar:focus-within {
6459
border-color: #5b9dd9;
6560
box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
@@ -1068,7 +1063,6 @@
10681063
height: auto;
10691064
border: 0;
10701065
border-radius: 0;
1071-
vertical-align: baseline;
10721066
vertical-align: initial;
10731067
-webkit-appearance: textfield;
10741068
-moz-appearance: textfield;
@@ -1103,7 +1097,6 @@
11031097
outline: none;
11041098
padding: 0 0 0 0.5ch;
11051099
position: relative;
1106-
vertical-align: baseline;
11071100
vertical-align: initial;
11081101
-webkit-box-sizing: border-box;
11091102
-webkit-appearance: menulist;
@@ -2044,7 +2037,6 @@ span.flatpickr-weekday {
20442037
}
20452038
.cf-radio__input[type=checkbox]:checked:before {
20462039
content: "";
2047-
background-color: #3582c4;
20482040
background-color: var(--wp-admin-theme-color, #3582c4);
20492041
border-radius: 50%;
20502042
width: 0.5rem;

build/classic/core.js

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/classic/core.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/classic/core.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/classic/metaboxes.js

Lines changed: 58 additions & 245 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/classic/metaboxes.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/classic/vendor.js

Lines changed: 1 addition & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/classic/vendor.min.js

Lines changed: 2 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
/*!
2+
Copyright (c) 2018 Jed Watson.
3+
Licensed under the MIT License (MIT), see
4+
http://jedwatson.github.io/classnames
5+
*/
6+
7+
/*!
8+
* clipboard.js v2.0.11
9+
* https://clipboardjs.com/
10+
*
11+
* Licensed MIT © Zeno Rocha
12+
*/
13+
14+
/*!
15+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
16+
*
17+
* Copyright (c) 2014-2017, Jon Schlinkert.
18+
* Released under the MIT License.
19+
*/
20+
21+
/*! *****************************************************************************
22+
Copyright (c) Microsoft Corporation. All rights reserved.
23+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
24+
this file except in compliance with the License. You may obtain a copy of the
25+
License at http://www.apache.org/licenses/LICENSE-2.0
26+
27+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
28+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
29+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
30+
MERCHANTABLITY OR NON-INFRINGEMENT.
31+
32+
See the Apache Version 2.0 License for specific language governing permissions
33+
and limitations under the License.
34+
***************************************************************************** */
35+
36+
/**
37+
* @license
38+
* Lodash <https://lodash.com/>
39+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
40+
* Released under MIT license <https://lodash.com/license>
41+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
42+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
43+
*/
44+
45+
/**
46+
* @license React
47+
* react-dom.production.min.js
48+
*
49+
* Copyright (c) Facebook, Inc. and its affiliates.
50+
*
51+
* This source code is licensed under the MIT license found in the
52+
* LICENSE file in the root directory of this source tree.
53+
*/
54+
55+
/**
56+
* @license React
57+
* react.production.min.js
58+
*
59+
* Copyright (c) Facebook, Inc. and its affiliates.
60+
*
61+
* This source code is licensed under the MIT license found in the
62+
* LICENSE file in the root directory of this source tree.
63+
*/
64+
65+
/**
66+
* @license React
67+
* scheduler.production.min.js
68+
*
69+
* Copyright (c) Facebook, Inc. and its affiliates.
70+
*
71+
* This source code is licensed under the MIT license found in the
72+
* LICENSE file in the root directory of this source tree.
73+
*/

0 commit comments

Comments
 (0)