@pathscale/ui 0.0.162 → 0.0.164

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.
Files changed (2) hide show
  1. package/dist/index.js +16 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -18657,6 +18657,14 @@ const NF_ACCENT_SETTINGS = {
18657
18657
  "--nf-on-accent": {
18658
18658
  l: 98,
18659
18659
  c: 0.02
18660
+ },
18661
+ "--color-nf-accent": {
18662
+ l: 45,
18663
+ c: 0.2
18664
+ },
18665
+ "--color-nf-on-accent": {
18666
+ l: 98,
18667
+ c: 0.02
18660
18668
  }
18661
18669
  },
18662
18670
  dark: {
@@ -18667,6 +18675,14 @@ const NF_ACCENT_SETTINGS = {
18667
18675
  "--nf-on-accent": {
18668
18676
  l: 96,
18669
18677
  c: 0.018
18678
+ },
18679
+ "--color-nf-accent": {
18680
+ l: 58,
18681
+ c: 0.233
18682
+ },
18683
+ "--color-nf-on-accent": {
18684
+ l: 96,
18685
+ c: 0.018
18670
18686
  }
18671
18687
  }
18672
18688
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "0.0.162",
3
+ "version": "0.0.164",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",