@onereach/styles 2.40.0 → 2.40.1-beta.2842.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.40.0",
3
+ "version": "2.40.1-beta.2842.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -55,6 +55,5 @@
55
55
  },
56
56
  "publishConfig": {
57
57
  "access": "public"
58
- },
59
- "gitHead": "fad9ba8f2049cd78c49374a7a944b1288e49e967"
58
+ }
60
59
  }
@@ -493,8 +493,8 @@ module.exports = {
493
493
  'primary': 'primary',
494
494
  'primary-dark': 'primary..-dark',
495
495
 
496
- 'secondary': 'secondary',
497
- 'secondary-dark': 'secondary..-dark',
496
+ // 'secondary': 'secondary',
497
+ // 'secondary-dark': 'secondary..-dark',
498
498
 
499
499
  // 'tertiary': 'tertiary',
500
500
  // 'tertiary-dark': 'tertiary..-dark',
@@ -525,6 +525,9 @@ module.exports = {
525
525
  },
526
526
  }, {
527
527
  values: {
528
+ 'base': 'white',
529
+ 'base-dark': 'black',
530
+
528
531
  'default': 'on-background',
529
532
  'default-dark': 'on-background..-dark',
530
533
 
@@ -662,6 +665,9 @@ module.exports = {
662
665
  },
663
666
  }, {
664
667
  values: {
668
+ 'base': 'white',
669
+ 'base-dark': 'black',
670
+
665
671
  'default': 'background',
666
672
  'default-dark': 'background..-dark',
667
673