pds-dev-kit-web-test 2.6.1 → 2.6.2

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.
@@ -1,4 +1,4 @@
1
- import type { RichTextEditorProps } from '../../desktop/components/RichTextEditor';
1
+ import type { RichEditorConfig } from '../../desktop/panels/LocalizedContentModal/LocalizedContentModal';
2
2
  type LanguageCode = 'en' | 'ko' | 'ja' | 'zh' | 'zh-Hant' | 'fr' | 'de' | 'es' | 'it' | 'pt' | 'ru' | 'vi' | 'th' | 'id' | 'ms' | 'ar' | 'tr' | 'pl' | 'nl' | 'sv' | 'fi' | 'no' | 'da' | 'he' | 'hi' | 'bn' | 'ta' | 'el' | 'cs' | 'ro';
3
3
  type LocalizedContentConfig = {
4
4
  size?: 'large' | 'medium' | 'small' | 'rlarge';
@@ -9,7 +9,7 @@ type LocalizedContentConfig = {
9
9
  };
10
10
  visibleLanguages?: LanguageCode[];
11
11
  readonly?: boolean;
12
- richEditorConfig?: RichTextEditorProps;
12
+ richEditorConfig?: RichEditorConfig;
13
13
  onApply?: (values: {
14
14
  [key in LanguageCode]?: string;
15
15
  }) => void;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import type { LanguageCode } from '../../../common/types';
3
3
  import type { RichTextEditorProps } from '../../components/RichTextEditor/RichTextEditor';
4
- type RichEditorConfig = Omit<RichTextEditorProps, 'toolbar'> & {
4
+ export type RichEditorConfig = Omit<RichTextEditorProps, 'toolbar'> & {
5
5
  toolbar?: string[];
6
6
  };
7
7
  type LocalizedContentModalProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # PDS-DEV-KIT-WEB-TEST Release Notes
2
- ## [v2.6.1]
2
+ ## [v2.6.2]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항