@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.
- package/dist/design.cjs.development.js +45 -39
- 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 +45 -39
- package/dist/design.esm.js.map +1 -1
- package/dist/main.css +745 -730
- 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 +7 -6
- package/src/ui/badge.css +22 -0
- package/src/ui/input.css +0 -7
|
@@ -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 =
|
|
2538
|
+
_context.next = 4;
|
|
2547
2539
|
return new File('src/ui/button.css').read();
|
|
2548
2540
|
|
|
2549
|
-
case
|
|
2541
|
+
case 4:
|
|
2550
2542
|
output = _context.t0 += _context.sent;
|
|
2551
2543
|
_context.t1 = output;
|
|
2552
|
-
_context.next =
|
|
2544
|
+
_context.next = 8;
|
|
2553
2545
|
return new File('src/ui/input.css').read();
|
|
2554
2546
|
|
|
2555
|
-
case
|
|
2547
|
+
case 8:
|
|
2556
2548
|
output = _context.t1 += _context.sent;
|
|
2557
2549
|
_context.t2 = output;
|
|
2558
|
-
_context.next =
|
|
2550
|
+
_context.next = 12;
|
|
2559
2551
|
return new File('src/ui/label.css').read();
|
|
2560
2552
|
|
|
2561
|
-
case
|
|
2553
|
+
case 12:
|
|
2562
2554
|
output = _context.t2 += _context.sent;
|
|
2563
2555
|
_context.t3 = output;
|
|
2564
|
-
_context.next =
|
|
2556
|
+
_context.next = 16;
|
|
2565
2557
|
return new File('src/ui/link.css').read();
|
|
2566
2558
|
|
|
2567
|
-
case
|
|
2559
|
+
case 16:
|
|
2568
2560
|
output = _context.t3 += _context.sent;
|
|
2569
2561
|
_context.t4 = output;
|
|
2570
|
-
_context.next =
|
|
2562
|
+
_context.next = 20;
|
|
2571
2563
|
return new File('src/ui/select.css').read();
|
|
2572
2564
|
|
|
2573
|
-
case
|
|
2565
|
+
case 20:
|
|
2574
2566
|
output = _context.t4 += _context.sent;
|
|
2575
2567
|
_context.t5 = output;
|
|
2576
|
-
_context.next =
|
|
2568
|
+
_context.next = 24;
|
|
2577
2569
|
return new File('src/ui/checkbox.css').read();
|
|
2578
2570
|
|
|
2579
|
-
case
|
|
2571
|
+
case 24:
|
|
2580
2572
|
output = _context.t5 += _context.sent;
|
|
2581
2573
|
_context.t6 = output;
|
|
2582
|
-
_context.next =
|
|
2574
|
+
_context.next = 28;
|
|
2583
2575
|
return new File('src/ui/textarea.css').read();
|
|
2584
2576
|
|
|
2585
|
-
case
|
|
2577
|
+
case 28:
|
|
2586
2578
|
output = _context.t6 += _context.sent;
|
|
2587
2579
|
_context.t7 = output;
|
|
2588
|
-
_context.next =
|
|
2580
|
+
_context.next = 32;
|
|
2589
2581
|
return new File('src/ui/anima.css').read();
|
|
2590
2582
|
|
|
2591
|
-
case
|
|
2583
|
+
case 32:
|
|
2592
2584
|
output = _context.t7 += _context.sent;
|
|
2593
2585
|
_context.t8 = output;
|
|
2594
|
-
_context.next =
|
|
2586
|
+
_context.next = 36;
|
|
2595
2587
|
return new File('src/ui/range.css').read();
|
|
2596
2588
|
|
|
2597
|
-
case
|
|
2589
|
+
case 36:
|
|
2598
2590
|
output = _context.t8 += _context.sent;
|
|
2599
2591
|
_context.t9 = output;
|
|
2600
|
-
_context.next =
|
|
2601
|
-
return new File('src/
|
|
2592
|
+
_context.next = 40;
|
|
2593
|
+
return new File('src/ui/badge.css').read();
|
|
2602
2594
|
|
|
2603
|
-
case
|
|
2595
|
+
case 40:
|
|
2604
2596
|
output = _context.t9 += _context.sent;
|
|
2605
2597
|
_context.t10 = output;
|
|
2606
|
-
_context.next =
|
|
2607
|
-
return new File('src/rules/
|
|
2598
|
+
_context.next = 44;
|
|
2599
|
+
return new File('src/rules/title-truncate.css').read();
|
|
2608
2600
|
|
|
2609
|
-
case
|
|
2601
|
+
case 44:
|
|
2610
2602
|
output = _context.t10 += _context.sent;
|
|
2611
2603
|
_context.t11 = output;
|
|
2612
|
-
_context.next =
|
|
2613
|
-
return new File('src/rules/
|
|
2604
|
+
_context.next = 48;
|
|
2605
|
+
return new File('src/rules/target-blank-referer.css').read();
|
|
2614
2606
|
|
|
2615
|
-
case
|
|
2607
|
+
case 48:
|
|
2616
2608
|
output = _context.t11 += _context.sent;
|
|
2617
2609
|
_context.t12 = output;
|
|
2618
|
-
_context.next =
|
|
2619
|
-
return new File('src/rules/
|
|
2610
|
+
_context.next = 52;
|
|
2611
|
+
return new File('src/rules/image-alt.css').read();
|
|
2620
2612
|
|
|
2621
|
-
case
|
|
2613
|
+
case 52:
|
|
2622
2614
|
output = _context.t12 += _context.sent;
|
|
2615
|
+
_context.t13 = output;
|
|
2623
2616
|
_context.next = 56;
|
|
2624
|
-
return new File('
|
|
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
|
}
|