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) => ( - handleClick(item), [item])} - > - {item} - - - ))} +
+ {THEMES.map((item, index) => ( + handleClick(item), [item])} + > + {item} + + + ))} +
); 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 - - - diff --git a/next-docs/components/facing/ForDevelopers.tsx b/next-docs/components/facing/ForDevelopers.tsx index 0a56dcd27a..9684634e06 100644 --- a/next-docs/components/facing/ForDevelopers.tsx +++ b/next-docs/components/facing/ForDevelopers.tsx @@ -39,17 +39,17 @@ const ForDevelopers = () => { href="https://github.com/coingaming/moon-design" target="_blank" rel="noreferrer" - variant="secondary" + variant="outline" > Github - - @@ -58,7 +58,7 @@ const ForDevelopers = () => { href="https://github.com/coingaming/moon-design/blob/develop/packages/themes/src/moonDesignDark/moonDesignDark.ts" target="_blank" rel="noreferrer" - variant="secondary" + variant="outline" > Creating Themes @@ -67,12 +67,12 @@ const ForDevelopers = () => { href="https://github.com/coingaming/moon-design/blob/develop/CONTRIBUTING.md" target="_blank" rel="noreferrer" - variant="secondary" + variant="outline" > Contribution - diff --git a/next-docs/package.json b/next-docs/package.json index c42f508e61..69b2886f28 100644 --- a/next-docs/package.json +++ b/next-docs/package.json @@ -1,6 +1,6 @@ { "name": "next-docs", - "version": "10.7.2", + "version": "10.7.3", "private": true, "scripts": { "dev": "next dev", @@ -19,9 +19,9 @@ "@heathmont/moon-assets": "workspace:^10.7.1", "@heathmont/moon-charts": "workspace:^10.7.1", "@heathmont/moon-components": "workspace:^10.7.1", - "@heathmont/moon-cmdk-tw": "workspace:^10.7.2", + "@heathmont/moon-cmdk-tw": "workspace:^10.7.3", "@heathmont/moon-core": "workspace:^10.7.1", - "@heathmont/moon-core-tw": "workspace:^10.7.2", + "@heathmont/moon-core-tw": "workspace:^10.7.3", "@heathmont/moon-datepicker": "workspace:^10.7.1", "@heathmont/moon-draggabletable": "workspace:^10.7.1", "@heathmont/moon-icons": "workspace:^10.7.1", @@ -30,9 +30,9 @@ "@heathmont/moon-select": "workspace:^10.7.1", "@heathmont/moon-sidebar": "workspace:^10.7.1", "@heathmont/moon-table": "workspace:^10.7.1", - "@heathmont/moon-table-tw": "workspace:^10.7.2", + "@heathmont/moon-table-tw": "workspace:^10.7.3", "@heathmont/moon-themes": "workspace:^10.7.1", - "@heathmont/moon-themes-tw": "workspace:^10.7.2", + "@heathmont/moon-themes-tw": "workspace:^10.7.3", "@heathmont/moon-utils": "workspace:^10.7.1", "@heathmont/moon-icons-tw": "9.28.5", "@hookform/resolvers": "3.2.0", diff --git a/next-docs/pages/components/button.tsx b/next-docs/pages/components/button.tsx index 866459d8c3..7fc87551af 100644 --- a/next-docs/pages/components/button.tsx +++ b/next-docs/pages/components/button.tsx @@ -24,7 +24,6 @@ const PageButton = () => { diff --git a/next-docs/public/examples/accordion/__tests__/__snapshots__/index.test.tsx.snap b/next-docs/public/examples/accordion/__tests__/__snapshots__/index.test.tsx.snap index 19bbedd895..d6f3c3fa0e 100644 --- a/next-docs/public/examples/accordion/__tests__/__snapshots__/index.test.tsx.snap +++ b/next-docs/public/examples/accordion/__tests__/__snapshots__/index.test.tsx.snap @@ -1312,7 +1312,7 @@ Object { class="flex flex-col gap-4 w-full" > ); diff --git a/next-docs/public/examples/authCode/__tests__/__snapshots__/index.test.tsx.snap b/next-docs/public/examples/authCode/__tests__/__snapshots__/index.test.tsx.snap index 8c6c33b079..6bc3d5df28 100644 --- a/next-docs/public/examples/authCode/__tests__/__snapshots__/index.test.tsx.snap +++ b/next-docs/public/examples/authCode/__tests__/__snapshots__/index.test.tsx.snap @@ -1734,7 +1734,7 @@ Object { />
diff --git a/next-docs/public/examples/bottomSheet/Default.tsx b/next-docs/public/examples/bottomSheet/Default.tsx index 9735f3b990..274bf47abe 100644 --- a/next-docs/public/examples/bottomSheet/Default.tsx +++ b/next-docs/public/examples/bottomSheet/Default.tsx @@ -11,7 +11,7 @@ const Example = () => { }; return ( <> - diff --git a/next-docs/public/examples/bottomSheet/Sizes.tsx b/next-docs/public/examples/bottomSheet/Sizes.tsx index 51aff7e9d6..ed25198403 100644 --- a/next-docs/public/examples/bottomSheet/Sizes.tsx +++ b/next-docs/public/examples/bottomSheet/Sizes.tsx @@ -26,7 +26,7 @@ const Example = () => { return ( <>
- @@ -40,7 +40,7 @@ const Example = () => {
- @@ -54,7 +54,7 @@ const Example = () => {
- diff --git a/next-docs/public/examples/bottomSheet/WithDraghandle.tsx b/next-docs/public/examples/bottomSheet/WithDraghandle.tsx index 88a8e6ab69..36ba59cd6a 100644 --- a/next-docs/public/examples/bottomSheet/WithDraghandle.tsx +++ b/next-docs/public/examples/bottomSheet/WithDraghandle.tsx @@ -11,7 +11,7 @@ const Example = () => { }; return ( <> - diff --git a/next-docs/public/examples/bottomSheet/WithTitle.tsx b/next-docs/public/examples/bottomSheet/WithTitle.tsx index 666eccc03e..a183395090 100644 --- a/next-docs/public/examples/bottomSheet/WithTitle.tsx +++ b/next-docs/public/examples/bottomSheet/WithTitle.tsx @@ -19,7 +19,7 @@ const Example = () => { return ( <>
- @@ -33,7 +33,7 @@ const Example = () => {
- diff --git a/next-docs/public/examples/bottomSheet/__tests__/__snapshots__/index.test.tsx.snap b/next-docs/public/examples/bottomSheet/__tests__/__snapshots__/index.test.tsx.snap index e80c24ed05..612729248d 100644 --- a/next-docs/public/examples/bottomSheet/__tests__/__snapshots__/index.test.tsx.snap +++ b/next-docs/public/examples/bottomSheet/__tests__/__snapshots__/index.test.tsx.snap @@ -95,7 +95,7 @@ Object { dir="rtl" >
- - + + ); diff --git a/next-docs/public/examples/button/__tests__/__snapshots__/index.test.tsx.snap b/next-docs/public/examples/button/__tests__/__snapshots__/index.test.tsx.snap index cca5d255e0..0f24f7bae9 100644 --- a/next-docs/public/examples/button/__tests__/__snapshots__/index.test.tsx.snap +++ b/next-docs/public/examples/button/__tests__/__snapshots__/index.test.tsx.snap @@ -9,7 +9,7 @@ Object { dir="rtl" > - - - - diff --git a/next-docs/public/examples/drawer/Close.tsx b/next-docs/public/examples/drawer/Close.tsx index 8e90616d66..a4dcaeb00c 100644 --- a/next-docs/public/examples/drawer/Close.tsx +++ b/next-docs/public/examples/drawer/Close.tsx @@ -8,7 +8,7 @@ const Example = () => { const handleClose = () => setIsOpen(false); return ( <> - diff --git a/next-docs/public/examples/drawer/Default.tsx b/next-docs/public/examples/drawer/Default.tsx index a96aeb33dd..385e090c54 100644 --- a/next-docs/public/examples/drawer/Default.tsx +++ b/next-docs/public/examples/drawer/Default.tsx @@ -6,7 +6,7 @@ const Example = () => { const handleClick = () => setIsOpen(true); return ( <> - diff --git a/next-docs/public/examples/drawer/Positions.tsx b/next-docs/public/examples/drawer/Positions.tsx index df59bf567a..3b4d1df13c 100644 --- a/next-docs/public/examples/drawer/Positions.tsx +++ b/next-docs/public/examples/drawer/Positions.tsx @@ -10,13 +10,13 @@ const Example = () => { const handleBottomClick = () => setIsBottomOpen(true); return ( <> - - - diff --git a/next-docs/public/examples/drawer/__tests__/__snapshots__/index.test.tsx.snap b/next-docs/public/examples/drawer/__tests__/__snapshots__/index.test.tsx.snap index 4a210d1054..6bbbc3cd67 100644 --- a/next-docs/public/examples/drawer/__tests__/__snapshots__/index.test.tsx.snap +++ b/next-docs/public/examples/drawer/__tests__/__snapshots__/index.test.tsx.snap @@ -81,7 +81,7 @@ Object { dir="rtl" > - - - - diff --git a/next-docs/public/examples/modal/WithSelect.tsx b/next-docs/public/examples/modal/WithSelect.tsx index ab27b2b438..07a0dfa283 100644 --- a/next-docs/public/examples/modal/WithSelect.tsx +++ b/next-docs/public/examples/modal/WithSelect.tsx @@ -138,7 +138,7 @@ const Example = () => {
- diff --git a/next-docs/public/examples/modal/__tests__/__snapshots__/index.test.tsx.snap b/next-docs/public/examples/modal/__tests__/__snapshots__/index.test.tsx.snap index 9df1ef72ff..22447769a1 100644 --- a/next-docs/public/examples/modal/__tests__/__snapshots__/index.test.tsx.snap +++ b/next-docs/public/examples/modal/__tests__/__snapshots__/index.test.tsx.snap @@ -76,7 +76,7 @@ Object { class="p-4 border-t-2 border-beerus" >
- {
- diff --git a/next-docs/public/examples/snackbar/Default.tsx b/next-docs/public/examples/snackbar/Default.tsx index 0f95e57f1f..e3d8280d75 100644 --- a/next-docs/public/examples/snackbar/Default.tsx +++ b/next-docs/public/examples/snackbar/Default.tsx @@ -20,10 +20,7 @@ const Example = () => { return (
- diff --git a/next-docs/public/examples/snackbar/Options.tsx b/next-docs/public/examples/snackbar/Options.tsx index e51d9d0315..c636f22961 100644 --- a/next-docs/public/examples/snackbar/Options.tsx +++ b/next-docs/public/examples/snackbar/Options.tsx @@ -23,7 +23,7 @@ const Example = () => { <>
- diff --git a/next-docs/public/examples/snackbar/__tests__/__snapshots__/index.test.tsx.snap b/next-docs/public/examples/snackbar/__tests__/__snapshots__/index.test.tsx.snap index d9ec8aaa20..6f43bdd507 100644 --- a/next-docs/public/examples/snackbar/__tests__/__snapshots__/index.test.tsx.snap +++ b/next-docs/public/examples/snackbar/__tests__/__snapshots__/index.test.tsx.snap @@ -10,7 +10,7 @@ Object { >
+