@bgord/design 0.27.62 → 0.27.63
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 +15 -7
- 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 +15 -7
- package/dist/design.esm.js.map +1 -1
- package/dist/main.css +21 -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/dist/tokens.d.ts +1 -1
- package/package.json +1 -1
- package/src/generate-css.ts +1 -0
- package/src/tokens.ts +10 -1
- package/src/ui/visually-hidden.css +9 -0
|
@@ -2564,7 +2564,9 @@ var ObjectPositions = {
|
|
|
2564
2564
|
bottom: 'bottom',
|
|
2565
2565
|
left: 'left',
|
|
2566
2566
|
right: 'right',
|
|
2567
|
-
center: 'center'
|
|
2567
|
+
center: 'center',
|
|
2568
|
+
'top-left': 'top left',
|
|
2569
|
+
'top-right': 'top right'
|
|
2568
2570
|
};
|
|
2569
2571
|
var AxisPlacements = {
|
|
2570
2572
|
start: 'flex-start',
|
|
@@ -2842,28 +2844,34 @@ var GeneratorProcessor = /*#__PURE__*/function () {
|
|
|
2842
2844
|
output = _context.t10 += _context.sent;
|
|
2843
2845
|
_context.t11 = output;
|
|
2844
2846
|
_context.next = 48;
|
|
2845
|
-
return new File('src/
|
|
2847
|
+
return new File('src/ui/visually-hidden.css').read();
|
|
2846
2848
|
|
|
2847
2849
|
case 48:
|
|
2848
2850
|
output = _context.t11 += _context.sent;
|
|
2849
2851
|
_context.t12 = output;
|
|
2850
2852
|
_context.next = 52;
|
|
2851
|
-
return new File('src/rules/
|
|
2853
|
+
return new File('src/rules/title-truncate.css').read();
|
|
2852
2854
|
|
|
2853
2855
|
case 52:
|
|
2854
2856
|
output = _context.t12 += _context.sent;
|
|
2855
2857
|
_context.t13 = output;
|
|
2856
2858
|
_context.next = 56;
|
|
2857
|
-
return new File('src/rules/
|
|
2859
|
+
return new File('src/rules/target-blank-referer.css').read();
|
|
2858
2860
|
|
|
2859
2861
|
case 56:
|
|
2860
2862
|
output = _context.t13 += _context.sent;
|
|
2861
2863
|
_context.t14 = output;
|
|
2862
2864
|
_context.next = 60;
|
|
2863
|
-
return new File('src/rules/
|
|
2865
|
+
return new File('src/rules/image-alt.css').read();
|
|
2864
2866
|
|
|
2865
2867
|
case 60:
|
|
2866
2868
|
output = _context.t14 += _context.sent;
|
|
2869
|
+
_context.t15 = output;
|
|
2870
|
+
_context.next = 64;
|
|
2871
|
+
return new File('src/rules/button-icon-title.css').read();
|
|
2872
|
+
|
|
2873
|
+
case 64:
|
|
2874
|
+
output = _context.t15 += _context.sent;
|
|
2867
2875
|
|
|
2868
2876
|
for (_iterator = _createForOfIteratorHelperLoose(generators); !(_step = _iterator()).done;) {
|
|
2869
2877
|
generator = _step.value;
|
|
@@ -2872,10 +2880,10 @@ var GeneratorProcessor = /*#__PURE__*/function () {
|
|
|
2872
2880
|
output += generator.generateFooter();
|
|
2873
2881
|
}
|
|
2874
2882
|
|
|
2875
|
-
_context.next =
|
|
2883
|
+
_context.next = 68;
|
|
2876
2884
|
return new File('dist/main.css').save(output);
|
|
2877
2885
|
|
|
2878
|
-
case
|
|
2886
|
+
case 68:
|
|
2879
2887
|
case "end":
|
|
2880
2888
|
return _context.stop();
|
|
2881
2889
|
}
|