@revisium/schema-toolkit-ui 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/dist/index.d.cts +1 -1
  2. package/package.json +4 -5
package/dist/index.d.cts CHANGED
@@ -1596,5 +1596,5 @@ interface CreateValueModelOptions {
1596
1596
  declare function createValueModel(schema: SchemaDefinition, initialValue: unknown, options?: CreateValueModelOptions): ValueTree;
1597
1597
  declare function createEmptyValueModel(schema: SchemaDefinition, options?: CreateValueModelOptions): ValueTree;
1598
1598
  //#endregion
1599
- export { ArrayNode, ArrayNodeVM, ArrayValueNode, ArrayValueNode as ArrayValueNodeType, BackButton, BaseNodeVM, BooleanNode, BooleanNodeOptions, BooleanValueNode, Change, ChangeType, CloseButton, ContentEditable, ContentMediaType, CopyButton, CreateButton, CreateValueModelOptions, DataLossSeverity, DefaultValueExample, DefaultValueType, Diagnostic, DiagnosticSeverity, EMPTY_METADATA, EMPTY_PATH, FIELD_NAME_ERROR_MESSAGE, ForeignKeyNodeVM, type ForeignKeySelectionCallback, Formula, FormulaDefinition, FormulaDependency, FormulaDependent, FormulaEngine, FormulaEngineOptions, FormulaError, FormulaError$1 as FormulaErrorInfo, FormulaSerializer, FormulaUpdateResult, FormulaValidationError, FormulaWarning, GrayButton, JsonArraySchema, JsonBooleanSchema, JsonCard, JsonNumberSchema, JsonObjectSchema, type JsonPatch, JsonRefSchema, JsonSchemaPrimitives, JsonSchemaType, JsonSchemaTypeName, JsonStringSchema, type JsonValue, type MenuGroup, type MenuOptionItem, MetadataChangeType, NULL_NODE, NodeFactory, NodeMetadata, NodeTree, NodeType, type NodeVM, NumberNode, NumberNodeOptions, NumberValueNode, ObjectNode, ObjectNodeVM, ObjectValueNode, ObjectValueNode as ObjectValueNodeType, ParsedDefaultValue, ParsedFormula, Path, PathSegment, PrimitiveNodeVM, PrimitiveValueNode, RefNode, RefNodeOptions, RefNodeVM, ReplaceResult, ResolvedDependency, SchemaDefinition, SchemaDiff, SchemaEditor, type SchemaEditorOptions, SchemaEditorVM, SchemaEngine, SchemaNode, SchemaParser, SchemaPatch, SchemaSerializer, SchemaTree, SchemaTypeIds, SchemaValidationError, SettingsButton, StringFormat, StringNode, StringNodeFactoryOptions, StringNodeOptions, StringValueNode, SystemSchemaIds, Tooltip, type TooltipProps, TransformationInfo, ValidationError, ValidationErrorType, ValueNode, ValueTree, ValueType, ViewerSwitcher, ViewerSwitcherMode, XFormula, createEmptyValueModel, createNodeByTypeId, createValueModel, getDefaultValueExample, getDefaultValueFromSchema, getLabelByRef, getTransformationInfoFromTypeChange, isValidFieldName, jsonPointerToPath, jsonPointerToSimplePath, parseDefaultValue, resetIdCounter, typeMenuGroups, useFixZagNestedMenuDismiss };
1599
+ export { ArrayNode, ArrayNodeVM, ArrayValueNode, ArrayValueNode as ArrayValueNodeType, BackButton, BaseNodeVM, BooleanNode, type BooleanNodeOptions, BooleanValueNode, Change, ChangeType, CloseButton, ContentEditable, type ContentMediaType, CopyButton, CreateButton, CreateValueModelOptions, type DataLossSeverity, type DefaultValueExample, type DefaultValueType, Diagnostic, DiagnosticSeverity, EMPTY_METADATA, EMPTY_PATH, FIELD_NAME_ERROR_MESSAGE, ForeignKeyNodeVM, type ForeignKeySelectionCallback, type Formula, FormulaDefinition, type FormulaDependency, type FormulaDependent, FormulaEngine, FormulaEngineOptions, FormulaError, type FormulaError$1 as FormulaErrorInfo, FormulaSerializer, type FormulaUpdateResult, type FormulaValidationError, FormulaWarning, GrayButton, type JsonArraySchema, type JsonBooleanSchema, JsonCard, type JsonNumberSchema, type JsonObjectSchema, type JsonPatch, type JsonRefSchema, type JsonSchemaPrimitives, type JsonSchemaType, JsonSchemaTypeName, type JsonStringSchema, type JsonValue, type MenuGroup, type MenuOptionItem, type MetadataChangeType, NULL_NODE, NodeFactory, type NodeMetadata, type NodeTree, NodeType, type NodeVM, NumberNode, type NumberNodeOptions, NumberValueNode, ObjectNode, ObjectNodeVM, ObjectValueNode, ObjectValueNode as ObjectValueNodeType, type ParsedDefaultValue, ParsedFormula, type Path, type PathSegment, PrimitiveNodeVM, PrimitiveValueNode, RefNode, type RefNodeOptions, RefNodeVM, type ReplaceResult, ResolvedDependency, SchemaDefinition, SchemaDiff, SchemaEditor, type SchemaEditorOptions, SchemaEditorVM, SchemaEngine, type SchemaNode, SchemaParser, type SchemaPatch, SchemaSerializer, SchemaTree, SchemaTypeIds, type SchemaValidationError, SettingsButton, type StringFormat, StringNode, type StringNodeFactoryOptions, type StringNodeOptions, StringValueNode, SystemSchemaIds, Tooltip, type TooltipProps, type TransformationInfo, type ValidationError, type ValidationErrorType, ValueNode, ValueTree, ValueType, ViewerSwitcher, ViewerSwitcherMode, type XFormula, createEmptyValueModel, createNodeByTypeId, createValueModel, getDefaultValueExample, getDefaultValueFromSchema, getLabelByRef, getTransformationInfoFromTypeChange, isValidFieldName, jsonPointerToPath, jsonPointerToSimplePath, parseDefaultValue, resetIdCounter, typeMenuGroups, useFixZagNestedMenuDismiss };
1600
1600
  //# sourceMappingURL=index.d.cts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revisium/schema-toolkit-ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "React UI components for JSON Schema manipulation and data editing",
5
5
  "keywords": [
6
6
  "json-schema",
@@ -65,7 +65,8 @@
65
65
  "react-dom": "^18.0.0 || ^19.0.0",
66
66
  "react-icons": "^5.0.0",
67
67
  "react-use": "^17.0.0",
68
- "nanoid": "^3.0.0 || ^5.0.0"
68
+ "nanoid": "^3.0.0 || ^5.0.0",
69
+ "@revisium/formula": "^0.10.0"
69
70
  },
70
71
  "devDependencies": {
71
72
  "@atlaskit/drag-and-drop": "^0.15.1",
@@ -104,6 +105,7 @@
104
105
  "react-icons": "^5.5.0",
105
106
  "react-use": "^17.6.0",
106
107
  "nanoid": "^5.1.6",
108
+ "@revisium/formula": "^0.10.0",
107
109
  "storybook": "^10.2.0",
108
110
  "ts-jest": "^29.2.5",
109
111
  "tsdown": "^0.20.1",
@@ -111,9 +113,6 @@
111
113
  "typescript-eslint": "^8.15.0",
112
114
  "vite": "^6.0.7"
113
115
  },
114
- "dependencies": {
115
- "@revisium/formula": "^0.10.0"
116
- },
117
116
  "engines": {
118
117
  "node": ">=20.16.0"
119
118
  },