@texturehq/edges 1.28.2 → 1.28.3

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.
@@ -384,6 +384,10 @@ interface RichTextEditorProps {
384
384
  * ID for the editor element for label association
385
385
  */
386
386
  id?: string;
387
+ /**
388
+ * Size variant controlling toolbar padding, content area height, and typography scale
389
+ */
390
+ size?: Size;
387
391
  }
388
392
  /**
389
393
  * RichTextEditor
@@ -391,6 +395,6 @@ interface RichTextEditorProps {
391
395
  * A rich text editor with formatting capabilities including headings, bold, italic, lists, and links.
392
396
  * Built on top of TipTap/ProseMirror.
393
397
  */
394
- declare function RichTextEditor({ initialContent, onChange, className, isDisabled, placeholder, id, }: RichTextEditorProps): react_jsx_runtime.JSX.Element | null;
398
+ declare function RichTextEditor({ initialContent, onChange, className, isDisabled, placeholder, id, size, }: RichTextEditorProps): react_jsx_runtime.JSX.Element | null;
395
399
 
396
400
  export { type BaseInputProps as B, ClearButton as C, type DateFieldProps as D, type FileUploadProps as F, Icon as I, Label as L, type RichTextEditorProps as R, type Size as S, DateField as a, FileUpload as b, RichTextEditor as c, type IconName as d, type BaseProps as e, Description as f, type DescriptionPlacement as g, type DescriptionProps as h, FieldError as i, type FieldErrorProps as j, FieldGroup as k, type FieldGroupProps as l, Input as m, type InputProps as n, type InputStyleProps as o, InputWrapper as p, type LabelProps as q, getFieldGroupStyles as r, getInputBackgroundStyles as s, getInputBaseStyles as t, getInputStateStyles as u, useInputFocus as v };
@@ -384,6 +384,10 @@ interface RichTextEditorProps {
384
384
  * ID for the editor element for label association
385
385
  */
386
386
  id?: string;
387
+ /**
388
+ * Size variant controlling toolbar padding, content area height, and typography scale
389
+ */
390
+ size?: Size;
387
391
  }
388
392
  /**
389
393
  * RichTextEditor
@@ -391,6 +395,6 @@ interface RichTextEditorProps {
391
395
  * A rich text editor with formatting capabilities including headings, bold, italic, lists, and links.
392
396
  * Built on top of TipTap/ProseMirror.
393
397
  */
394
- declare function RichTextEditor({ initialContent, onChange, className, isDisabled, placeholder, id, }: RichTextEditorProps): react_jsx_runtime.JSX.Element | null;
398
+ declare function RichTextEditor({ initialContent, onChange, className, isDisabled, placeholder, id, size, }: RichTextEditorProps): react_jsx_runtime.JSX.Element | null;
395
399
 
396
400
  export { type BaseInputProps as B, ClearButton as C, type DateFieldProps as D, type FileUploadProps as F, Icon as I, Label as L, type RichTextEditorProps as R, type Size as S, DateField as a, FileUpload as b, RichTextEditor as c, type IconName as d, type BaseProps as e, Description as f, type DescriptionPlacement as g, type DescriptionProps as h, FieldError as i, type FieldErrorProps as j, FieldGroup as k, type FieldGroupProps as l, Input as m, type InputProps as n, type InputStyleProps as o, InputWrapper as p, type LabelProps as q, getFieldGroupStyles as r, getInputBackgroundStyles as s, getInputBaseStyles as t, getInputStateStyles as u, useInputFocus as v };
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import React__default, { ComponentProps, ReactNode } from 'react';
3
3
  import { Key, ValidationResult, ButtonProps as ButtonProps$1, CheckboxProps as CheckboxProps$1, CheckboxRenderProps, CheckboxGroupProps as CheckboxGroupProps$1, TextFieldProps as TextFieldProps$1, NumberFieldProps as NumberFieldProps$1, RadioProps, RadioGroupProps as RadioGroupProps$1, SelectProps as SelectProps$1, SwitchProps as SwitchProps$1, TimeFieldProps as TimeFieldProps$1, TimeValue } from 'react-aria-components';
4
- import { S as Size, I as Icon, B as BaseInputProps } from './RichTextEditor-7jc4jO7e.cjs';
4
+ import { S as Size, I as Icon, B as BaseInputProps } from './RichTextEditor-BjXePCmA.cjs';
5
5
 
6
6
  interface Item {
7
7
  id: string;
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import React__default, { ComponentProps, ReactNode } from 'react';
3
3
  import { Key, ValidationResult, ButtonProps as ButtonProps$1, CheckboxProps as CheckboxProps$1, CheckboxRenderProps, CheckboxGroupProps as CheckboxGroupProps$1, TextFieldProps as TextFieldProps$1, NumberFieldProps as NumberFieldProps$1, RadioProps, RadioGroupProps as RadioGroupProps$1, SelectProps as SelectProps$1, SwitchProps as SwitchProps$1, TimeFieldProps as TimeFieldProps$1, TimeValue } from 'react-aria-components';
4
- import { S as Size, I as Icon, B as BaseInputProps } from './RichTextEditor-7jc4jO7e.js';
4
+ import { S as Size, I as Icon, B as BaseInputProps } from './RichTextEditor-BjXePCmA.js';
5
5
 
6
6
  interface Item {
7
7
  id: string;
@@ -3,7 +3,7 @@ import * as React$1 from 'react';
3
3
  import React__default, { ReactNode, ComponentType } from 'react';
4
4
  import { ScaleTime, ScaleLinear } from 'd3-scale';
5
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
- import { d as IconName } from './RichTextEditor-7jc4jO7e.js';
6
+ import { d as IconName } from './RichTextEditor-BjXePCmA.js';
7
7
  import * as react_map_gl from 'react-map-gl';
8
8
  import { ViewState, MapRef } from 'react-map-gl';
9
9
  import { MeterProps as MeterProps$1 } from 'react-aria-components';
@@ -3,7 +3,7 @@ import * as React$1 from 'react';
3
3
  import React__default, { ReactNode, ComponentType } from 'react';
4
4
  import { ScaleTime, ScaleLinear } from 'd3-scale';
5
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
- import { d as IconName } from './RichTextEditor-7jc4jO7e.cjs';
6
+ import { d as IconName } from './RichTextEditor-BjXePCmA.cjs';
7
7
  import * as react_map_gl from 'react-map-gl';
8
8
  import { ViewState, MapRef } from 'react-map-gl';
9
9
  import { MeterProps as MeterProps$1 } from 'react-aria-components';
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.28.2",
2
+ "version": "1.28.3",
3
3
  "components": [
4
4
  {
5
5
  "name": "ActionCell",