@lukeashford/aurelius 2.6.0 → 2.7.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/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -2
package/dist/index.js
CHANGED
|
@@ -120,8 +120,10 @@ module.exports = __toCommonJS(index_exports);
|
|
|
120
120
|
var import_react = __toESM(require("react"));
|
|
121
121
|
|
|
122
122
|
// src/utils/cx.ts
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
var import_tailwind_merge = require("tailwind-merge");
|
|
124
|
+
var import_clsx = require("clsx");
|
|
125
|
+
function cx(...inputs) {
|
|
126
|
+
return (0, import_tailwind_merge.twMerge)((0, import_clsx.clsx)(inputs));
|
|
125
127
|
}
|
|
126
128
|
|
|
127
129
|
// src/components/Button.tsx
|