@onereach/styles 7.1.2-beta.4587.0 → 8.0.1-beta.4618.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": "7.1.2-beta.4587.0",
3
+ "version": "8.0.1-beta.4618.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -1262,7 +1262,7 @@
1262
1262
  },
1263
1263
  {
1264
1264
  "name" : "dark-card",
1265
- "value" : "0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(24,28,34,0.12)"
1265
+ "value" : "0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(255,255,255,0.3)"
1266
1266
  },
1267
1267
  {
1268
1268
  "name" : "dark-button",
@@ -1749,7 +1749,7 @@
1749
1749
  "button": "inset 0 -1px 0 0 rgba(0 0 0 / 0.1), 0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
1750
1750
  "modal-dark": "0 4px 4px 0 rgba(0 0 0 / 0.15), 0 26px 80px 0 rgba(0 0 0 / 0.6), inset 0 0 1px 0 rgba(255 255 255 / 0.2)",
1751
1751
  "contextual-dark": "0 4px 4px 0 rgba(0 0 0 / 0.25), -1px 0 20px 0 rgba(24 28 34 / 0.05), inset 0 0 1px 0 rgba(255 255 255 / 0.4)",
1752
- "card-dark": "0 2px 1px -1px rgba(0 0 0 / 0.2), 0 1px 1px 0 rgba(0 0 0 / 0.14), 0 1px 3px 0 rgba(24 28 34 / 0.12)",
1752
+ "card-dark": "0 2px 1px -1px rgba(0 0 0 / 0.2), 0 1px 1px 0 rgba(0 0 0 / 0.14), 0 0 1px 0 rgba(255 255 255 / 0.3)",
1753
1753
  "button-dark": "inset 0 -1px 0 0 rgba(255 255 255 / 0.2), 0 0 5px 0 rgba(0 0 0 / 0.05), 0 1px 2px 0 rgba(24 28 34 / 0.15)",
1754
1754
  "DEFAULT": "0 1px 1px rgba(0 0 0 / 0.24), 0 0 1px rgba(0 0 0 / 0.16)"
1755
1755
  },