From 52b89d726067b8691884b14a95658644ed171c13 Mon Sep 17 00:00:00 2001 From: Oleksandr Kaduk Date: Sat, 13 Jun 2026 15:57:33 +0300 Subject: [PATCH 1/3] fix: tune playground preview heights and embedded iframe layout IX-4305 --- docs/components/3d/overview.mdx | 2 +- docs/components/bar-chart/overview.mdx | 2 +- docs/components/card-list/code.mdx | 2 +- docs/components/checkbox/code.mdx | 2 +- docs/components/custom-field/code.mdx | 2 +- docs/components/date-dropdown/code.mdx | 4 ++-- docs/components/date-picker/code.mdx | 6 +++--- docs/components/date-time-picker/code.mdx | 2 +- docs/components/dropdown/code.mdx | 4 ++-- docs/components/event-list/code.mdx | 6 +++--- docs/components/flip/code.mdx | 2 +- docs/components/gauge-chart/overview.mdx | 6 +++--- docs/components/input-date-time/code.mdx | 10 ++++----- docs/components/input/code.mdx | 2 +- docs/components/kpi/code.mdx | 2 +- docs/components/layout-grid/code.mdx | 6 +++--- docs/components/line-chart/overview.mdx | 6 +++--- docs/components/message-modal/code.mdx | 2 +- docs/components/modal/code.mdx | 10 ++++----- docs/components/progress-indicator/code.mdx | 4 ++-- src/components/Playground/index.tsx | 24 +++++++++++++++++++++ src/components/Playground/styles.module.css | 1 - 22 files changed, 65 insertions(+), 42 deletions(-) diff --git a/docs/components/3d/overview.mdx b/docs/components/3d/overview.mdx index 238415ab7..986e271b6 100644 --- a/docs/components/3d/overview.mdx +++ b/docs/components/3d/overview.mdx @@ -16,7 +16,7 @@ The `echarts-gl` package extends ECharts to support 3D visualizations. With this ## Basic - + ## 3D-Charting diff --git a/docs/components/bar-chart/overview.mdx b/docs/components/bar-chart/overview.mdx index 7082edf15..27e636652 100644 --- a/docs/components/bar-chart/overview.mdx +++ b/docs/components/bar-chart/overview.mdx @@ -20,7 +20,7 @@ Common bar charts normally compare the values of different categories where the Stacked bar charts are typically used to visualize the relationship between the parts and the whole. Each bar is divided into segments, with each segment representing a different category. - + ## Dos and Don’ts diff --git a/docs/components/card-list/code.mdx b/docs/components/card-list/code.mdx index e36691f55..89c14fe39 100644 --- a/docs/components/card-list/code.mdx +++ b/docs/components/card-list/code.mdx @@ -11,6 +11,6 @@ import CardListPlayground from '@site/docs/autogenerated/playground/card-list.md ## Basic - + diff --git a/docs/components/checkbox/code.mdx b/docs/components/checkbox/code.mdx index 011eead2a..eee44e27f 100644 --- a/docs/components/checkbox/code.mdx +++ b/docs/components/checkbox/code.mdx @@ -34,7 +34,7 @@ Enclosing related checkboxes within a single checkbox group container ensures co ## Validation - + diff --git a/docs/components/custom-field/code.mdx b/docs/components/custom-field/code.mdx index 7fe931078..ced8573f3 100644 --- a/docs/components/custom-field/code.mdx +++ b/docs/components/custom-field/code.mdx @@ -22,6 +22,6 @@ Custom fields can be used to migrate from the existing input validation (native ## Validation - + diff --git a/docs/components/date-dropdown/code.mdx b/docs/components/date-dropdown/code.mdx index d7a4ce23d..27ac5af96 100644 --- a/docs/components/date-dropdown/code.mdx +++ b/docs/components/date-dropdown/code.mdx @@ -11,10 +11,10 @@ import DateDropdownPresetsPlayground from '@site/docs/autogenerated/playground/d ## Basic - + ## With presets - + diff --git a/docs/components/date-picker/code.mdx b/docs/components/date-picker/code.mdx index 5c5d900ab..43ff2e79b 100644 --- a/docs/components/date-picker/code.mdx +++ b/docs/components/date-picker/code.mdx @@ -12,16 +12,16 @@ import DatepickerLocalePlayground from '@site/docs/autogenerated/playground/date ## Basic - + ## Single Selection - + ## Translation The `ix-date-picker` can be configured using [BCP 47](https://tools.ietf.org/html/rfc5646) locale strings specifying the language to use generating or interpreting strings. More information can be found [here](https://moment.github.io/luxon/#/intl?id=default-locale) - + diff --git a/docs/components/date-time-picker/code.mdx b/docs/components/date-time-picker/code.mdx index eb26f1e5d..45c4a1e05 100644 --- a/docs/components/date-time-picker/code.mdx +++ b/docs/components/date-time-picker/code.mdx @@ -10,7 +10,7 @@ import DatetimepickerPlayground from '@site/docs/autogenerated/playground/dateti ## Basic - +