@kodiak-finance/orderly-ui 2.9.2 → 2.9.3

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": "@kodiak-finance/orderly-ui",
3
- "version": "2.9.2",
3
+ "version": "2.9.3",
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
- "@kodiak-finance/orderly-plugin-core": "2.9.2",
45
+ "@kodiak-finance/orderly-plugin-core": "2.9.3",
46
46
  "@kodiak-finance/orderly-utils": "2.9.2"
47
47
  },
48
48
  "devDependencies": {
@@ -72,7 +72,7 @@ module.exports = withTV({
72
72
  sm: "var(--oui-rounded-sm, 0.125rem)", // 2px
73
73
  DEFAULT: "var(--oui-rounded, 0.25rem)", // 4px
74
74
  md: "var(--oui-rounded-md, 0.375rem)", // 6px
75
- lg: "var(--oui-rounded-lg, 0.5rem)", // 8px
75
+ lg: "var(--oui-rounded-sg, 0.5rem)", // 8px
76
76
  xl: "var(--oui-rounded-xl, 0.75rem)", // 12px
77
77
  "2xl": "var(--oui-rounded-2xl, 1rem)", // 16px
78
78
  full: "var(--oui-rounded-full, 9999px)",