@ws-ui/localization-editor 1.11.7-rc1
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.
- package/dist/LocalizationEditor.d.ts +3 -0
- package/dist/Portal.d.ts +4 -0
- package/dist/Standalone/Modals.d.ts +2 -0
- package/dist/Standalone/index.d.ts +15 -0
- package/dist/Standalone/style.css +1 -0
- package/dist/adapter/index.d.ts +5 -0
- package/dist/adapter/provider.d.ts +8 -0
- package/dist/adapter/reducer/adapter.d.ts +57 -0
- package/dist/adapter/reducer/use-modals.d.ts +12 -0
- package/dist/adapter/redux/adapter.d.ts +3 -0
- package/dist/adapter/types.d.ts +23 -0
- package/dist/common.cjs.js +2 -0
- package/dist/common.cjs.js.map +1 -0
- package/dist/common.d.ts +1 -0
- package/dist/common.es.js +5 -0
- package/dist/common.es.js.map +1 -0
- package/dist/components/Export-Import/DelimiterSelector.d.ts +8 -0
- package/dist/components/Export-Import/Export/index.d.ts +15 -0
- package/dist/components/Export-Import/Import/index.d.ts +21 -0
- package/dist/components/Export-Import/SelectFileType.d.ts +7 -0
- package/dist/components/Export-Import/Utils.d.ts +20 -0
- package/dist/components/Export-Import/types.d.ts +7 -0
- package/dist/components/I18nEditor/NoKeysScreen.d.ts +3 -0
- package/dist/components/I18nEditor/index.d.ts +3 -0
- package/dist/components/KeysEditor/KeyRow.d.ts +8 -0
- package/dist/components/KeysEditor/NewKeyRow.d.ts +13 -0
- package/dist/components/KeysEditor/index.d.ts +3 -0
- package/dist/components/NoSupportedScreen.d.ts +7 -0
- package/dist/components/SupportedEditor/Actions.d.ts +16 -0
- package/dist/components/SupportedEditor/Language.d.ts +13 -0
- package/dist/components/SupportedEditor/NewLanguage.d.ts +11 -0
- package/dist/components/SupportedEditor/index.d.ts +3 -0
- package/dist/index.cjs.js +156 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.es.js +30684 -0
- package/dist/index.es.js.map +1 -0
- package/dist/localization-editor.css +1 -0
- package/dist/main.d.ts +0 -0
- package/dist/providers/I18nProvider.d.ts +37 -0
- package/dist/providers/LocalizationEditorProvider.d.ts +27 -0
- package/dist/providers/LocalizationProvider.d.ts +6 -0
- package/dist/providers/index.d.ts +3 -0
- package/dist/types/i18n.d.ts +22 -0
- package/dist/utils/language.d.ts +2 -0
- package/dist/utils.d.ts +6 -0
- package/package.json +57 -0
package/dist/Portal.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ITab, T4DComponent } from '@ws-ui/shared';
|
|
3
|
+
import { TLanguageDetails } from '../types/i18n';
|
|
4
|
+
interface IStandaloneProps {
|
|
5
|
+
tabs?: ITab[];
|
|
6
|
+
i18nCurrent?: string;
|
|
7
|
+
onTabsChange?: (tabs: ITab[]) => void;
|
|
8
|
+
onI18nCurrentChange?: (current: string) => void;
|
|
9
|
+
userComponents?: Record<string, T4DComponent<any>>;
|
|
10
|
+
buildResolver?: Record<string, T4DComponent<any>>;
|
|
11
|
+
supportedLanguages?: TLanguageDetails[];
|
|
12
|
+
}
|
|
13
|
+
declare const StandaloneWithReducerAdapter: FC<IStandaloneProps>;
|
|
14
|
+
export { StandaloneWithReducerAdapter as Standalone };
|
|
15
|
+
export type { IStandaloneProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.localization-editor-scope [data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.localization-editor-scope .simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.localization-editor-scope .simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.localization-editor-scope .simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.localization-editor-scope .simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.localization-editor-scope .simplebar-content-wrapper::-webkit-scrollbar,.localization-editor-scope .simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.localization-editor-scope .simplebar-content:after,.localization-editor-scope .simplebar-content:before{content:" ";display:table}.localization-editor-scope .simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.localization-editor-scope .simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.localization-editor-scope .simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.localization-editor-scope .simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}.localization-editor-scope [data-simplebar].simplebar-dragging,.localization-editor-scope [data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.localization-editor-scope [data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.localization-editor-scope .simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.localization-editor-scope .simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;opacity:0;transition:opacity .2s linear .5s}.localization-editor-scope .simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.localization-editor-scope .simplebar-track.simplebar-vertical{top:0;width:11px}.localization-editor-scope .simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.localization-editor-scope .simplebar-track.simplebar-horizontal{left:0;height:11px}.localization-editor-scope .simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}.localization-editor-scope [data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.localization-editor-scope .simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.localization-editor-scope .simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.localization-editor-scope .simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.localization-editor-scope .fd-tree-node{display:flex;flex-direction:row;padding-right:8px;padding-left:8px}.localization-editor-scope .fd-tree-node-content{display:flex;flex-direction:row;flex:1 1 0%}.localization-editor-scope .carousel .control-arrow,.localization-editor-scope .carousel.carousel-slider .control-arrow{transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.localization-editor-scope .carousel .control-arrow:focus,.localization-editor-scope .carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.localization-editor-scope .carousel .control-arrow:before,.localization-editor-scope .carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.localization-editor-scope .carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.localization-editor-scope .carousel .control-prev.control-arrow{left:0}.localization-editor-scope .carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.localization-editor-scope .carousel .control-next.control-arrow{right:0}.localization-editor-scope .carousel .control-next.control-arrow:before{border-left:8px solid #fff}.localization-editor-scope .carousel-root{outline:none}.localization-editor-scope .carousel{position:relative;width:100%}.localization-editor-scope .carousel *{box-sizing:border-box}.localization-editor-scope .carousel img{width:100%;display:inline-block;pointer-events:none}.localization-editor-scope .carousel .carousel{position:relative}.localization-editor-scope .carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.localization-editor-scope .carousel .thumbs-wrapper{margin:20px;overflow:hidden}.localization-editor-scope .carousel .thumbs{transition:all .15s ease-in;transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.localization-editor-scope .carousel .thumb{transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.localization-editor-scope .carousel .thumb:focus{border:3px solid #ccc;outline:none}.localization-editor-scope .carousel .thumb.selected,.localization-editor-scope .carousel .thumb:hover{border:3px solid #333}.localization-editor-scope .carousel .thumb img{vertical-align:top}.localization-editor-scope .carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.localization-editor-scope .carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.localization-editor-scope .carousel.carousel-slider .control-arrow:hover{background:#0003}.localization-editor-scope .carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;transition:height .15s ease-in}.localization-editor-scope .carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.localization-editor-scope .carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.localization-editor-scope .carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.localization-editor-scope .carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.localization-editor-scope .carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.localization-editor-scope .carousel .slider.animated{transition:all .35s ease-in-out}.localization-editor-scope .carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.localization-editor-scope .carousel .slide img{width:100%;vertical-align:top;border:0}.localization-editor-scope .carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.localization-editor-scope .carousel .slide .legend{transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;transition:opacity .35s ease-in-out}.localization-editor-scope .carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width:960px){.localization-editor-scope .carousel .control-dots{bottom:0}}.localization-editor-scope .carousel .control-dots .dot{transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.localization-editor-scope .carousel .control-dots .dot.selected,.localization-editor-scope .carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.localization-editor-scope .carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.localization-editor-scope .carousel:hover .slide .legend{opacity:1}.localization-editor-scope .base-checkbox-container{display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.localization-editor-scope .base-checkbox-input:disabled+.base-checkbox-control,.localization-editor-scope .base-checkbox-input:disabled~.base-checkbox-label{cursor:not-allowed;opacity:.6}.localization-editor-scope .base-checkbox-input{position:absolute;opacity:0;height:0;width:0}.localization-editor-scope .base-checkbox-control{display:inline-flex;justify-content:center;align-items:center;width:1rem;height:1rem;border:1px solid #eaeaea;border-radius:2px;transition:all .15s ease-out}.localization-editor-scope .base-checkbox-label{margin-left:.5rem}.localization-editor-scope .base-checkbox-container:not([data-invalid=true]) .base-checkbox-input:checked+.base-checkbox-control,.localization-editor-scope .base-checkbox-container:not([data-invalid=true]) .base-checkbox-input:indeterminate+.base-checkbox-control{background-color:var(--ws-primary-dark);border-color:var(--ws-primary-light)}.localization-editor-scope .base-checkbox-container:not([data-invalid=true]) .base-checkbox-input:checked+.base-checkbox-control:hover,.localization-editor-scope .base-checkbox-container:not([data-invalid=true]) .base-checkbox-input:indeterminate+.base-checkbox-control:hover{border-color:var(--ws-primary-dark)}.localization-editor-scope .base-checkbox-input:disabled+.base-checkbox-control{background-color:var(--ws-grey-50);border-color:#eaeaea}.localization-editor-scope .base-checkbox-control .base-checkbox-icon{color:#fff;width:100%;height:100%;padding:1px}.localization-editor-scope .base-checkbox-input:disabled:checked+.base-checkbox-control .base-checkbox-icon,.localization-editor-scope .base-checkbox-input:disabled:indeterminate+.base-checkbox-control .base-checkbox-icon{color:#b3b3b3}.localization-editor-scope .base-checkbox-container[data-invalid=true] .base-checkbox-control{border-color:var(--ws-negative-400);box-shadow:0 0 0 1px var(--ws-negative-400)}.localization-editor-scope .base-checkbox-container[data-invalid=true] .base-checkbox-input:checked+.base-checkbox-control,.localization-editor-scope .base-checkbox-container[data-invalid=true] .base-checkbox-input:indeterminate+.base-checkbox-control{background-color:var(--ws-negative-400)}.localization-editor-scope .border{border-width:1px}.localization-editor-scope .border-t{border-top-width:1px}.localization-editor-scope *,.localization-editor-scope :after,.localization-editor-scope :before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.localization-editor-scope ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.localization-editor-scope *,.localization-editor-scope :after,.localization-editor-scope :before{box-sizing:border-box;border:0 solid #e5e7eb}.localization-editor-scope :after,.localization-editor-scope :before{--tw-content:""}.localization-editor-scope :host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}.localization-editor-scope hr{height:0;color:inherit;border-top-width:1px}.localization-editor-scope abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.localization-editor-scope h1,.localization-editor-scope h2,.localization-editor-scope h3,.localization-editor-scope h4,.localization-editor-scope h5,.localization-editor-scope h6{font-size:inherit;font-weight:inherit}.localization-editor-scope a{color:inherit;text-decoration:inherit}.localization-editor-scope b,.localization-editor-scope strong{font-weight:bolder}.localization-editor-scope code,.localization-editor-scope kbd,.localization-editor-scope pre,.localization-editor-scope samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}.localization-editor-scope small{font-size:80%}.localization-editor-scope sub,.localization-editor-scope sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.localization-editor-scope sub{bottom:-.25em}.localization-editor-scope sup{top:-.5em}.localization-editor-scope table{text-indent:0;border-color:inherit;border-collapse:collapse}.localization-editor-scope button,.localization-editor-scope input,.localization-editor-scope optgroup,.localization-editor-scope select,.localization-editor-scope textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}.localization-editor-scope button,.localization-editor-scope select{text-transform:none}.localization-editor-scope button,.localization-editor-scope input:where([type=button]),.localization-editor-scope input:where([type=reset]),.localization-editor-scope input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}.localization-editor-scope :-moz-focusring{outline:auto}.localization-editor-scope :-moz-ui-invalid{box-shadow:none}.localization-editor-scope progress{vertical-align:baseline}.localization-editor-scope ::-webkit-inner-spin-button,.localization-editor-scope ::-webkit-outer-spin-button{height:auto}.localization-editor-scope [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.localization-editor-scope ::-webkit-search-decoration{-webkit-appearance:none}.localization-editor-scope ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.localization-editor-scope summary{display:list-item}.localization-editor-scope blockquote,.localization-editor-scope dd,.localization-editor-scope dl,.localization-editor-scope figure,.localization-editor-scope h1,.localization-editor-scope h2,.localization-editor-scope h3,.localization-editor-scope h4,.localization-editor-scope h5,.localization-editor-scope h6,.localization-editor-scope hr,.localization-editor-scope p,.localization-editor-scope pre{margin:0}.localization-editor-scope fieldset{margin:0;padding:0}.localization-editor-scope legend{padding:0}.localization-editor-scope menu,.localization-editor-scope ol,.localization-editor-scope ul{list-style:none;margin:0;padding:0}.localization-editor-scope dialog{padding:0}.localization-editor-scope textarea{resize:vertical}.localization-editor-scope input::-moz-placeholder,.localization-editor-scope textarea::-moz-placeholder{opacity:1;color:#9ca3af}.localization-editor-scope input::placeholder,.localization-editor-scope textarea::placeholder{opacity:1;color:#9ca3af}.localization-editor-scope [role=button],.localization-editor-scope button{cursor:pointer}.localization-editor-scope :disabled{cursor:default}.localization-editor-scope audio,.localization-editor-scope canvas,.localization-editor-scope embed,.localization-editor-scope iframe,.localization-editor-scope img,.localization-editor-scope object,.localization-editor-scope svg,.localization-editor-scope video{display:block;vertical-align:middle}.localization-editor-scope img,.localization-editor-scope video{max-width:100%;height:auto}.localization-editor-scope [hidden]:where(:not([hidden=until-found])){display:none}.localization-editor-scope{--ws-primary-50:#f2ddff;--ws-primary-100:#edd0ff;--ws-primary-300:#d0acef;--ws-primary-400:#c190ea;--ws-primary-600:#935ebf;--ws-primary-800:#563374;--ws-primary-900:#381e4f;--ws-primary-950:#29133c;--ws-positive-50:#ecf9f2;--ws-positive-100:#d9f2e6;--ws-positive-300:#8ed9b3;--ws-positive-400:#68cd99;--ws-positive-700:#28734d;--ws-positive-800:#28734d;--ws-positive-900:#0d261a;--ws-positive-950:#07130d;--ws-warning-50:#fff7e6;--ws-warning-100:#ffefcc;--ws-warning-300:#fed066;--ws-warning-400:#fdc133;--ws-warning-700:#986a00;--ws-warning-800:#654700;--ws-warning-900:#332300;--ws-warning-950:#191200;--ws-negative-50:#feeeee;--ws-negative-100:#fcdcdc;--ws-negative-300:#f69797;--ws-negative-400:#f37575;--ws-negative-700:#9a3232;--ws-negative-800:#6e2222;--ws-negative-900:#431212;--ws-negative-950:#2e0a0a;--ws-grey-300:#535353;--ws-grey-400:#484848;--ws-grey-600:#3f3f3f;--ws-palette-primary-200:#e0c7f5;--ws-palette-primary-500:#b174e5;--ws-palette-primary-700:#75499a;--ws-button-bg:var(--vscode-button-background,var(--theia-button-background,var(--ws-palette-primary-500)));--ws-button-fg:var(--vscode-button-foreground,var(--theia-button-foreground,var(--ws-palette-white)));--ws-primary-default:var(--ws-button-bg);--ws-button-text:var(--ws-button-fg);--ws-primary-hover:var(--vscode-button-hoverBackground,var(--theia-button-hoverBackground,var(--ws-palette-primary-700)));--ws-primary-light:var(--vscode-editorInfo-foreground,var(--theia-button-hoverBackground,var(--ws-palette-primary-200)));--ws-primary-dark:var(--vscode-editor-lineHighlightBackground,var(--theia-button-hoverBackground,var(--ws-palette-primary-700)));--ws-primary-200:var(--ws-primary-light);--ws-primary-500:var(--ws-primary-default);--ws-primary-700:var(--ws-primary-hover);--ws-palette-positive-200:#b3e6cc;--ws-palette-positive-500:#42c080;--ws-palette-positive-600:#359a66;--ws-positive-dark:var(--vscode-gitDecoration-addedResourceForeground,var(--ws-palette-positive-600));--ws-positive-hover:var(--ws-positive-dark);--ws-positive-bg:var(--ws-palette-positive-100);--ws-positive-light:var(--ws-palette-positive-200);--ws-positive-border:var(--ws-positive-500);--ws-positive-text:var(--ws-positive-500);--ws-positive-500:var(--vscode-testing-iconPassed,var(--ws-palette-positive-500));--ws-positive-200:var(--ws-positive-light);--ws-positive-600:var(--ws-positive-dark);--ws-palette-warning-200:#fee099;--ws-palette-warning-500:#fdb100;--ws-palette-warning-600:#ca8e00;--ws-warning-hover:var(--ws-warning-600);--ws-warning-text:var(--ws-warning-500);--ws-warning-border:var(--ws-warning-500);--ws-warning-500:var(--vscode-list-warningForeground,var(--ws-palette-warning-500));--ws-warning-bg:var(--vscode-inputValidation-warningBackground,var(--ws-palette-warning-500));--ws-warning-light:var(--vscode-inputValidation-warningBackground,var(--ws-palette-warning-200));--ws-warning-dark:var(--vscode-inputValidation-warningBackground,var(--ws-palette-warning-600));--ws-warning-200:var(--ws-warning-light);--ws-warning-600:var(--ws-warning-dark);--ws-palette-negative-200:#f9baba;--ws-palette-negative-500:#f05252;--ws-palette-negative-600:#c54242;--ws-negative-hover:var(--ws-negative-600);--ws-negative-text:var(--ws-negative-500);--ws-negative-500:var(--vscode-errorForeground,var(--ws-palette-negative-500));--ws-negative-light:var(--vscode-inputValidation-errorBackground,var(--ws-palette-negative-200));--ws-negative-dark:var(--vscode-inputValidation-errorBackground,var(--ws-palette-negative-600));--ws-negative-200:var(--ws-negative-light);--ws-negative-600:var(--ws-negative-dark);--ws-palette-white:#fff;--ws-palette-grey-50:#f1f5f9;--ws-palette-grey-100:#ccc;--ws-palette-grey-200:#888;--ws-palette-grey-300:#535353;--ws-palette-grey-400:#484848;--ws-palette-grey-500:#444;--ws-palette-grey-600:#3f3f3f;--ws-palette-grey-700:#393939;--ws-palette-grey-800:#383838;--ws-palette-grey-900:#262626;--ws-palette-grey-950:#151515;--ws-bg-default:var(--vscode-editor-background,var(--theia-editor-background,var(--ws-palette-white)));--ws-bg-foreground:var(--vscode-editor-foreground,var(--theia-panel-foreground,var(--ws-palette-grey-50)));--ws-grey-50:var(--ws-bg-foreground);--ws-grey-100:var(--vscode-panel-background,var(--theia-panel-background,var(--ws-palette-grey-100)));--ws-grey-200:var(--vscode-editor-background,var(--theia-editor-background,var(--ws-palette-grey-200)));--ws-grey-950:var(--vscode-panel-border,var(--theia-border-color,var(--ws-palette-grey-950)));--ws-grey-500:var(--vscode-descriptionForeground,var(--ws-palette-grey-500));--ws-grey-800:var(--vscode-descriptionForeground,var(--ws-palette-grey-800));--ws-card-bg:var(--vscode-editorGroupHeader-tabsBackground,var(--theia-editor-group-header-background,var(--ws-palette-grey-900)));--ws-card-border:var(--vscode-editorGroupHeader-tabsBorder,var(--theia-editor-group-header-background,var(--ws-palette-grey-50)));--ws-palette-input-bg:var(--ws-palette-grey-300);--ws-palette-input-border:var(--ws-palette-grey-300);--ws-palette-input-text:var(--ws-palette-grey-50);--ws-palette-input-placeholder:var(--ws-palette-grey-200);--ws-palette-input-focus-border:var(--ws-palette-grey-50);--ws-input-bg:var(--vscode-input-background,var(--vscode-editorWidget-background,var(--theia-input-background,var(--ws-palette-input-bg))));--ws-input-border:var(--vscode-input-border,var(--vscode-panel-border,var(--theia-input-border,var(--ws-palette-input-border))));--ws-input-text:var(--vscode-input-foreground,var(--vscode-editor-foreground,var(--theia-input-foreground,var(--ws-palette-input-text))));--ws-input-placeholder:var(--vscode-input-placeholderForeground,var(--vscode-editor-foreground,var(--theia-input-placeholderForeground,var(--ws-palette-input-placeholder))));--ws-input-focus-border:var(--vscode-focusBorder,var(--vscode-button-background,var(--theia-focusBorder,var(--ws-palette-primary-500))));--ws-select-bg:var(--vscode-dropdown-background,var(--vscode-editorWidget-background,var(--theia-dropdown-background,var(--ws-input-bg))));--ws-select-border:var(--vscode-dropdown-border,var(--vscode-panel-border,var(--theia-dropdown-border,var(--ws-input-border))));--ws-select-text:var(--vscode-dropdown-foreground,var(--vscode-editor-foreground,var(--theia-dropdown-foreground,var(--ws-input-text))));--ws-select-list-bg:var(--vscode-editorWidget-background,var(--theia-editorWidget-background,var(--ws-palette-grey-900)));--ws-input-option-hover-bg:var(--vscode-list-hoverBackground,var(--vscode-button-hoverBackground,var(--theia-list-hoverBackground,var(--ws-palette-primary-700))));--ws-input-option-active-bg:var(--vscode-list-activeSelectionBackground,var(--theia-list-activeSelectionBackground,var(--ws-palette-primary-500)));--ws-input-option-active-text:var(--vscode-list-activeSelectionForeground,var(--theia-list-activeSelectionForeground,var(--ws-palette-white)));--ws-input-error-border:var(--vscode-inputValidation-errorBorder,var(--theia-inputValidation-errorBorder,var(--ws-palette-negative-500)));--ws-input-error-bg:var(--vscode-inputValidation-errorBackground,var(--theia-inputValidation-errorBackground,var(--ws-palette-negative-200)));--ws-input-warning-border:var(--vscode-inputValidation-warningBorder,var(--theia-inputValidation-warningBorder,var(--ws-palette-warning-500)));--ws-input-warning-bg:var(--vscode-inputValidation-warningBackground,var(--theia-inputValidation-warningBackground,var(--ws-palette-warning-200)));--ws-input-info-bg:var(--vscode-panel-background,var(--theia-inputValidation-infoBackground,var(--ws-palette-primary-200)));--ws-input-message-bg:var(--vscode-editor-lineHighlightBackground,var(--theia-inputValidation-infoBackground,var(--ws-palette-primary-200)));--ws-input-message-text:var(--vscode-editorInfo-foreground,var(--vscode-editor-foreground,var(--theia-inputValidation-infoForeground,var(--ws-palette-primary-500))));--ws-inactive-text:var(--vscode-disabledForeground,var(--vscode-editor-foreground,var(--theia-disabled-foreground,var(--ws-palette-grey-200))));--ws-disable-bg:var(--vscode-button-disabledBackground,var(--theia-button-disabledBackground,var(--ws-palette-grey-300)));--ws-disable-input:var(--vscode-button-disabledBackground,var(--theia-button-disabledBackground,var(--ws-palette-grey-200)));--ws-text-muted:var(--vscode-descriptionForeground,var(--vscode-editor-foreground,var(--theia-descriptionForeground,var(--ws-palette-grey-100))));--ws-panel-0:var(--vscode-editor-background,var(--theia-editor-background,var(--ws-palette-grey-900)));--ws-panel-1:var(--vscode-sideBar-background,var(--theia-sideBar-background,var(--ws-palette-grey-700)));--ws-panel-2:var(--vscode-panel-background,var(--theia-panel-background,var(--ws-palette-grey-900)));--ws-panel-3:var(--vscode-editorGroupHeader-tabsBackground,var(--theia-editor-group-header-background,var(--ws-palette-grey-900)));--ws-panel-4:var(--vscode-editorWidget-background,var(--theia-editorWidget-background,var(--ws-palette-grey-300)));--ws-panel-5:var(--vscode-editorWidget-background,var(--theia-editorWidget-background,var(--ws-palette-grey-950)));--ws-panel-border-subtle:var(--vscode-panel-border,var(--theia-border-color,var(--ws-palette-grey-100)));--ws-panel-border-strong:var(--vscode-contrastBorder,var(--theia-contrastBorder,var(--ws-palette-grey-300)));--ws-tab-bg-default:var(--vscode-editorGroupHeader-tabsBackground,var(--ws-palette-grey-900));--ws-tab-border:var(--vscode-tab-border,var(--ws-palette-grey-950));--ws-tab-active-bg:var(--vscode-tab-activeBackground,var(--ws-palette-grey-800));--ws-tab-active-fg:var(--vscode-tab-activeForeground,var(--ws-bg-foreground));--ws-tab-inactive-bg:var(--vscode-tab-inactiveBackground,var(--ws-palette-grey-900));--ws-tab-inactive-fg:var(--vscode-tab-inactiveForeground,var(--ws-palette-grey-200));--ws-tab-hover-bg:var(--vscode-tab-hoverBackground,var(--ws-palette-grey-700));--ws-panel-header-bg:var(--vscode-sideBarSectionHeader-background,var(--ws-palette-grey-800));--ws-panel-header-fg:var(--vscode-sideBarSectionHeader-foreground,var(--ws-bg-foreground));--ws-panel-bg:var(--vscode-panel-background,var(--ws-bg-default));--ws-panel-border:var(--vscode-panel-border,var(--ws-palette-grey-950));--ws-panel-title-active-border:var(--vscode-panelTitle-activeBorder,var(--ws-palette-primary-500));--ws-panel-title-active-fg:var(--vscode-panelTitle-activeForeground,var(--ws-bg-foreground));--ws-panel-title-inactive-fg:var(--vscode-panelTitle-inactiveForeground,var(--ws-palette-grey-100))}.localization-editor-scope .container{width:100%}@media (min-width:640px){.localization-editor-scope .container{max-width:640px}}@media (min-width:768px){.localization-editor-scope .container{max-width:768px}}@media (min-width:1024px){.localization-editor-scope .container{max-width:1024px}}@media (min-width:1280px){.localization-editor-scope .container{max-width:1280px}}@media (min-width:1536px){.localization-editor-scope .container{max-width:1536px}}.localization-editor-scope .prose{color:var(--tw-prose-body);max-width:65ch}.localization-editor-scope .prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.localization-editor-scope .prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.localization-editor-scope .prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.localization-editor-scope .prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.localization-editor-scope .prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.localization-editor-scope .prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.localization-editor-scope .prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.localization-editor-scope .prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.localization-editor-scope .prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.localization-editor-scope .prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.localization-editor-scope .prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.localization-editor-scope .prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.localization-editor-scope .prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.localization-editor-scope .prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.localization-editor-scope .prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.localization-editor-scope .prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.localization-editor-scope .prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.localization-editor-scope .prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.localization-editor-scope .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.localization-editor-scope .prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.localization-editor-scope .prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.localization-editor-scope .prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.localization-editor-scope .prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.localization-editor-scope .prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.localization-editor-scope .prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.localization-editor-scope .prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.localization-editor-scope .prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.localization-editor-scope .prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.localization-editor-scope .prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.localization-editor-scope .prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.localization-editor-scope .prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.localization-editor-scope .prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.localization-editor-scope .prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.localization-editor-scope .prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.localization-editor-scope .prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.localization-editor-scope .prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.localization-editor-scope .prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.localization-editor-scope .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.localization-editor-scope .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.localization-editor-scope .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.localization-editor-scope .prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.localization-editor-scope .prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.localization-editor-scope .prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.localization-editor-scope .prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.localization-editor-scope .prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.localization-editor-scope .prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.localization-editor-scope .prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.localization-editor-scope .prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.localization-editor-scope .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.localization-editor-scope .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.localization-editor-scope .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.localization-editor-scope .prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.localization-editor-scope .prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.localization-editor-scope .prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.localization-editor-scope .prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.localization-editor-scope .prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.localization-editor-scope .prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.localization-editor-scope .prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.localization-editor-scope .prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.localization-editor-scope .prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.localization-editor-scope .prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.localization-editor-scope .prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.localization-editor-scope .prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgba(17,24,39,.1);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.localization-editor-scope .prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.localization-editor-scope .prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.localization-editor-scope .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.localization-editor-scope .prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.localization-editor-scope .prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.localization-editor-scope .prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.localization-editor-scope .prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.localization-editor-scope .prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.localization-editor-scope .prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.localization-editor-scope .prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.localization-editor-scope .prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.localization-editor-scope .prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.localization-editor-scope .prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.localization-editor-scope .prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.localization-editor-scope .prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.localization-editor-scope .prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.localization-editor-scope .prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.localization-editor-scope .prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.localization-editor-scope .prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.localization-editor-scope .prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.localization-editor-scope .prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.localization-editor-scope .prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.localization-editor-scope .prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.localization-editor-scope .prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.localization-editor-scope .prose-sm{font-size:.875rem;line-height:1.7142857}.localization-editor-scope .prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.localization-editor-scope .prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.localization-editor-scope .prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.localization-editor-scope .prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.localization-editor-scope .prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.localization-editor-scope .prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.localization-editor-scope .prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.localization-editor-scope .prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.localization-editor-scope .prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.localization-editor-scope .prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.localization-editor-scope .prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.localization-editor-scope .prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.localization-editor-scope .prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.localization-editor-scope .prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.localization-editor-scope .prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.localization-editor-scope .prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.localization-editor-scope .prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.localization-editor-scope .prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.localization-editor-scope .prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.localization-editor-scope .prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.localization-editor-scope .prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.localization-editor-scope .prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.localization-editor-scope .prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.localization-editor-scope .prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.localization-editor-scope .prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.localization-editor-scope .prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.localization-editor-scope .prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.localization-editor-scope .prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.localization-editor-scope .prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.localization-editor-scope .prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.localization-editor-scope .prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.localization-editor-scope .prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.localization-editor-scope .prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.localization-editor-scope .prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.localization-editor-scope .prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.localization-editor-scope .prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.localization-editor-scope .prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.localization-editor-scope .prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.localization-editor-scope .prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.localization-editor-scope .prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.localization-editor-scope .prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.localization-editor-scope .prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.localization-editor-scope .prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.localization-editor-scope .prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.localization-editor-scope .prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.localization-editor-scope .prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.localization-editor-scope .prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.localization-editor-scope .visible{visibility:visible}.localization-editor-scope .invisible{visibility:hidden}.localization-editor-scope .\!collapse{visibility:collapse!important}.localization-editor-scope .collapse{visibility:collapse}.localization-editor-scope .static{position:static}.localization-editor-scope .fixed{position:fixed}.localization-editor-scope .absolute{position:absolute}.localization-editor-scope .relative{position:relative}.localization-editor-scope .inset-0{top:0;right:0;bottom:0;left:0}.localization-editor-scope .right-1{right:.25rem}.localization-editor-scope .top-1{top:.25rem}.localization-editor-scope .isolate{isolation:isolate}.localization-editor-scope .z-10{z-index:10}.localization-editor-scope .z-\[1000\]{z-index:1000}.localization-editor-scope .z-\[1999\]{z-index:1999}.localization-editor-scope .float-right{float:right}.localization-editor-scope .mx-1{margin-left:.25rem;margin-right:.25rem}.localization-editor-scope .-mt-6{margin-top:-1.5rem}.localization-editor-scope .mb-1{margin-bottom:.25rem}.localization-editor-scope .mb-2{margin-bottom:.5rem}.localization-editor-scope .ml-1{margin-left:.25rem}.localization-editor-scope .ml-2{margin-left:.5rem}.localization-editor-scope .ml-6{margin-left:1.5rem}.localization-editor-scope .mr-1{margin-right:.25rem}.localization-editor-scope .mr-2{margin-right:.5rem}.localization-editor-scope .mr-3{margin-right:.75rem}.localization-editor-scope .mr-4{margin-right:1rem}.localization-editor-scope .mt-16{margin-top:4rem}.localization-editor-scope .mt-2{margin-top:.5rem}.localization-editor-scope .mt-3{margin-top:.75rem}.localization-editor-scope .mt-4{margin-top:1rem}.localization-editor-scope .mt-48{margin-top:12rem}.localization-editor-scope .mt-px{margin-top:1px}.localization-editor-scope .block{display:block}.localization-editor-scope .inline-block{display:inline-block}.localization-editor-scope .flex{display:flex}.localization-editor-scope .inline-flex{display:inline-flex}.localization-editor-scope .table{display:table}.localization-editor-scope .grid{display:grid}.localization-editor-scope .hidden{display:none}.localization-editor-scope .size-4{width:1rem;height:1rem}.localization-editor-scope .size-6{width:1.5rem;height:1.5rem}.localization-editor-scope .h-10{height:2.5rem}.localization-editor-scope .h-20{height:5rem}.localization-editor-scope .h-3{height:.75rem}.localization-editor-scope .h-4{height:1rem}.localization-editor-scope .h-5{height:1.25rem}.localization-editor-scope .h-6{height:1.5rem}.localization-editor-scope .h-60{height:15rem}.localization-editor-scope .h-8{height:2rem}.localization-editor-scope .h-9{height:2.25rem}.localization-editor-scope .h-full{height:100%}.localization-editor-scope .h-screen{height:100vh}.localization-editor-scope .max-h-\[10rem\]{max-height:10rem}.localization-editor-scope .min-h-4{min-height:1rem}.localization-editor-scope .min-h-\[100px\]{min-height:100px}.localization-editor-scope .min-h-\[10rem\]{min-height:10rem}.localization-editor-scope .min-h-full{min-height:100%}.localization-editor-scope .w-10{width:2.5rem}.localization-editor-scope .w-12{width:3rem}.localization-editor-scope .w-16{width:4rem}.localization-editor-scope .w-20{width:5rem}.localization-editor-scope .w-3{width:.75rem}.localization-editor-scope .w-4{width:1rem}.localization-editor-scope .w-48{width:12rem}.localization-editor-scope .w-5{width:1.25rem}.localization-editor-scope .w-6{width:1.5rem}.localization-editor-scope .w-60{width:15rem}.localization-editor-scope .w-7{width:1.75rem}.localization-editor-scope .w-72{width:18rem}.localization-editor-scope .w-8{width:2rem}.localization-editor-scope .w-9{width:2.25rem}.localization-editor-scope .w-96{width:24rem}.localization-editor-scope .w-\[--width\]{width:var(--width)}.localization-editor-scope .w-full{width:100%}.localization-editor-scope .w-screen{width:100vw}.localization-editor-scope .min-w-0{min-width:0}.localization-editor-scope .max-w-\[240px\]{max-width:240px}.localization-editor-scope .max-w-md{max-width:28rem}.localization-editor-scope .flex-1{flex:1 1 0%}.localization-editor-scope .flex-none{flex:none}.localization-editor-scope .shrink-0{flex-shrink:0}.localization-editor-scope .table-fixed{table-layout:fixed}.localization-editor-scope .-rotate-90{--tw-rotate:-90deg}.localization-editor-scope .-rotate-90,.localization-editor-scope .rotate-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.localization-editor-scope .rotate-0{--tw-rotate:0deg}.localization-editor-scope .scale-100{--tw-scale-x:1;--tw-scale-y:1}.localization-editor-scope .scale-100,.localization-editor-scope .scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.localization-editor-scope .scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.localization-editor-scope .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.localization-editor-scope .cursor-not-allowed{cursor:not-allowed}.localization-editor-scope .cursor-pointer{cursor:pointer}.localization-editor-scope .select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.localization-editor-scope .list-disc{list-style-type:disc}.localization-editor-scope .flex-row{flex-direction:row}.localization-editor-scope .flex-col{flex-direction:column}.localization-editor-scope .place-content-center{place-content:center}.localization-editor-scope .items-start{align-items:flex-start}.localization-editor-scope .items-center{align-items:center}.localization-editor-scope .justify-start{justify-content:flex-start}.localization-editor-scope .justify-center{justify-content:center}.localization-editor-scope .justify-between{justify-content:space-between}.localization-editor-scope .gap-1{gap:.25rem}.localization-editor-scope .gap-2{gap:.5rem}.localization-editor-scope .gap-3{gap:.75rem}.localization-editor-scope .gap-4{gap:1rem}.localization-editor-scope .gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.localization-editor-scope .space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)))}.localization-editor-scope .space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))}.localization-editor-scope .space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.localization-editor-scope .space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.localization-editor-scope .self-center{align-self:center}.localization-editor-scope .overflow-auto{overflow:auto}.localization-editor-scope .overflow-hidden{overflow:hidden}.localization-editor-scope .overflow-y-auto{overflow-y:auto}.localization-editor-scope .text-ellipsis{text-overflow:ellipsis}.localization-editor-scope .whitespace-nowrap{white-space:nowrap}.localization-editor-scope .text-wrap{text-wrap:wrap}.localization-editor-scope .rounded{border-radius:4px}.localization-editor-scope .rounded-lg{border-radius:.5rem}.localization-editor-scope .rounded-md{border-radius:.375rem}.localization-editor-scope .rounded-sm{border-radius:.125rem}.localization-editor-scope .rounded-b{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.localization-editor-scope .rounded-t{border-top-left-radius:4px;border-top-right-radius:4px}.localization-editor-scope .border,.localization-editor-scope .border-\[1px\]{border-width:1px}.localization-editor-scope .border-l{border-left-width:1px}.localization-editor-scope .border-r{border-right-width:1px}.localization-editor-scope .border-t,.localization-editor-scope .border-t-\[1px\]{border-top-width:1px}.localization-editor-scope .border-dashed{border-style:dashed}.localization-editor-scope .border-grey-50{border-color:var(--ws-grey-50)}.localization-editor-scope .border-primary-dark{border-color:var(--ws-primary-dark)}.localization-editor-scope .border-purple-500{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity,1))}.localization-editor-scope .border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.localization-editor-scope .bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.localization-editor-scope .bg-fd-gray-default{--tw-bg-opacity:1;background-color:rgb(49 49 49/var(--tw-bg-opacity,1))}.localization-editor-scope .bg-grey-300{background-color:var(--ws-grey-300)}.localization-editor-scope .bg-grey-600{background-color:var(--ws-grey-600)}.localization-editor-scope .bg-grey-900{background-color:var(--ws-grey-900)}.localization-editor-scope .bg-primary-dark{background-color:var(--ws-primary-dark)}.localization-editor-scope .bg-primary-hover{background-color:var(--ws-primary-hover)}.localization-editor-scope .bg-primary-light{background-color:var(--ws-primary-light)}.localization-editor-scope .bg-purple-200{--tw-bg-opacity:1;background-color:rgb(233 213 255/var(--tw-bg-opacity,1))}.localization-editor-scope .bg-purple-800{--tw-bg-opacity:1;background-color:rgb(107 33 168/var(--tw-bg-opacity,1))}.localization-editor-scope .bg-transparent{background-color:transparent}.localization-editor-scope .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.localization-editor-scope .bg-opacity-75{--tw-bg-opacity:.75}.localization-editor-scope .bg-opacity-80{--tw-bg-opacity:.8}.localization-editor-scope .stroke-current{stroke:currentColor}.localization-editor-scope .p-0\.5{padding:.125rem}.localization-editor-scope .p-1{padding:.25rem}.localization-editor-scope .p-2{padding:.5rem}.localization-editor-scope .p-4{padding:1rem}.localization-editor-scope .p-6{padding:1.5rem}.localization-editor-scope .px-1{padding-left:.25rem;padding-right:.25rem}.localization-editor-scope .px-12{padding-left:3rem;padding-right:3rem}.localization-editor-scope .px-2{padding-left:.5rem;padding-right:.5rem}.localization-editor-scope .px-3{padding-left:.75rem;padding-right:.75rem}.localization-editor-scope .px-4{padding-left:1rem;padding-right:1rem}.localization-editor-scope .px-5{padding-left:1.25rem;padding-right:1.25rem}.localization-editor-scope .px-6{padding-left:1.5rem;padding-right:1.5rem}.localization-editor-scope .px-8{padding-left:2rem;padding-right:2rem}.localization-editor-scope .px-\[5px\]{padding-left:5px;padding-right:5px}.localization-editor-scope .py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.localization-editor-scope .py-1{padding-top:.25rem;padding-bottom:.25rem}.localization-editor-scope .py-2{padding-top:.5rem;padding-bottom:.5rem}.localization-editor-scope .py-3{padding-top:.75rem;padding-bottom:.75rem}.localization-editor-scope .py-4{padding-top:1rem;padding-bottom:1rem}.localization-editor-scope .py-\[6px\]{padding-top:6px;padding-bottom:6px}.localization-editor-scope .pb-8{padding-bottom:2rem}.localization-editor-scope .pb-\[30\%\]{padding-bottom:30%}.localization-editor-scope .pl-2{padding-left:.5rem}.localization-editor-scope .pr-1{padding-right:.25rem}.localization-editor-scope .pt-1{padding-top:.25rem}.localization-editor-scope .text-left{text-align:left}.localization-editor-scope .text-center{text-align:center}.localization-editor-scope .align-middle{vertical-align:middle}.localization-editor-scope .font-poppins{font-family:Twemoji Country Flags,Poppins,sans-serif}.localization-editor-scope .text-\[12px\]{font-size:12px}.localization-editor-scope .text-base{font-size:1rem;line-height:1.5rem}.localization-editor-scope .text-lg{font-size:1.125rem;line-height:1.75rem}.localization-editor-scope .text-s{font-size:.75rem}.localization-editor-scope .text-sm{font-size:.875rem;line-height:1.25rem}.localization-editor-scope .text-xs{font-size:.65rem}.localization-editor-scope .text-xxs{font-size:.55rem}.localization-editor-scope .font-bold{font-weight:700}.localization-editor-scope .font-medium{font-weight:500}.localization-editor-scope .font-normal{font-weight:400}.localization-editor-scope .font-semibold{font-weight:600}.localization-editor-scope .font-thin{font-weight:100}.localization-editor-scope .capitalize{text-transform:capitalize}.localization-editor-scope .italic{font-style:italic}.localization-editor-scope .leading-6{line-height:1.5rem}.localization-editor-scope .text-fd-gray-mild{--tw-text-opacity:1;color:rgb(179 179 179/var(--tw-text-opacity,1))}.localization-editor-scope .text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.localization-editor-scope .text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.localization-editor-scope .text-grey-100{color:var(--ws-grey-100)}.localization-editor-scope .text-grey-200{color:var(--ws-grey-200)}.localization-editor-scope .text-grey-50{color:var(--ws-grey-50)}.localization-editor-scope .text-inactive-text{color:var(--ws-inactive-text)}.localization-editor-scope .text-muted{color:var(--ws-text-muted)}.localization-editor-scope .text-primary{color:var(--ws-primary-default)}.localization-editor-scope .text-primary-dark{color:var(--ws-primary-dark)}.localization-editor-scope .text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}.localization-editor-scope .text-purple-900{--tw-text-opacity:1;color:rgb(88 28 135/var(--tw-text-opacity,1))}.localization-editor-scope .text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.localization-editor-scope .text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.localization-editor-scope .text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.localization-editor-scope .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.localization-editor-scope .text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.localization-editor-scope .text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.localization-editor-scope .text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.localization-editor-scope .opacity-0{opacity:0}.localization-editor-scope .opacity-100{opacity:1}.localization-editor-scope .shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.localization-editor-scope .shadow-2xl,.localization-editor-scope .shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.localization-editor-scope .shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.localization-editor-scope .shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.localization-editor-scope .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.localization-editor-scope .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.localization-editor-scope .transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.localization-editor-scope .duration-200{transition-duration:.2s}.localization-editor-scope .duration-300{transition-duration:.3s}.localization-editor-scope .ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.localization-editor-scope .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.localization-editor-scope .ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.localization-editor-scope .odd\:bg-grey-700:nth-child(odd){background-color:var(--ws-grey-700)}.localization-editor-scope .odd\:bg-white\/5:nth-child(odd){background-color:#ffffff0d}.localization-editor-scope .even\:bg-grey-600:nth-child(2n){background-color:var(--ws-grey-600)}.localization-editor-scope .hover\:cursor-pointer:hover{cursor:pointer}.localization-editor-scope .hover\:border:hover{border-width:1px}.localization-editor-scope .hover\:border-white:hover{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.localization-editor-scope .hover\:bg-primary-hover:hover{background-color:var(--ws-primary-hover)}.localization-editor-scope .hover\:bg-purple-800:hover{--tw-bg-opacity:1;background-color:rgb(107 33 168/var(--tw-bg-opacity,1))}.localization-editor-scope .hover\:bg-transparent:hover{background-color:transparent}.localization-editor-scope .hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.localization-editor-scope .hover\:font-bold:hover{font-weight:700}.localization-editor-scope .hover\:text-primary-dark:hover{color:var(--ws-primary-dark)}.localization-editor-scope .hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.localization-editor-scope .hover\:underline:hover{text-decoration-line:underline}.localization-editor-scope .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.localization-editor-scope .disabled\:opacity-50:disabled{opacity:.5}.localization-editor-scope .group:hover .group-hover\:block{display:block}.localization-editor-scope .rtl\:text-right:where([dir=rtl],[dir=rtl] *){text-align:right}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
import { IEditorStateAdapter } from './types';
|
|
3
|
+
export interface IEditorStateAdapterProviderProps {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
adapter: IEditorStateAdapter;
|
|
6
|
+
}
|
|
7
|
+
export declare const EditorStateAdapterProvider: FC<IEditorStateAdapterProviderProps>;
|
|
8
|
+
export declare function useEditorStateAdapter(): IEditorStateAdapter;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { Dispatch, FC, ReactNode } from 'react';
|
|
2
|
+
import { IModal, ITab, ModalCloseReason, T4DComponent } from '@ws-ui/shared';
|
|
3
|
+
import { IEditorStateAdapter } from '../types';
|
|
4
|
+
import { TLanguageDetails } from '../../types/i18n';
|
|
5
|
+
interface IModalsState {
|
|
6
|
+
list: IModal[];
|
|
7
|
+
}
|
|
8
|
+
interface IReducerState {
|
|
9
|
+
tabs: ITab[];
|
|
10
|
+
i18nCurrent: string;
|
|
11
|
+
modals: IModalsState;
|
|
12
|
+
}
|
|
13
|
+
type ReducerAction = {
|
|
14
|
+
type: 'SET_TABS';
|
|
15
|
+
payload: ITab[];
|
|
16
|
+
} | {
|
|
17
|
+
type: 'SET_I18N_CURRENT';
|
|
18
|
+
payload: string;
|
|
19
|
+
} | {
|
|
20
|
+
type: 'SET_TAB_CONTENT';
|
|
21
|
+
payload: {
|
|
22
|
+
path: string;
|
|
23
|
+
content: unknown;
|
|
24
|
+
};
|
|
25
|
+
} | {
|
|
26
|
+
type: 'CREATE_MODAL';
|
|
27
|
+
payload: IModal;
|
|
28
|
+
} | {
|
|
29
|
+
type: 'REMOVE_MODAL';
|
|
30
|
+
payload: string;
|
|
31
|
+
} | {
|
|
32
|
+
type: 'CLOSE_MODAL';
|
|
33
|
+
payload: {
|
|
34
|
+
id: string;
|
|
35
|
+
reason?: ModalCloseReason;
|
|
36
|
+
};
|
|
37
|
+
} | {
|
|
38
|
+
type: 'EDIT_MODAL';
|
|
39
|
+
payload: {
|
|
40
|
+
id: string;
|
|
41
|
+
} & Partial<Pick<IModal, 'views' | 'title'>>;
|
|
42
|
+
};
|
|
43
|
+
export declare function localizationReducer(state: IReducerState, action: ReducerAction): IReducerState;
|
|
44
|
+
export interface IReducerAdapterProps {
|
|
45
|
+
children: ReactNode;
|
|
46
|
+
tabs?: ITab[];
|
|
47
|
+
i18nCurrent?: string;
|
|
48
|
+
}
|
|
49
|
+
interface IReducerValue {
|
|
50
|
+
state: IReducerState;
|
|
51
|
+
dispatch: Dispatch<ReducerAction>;
|
|
52
|
+
}
|
|
53
|
+
export declare const EditorStateContext: import('react').Context<IReducerValue | null>;
|
|
54
|
+
export declare const getDefaultInitialState: (tabs: ITab[], i18nCurrent: string) => IReducerState;
|
|
55
|
+
export declare const ReducerAdapterProvider: FC<IReducerAdapterProps>;
|
|
56
|
+
export declare function useReducerAdapter(userComponents?: Record<string, T4DComponent<any>>, buildResolver?: Record<string, T4DComponent<any>>, supportedLanguages?: TLanguageDetails[]): IEditorStateAdapter;
|
|
57
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IModal, ModalCloseReason } from '@ws-ui/shared';
|
|
2
|
+
export declare function useModals(): {
|
|
3
|
+
modals: IModal[];
|
|
4
|
+
closeModal: (params: {
|
|
5
|
+
id: string;
|
|
6
|
+
reason?: ModalCloseReason;
|
|
7
|
+
}) => void;
|
|
8
|
+
editModal: (params: {
|
|
9
|
+
id: string;
|
|
10
|
+
} & Partial<Pick<IModal, "views" | "title">>) => void;
|
|
11
|
+
removeModal: (id: string) => void;
|
|
12
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { IOpenModalPayload, IOpenModalReturnValue, ITab, T4DComponent } from '@ws-ui/shared';
|
|
2
|
+
import { TLanguageDetails } from '../types/i18n';
|
|
3
|
+
export interface IEditorStateAdapter {
|
|
4
|
+
getTabs(): ITab[];
|
|
5
|
+
getI18nCurrent(): string;
|
|
6
|
+
getWebformTabs(): ITab[];
|
|
7
|
+
getActiveTabPath(): string;
|
|
8
|
+
getFlagsByPath(path: string): ITab['flags'] | undefined;
|
|
9
|
+
getUserComponents?(): Record<string, T4DComponent<any>>;
|
|
10
|
+
buildResolver?: Record<string, T4DComponent<any>>;
|
|
11
|
+
getSupportedLanguages(isInsideStudio: boolean): Promise<TLanguageDetails[]>;
|
|
12
|
+
actions: {
|
|
13
|
+
openModal(config: IOpenModalPayload): Promise<IOpenModalReturnValue>;
|
|
14
|
+
setTabs(tabs: ITab[]): void;
|
|
15
|
+
setI18nCurrent(current: string): void;
|
|
16
|
+
setTabContent(payload: {
|
|
17
|
+
path: string;
|
|
18
|
+
content: unknown;
|
|
19
|
+
contentPath?: string;
|
|
20
|
+
date?: string;
|
|
21
|
+
}): Promise<unknown>;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.cjs.js","sources":["../src/common.ts"],"sourcesContent":["export const LOCALIZATION_EDITOR_SCOPE_CLASS = 'localization-editor-scope';\r\n"],"names":["LOCALIZATION_EDITOR_SCOPE_CLASS"],"mappings":"gFAAO,MAAMA,EAAkC"}
|
package/dist/common.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const LOCALIZATION_EDITOR_SCOPE_CLASS = "localization-editor-scope";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.es.js","sources":["../src/common.ts"],"sourcesContent":["export const LOCALIZATION_EDITOR_SCOPE_CLASS = 'localization-editor-scope';\r\n"],"names":["LOCALIZATION_EDITOR_SCOPE_CLASS"],"mappings":"AAAO,MAAMA,IAAkC;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { TDelimiter } from '../DelimiterSelector';
|
|
3
|
+
interface II18nExportFile {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
toExport: string[];
|
|
6
|
+
}
|
|
7
|
+
export interface IExportState {
|
|
8
|
+
error: string;
|
|
9
|
+
isOpen: boolean;
|
|
10
|
+
fileType: 'json' | 'csv' | '';
|
|
11
|
+
supprtedExtension: string[];
|
|
12
|
+
csvDelimier: TDelimiter;
|
|
13
|
+
}
|
|
14
|
+
declare const Export: FC<II18nExportFile>;
|
|
15
|
+
export default Export;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
export declare const Modal: ({ children, isOpen, onClose, title, }: {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
title: string;
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export interface IImportState {
|
|
9
|
+
error: string;
|
|
10
|
+
isOpen: boolean;
|
|
11
|
+
file: File | null;
|
|
12
|
+
fileType: 'json' | 'csv' | '';
|
|
13
|
+
supprtedExtension: string[];
|
|
14
|
+
content: object;
|
|
15
|
+
}
|
|
16
|
+
interface IImport {
|
|
17
|
+
disable?: boolean;
|
|
18
|
+
enable?: boolean;
|
|
19
|
+
}
|
|
20
|
+
declare const Import: FC<IImport>;
|
|
21
|
+
export default Import;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { INodeInfo } from '@ws-ui/shared';
|
|
2
|
+
import { TDelimiter } from './DelimiterSelector';
|
|
3
|
+
import { TSetting } from './types';
|
|
4
|
+
declare const getListOfPages: () => Promise<INodeInfo[]>;
|
|
5
|
+
declare const createTranslateAbleClone: (props: any, pastPath: string, targetKey: string) => string[];
|
|
6
|
+
declare const findTranslatAbleKeys: (setting: TSetting[] | TSetting, parentKey: string) => string[];
|
|
7
|
+
declare const getCurrentTime: () => string;
|
|
8
|
+
declare const addWebformPossiblePaths: (possiblePath: string[], webformName: string, componentID: string) => string[];
|
|
9
|
+
declare const jsonToCSVFormat: (jsonContent: any, header: string[], csvDelimiter: TDelimiter) => string;
|
|
10
|
+
declare const toStringMDXFormat: (props: any[]) => string;
|
|
11
|
+
declare const sanitizeMarkdown: (input: string) => string;
|
|
12
|
+
declare const sanitizeCSV: (text: string) => string;
|
|
13
|
+
declare const mdxToObject: (mdxString: string) => any;
|
|
14
|
+
declare const splitCSVKeyValue: (key: string) => {
|
|
15
|
+
webformName: string;
|
|
16
|
+
componentId: string;
|
|
17
|
+
propName: string;
|
|
18
|
+
restOfPropPath: string;
|
|
19
|
+
};
|
|
20
|
+
export { mdxToObject, sanitizeMarkdown, sanitizeCSV, getCurrentTime, getListOfPages, jsonToCSVFormat, splitCSVKeyValue, toStringMDXFormat, findTranslatAbleKeys, addWebformPossiblePaths, createTranslateAbleClone, };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
interface INewKeyRow {
|
|
3
|
+
onConfirm: (key: string, value: string) => void;
|
|
4
|
+
onCancel: () => void;
|
|
5
|
+
error?: {
|
|
6
|
+
message: string;
|
|
7
|
+
} | null;
|
|
8
|
+
setError: (value: {
|
|
9
|
+
message: string;
|
|
10
|
+
} | null) => void;
|
|
11
|
+
}
|
|
12
|
+
declare const NewKeyRow: FC<INewKeyRow>;
|
|
13
|
+
export default NewKeyRow;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
interface IEditLanguage {
|
|
3
|
+
onClick: () => void;
|
|
4
|
+
}
|
|
5
|
+
declare const EditLanguage: FC<IEditLanguage>;
|
|
6
|
+
interface IRemoveLanguage {
|
|
7
|
+
onClick: () => void;
|
|
8
|
+
disable: boolean;
|
|
9
|
+
}
|
|
10
|
+
declare const RemoveLanguage: FC<IRemoveLanguage>;
|
|
11
|
+
interface ICollapse {
|
|
12
|
+
collapse: boolean;
|
|
13
|
+
onClick: () => void;
|
|
14
|
+
}
|
|
15
|
+
declare const CollapseLanguage: FC<ICollapse>;
|
|
16
|
+
export { EditLanguage, RemoveLanguage, CollapseLanguage };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { TLanguageDetails } from '../../types/i18n';
|
|
3
|
+
interface ILangague {
|
|
4
|
+
primary: string;
|
|
5
|
+
selected: boolean;
|
|
6
|
+
selectMode: boolean;
|
|
7
|
+
lang: TLanguageDetails | undefined;
|
|
8
|
+
onSelect: (isocode: string, shouldAdd: boolean) => void;
|
|
9
|
+
onRemove: (isocode: string) => void;
|
|
10
|
+
onEdit: (last: any, after: any) => void;
|
|
11
|
+
}
|
|
12
|
+
declare const Language: FC<ILangague>;
|
|
13
|
+
export default Language;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { TLanguage } from '../../types/i18n';
|
|
3
|
+
interface INewLanguageSelector {
|
|
4
|
+
lang?: TLanguage;
|
|
5
|
+
onCancel: () => void;
|
|
6
|
+
onConfirm: (language: any) => void;
|
|
7
|
+
}
|
|
8
|
+
declare const ShouldHide: FC<{
|
|
9
|
+
activate: boolean;
|
|
10
|
+
} & INewLanguageSelector>;
|
|
11
|
+
export default ShouldHide;
|