@makeswift/runtime 0.0.21 → 0.0.22
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -399,7 +399,7 @@ async function introspect(element, client2, store) {
|
|
|
399
399
|
variables: { ids: [...typographyIds] }
|
|
400
400
|
});
|
|
401
401
|
(_c = typographiesResult == null ? void 0 : typographiesResult.data) == null ? void 0 : _c.typographies.forEach((typography) => {
|
|
402
|
-
typography.style.forEach((style2) => {
|
|
402
|
+
typography == null ? void 0 : typography.style.forEach((style2) => {
|
|
403
403
|
var _a2;
|
|
404
404
|
const swatchId = (_a2 = style2.value.color) == null ? void 0 : _a2.swatchId;
|
|
405
405
|
if (swatchId != null)
|