@texturehq/edges 1.28.0 → 1.28.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/{TimeField-BbLIbv0J.d.ts → TimeField-DUQ94xQz.d.ts} +2 -2
- package/dist/{TimeField-BqhXKWUT.d.cts → TimeField-ydXvd3yT.d.cts} +2 -2
- package/dist/{colors-Edrb81dY.d.ts → colors-BArtDuqU.d.ts} +1 -1
- package/dist/{colors-CvEXhBTp.d.cts → colors-BHVIdEzL.d.cts} +1 -1
- package/dist/components.manifest.json +25 -19
- package/dist/form/index.cjs.map +1 -1
- package/dist/form/index.js.map +1 -1
- package/dist/index.cjs +12 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +62 -23
- package/dist/index.d.ts +62 -23
- package/dist/index.js +12 -11
- package/dist/index.js.map +1 -1
- package/dist/rhf/index.cjs.map +1 -1
- package/dist/rhf/index.d.cts +2 -2
- package/dist/rhf/index.d.ts +2 -2
- package/dist/rhf/index.js.map +1 -1
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js.map +1 -1
- package/dist/styles/computed.css +2 -4
- package/dist/styles/utilities.css +3 -3
- package/dist/styles.css +32 -1
- package/dist/utilities.manifest.json +1 -1
- package/package.json +1 -1
package/dist/rhf/index.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { Key, DateValue } from 'react-aria-components';
|
|
4
4
|
import { FieldValues, FieldPath, Path, UseFormProps, SubmitHandler, SubmitErrorHandler } from 'react-hook-form';
|
|
5
|
-
import { A as Autocomplete, C as Checkbox, a as CheckboxGroup, b as ColorField, N as NumberField, R as RadioCardGroup, c as RadioGroup, S as Select, d as Switch, T as TextArea, e as TextField, f as TimeFieldProps, B as Button } from '../TimeField-
|
|
5
|
+
import { A as Autocomplete, C as Checkbox, a as CheckboxGroup, b as ColorField, N as NumberField, R as RadioCardGroup, c as RadioGroup, S as Select, d as Switch, T as TextArea, e as TextField, f as TimeFieldProps, B as Button } from '../TimeField-ydXvd3yT.cjs';
|
|
6
6
|
import { a as DateField, b as FileUpload, c as RichTextEditor } from '../RichTextEditor-7jc4jO7e.cjs';
|
|
7
7
|
import '@phosphor-icons/react';
|
|
8
8
|
|
|
@@ -156,7 +156,7 @@ interface FormSaveBarProps {
|
|
|
156
156
|
secondaryLabel?: string;
|
|
157
157
|
className?: string;
|
|
158
158
|
}
|
|
159
|
-
declare function FormSaveBar({ formId, onCancel, primaryLabel, secondaryLabel, className
|
|
159
|
+
declare function FormSaveBar({ formId, onCancel, primaryLabel, secondaryLabel, className }: FormSaveBarProps): react_jsx_runtime.JSX.Element;
|
|
160
160
|
|
|
161
161
|
/**
|
|
162
162
|
* When the form has submit errors, scroll to the first one.
|
package/dist/rhf/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { Key, DateValue } from 'react-aria-components';
|
|
4
4
|
import { FieldValues, FieldPath, Path, UseFormProps, SubmitHandler, SubmitErrorHandler } from 'react-hook-form';
|
|
5
|
-
import { A as Autocomplete, C as Checkbox, a as CheckboxGroup, b as ColorField, N as NumberField, R as RadioCardGroup, c as RadioGroup, S as Select, d as Switch, T as TextArea, e as TextField, f as TimeFieldProps, B as Button } from '../TimeField-
|
|
5
|
+
import { A as Autocomplete, C as Checkbox, a as CheckboxGroup, b as ColorField, N as NumberField, R as RadioCardGroup, c as RadioGroup, S as Select, d as Switch, T as TextArea, e as TextField, f as TimeFieldProps, B as Button } from '../TimeField-DUQ94xQz.js';
|
|
6
6
|
import { a as DateField, b as FileUpload, c as RichTextEditor } from '../RichTextEditor-7jc4jO7e.js';
|
|
7
7
|
import '@phosphor-icons/react';
|
|
8
8
|
|
|
@@ -156,7 +156,7 @@ interface FormSaveBarProps {
|
|
|
156
156
|
secondaryLabel?: string;
|
|
157
157
|
className?: string;
|
|
158
158
|
}
|
|
159
|
-
declare function FormSaveBar({ formId, onCancel, primaryLabel, secondaryLabel, className
|
|
159
|
+
declare function FormSaveBar({ formId, onCancel, primaryLabel, secondaryLabel, className }: FormSaveBarProps): react_jsx_runtime.JSX.Element;
|
|
160
160
|
|
|
161
161
|
/**
|
|
162
162
|
* When the form has submit errors, scroll to the first one.
|