@orioro/react-ui-core 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -3,6 +3,7 @@ export * from './AspectRatio';
3
3
  export * from './Box';
4
4
  export * from './Button';
5
5
  export * from './ClickTarget';
6
+ export * from './Container';
6
7
  export * from './CSSReset';
7
8
  export * from './createDataContext';
8
9
  export * from './DataList';
package/dist/index.mjs CHANGED
@@ -7948,4 +7948,4 @@ function TextEllipsis(_a) {
7948
7948
  }, children);
7949
7949
  }
7950
7950
 
7951
- export { AUTH_DIALOG_DEFAULT_MESSAGES, AnimatedDots, AppHeader, ArrayInput, ArrayOutput, AspectRatio, AuthDialog, BOX_PROPS, BREAKPOINTS, BooleanCheckboxOutput, Box, Button$1 as Button, ButtonBarMenu, ButtonList, CANCELLED, COLOR, CSSReset, CheckboxSelectOutput, ClickTarget, ConfirmDialog, ConfirmDialogContent, DEFAULT_ACTION_HANDLERS, DEFAULT_RENDERERS, DIALOGS, DataList, DateTimeInput, DateTimeOutput, DateTimeOutputInner, Debug, DialogSystem, DotDotDot, DropdownMenu, Editable, EditableContext, EditableField, ErrorDisplay, ErrorHandlingContext, ErrorHandlingProvider, EvenSpacedList, FLEX_BASE_STYLE_PROPS, FLEX_GRID_PROPS, FLEX_PROPS, FileDropzone, FileIcon, FileOutput, FilePreview, Flex, FlexGrid, HoverElement, ICON_BY_TYPE, INPUTS, INPUT_GRID_PROPS, INPUT_PROPS, Image, ImageWithFallback, InfoDialog, InfoDialogAcknowledge, Input, InputGrid, InputProvider, LabeledBox, LabeledLayout, LinkButton, LoadingDialog, LoadingIndicator, LoadingOverlay, LocalImagePreview, Markdown, MarkdownInput, MarkdownOutput, MarkdownOutputInner, MarkdownRaw, MultiFileInput, MultiFileOutput, OUTPUTS, ObjectInput, ObjectOutput, Output, OutputProvider, PROMPT_UI_PROPS, PromptDialog, PromptPopover, RICH_TEXT_INPUT_DEFAULT_VALUE, RadioSelectInput, RandomIcon, RendererContext, Responsive, RichText, RichTextInput, RichTextOutput, RichTextRenderer, SPACING, SearchForm, ShadowExpandable, SingleFileInput, Spinner, SpinnerIcon, StylableFileInput, TextEllipsis, TextInput, TextOutput, TextOutputInner, TextareaInput, areInputValuesEqual, arrayAddAt, arrayAppend, arrayMove, arrayRemoveAt, arrayRenderer, arrayReplaceAt, breakpoint, color, computeUpdatedKeys, createDataContext, createDialogSystem, diffInputValues, domProps, fileReadAs, flexBaseStyles, flexGapStyles, getClosestBackgroundColor, getErrorData, isSettled, locationAwareLink, makeClickTarget, makeLinkButton, makeListOf, maybeReactNode, maybeValue, mergeable, objectRenderer, omitInputProps, parseLength, parseMenuItems, parseOptions, pickPromptUIProps, propPicker, randomText, recursiveRendererSystem, renderPromptInput, rendererSpecList, replaceable, resolveInput, resolveOptions, responsive, responsiveProperty, richTextIsEmpty, richTextToPlainText, richTextTrimEmptyBlocks, s3Upload, s3UploadSingle, simpleBlockChildren, simpleBlockRenderer, spacing, strValue, styleResolver, themableValueResolver, theme, toCss, toDataProps, transformResponsiveValue, unitMath, useAuthDialog, useClosestBackgroundColor, useConfirmDialog, useDefer, useDependentFetch, useDialog, useDialogs, useErrorHandling, useFetch, useFileReadAs, useInfoDialog, useListOverflow, useLoadingDialog, useLocalState, useLogError, useMergedContext, usePromiseCreator, usePromiseState, usePromptDialog, usePromptUI, useResolvable, wait, withDefaults, withLabeledLayout, withPermission, withPlaceholder, withStaticProps };
7951
+ export { AUTH_DIALOG_DEFAULT_MESSAGES, AnimatedDots, AppHeader, ArrayInput, ArrayOutput, AspectRatio, AuthDialog, BOX_PROPS, BREAKPOINTS, BooleanCheckboxOutput, Box, Button$1 as Button, ButtonBarMenu, ButtonList, CANCELLED, COLOR, CSSReset, CheckboxSelectOutput, ClickTarget, ConfirmDialog, ConfirmDialogContent, Container$b as Container, DEFAULT_ACTION_HANDLERS, DEFAULT_RENDERERS, DIALOGS, DataList, DateTimeInput, DateTimeOutput, DateTimeOutputInner, Debug, DialogSystem, DotDotDot, DropdownMenu, Editable, EditableContext, EditableField, ErrorDisplay, ErrorHandlingContext, ErrorHandlingProvider, EvenSpacedList, FLEX_BASE_STYLE_PROPS, FLEX_GRID_PROPS, FLEX_PROPS, FileDropzone, FileIcon, FileOutput, FilePreview, Flex, FlexGrid, HoverElement, ICON_BY_TYPE, INPUTS, INPUT_GRID_PROPS, INPUT_PROPS, Image, ImageWithFallback, InfoDialog, InfoDialogAcknowledge, Input, InputGrid, InputProvider, LabeledBox, LabeledLayout, LinkButton, LoadingDialog, LoadingIndicator, LoadingOverlay, LocalImagePreview, Markdown, MarkdownInput, MarkdownOutput, MarkdownOutputInner, MarkdownRaw, MultiFileInput, MultiFileOutput, OUTPUTS, ObjectInput, ObjectOutput, Output, OutputProvider, PROMPT_UI_PROPS, PromptDialog, PromptPopover, RICH_TEXT_INPUT_DEFAULT_VALUE, RadioSelectInput, RandomIcon, RendererContext, Responsive, RichText, RichTextInput, RichTextOutput, RichTextRenderer, SPACING, SearchForm, ShadowExpandable, SingleFileInput, Spinner, SpinnerIcon, StylableFileInput, TextEllipsis, TextInput, TextOutput, TextOutputInner, TextareaInput, areInputValuesEqual, arrayAddAt, arrayAppend, arrayMove, arrayRemoveAt, arrayRenderer, arrayReplaceAt, breakpoint, color, computeUpdatedKeys, createDataContext, createDialogSystem, diffInputValues, domProps, fileReadAs, flexBaseStyles, flexGapStyles, getClosestBackgroundColor, getErrorData, isSettled, locationAwareLink, makeClickTarget, makeLinkButton, makeListOf, maybeReactNode, maybeValue, mergeable, objectRenderer, omitInputProps, parseLength, parseMenuItems, parseOptions, pickPromptUIProps, propPicker, randomText, recursiveRendererSystem, renderPromptInput, rendererSpecList, replaceable, resolveInput, resolveOptions, responsive, responsiveProperty, richTextIsEmpty, richTextToPlainText, richTextTrimEmptyBlocks, s3Upload, s3UploadSingle, simpleBlockChildren, simpleBlockRenderer, spacing, strValue, styleResolver, themableValueResolver, theme, toCss, toDataProps, transformResponsiveValue, unitMath, useAuthDialog, useClosestBackgroundColor, useConfirmDialog, useDefer, useDependentFetch, useDialog, useDialogs, useErrorHandling, useFetch, useFileReadAs, useInfoDialog, useListOverflow, useLoadingDialog, useLocalState, useLogError, useMergedContext, usePromiseCreator, usePromiseState, usePromptDialog, usePromptUI, useResolvable, wait, withDefaults, withLabeledLayout, withPermission, withPlaceholder, withStaticProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orioro/react-ui-core",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "packageManager": "yarn@4.0.2",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",