@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.
- package/dist/design.cjs.development.js +9 -3
- 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 +9 -3
- package/dist/design.esm.js.map +1 -1
- package/dist/main.css +6 -2
- 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/backdrops-generator.ts +1 -1
- package/src/generate-css.ts +1 -0
- package/src/rules/button-icon-title.css +4 -0
|
@@ -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
|
|
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.
|
|
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
|
|
2626
|
+
case 56:
|
|
2621
2627
|
case "end":
|
|
2622
2628
|
return _context.stop();
|
|
2623
2629
|
}
|