@transferwise/neptune-css 0.0.0-experimental-161f697 → 0.0.0-experimental-15bed93

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.
@@ -310,6 +310,8 @@ summary {
310
310
  --btn-radius-base: 9999px;
311
311
  --btn-sm-radius-base: var(--btn-radius-base);
312
312
  --btn-lg-radius-base: var(--btn-radius-base);
313
+ }
314
+ [class*='np-theme-'] {
313
315
  color: #5d7079;
314
316
  color: var(--color-content-secondary);
315
317
  background-color: #ffffff;
@@ -2461,6 +2461,9 @@ summary {
2461
2461
  --btn-radius-base: 9999px;
2462
2462
  --btn-sm-radius-base: var(--btn-radius-base);
2463
2463
  --btn-lg-radius-base: var(--btn-radius-base);
2464
+ }
2465
+
2466
+ [class*='np-theme-'] {
2464
2467
  color: #5d7079;
2465
2468
  color: var(--color-content-secondary);
2466
2469
  background-color: #ffffff;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "0.0.0-experimental-161f697",
4
+ "version": "0.0.0-experimental-15bed93",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -63,7 +63,9 @@
63
63
  --btn-radius-base: 9999px;
64
64
  --btn-sm-radius-base: var(--btn-radius-base);
65
65
  --btn-lg-radius-base: var(--btn-radius-base);
66
+ }
66
67
 
68
+ [class*='np-theme-']{
67
69
  color: var(--color-content-secondary);
68
70
  background-color: var(--color-background-screen);
69
71
  }