diff --git a/.changeset/config.json b/.changeset/config.json
index 808355c8bb..192a230931 100644
--- a/.changeset/config.json
+++ b/.changeset/config.json
@@ -3,6 +3,17 @@
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [],
+ "fixed": [
+ [
+ "@heathmont/moon-base-tw",
+ "@heathmont/moon-cmdk-tw",
+ "@heathmont/moon-core-tw",
+ "@heathmont/moon-table-tw",
+ "@heathmont/moon-themes-tw",
+ "next-docs",
+ "docs"
+ ]
+ ],
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index d4a2a70056..94db6b99e5 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,5 +1,14 @@
# docs
+## 10.7.3
+
+### Patch Changes
+
+- Deploy 10.7.3
+- Updated dependencies
+ - @heathmont/moon-core-tw@10.7.3
+ - @heathmont/moon-base-tw@10.7.3
+
## 0.5.2
### Patch Changes
diff --git a/docs/package.json b/docs/package.json
index 0e50b9ac6f..21bd44148e 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "docs",
- "version": "0.5.2",
+ "version": "10.7.3",
"private": true,
"scripts": {
"dev": "next dev",
@@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
- "@heathmont/moon-base-tw": "workspace:^10.7.2",
- "@heathmont/moon-core-tw": "workspace:^10.7.2",
+ "@heathmont/moon-base-tw": "workspace:^10.7.3",
+ "@heathmont/moon-core-tw": "workspace:^10.7.3",
"@heathmont/moon-icons-tw": "9.28.4",
"@types/node": "20.4.9",
"@types/react": "18.2.19",
diff --git a/next-docs/CHANGELOG.md b/next-docs/CHANGELOG.md
index 4353131e2f..4e9f04bf67 100644
--- a/next-docs/CHANGELOG.md
+++ b/next-docs/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log
+## 10.7.3
+
+### Patch Changes
+
+- Deploy 10.7.3
+- Updated dependencies
+ - @heathmont/moon-core-tw@10.7.3
+ - @heathmont/moon-cmdk-tw@10.7.3
+ - @heathmont/moon-table-tw@10.7.3
+ - @heathmont/moon-themes-tw@10.7.3
+
## 10.7.2
### Patch Changes
diff --git a/next-docs/components/brandSwitcher/BrandSwitcher.tsx b/next-docs/components/brandSwitcher/BrandSwitcher.tsx
index efca37fde2..046ccb8c96 100644
--- a/next-docs/components/brandSwitcher/BrandSwitcher.tsx
+++ b/next-docs/components/brandSwitcher/BrandSwitcher.tsx
@@ -13,17 +13,19 @@ const BrandSwitcher = () => {
};
return (
<>
- {THEMES.map((item, index) => (
-
- ))}
+
+ {THEMES.map((item, index) => (
+
+ ))}
+
>
);
diff --git a/next-docs/components/codePreview/PreviewSwitch.tsx b/next-docs/components/codePreview/PreviewSwitch.tsx
index 31b040ab9c..51e6be1262 100644
--- a/next-docs/components/codePreview/PreviewSwitch.tsx
+++ b/next-docs/components/codePreview/PreviewSwitch.tsx
@@ -21,7 +21,7 @@ const PreviewSwitch = ({
{!isPreviewActive && (
}
- variant="secondary"
+ variant="outline"
onClick={copyCode}
size="lg"
aria-label="Copy code"
diff --git a/next-docs/components/facing/ForDesigners.tsx b/next-docs/components/facing/ForDesigners.tsx
index 8a27543418..115471b7ad 100644
--- a/next-docs/components/facing/ForDesigners.tsx
+++ b/next-docs/components/facing/ForDesigners.tsx
@@ -36,22 +36,22 @@ const ForDesigners = () => (
href="https://www.figma.com/community/file/1002945721703152933"
target="_blank"
rel="noreferrer"
- variant="secondary"
+ variant="outline"
>
Figma
-