@onereach/styles 2.37.1 → 2.37.2-beta.2404.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.37.1",
3
+ "version": "2.37.2-beta.2404.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -54,6 +54,5 @@
54
54
  },
55
55
  "publishConfig": {
56
56
  "access": "public"
57
- },
58
- "gitHead": "f6c7667bfd43d7f97b2cf355dd328722267b9fd8"
57
+ }
59
58
  }
@@ -244,16 +244,23 @@ module.exports = {
244
244
  return {
245
245
  display: prefix + 'flex',
246
246
  flexDirection: direction,
247
- alignItems: direction === 'row' ? 'center' : 'normal',
247
+ flex: prefix === 'inline-' ? '0 0 auto' : undefined,
248
+ alignItems: direction === 'row' ? 'center' : undefined,
248
249
  };
249
250
  },
250
251
  }, {
251
252
  values: {
252
253
  'row': 'row',
254
+ 'row-reverse': 'row-reverse',
255
+
253
256
  'column': 'column',
257
+ 'column-reverse': 'column-reverse',
254
258
 
255
259
  'inline-row': 'inline-..row',
260
+ 'inline-row-reverse': 'inline-..row-reverse',
261
+
256
262
  'inline-column': 'inline-..column',
263
+ 'inline-column-reverse': 'inline-..column-reverse',
257
264
  },
258
265
  });
259
266
  }),
@@ -626,6 +633,7 @@ module.exports = {
626
633
  'surface-inverse-dark': 'inverse-surface..-dark',
627
634
 
628
635
  'transparent': 'transparent',
636
+ 'transparent-dark': 'transparent..-dark',
629
637
  },
630
638
  });
631
639
 
@@ -756,7 +764,10 @@ module.exports = {
756
764
  'on-surface-inverse-dark': 'inverse-on-surface..-dark',
757
765
 
758
766
  'transparent': 'transparent',
767
+ 'transparent-dark': 'transparent..-dark',
768
+
759
769
  'inherit': 'inherit',
770
+ 'inherit-dark': 'inherit..-dark',
760
771
  },
761
772
  });
762
773
 
@@ -802,7 +813,10 @@ module.exports = {
802
813
  'error-dark': 'error..-dark',
803
814
 
804
815
  'transparent': 'transparent',
816
+ 'transparent-dark': 'transparent..-dark',
817
+
805
818
  'current': 'current',
819
+ 'current-dark': 'current..-dark',
806
820
  },
807
821
  });
808
822
 
@@ -847,7 +861,10 @@ module.exports = {
847
861
  'error-dark': 'error..-dark',
848
862
 
849
863
  'transparent': 'transparent',
864
+ 'transparent-dark': 'transparent..-dark',
865
+
850
866
  'current': 'current',
867
+ 'current-dark': 'current..-dark',
851
868
  },
852
869
  });
853
870
 
@@ -895,7 +912,10 @@ module.exports = {
895
912
  'error-dark': 'error..-dark',
896
913
 
897
914
  'transparent': 'transparent',
915
+ 'transparent-dark': 'transparent..-dark',
916
+
898
917
  'current': 'current',
918
+ 'current-dark': 'current..-dark',
899
919
  },
900
920
  });
901
921
  }),