@bgord/design 0.27.43 → 0.27.45

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.
@@ -2428,7 +2428,9 @@ var LetterSpacings = {
2428
2428
  '0.5': 0.5,
2429
2429
  '1': 1,
2430
2430
  '1.5': 1.5,
2431
- '2': 2
2431
+ '2': 2,
2432
+ '4': 4,
2433
+ '6': 6
2432
2434
  };
2433
2435
  var FlexGrows = {
2434
2436
  '1': '1',
@@ -2557,26 +2559,32 @@ var GeneratorProcessor = /*#__PURE__*/function () {
2557
2559
  output = _context.t7 += _context.sent;
2558
2560
  _context.t8 = output;
2559
2561
  _context.next = 37;
2560
- return new File('src/rules/title-truncate.css').read();
2562
+ return new File('src/ui/range.css').read();
2561
2563
 
2562
2564
  case 37:
2563
2565
  output = _context.t8 += _context.sent;
2564
2566
  _context.t9 = output;
2565
2567
  _context.next = 41;
2566
- return new File('src/rules/target-blank-referer.css').read();
2568
+ return new File('src/rules/title-truncate.css').read();
2567
2569
 
2568
2570
  case 41:
2569
2571
  output = _context.t9 += _context.sent;
2570
2572
  _context.t10 = output;
2571
2573
  _context.next = 45;
2572
- return new File('src/rules/image-alt.css').read();
2574
+ return new File('src/rules/target-blank-referer.css').read();
2573
2575
 
2574
2576
  case 45:
2575
2577
  output = _context.t10 += _context.sent;
2576
- _context.next = 48;
2578
+ _context.t11 = output;
2579
+ _context.next = 49;
2580
+ return new File('src/rules/image-alt.css').read();
2581
+
2582
+ case 49:
2583
+ output = _context.t11 += _context.sent;
2584
+ _context.next = 52;
2577
2585
  return new File('dist/main.css').save(output);
2578
2586
 
2579
- case 48:
2587
+ case 52:
2580
2588
  case "end":
2581
2589
  return _context.stop();
2582
2590
  }