@bgord/design 0.27.47 → 0.27.49

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.
@@ -2309,7 +2309,7 @@ var BackdropsGenerator = /*#__PURE__*/function (_AbstractGenerator) {
2309
2309
  var _Object$entries$_i = _Object$entries[_i],
2310
2310
  key = _Object$entries$_i[0],
2311
2311
  value = _Object$entries$_i[1];
2312
- output += "*[data-backdrop='" + key + "']::backdrop {\n backgound: " + value + ";\n}\n";
2312
+ output += "*[data-backdrop='" + key + "']::backdrop {\n background: " + value + ";\n}\n";
2313
2313
  }
2314
2314
 
2315
2315
  return output;
@@ -2614,10 +2614,16 @@ var GeneratorProcessor = /*#__PURE__*/function () {
2614
2614
 
2615
2615
  case 49:
2616
2616
  output = _context.t11 += _context.sent;
2617
- _context.next = 52;
2617
+ _context.t12 = output;
2618
+ _context.next = 53;
2619
+ return new File('src/rules/button-icon-title.css').read();
2620
+
2621
+ case 53:
2622
+ output = _context.t12 += _context.sent;
2623
+ _context.next = 56;
2618
2624
  return new File('dist/main.css').save(output);
2619
2625
 
2620
- case 52:
2626
+ case 56:
2621
2627
  case "end":
2622
2628
  return _context.stop();
2623
2629
  }