@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.es.js CHANGED
@@ -363,7 +363,7 @@ async function introspect(element, client, store) {
363
363
  variables: { ids: [...typographyIds] }
364
364
  });
365
365
  (_c = typographiesResult == null ? void 0 : typographiesResult.data) == null ? void 0 : _c.typographies.forEach((typography) => {
366
- typography.style.forEach((style) => {
366
+ typography == null ? void 0 : typography.style.forEach((style) => {
367
367
  var _a2;
368
368
  const swatchId = (_a2 = style.value.color) == null ? void 0 : _a2.swatchId;
369
369
  if (swatchId != null)