@bgord/design 0.27.44 → 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.
- package/dist/design.cjs.development.js +11 -5
- package/dist/design.cjs.development.js.map +1 -1
- package/dist/design.cjs.production.min.js +1 -1
- package/dist/design.cjs.production.min.js.map +1 -1
- package/dist/design.esm.js +11 -5
- package/dist/design.esm.js.map +1 -1
- package/dist/main.css +60 -0
- package/dist/main.min.css +1 -1
- package/dist/main.min.css.br +0 -0
- package/dist/main.min.css.gz +0 -0
- package/package.json +1 -1
- package/src/generate-css.ts +1 -0
- package/src/ui/range.css +58 -0
|
@@ -2559,26 +2559,32 @@ var GeneratorProcessor = /*#__PURE__*/function () {
|
|
|
2559
2559
|
output = _context.t7 += _context.sent;
|
|
2560
2560
|
_context.t8 = output;
|
|
2561
2561
|
_context.next = 37;
|
|
2562
|
-
return new File('src/
|
|
2562
|
+
return new File('src/ui/range.css').read();
|
|
2563
2563
|
|
|
2564
2564
|
case 37:
|
|
2565
2565
|
output = _context.t8 += _context.sent;
|
|
2566
2566
|
_context.t9 = output;
|
|
2567
2567
|
_context.next = 41;
|
|
2568
|
-
return new File('src/rules/
|
|
2568
|
+
return new File('src/rules/title-truncate.css').read();
|
|
2569
2569
|
|
|
2570
2570
|
case 41:
|
|
2571
2571
|
output = _context.t9 += _context.sent;
|
|
2572
2572
|
_context.t10 = output;
|
|
2573
2573
|
_context.next = 45;
|
|
2574
|
-
return new File('src/rules/
|
|
2574
|
+
return new File('src/rules/target-blank-referer.css').read();
|
|
2575
2575
|
|
|
2576
2576
|
case 45:
|
|
2577
2577
|
output = _context.t10 += _context.sent;
|
|
2578
|
-
_context.
|
|
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;
|
|
2579
2585
|
return new File('dist/main.css').save(output);
|
|
2580
2586
|
|
|
2581
|
-
case
|
|
2587
|
+
case 52:
|
|
2582
2588
|
case "end":
|
|
2583
2589
|
return _context.stop();
|
|
2584
2590
|
}
|