@finmars/ui 1.0.21 → 1.0.23

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/dist/themes.css CHANGED
@@ -5,7 +5,7 @@
5
5
  --spacing-24: 24px;
6
6
  --spacing-32: 32px;
7
7
  --spacing-48: 48px;
8
-
8
+
9
9
  --display-large-font: 57px/64px 400;
10
10
  --display-medium-font: 45px/52px 400;
11
11
  --display-small-font: 36px/44px 400;
@@ -30,7 +30,7 @@
30
30
  --number-medium-pro-font: 14px/20px 600;
31
31
  --number-medium-font: 14px/20px 400;
32
32
  --number-small-font: 12px/16px 400;
33
-
33
+
34
34
  --white: #fff;
35
35
  --black: #000;
36
36
  --p-0: #000;
@@ -49,7 +49,7 @@
49
49
  --s-0: #000;
50
50
  --s-10: #331106;
51
51
  --s-20: #4d2518;
52
- --s-30: #683b2c;
52
+ --s-30: #5D4036;
53
53
  --s-40: #845242;
54
54
  --s-50: #a06a58;
55
55
  --s-60: #bd8370;
@@ -105,7 +105,7 @@
105
105
  --n-95: #fbeeea;
106
106
  --n-96: #fff1ed;
107
107
  --n-98: #fff8f6;
108
- --n-99: #fffbfc;
108
+ --n-99: #fffefc;
109
109
  --n-100: #fff;
110
110
  --nv-0: #000;
111
111
  --nv-10: #251915;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finmars/ui",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "dev": "vite dev --config vite.config.dev.js",