@bgord/design 0.27.49 → 0.27.51

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.
@@ -2534,96 +2534,102 @@ var GeneratorProcessor = /*#__PURE__*/function () {
2534
2534
  switch (_context.prev = _context.next) {
2535
2535
  case 0:
2536
2536
  output = '';
2537
-
2538
- for (_iterator = _createForOfIteratorHelperLoose(generators); !(_step = _iterator()).done;) {
2539
- generator = _step.value;
2540
- output += generator.generateHeader();
2541
- output += generator.generateCss();
2542
- output += generator.generateFooter();
2543
- }
2544
-
2545
2537
  _context.t0 = output;
2546
- _context.next = 5;
2538
+ _context.next = 4;
2547
2539
  return new File('src/ui/button.css').read();
2548
2540
 
2549
- case 5:
2541
+ case 4:
2550
2542
  output = _context.t0 += _context.sent;
2551
2543
  _context.t1 = output;
2552
- _context.next = 9;
2544
+ _context.next = 8;
2553
2545
  return new File('src/ui/input.css').read();
2554
2546
 
2555
- case 9:
2547
+ case 8:
2556
2548
  output = _context.t1 += _context.sent;
2557
2549
  _context.t2 = output;
2558
- _context.next = 13;
2550
+ _context.next = 12;
2559
2551
  return new File('src/ui/label.css').read();
2560
2552
 
2561
- case 13:
2553
+ case 12:
2562
2554
  output = _context.t2 += _context.sent;
2563
2555
  _context.t3 = output;
2564
- _context.next = 17;
2556
+ _context.next = 16;
2565
2557
  return new File('src/ui/link.css').read();
2566
2558
 
2567
- case 17:
2559
+ case 16:
2568
2560
  output = _context.t3 += _context.sent;
2569
2561
  _context.t4 = output;
2570
- _context.next = 21;
2562
+ _context.next = 20;
2571
2563
  return new File('src/ui/select.css').read();
2572
2564
 
2573
- case 21:
2565
+ case 20:
2574
2566
  output = _context.t4 += _context.sent;
2575
2567
  _context.t5 = output;
2576
- _context.next = 25;
2568
+ _context.next = 24;
2577
2569
  return new File('src/ui/checkbox.css').read();
2578
2570
 
2579
- case 25:
2571
+ case 24:
2580
2572
  output = _context.t5 += _context.sent;
2581
2573
  _context.t6 = output;
2582
- _context.next = 29;
2574
+ _context.next = 28;
2583
2575
  return new File('src/ui/textarea.css').read();
2584
2576
 
2585
- case 29:
2577
+ case 28:
2586
2578
  output = _context.t6 += _context.sent;
2587
2579
  _context.t7 = output;
2588
- _context.next = 33;
2580
+ _context.next = 32;
2589
2581
  return new File('src/ui/anima.css').read();
2590
2582
 
2591
- case 33:
2583
+ case 32:
2592
2584
  output = _context.t7 += _context.sent;
2593
2585
  _context.t8 = output;
2594
- _context.next = 37;
2586
+ _context.next = 36;
2595
2587
  return new File('src/ui/range.css').read();
2596
2588
 
2597
- case 37:
2589
+ case 36:
2598
2590
  output = _context.t8 += _context.sent;
2599
2591
  _context.t9 = output;
2600
- _context.next = 41;
2601
- return new File('src/rules/title-truncate.css').read();
2592
+ _context.next = 40;
2593
+ return new File('src/ui/badge.css').read();
2602
2594
 
2603
- case 41:
2595
+ case 40:
2604
2596
  output = _context.t9 += _context.sent;
2605
2597
  _context.t10 = output;
2606
- _context.next = 45;
2607
- return new File('src/rules/target-blank-referer.css').read();
2598
+ _context.next = 44;
2599
+ return new File('src/rules/title-truncate.css').read();
2608
2600
 
2609
- case 45:
2601
+ case 44:
2610
2602
  output = _context.t10 += _context.sent;
2611
2603
  _context.t11 = output;
2612
- _context.next = 49;
2613
- return new File('src/rules/image-alt.css').read();
2604
+ _context.next = 48;
2605
+ return new File('src/rules/target-blank-referer.css').read();
2614
2606
 
2615
- case 49:
2607
+ case 48:
2616
2608
  output = _context.t11 += _context.sent;
2617
2609
  _context.t12 = output;
2618
- _context.next = 53;
2619
- return new File('src/rules/button-icon-title.css').read();
2610
+ _context.next = 52;
2611
+ return new File('src/rules/image-alt.css').read();
2620
2612
 
2621
- case 53:
2613
+ case 52:
2622
2614
  output = _context.t12 += _context.sent;
2615
+ _context.t13 = output;
2623
2616
  _context.next = 56;
2624
- return new File('dist/main.css').save(output);
2617
+ return new File('src/rules/button-icon-title.css').read();
2625
2618
 
2626
2619
  case 56:
2620
+ output = _context.t13 += _context.sent;
2621
+
2622
+ for (_iterator = _createForOfIteratorHelperLoose(generators); !(_step = _iterator()).done;) {
2623
+ generator = _step.value;
2624
+ output += generator.generateHeader();
2625
+ output += generator.generateCss();
2626
+ output += generator.generateFooter();
2627
+ }
2628
+
2629
+ _context.next = 60;
2630
+ return new File('dist/main.css').save(output);
2631
+
2632
+ case 60:
2627
2633
  case "end":
2628
2634
  return _context.stop();
2629
2635
  }