@moveindustries/movement-design-system 1.0.5 → 1.0.6
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/CHANGELOG.md +9 -0
- package/dist/components/Footer/Footer.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +5 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -57422,11 +57422,12 @@ const xx = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, Rx = AU, E
|
|
|
57422
57422
|
// ],
|
|
57423
57423
|
// },
|
|
57424
57424
|
], al0 = [
|
|
57425
|
-
{ platform: "x", href: "https://x.com/
|
|
57426
|
-
{ platform: "discord", href: "https://discord.gg/
|
|
57427
|
-
{ platform: "github", href: "https://github.com/
|
|
57425
|
+
{ platform: "x", href: "https://x.com/movement_xyz" },
|
|
57426
|
+
{ platform: "discord", href: "https://discord.gg/moveindustries" },
|
|
57427
|
+
{ platform: "github", href: "https://github.com/moveindustries" },
|
|
57428
57428
|
{ platform: "reddit", href: "https://www.reddit.com/r/MovementXYZ/" },
|
|
57429
|
-
{ platform: "linkedin", href: "https://www.linkedin.com/company/move-industries-blockchain" }
|
|
57429
|
+
{ platform: "linkedin", href: "https://www.linkedin.com/company/move-industries-blockchain" },
|
|
57430
|
+
{ platform: "telegram", href: "https://t.me/movementlabsxyz" }
|
|
57430
57431
|
];
|
|
57431
57432
|
function uI1({ column: t, className: a }) {
|
|
57432
57433
|
return /* @__PURE__ */ $("div", { className: R("flex flex-col gap-4", a), children: [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moveindustries/movement-design-system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Production-ready design system built with shadcn/ui components, Radix UI, and Tailwind CSS for Move Industries",
|
|
7
7
|
"keywords": [
|