From f899af5f04faa337a80f9cfcd5762a7a05e1e797 Mon Sep 17 00:00:00 2001
From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
Date: Mon, 29 Apr 2024 18:17:33 -0300
Subject: [PATCH] fine-tune changes
---
.../productDesignKit/DesignKitFAQ.tsx | 15 ++++-
.../productDesignKit/DesignKitHero.tsx | 2 +-
.../productMaterial/MaterialDesignKits.tsx | 57 ++++++-------------
3 files changed, 30 insertions(+), 44 deletions(-)
diff --git a/docs/src/components/productDesignKit/DesignKitFAQ.tsx b/docs/src/components/productDesignKit/DesignKitFAQ.tsx
index 0d2e175f0945ab..25ab7e0e454d5f 100644
--- a/docs/src/components/productDesignKit/DesignKitFAQ.tsx
+++ b/docs/src/components/productDesignKit/DesignKitFAQ.tsx
@@ -30,18 +30,27 @@ const faqData = [
The number of licenses purchased must correspond to the maximum number of editors working
concurrently in a 24 hour period. An editor is somebody contributing changes to the designed
- screens that use the Design kits. No licenses are required for viewing the designs.
+ screens that use the Design Kits. No licenses are required for viewing the designs.
),
},
{
- summary: 'The Design kit got an update. How do I get it?',
+ summary: 'The Design Kit got an update. How do I get it?',
detail: (
We'll send you an email when a new release is available. You can access the item on the{' '}
download page
of your store account and find a detailed description of the changes under
- the"Changelog" tab on this page..
+ the"Changelog" tab on this page.
+
+ ),
+ },
+ {
+ summary: 'Is the Material UI Sync plugin paid?',
+ detail: (
+
+ No. We're still in alpha mode and rolling out more features progressively, as per your
+ feedback. We might introduce paid tiers in the future, though.
),
},
diff --git a/docs/src/components/productDesignKit/DesignKitHero.tsx b/docs/src/components/productDesignKit/DesignKitHero.tsx
index 3621b536659bd0..2026dc0ac6477b 100644
--- a/docs/src/components/productDesignKit/DesignKitHero.tsx
+++ b/docs/src/components/productDesignKit/DesignKitHero.tsx
@@ -33,7 +33,7 @@ export default function TemplateHero() {
})}
>
Design
- kits
+ Kits
Material UI
diff --git a/docs/src/components/productMaterial/MaterialDesignKits.tsx b/docs/src/components/productMaterial/MaterialDesignKits.tsx
index 5f44952c3cc191..9b1f16418b297e 100644
--- a/docs/src/components/productMaterial/MaterialDesignKits.tsx
+++ b/docs/src/components/productMaterial/MaterialDesignKits.tsx
@@ -55,7 +55,7 @@ export default function MaterialDesignKits({ gradient }: MaterialDesignKitsProps
}
title="Design Kit"
- description="Get many of the Material UI components with states, variations, colors, typography, and icons on your preferred design tool. Frequently updated to stay up-to-date with the latest release."
+ description="Get many of the Material UI components with states, variations, colors, typography, and icons on your preferred design tool."
/>
setCustomized(false)}>
@@ -252,17 +252,7 @@ export default function MaterialDesignKits({ gradient }: MaterialDesignKitsProps
{customized ? (
-
+
Available in:
- img': { width: 26, height: 26 } }}>
+ img': { width: 22, height: 22 } }}>
-
+
+ We frequently update them to stay up-to-date with the latest release.
+
+
+ }
+ >
+ Buy it now
+
}
- sx={{
- height: 'fit-content',
- width: { xs: '100%', sm: 'fit-content' },
- }}
>
Figma Preview
- }
- sx={{
- ml: { xs: 0, sm: 'auto' },
- height: 'fit-content',
- width: { xs: '100%', sm: 'fit-content' },
- color: '#FFF !important',
- }}
- >
- Buy it now
-
) : (