@lax-wp/design-system 0.8.5-beta.0 → 0.8.6
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/index.d.ts +1 -5
- package/dist/index.es.js +10749 -30941
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +36 -54
- package/dist/index.umd.js.map +1 -1
- package/dist/types/index.d.ts +0 -24
- package/package.json +1 -6
- package/dist/components/data-display/code-editor-beta/CodeEditorBeta.d.ts +0 -89
- package/dist/components/data-display/code-editor-beta/index.d.ts +0 -4
- package/dist/components/data-display/code-editor-beta/usePythonSyntaxCM.d.ts +0 -56
package/dist/index.d.ts
CHANGED
|
@@ -79,10 +79,6 @@ export { ConfirmationModal } from "./components/feedback/confirmation-modal/Conf
|
|
|
79
79
|
export type { IConfirmationModalProps, } from "./components/feedback/confirmation-modal/ConfirmationModal";
|
|
80
80
|
export { CodeEditor } from "./components/data-display/code-editor/CodeEditor";
|
|
81
81
|
export type { CodeEditorProps } from "./types";
|
|
82
|
-
export { CodeEditorBeta } from "./components/data-display/code-editor-beta/CodeEditorBeta";
|
|
83
|
-
export type { CodeEditorBetaProps, CodeEditorBetaToolbarContext, } from "./components/data-display/code-editor-beta/CodeEditorBeta";
|
|
84
|
-
export { usePythonSyntaxCM } from "./components/data-display/code-editor-beta/usePythonSyntaxCM";
|
|
85
|
-
export type { UsePythonSyntaxCMProps } from "./components/data-display/code-editor-beta/usePythonSyntaxCM";
|
|
86
82
|
export { JsonGrid } from "./components/data-display/code-editor/JsonGrid";
|
|
87
83
|
export type { JsonGridProps } from "./components/data-display/code-editor/JsonGrid";
|
|
88
84
|
export { Tabs as CodeEditorTabs } from "./components/data-display/code-editor/Tabs";
|
|
@@ -121,7 +117,7 @@ export { DynamicDataModal } from "./components/data-display/dynamic-data-modal/D
|
|
|
121
117
|
export type { DynamicDataModalProps, TTabKey as DynamicDataModalTabKey } from "./components/data-display/dynamic-data-modal/DynamicDataModal";
|
|
122
118
|
export { DeleteModal } from "./components/data-display/delete-modal/DeleteModal";
|
|
123
119
|
export type { DeleteModalProps } from "./components/data-display/delete-modal/DeleteModal";
|
|
124
|
-
export type { JsonValue, JsonObject, JsonArray, Tab as CodeEditorTab, ThemeContextType, PythonError, JsonGridContextType
|
|
120
|
+
export type { JsonValue, JsonObject, JsonArray, Tab as CodeEditorTab, ThemeContextType, PythonError, JsonGridContextType } from "./types";
|
|
125
121
|
export { COUNTRY_CODES, countryNameFromCode } from "./types/icon-picker";
|
|
126
122
|
export { DiffViewer, InlineDiffHighlighter, } from "./components/data-display/diff-viewer/DiffViewer";
|
|
127
123
|
export type { DiffViewerProps, DiffType, DiffTheme, } from "./components/data-display/diff-viewer/DiffViewer";
|