Skip to content

Commit 9d93dbd

Browse files
authored
Export Marketo remove default styles function (#539)
* Export the `removeDefaultStyles` function from the Marketo forms module * Version bump to v14.3.21 * Revert "Version bump to v14.3.21" This reverts commit b638e6b. * Compiled JavaScript * Version bump to v14.3.21
1 parent 960fe00 commit 9d93dbd

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

dist/honeycomb.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7504,7 +7504,8 @@ var init = function init(callback) {
75047504
};
75057505
var _default = exports["default"] = {
75067506
create: create,
7507-
init: init
7507+
init: init,
7508+
removeDefaultStyles: removeDefaultStyles
75087509
};
75097510

75107511
},{"../../analytics/js/honeycomb.analytics.google":1,"../../document/js/honeycomb.document.load-script":15}],22:[function(require,module,exports){

dist/honeycomb.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.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "honeycomb-web-toolkit",
3-
"version": "14.3.20",
3+
"version": "14.3.21",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/red-gate/honeycomb-web-toolkit"

src/forms/js/honeycomb.forms.marketo.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,5 +277,6 @@ const init = callback => {
277277

278278
export default {
279279
create,
280-
init
280+
init,
281+
removeDefaultStyles,
281282
};

0 commit comments

Comments
 (0)