@moises.ai/design-system 2.0.10 → 2.0.11
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1273,7 +1273,7 @@ const oe = 10, le = 10, Y = 9.5, Re = -Math.PI / 2, Qe = 0.01, Ue = -1, Je = 1,
|
|
|
1273
1273
|
d: b,
|
|
1274
1274
|
stroke: v,
|
|
1275
1275
|
strokeLinecap: "round",
|
|
1276
|
-
strokeWidth: 1
|
|
1276
|
+
strokeWidth: 1,
|
|
1277
1277
|
fill: "none"
|
|
1278
1278
|
}
|
|
1279
1279
|
),
|
|
@@ -1284,7 +1284,7 @@ const oe = 10, le = 10, Y = 9.5, Re = -Math.PI / 2, Qe = 0.01, Ue = -1, Je = 1,
|
|
|
1284
1284
|
children: /* @__PURE__ */ d(
|
|
1285
1285
|
"path",
|
|
1286
1286
|
{
|
|
1287
|
-
d: "M10 0 L10 6",
|
|
1287
|
+
d: "M10 0.5 L10 6",
|
|
1288
1288
|
stroke: k,
|
|
1289
1289
|
strokeLinecap: "round",
|
|
1290
1290
|
strokeWidth: 1
|