@vellumlabs/cexplorer-sdk 1.1.15 → 1.1.16

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.
@@ -3,7 +3,6 @@ import { ClassValue } from 'clsx';
3
3
  /**
4
4
  * Utility function for merging Tailwind CSS class names with proper conflict resolution.
5
5
  *
6
- * Combines `clsx` for conditional classes and `tailwind-merge` for deduplication,
7
6
  * ensuring that later classes override earlier ones when they conflict.
8
7
  *
9
8
  * @param {...ClassValue[]} inputs - Class values to merge (strings, objects, arrays, etc.)
@@ -1 +1 @@
1
- {"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../src/utils/cn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAC;AAG7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,eAAO,MAAM,EAAE,GAAI,GAAG,QAAQ,UAAU,EAAE,WAEzC,CAAC"}
1
+ {"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../src/utils/cn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAC;AAE7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,eAAO,MAAM,EAAE,GAAI,GAAG,QAAQ,UAAU,EAAE,WAEzC,CAAC"}
package/dist/utils/cn.js CHANGED
@@ -1 +1 @@
1
- import{clsx as o}from"clsx";import{twMerge as r}from"tailwind-merge";const m=(...m)=>r(o(m));export{m as cn};
1
+ import{clsx as o}from"clsx";const r=(...r)=>o(r);export{r as cn};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumlabs/cexplorer-sdk",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "Cexplorer UI Component Library with theme system",
5
5
  "author": "Vellum Labs",
6
6
  "main": "dist/index.js",
@@ -1076,7 +1076,6 @@
1076
1076
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
1077
1077
  "react-helmet": "^6.1.0",
1078
1078
  "sonner": "^1.5.0",
1079
- "tailwind-merge": "^2.3.0",
1080
1079
  "zustand": "^4.5.2",
1081
1080
  "bech32": "^2.0.0",
1082
1081
  "@emurgo/cip14-js": "^3.0.1",
@@ -1116,9 +1115,6 @@
1116
1115
  "clsx": {
1117
1116
  "optional": false
1118
1117
  },
1119
- "tailwind-merge": {
1120
- "optional": false
1121
- },
1122
1118
  "zustand": {
1123
1119
  "optional": false
1124
1120
  },