@orderly.network/ui 2.8.14 → 2.9.0-alpha.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": "@orderly.network/ui",
3
- "version": "2.8.14",
3
+ "version": "2.9.0-alpha.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -42,7 +42,7 @@
42
42
  "react-error-boundary": "^4.0.13",
43
43
  "react-hot-toast": "^2.4.1",
44
44
  "tailwind-variants": "^0.2.1",
45
- "@orderly.network/utils": "2.8.14"
45
+ "@orderly.network/utils": "2.9.0-alpha.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^22.15.21",
@@ -55,7 +55,7 @@
55
55
  "tailwindcss-animate": "^1.0.6",
56
56
  "tsup": "^8.5.1",
57
57
  "typescript": "^5.1.6",
58
- "tsconfig": "0.11.14"
58
+ "tsconfig": "0.12.0-alpha.0"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "react": ">=18",
@@ -157,8 +157,9 @@ module.exports = withTV({
157
157
  54: "rgb(var(--oui-color-base-foreground) / 0.54)",
158
158
  36: "rgb(var(--oui-color-base-foreground) / 0.36)",
159
159
  20: "rgb(var(--oui-color-base-foreground) / 0.2)",
160
- 12: "rgb(var(--oui-color-base-foreground) / 0.12)",
161
160
  16: "rgb(var(--oui-color-base-foreground) / 0.16)",
161
+ 12: "rgb(var(--oui-color-base-foreground) / 0.12)",
162
+ 4: "rgb(var(--oui-color-base-foreground) / 0.04)",
162
163
  },
163
164
  },
164
165
  line: {