@onereach/styles 2.35.0 → 2.35.1-beta.2346.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/styles",
3
- "version": "2.35.0",
3
+ "version": "2.35.1-beta.2346.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -53,6 +53,5 @@
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"
56
- },
57
- "gitHead": "b344373f5540271f4452361508dac013a569910f"
56
+ }
58
57
  }
@@ -241,16 +241,23 @@ module.exports = {
241
241
  return {
242
242
  display: prefix + 'flex',
243
243
  flexDirection: direction,
244
- alignItems: direction === 'row' ? 'center' : 'normal',
244
+ flex: prefix === 'inline-' ? '0 0 auto' : undefined,
245
+ alignItems: direction === 'row' ? 'center' : undefined,
245
246
  };
246
247
  },
247
248
  }, {
248
249
  values: {
249
250
  'row': 'row',
251
+ 'row-reverse': 'row-reverse',
252
+
250
253
  'column': 'column',
254
+ 'column-reverse': 'column-reverse',
251
255
 
252
256
  'inline-row': 'inline-..row',
257
+ 'inline-row-reverse': 'inline-..row-reverse',
258
+
253
259
  'inline-column': 'inline-..column',
260
+ 'inline-column-reverse': 'inline-..column-reverse',
254
261
  },
255
262
  });
256
263
  }),
@@ -623,6 +630,7 @@ module.exports = {
623
630
  'surface-inverse-dark': 'inverse-surface..-dark',
624
631
 
625
632
  'transparent': 'transparent',
633
+ 'transparent-dark': 'transparent..-dark',
626
634
  },
627
635
  });
628
636
 
@@ -753,7 +761,10 @@ module.exports = {
753
761
  'on-surface-inverse-dark': 'inverse-on-surface..-dark',
754
762
 
755
763
  'transparent': 'transparent',
764
+ 'transparent-dark': 'transparent..-dark',
765
+
756
766
  'inherit': 'inherit',
767
+ 'inherit-dark': 'inherit..-dark',
757
768
  },
758
769
  });
759
770
 
@@ -799,7 +810,10 @@ module.exports = {
799
810
  'error-dark': 'error..-dark',
800
811
 
801
812
  'transparent': 'transparent',
813
+ 'transparent-dark': 'transparent..-dark',
814
+
802
815
  'current': 'current',
816
+ 'current-dark': 'current..-dark',
803
817
  },
804
818
  });
805
819
 
@@ -844,7 +858,10 @@ module.exports = {
844
858
  'error-dark': 'error..-dark',
845
859
 
846
860
  'transparent': 'transparent',
861
+ 'transparent-dark': 'transparent..-dark',
862
+
847
863
  'current': 'current',
864
+ 'current-dark': 'current..-dark',
848
865
  },
849
866
  });
850
867
 
@@ -892,7 +909,10 @@ module.exports = {
892
909
  'error-dark': 'error..-dark',
893
910
 
894
911
  'transparent': 'transparent',
912
+ 'transparent-dark': 'transparent..-dark',
913
+
895
914
  'current': 'current',
915
+ 'current-dark': 'current..-dark',
896
916
  },
897
917
  });
898
918
  }),