@muffled-ui/react 1.1.0 → 1.1.1
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3198,7 +3198,7 @@ var BadgeItem = ({ position, destructive, children }) => {
|
|
|
3198
3198
|
})
|
|
3199
3199
|
);
|
|
3200
3200
|
};
|
|
3201
|
-
var Badge = ({ position = "NE", children, tag, destructive = false }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(Box, { display: "inline-block", position: "relative", w: "
|
|
3201
|
+
var Badge = ({ position = "NE", children, tag, destructive = false }) => /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(Box, { display: "inline-block", position: "relative", w: "100%", children: [
|
|
3202
3202
|
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(BadgeItem, { position, destructive, children: tag }),
|
|
3203
3203
|
children
|
|
3204
3204
|
] });
|
package/dist/index.mjs
CHANGED
|
@@ -3186,7 +3186,7 @@ var BadgeItem = ({ position, destructive, children }) => {
|
|
|
3186
3186
|
})
|
|
3187
3187
|
);
|
|
3188
3188
|
};
|
|
3189
|
-
var Badge = ({ position = "NE", children, tag, destructive = false }) => /* @__PURE__ */ jsxs27(Box, { display: "inline-block", position: "relative", w: "
|
|
3189
|
+
var Badge = ({ position = "NE", children, tag, destructive = false }) => /* @__PURE__ */ jsxs27(Box, { display: "inline-block", position: "relative", w: "100%", children: [
|
|
3190
3190
|
/* @__PURE__ */ jsx82(BadgeItem, { position, destructive, children: tag }),
|
|
3191
3191
|
children
|
|
3192
3192
|
] });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muffled-ui/react",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"ts-jest": "^29.1.1",
|
|
35
35
|
"typescript": "5.4.5",
|
|
36
36
|
"@repo/eslint-config": "0.0.0",
|
|
37
|
-
"@repo/
|
|
38
|
-
"@repo/
|
|
37
|
+
"@repo/jest-presets": "0.0.0",
|
|
38
|
+
"@repo/typescript-config": "0.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@heroicons/react": "^2.1.3",
|