@tramvai/tokens-render 1.8.5 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -3
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -140,9 +140,7 @@ const RESOURCE_INLINE_OPTIONS = dippy.createToken('resourceInlineThreshold');
|
|
|
140
140
|
|
|
141
141
|
Object.defineProperty(exports, 'ResourceType', {
|
|
142
142
|
enumerable: true,
|
|
143
|
-
get: function () {
|
|
144
|
-
return htmlpagebuilder.StorageRecord;
|
|
145
|
-
}
|
|
143
|
+
get: function () { return htmlpagebuilder.StorageRecord; }
|
|
146
144
|
});
|
|
147
145
|
exports.CUSTOM_RENDER = CUSTOM_RENDER;
|
|
148
146
|
exports.DEFAULT_FOOTER_COMPONENT = DEFAULT_FOOTER_COMPONENT;
|