@theme-ui/preset-bootstrap
Advanced tools
Comparing version 0.8.0--canary.1688.dbd897ce631382047428c1c3999b65b9923cffae.0 to 0.8.0--canary.1713.94a1ab6d668e34d4cab5467278295c6a3d122882.0
@@ -25,5 +25,9 @@ 'use strict'; | ||
var symbols = Object.getOwnPropertySymbols(object); | ||
if (enumerableOnly) symbols = symbols.filter(function (sym) { | ||
return Object.getOwnPropertyDescriptor(object, sym).enumerable; | ||
}); | ||
if (enumerableOnly) { | ||
symbols = symbols.filter(function (sym) { | ||
return Object.getOwnPropertyDescriptor(object, sym).enumerable; | ||
}); | ||
} | ||
keys.push.apply(keys, symbols); | ||
@@ -30,0 +34,0 @@ } |
@@ -25,5 +25,9 @@ 'use strict'; | ||
var symbols = Object.getOwnPropertySymbols(object); | ||
if (enumerableOnly) symbols = symbols.filter(function (sym) { | ||
return Object.getOwnPropertyDescriptor(object, sym).enumerable; | ||
}); | ||
if (enumerableOnly) { | ||
symbols = symbols.filter(function (sym) { | ||
return Object.getOwnPropertyDescriptor(object, sym).enumerable; | ||
}); | ||
} | ||
keys.push.apply(keys, symbols); | ||
@@ -30,0 +34,0 @@ } |
@@ -21,5 +21,9 @@ function _defineProperty(obj, key, value) { | ||
var symbols = Object.getOwnPropertySymbols(object); | ||
if (enumerableOnly) symbols = symbols.filter(function (sym) { | ||
return Object.getOwnPropertyDescriptor(object, sym).enumerable; | ||
}); | ||
if (enumerableOnly) { | ||
symbols = symbols.filter(function (sym) { | ||
return Object.getOwnPropertyDescriptor(object, sym).enumerable; | ||
}); | ||
} | ||
keys.push.apply(keys, symbols); | ||
@@ -26,0 +30,0 @@ } |
{ | ||
"name": "@theme-ui/preset-bootstrap", | ||
"version": "0.8.0--canary.1688.dbd897ce631382047428c1c3999b65b9923cffae.0", | ||
"version": "0.8.0--canary.1713.94a1ab6d668e34d4cab5467278295c6a3d122882.0", | ||
"main": "dist/theme-ui-preset-bootstrap.cjs.js", | ||
@@ -14,3 +14,3 @@ "module": "dist/theme-ui-preset-bootstrap.esm.js", | ||
}, | ||
"gitHead": "dbd897ce631382047428c1c3999b65b9923cffae" | ||
"gitHead": "94a1ab6d668e34d4cab5467278295c6a3d122882" | ||
} |
34099
1295