@wow-two-beta/ui 0.0.10 → 0.0.12
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/{chunk-6KCV4GOI.js → chunk-K6V4KLRO.js} +882 -6
- package/dist/chunk-K6V4KLRO.js.map +1 -0
- package/dist/forms/ColorExtensions.d.ts +38 -0
- package/dist/forms/ColorExtensions.d.ts.map +1 -0
- package/dist/forms/DateExtensions.d.ts +36 -0
- package/dist/forms/DateExtensions.d.ts.map +1 -0
- package/dist/forms/{_styles.d.ts → InputStyles.d.ts} +1 -1
- package/dist/forms/InputStyles.d.ts.map +1 -0
- package/dist/forms/calendar/Calendar.d.ts +21 -0
- package/dist/forms/calendar/Calendar.d.ts.map +1 -0
- package/dist/forms/calendar/index.d.ts +2 -0
- package/dist/forms/calendar/index.d.ts.map +1 -0
- package/dist/forms/colorArea/ColorArea.d.ts +18 -0
- package/dist/forms/colorArea/ColorArea.d.ts.map +1 -0
- package/dist/forms/colorArea/index.d.ts +2 -0
- package/dist/forms/colorArea/index.d.ts.map +1 -0
- package/dist/forms/colorField/ColorField.d.ts +11 -0
- package/dist/forms/colorField/ColorField.d.ts.map +1 -0
- package/dist/forms/colorField/index.d.ts +2 -0
- package/dist/forms/colorField/index.d.ts.map +1 -0
- package/dist/forms/colorPicker/ColorPicker.d.ts +15 -0
- package/dist/forms/colorPicker/ColorPicker.d.ts.map +1 -0
- package/dist/forms/colorPicker/index.d.ts +2 -0
- package/dist/forms/colorPicker/index.d.ts.map +1 -0
- package/dist/forms/colorSlider/ColorSlider.d.ts +15 -0
- package/dist/forms/colorSlider/ColorSlider.d.ts.map +1 -0
- package/dist/forms/colorSlider/index.d.ts +2 -0
- package/dist/forms/colorSlider/index.d.ts.map +1 -0
- package/dist/forms/colorSwatch/ColorSwatch.d.ts +21 -0
- package/dist/forms/colorSwatch/ColorSwatch.d.ts.map +1 -0
- package/dist/forms/colorSwatch/ColorSwatch.variants.d.ts +165 -0
- package/dist/forms/colorSwatch/ColorSwatch.variants.d.ts.map +1 -0
- package/dist/forms/colorSwatch/index.d.ts +3 -0
- package/dist/forms/colorSwatch/index.d.ts.map +1 -0
- package/dist/forms/colorSwatchPicker/ColorSwatchPicker.d.ts +13 -0
- package/dist/forms/colorSwatchPicker/ColorSwatchPicker.d.ts.map +1 -0
- package/dist/forms/colorSwatchPicker/index.d.ts +2 -0
- package/dist/forms/colorSwatchPicker/index.d.ts.map +1 -0
- package/dist/forms/colorWheel/ColorWheel.d.ts +13 -0
- package/dist/forms/colorWheel/ColorWheel.d.ts.map +1 -0
- package/dist/forms/colorWheel/index.d.ts +2 -0
- package/dist/forms/colorWheel/index.d.ts.map +1 -0
- package/dist/forms/combobox/Combobox.d.ts +1 -1
- package/dist/forms/combobox/Combobox.d.ts.map +1 -1
- package/dist/forms/dateField/DateField.d.ts +11 -0
- package/dist/forms/dateField/DateField.d.ts.map +1 -0
- package/dist/forms/dateField/index.d.ts +2 -0
- package/dist/forms/dateField/index.d.ts.map +1 -0
- package/dist/forms/datePicker/DatePicker.d.ts +17 -0
- package/dist/forms/datePicker/DatePicker.d.ts.map +1 -0
- package/dist/forms/datePicker/index.d.ts +2 -0
- package/dist/forms/datePicker/index.d.ts.map +1 -0
- package/dist/forms/dateRangePicker/DateRangePicker.d.ts +18 -0
- package/dist/forms/dateRangePicker/DateRangePicker.d.ts.map +1 -0
- package/dist/forms/dateRangePicker/index.d.ts +2 -0
- package/dist/forms/dateRangePicker/index.d.ts.map +1 -0
- package/dist/forms/emailInput/EmailInput.d.ts +1 -1
- package/dist/forms/emailInput/EmailInput.d.ts.map +1 -1
- package/dist/forms/index.d.ts +7 -0
- package/dist/forms/index.d.ts.map +1 -1
- package/dist/forms/index.js +1 -1
- package/dist/forms/maskedInput/MaskedInput.d.ts +1 -1
- package/dist/forms/maskedInput/MaskedInput.d.ts.map +1 -1
- package/dist/forms/numberInput/NumberInput.d.ts +1 -1
- package/dist/forms/numberInput/NumberInput.d.ts.map +1 -1
- package/dist/forms/passwordInput/PasswordInput.d.ts +1 -1
- package/dist/forms/passwordInput/PasswordInput.d.ts.map +1 -1
- package/dist/forms/rangeCalendar/RangeCalendar.d.ts +17 -0
- package/dist/forms/rangeCalendar/RangeCalendar.d.ts.map +1 -0
- package/dist/forms/rangeCalendar/index.d.ts +2 -0
- package/dist/forms/rangeCalendar/index.d.ts.map +1 -0
- package/dist/forms/searchInput/SearchInput.d.ts +1 -1
- package/dist/forms/searchInput/SearchInput.d.ts.map +1 -1
- package/dist/forms/telInput/TelInput.d.ts +1 -1
- package/dist/forms/telInput/TelInput.d.ts.map +1 -1
- package/dist/forms/textInput/TextInput.d.ts +1 -1
- package/dist/forms/textInput/TextInput.d.ts.map +1 -1
- package/dist/forms/textarea/Textarea.d.ts +1 -1
- package/dist/forms/textarea/Textarea.d.ts.map +1 -1
- package/dist/forms/timeField/TimeField.d.ts +13 -0
- package/dist/forms/timeField/TimeField.d.ts.map +1 -0
- package/dist/forms/timeField/index.d.ts +2 -0
- package/dist/forms/timeField/index.d.ts.map +1 -0
- package/dist/forms/timePicker/TimePicker.d.ts +16 -0
- package/dist/forms/timePicker/TimePicker.d.ts.map +1 -0
- package/dist/forms/timePicker/index.d.ts +2 -0
- package/dist/forms/timePicker/index.d.ts.map +1 -0
- package/dist/forms/urlInput/UrlInput.d.ts +1 -1
- package/dist/forms/urlInput/UrlInput.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-6KCV4GOI.js.map +0 -1
- package/dist/forms/_styles.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type InputHTMLAttributes } from 'react';
|
|
2
|
-
import { type InputBaseVariants } from '../
|
|
2
|
+
import { type InputBaseVariants } from '../InputStyles';
|
|
3
3
|
export interface EmailInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'>, InputBaseVariants {
|
|
4
4
|
}
|
|
5
5
|
/** `<input type="email">` with sensible defaults (autocomplete, inputmode). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmailInput.d.ts","sourceRoot":"","sources":["../../../src/forms/emailInput/EmailInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAG7D,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"EmailInput.d.ts","sourceRoot":"","sources":["../../../src/forms/emailInput/EmailInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAG7D,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAE3E,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,EAClE,iBAAiB;CAAG;AAExB,+EAA+E;AAC/E,eAAO,MAAM,UAAU,8GAsBtB,CAAC"}
|
package/dist/forms/index.d.ts
CHANGED
|
@@ -36,4 +36,11 @@ export * from './listbox';
|
|
|
36
36
|
export * from './select';
|
|
37
37
|
export * from './multiSelect';
|
|
38
38
|
export * from './combobox';
|
|
39
|
+
export * from './calendar';
|
|
40
|
+
export * from './dateField';
|
|
41
|
+
export * from './timeField';
|
|
42
|
+
export * from './rangeCalendar';
|
|
43
|
+
export * from './datePicker';
|
|
44
|
+
export * from './timePicker';
|
|
45
|
+
export * from './dateRangePicker';
|
|
39
46
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/forms/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/forms/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC"}
|
package/dist/forms/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { CharacterCount, Checkbox, CheckboxField, CheckboxGroup, ChoiceCard, Combobox, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxSeparator, CurrencyInput, EmailInput, Fieldset, FilePicker, FormErrorMessage, FormField, FormHelperText, InputAddon, InputGroup, Label, LabeledInput, Legend, Listbox, ListboxEmpty, ListboxGroup, ListboxItem, ListboxSeparator, MaskedInput, MultiSelect, MultiSelectContent, MultiSelectItem, MultiSelectTags, MultiSelectTrigger, NumberInput, PasswordInput, PasswordStrength, PercentInput, PinInput, Radio, RadioField, RadioGroup, SearchInput, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, Slider, Switch, SwitchField, TelInput, TextInput, Textarea, UrlInput } from '../chunk-
|
|
1
|
+
export { Calendar, CharacterCount, Checkbox, CheckboxField, CheckboxGroup, ChoiceCard, Combobox, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxSeparator, CurrencyInput, DateField, DatePicker, DateRangePicker, EmailInput, Fieldset, FilePicker, FormErrorMessage, FormField, FormHelperText, InputAddon, InputGroup, Label, LabeledInput, Legend, Listbox, ListboxEmpty, ListboxGroup, ListboxItem, ListboxSeparator, MaskedInput, MultiSelect, MultiSelectContent, MultiSelectItem, MultiSelectTags, MultiSelectTrigger, NumberInput, PasswordInput, PasswordStrength, PercentInput, PinInput, Radio, RadioField, RadioGroup, RangeCalendar, SearchInput, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, Slider, Switch, SwitchField, TelInput, TextInput, Textarea, TimeField, TimePicker, UrlInput } from '../chunk-K6V4KLRO.js';
|
|
2
2
|
import '../chunk-YANOG5YR.js';
|
|
3
3
|
import '../chunk-4P2TFUVW.js';
|
|
4
4
|
import '../chunk-33IOXQYO.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type InputHTMLAttributes } from 'react';
|
|
2
|
-
import { type InputBaseVariants } from '../
|
|
2
|
+
import { type InputBaseVariants } from '../InputStyles';
|
|
3
3
|
export interface MaskedInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'value' | 'defaultValue' | 'onChange'>, InputBaseVariants {
|
|
4
4
|
/** Mask pattern. `#` = digit, `A` = alpha, `*` = alphanumeric, anything else = literal. */
|
|
5
5
|
mask: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MaskedInput.d.ts","sourceRoot":"","sources":["../../../src/forms/maskedInput/MaskedInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAI7D,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"MaskedInput.d.ts","sourceRoot":"","sources":["../../../src/forms/maskedInput/MaskedInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAI7D,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAE3E,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,cAAc,GAAG,UAAU,CAAC,EACjG,iBAAiB;IACnB,2FAA2F;IAC3F,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC;AA0CD;;;;;GAKG;AACH,eAAO,MAAM,WAAW,+GA6BvB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type InputHTMLAttributes } from 'react';
|
|
2
|
-
import { type InputBaseVariants } from '../
|
|
2
|
+
import { type InputBaseVariants } from '../InputStyles';
|
|
3
3
|
export interface NumberInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'>, InputBaseVariants {
|
|
4
4
|
step?: number;
|
|
5
5
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../../../src/forms/numberInput/NumberInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,mBAAmB,EACzB,MAAM,OAAO,CAAC;AAKf,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../../../src/forms/numberInput/NumberInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,mBAAmB,EACzB,MAAM,OAAO,CAAC;AAKf,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAE3E,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,EAClE,iBAAiB;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;GAGG;AACH,eAAO,MAAM,WAAW,+GA4DvB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type InputHTMLAttributes } from 'react';
|
|
2
|
-
import { type InputBaseVariants } from '../
|
|
2
|
+
import { type InputBaseVariants } from '../InputStyles';
|
|
3
3
|
export interface PasswordInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'>, InputBaseVariants {
|
|
4
4
|
/** Whether to render the visibility-toggle button. Default true. */
|
|
5
5
|
toggleable?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PasswordInput.d.ts","sourceRoot":"","sources":["../../../src/forms/passwordInput/PasswordInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAKvE,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"PasswordInput.d.ts","sourceRoot":"","sources":["../../../src/forms/passwordInput/PasswordInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAKvE,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAE3E,MAAM,WAAW,kBACf,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,EAClE,iBAAiB;IACnB,oEAAoE;IACpE,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;;GAGG;AACH,eAAO,MAAM,aAAa,iHAoDzB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type HTMLAttributes } from 'react';
|
|
2
|
+
export interface DateRange {
|
|
3
|
+
start: Date | null;
|
|
4
|
+
end: Date | null;
|
|
5
|
+
}
|
|
6
|
+
export interface RangeCalendarProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange' | 'defaultValue'> {
|
|
7
|
+
value?: DateRange | null;
|
|
8
|
+
defaultValue?: DateRange | null;
|
|
9
|
+
onChange?: (range: DateRange) => void;
|
|
10
|
+
defaultMonth?: Date;
|
|
11
|
+
min?: Date | null;
|
|
12
|
+
max?: Date | null;
|
|
13
|
+
isDisabled?: (date: Date) => boolean;
|
|
14
|
+
'aria-label'?: string;
|
|
15
|
+
}
|
|
16
|
+
export declare const RangeCalendar: import("react").ForwardRefExoticComponent<RangeCalendarProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
17
|
+
//# sourceMappingURL=RangeCalendar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RangeCalendar.d.ts","sourceRoot":"","sources":["../../../src/forms/rangeCalendar/RangeCalendar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,cAAc,EAEpB,MAAM,OAAO,CAAC;AAkBf,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,GAAG,EAAE,IAAI,GAAG,IAAI,CAAC;CAClB;AAED,MAAM,WAAW,kBACf,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,GAAG,cAAc,CAAC;IACzE,KAAK,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAChC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;IACtC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC;IACrC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,aAAa,+GAuNzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/forms/rangeCalendar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,KAAK,SAAS,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type InputHTMLAttributes } from 'react';
|
|
2
|
-
import { type InputBaseVariants } from '../
|
|
2
|
+
import { type InputBaseVariants } from '../InputStyles';
|
|
3
3
|
export interface SearchInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'>, InputBaseVariants {
|
|
4
4
|
/** Show a clear (×) button when the input has a value. Default true. */
|
|
5
5
|
clearable?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/forms/searchInput/SearchInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,mBAAmB,EACzB,MAAM,OAAO,CAAC;AAKf,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/forms/searchInput/SearchInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,mBAAmB,EACzB,MAAM,OAAO,CAAC;AAKf,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAE3E,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,EAClE,iBAAiB;IACnB,wEAAwE;IACxE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED;;;GAGG;AACH,eAAO,MAAM,WAAW,+GAsFvB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type InputHTMLAttributes } from 'react';
|
|
2
|
-
import { type InputBaseVariants } from '../
|
|
2
|
+
import { type InputBaseVariants } from '../InputStyles';
|
|
3
3
|
export interface TelInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'>, InputBaseVariants {
|
|
4
4
|
}
|
|
5
5
|
/** `<input type="tel">` with `inputmode="tel"` and `autocomplete="tel"`. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TelInput.d.ts","sourceRoot":"","sources":["../../../src/forms/telInput/TelInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAG7D,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TelInput.d.ts","sourceRoot":"","sources":["../../../src/forms/telInput/TelInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAG7D,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAE3E,MAAM,WAAW,aACf,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,EAClE,iBAAiB;CAAG;AAExB,4EAA4E;AAC5E,eAAO,MAAM,QAAQ,4GAqBpB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type InputHTMLAttributes } from 'react';
|
|
2
|
-
import { type InputBaseVariants } from '../
|
|
2
|
+
import { type InputBaseVariants } from '../InputStyles';
|
|
3
3
|
export interface TextInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'>, InputBaseVariants {
|
|
4
4
|
}
|
|
5
5
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../src/forms/textInput/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAG7D,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../src/forms/textInput/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAG7D,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAE3E,MAAM,WAAW,cACf,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,EAClE,iBAAiB;CAAG;AAExB;;;;GAIG;AACH,eAAO,MAAM,SAAS,6GAmBrB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type TextareaHTMLAttributes } from 'react';
|
|
2
|
-
import { type InputBaseVariants } from '../
|
|
2
|
+
import { type InputBaseVariants } from '../InputStyles';
|
|
3
3
|
export interface TextareaProps extends Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'size'>, InputBaseVariants {
|
|
4
4
|
}
|
|
5
5
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Textarea.d.ts","sourceRoot":"","sources":["../../../src/forms/textarea/Textarea.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAGhE,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Textarea.d.ts","sourceRoot":"","sources":["../../../src/forms/textarea/Textarea.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAGhE,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAE3E,MAAM,WAAW,aACf,SAAQ,IAAI,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,EAAE,MAAM,CAAC,EAC/D,iBAAiB;CAAG;AAExB;;;GAGG;AACH,eAAO,MAAM,QAAQ,+GA0BpB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type InputHTMLAttributes } from 'react';
|
|
2
|
+
import { type InputBaseVariants } from '../InputStyles';
|
|
3
|
+
export interface TimeValue {
|
|
4
|
+
hours: number;
|
|
5
|
+
minutes: number;
|
|
6
|
+
}
|
|
7
|
+
export interface TimeFieldProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'value' | 'defaultValue' | 'onChange' | 'size'>, InputBaseVariants {
|
|
8
|
+
value?: TimeValue | null;
|
|
9
|
+
defaultValue?: TimeValue | null;
|
|
10
|
+
onChange?: (value: TimeValue | null) => void;
|
|
11
|
+
}
|
|
12
|
+
export declare const TimeField: import("react").ForwardRefExoticComponent<TimeFieldProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
13
|
+
//# sourceMappingURL=TimeField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimeField.d.ts","sourceRoot":"","sources":["../../../src/forms/timeField/TimeField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAI7D,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAG3E,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,cACf,SAAQ,IAAI,CACR,mBAAmB,CAAC,gBAAgB,CAAC,EACrC,MAAM,GAAG,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,MAAM,CACxD,EACD,iBAAiB;IACnB,KAAK,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAChC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,IAAI,KAAK,IAAI,CAAC;CAC9C;AASD,eAAO,MAAM,SAAS,6GAyBpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/forms/timeField/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { type ButtonHTMLAttributes } from 'react';
|
|
2
|
+
import { type SelectTriggerVariants } from '../select/Select.variants';
|
|
3
|
+
import { type TimeValue } from '../timeField';
|
|
4
|
+
export interface TimePickerProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'onChange' | 'value' | 'defaultValue'>, SelectTriggerVariants {
|
|
5
|
+
value?: TimeValue | null;
|
|
6
|
+
defaultValue?: TimeValue | null;
|
|
7
|
+
onChange?: (time: TimeValue | null) => void;
|
|
8
|
+
/** Minute interval. Default 5. */
|
|
9
|
+
minuteStep?: number;
|
|
10
|
+
placeholder?: string;
|
|
11
|
+
format?: (time: TimeValue) => string;
|
|
12
|
+
invalid?: boolean;
|
|
13
|
+
name?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const TimePicker: import("react").ForwardRefExoticComponent<TimePickerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
16
|
+
//# sourceMappingURL=TimePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../src/forms/timePicker/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA0C,KAAK,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAM1F,OAAO,EAAyB,KAAK,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC9F,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,UAAU,GAAG,OAAO,GAAG,cAAc,CAAC,EAC1F,qBAAqB;IACvB,KAAK,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAChC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,GAAG,IAAI,KAAK,IAAI,CAAC;IAC5C,kCAAkC;IAClC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,MAAM,CAAC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAOD,eAAO,MAAM,UAAU,+GAsKrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/forms/timePicker/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type InputHTMLAttributes } from 'react';
|
|
2
|
-
import { type InputBaseVariants } from '../
|
|
2
|
+
import { type InputBaseVariants } from '../InputStyles';
|
|
3
3
|
export interface UrlInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'type'>, InputBaseVariants {
|
|
4
4
|
}
|
|
5
5
|
/** `<input type="url">` with `inputmode="url"` and `autocomplete="url"`. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UrlInput.d.ts","sourceRoot":"","sources":["../../../src/forms/urlInput/UrlInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAG7D,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"UrlInput.d.ts","sourceRoot":"","sources":["../../../src/forms/urlInput/UrlInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAG7D,OAAO,EAAqB,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAE3E,MAAM,WAAW,aACf,SAAQ,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,EAClE,iBAAiB;CAAG;AAExB,4EAA4E;AAC5E,eAAO,MAAM,QAAQ,4GAsBpB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { CharacterCount, Checkbox, CheckboxField, CheckboxGroup, ChoiceCard, Combobox, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxSeparator, CurrencyInput, EmailInput, Fieldset, FilePicker, FormErrorMessage, FormField, FormHelperText, InputAddon, InputGroup, Label, LabeledInput, Legend, Listbox, ListboxEmpty, ListboxGroup, ListboxItem, ListboxSeparator, MaskedInput, MultiSelect, MultiSelectContent, MultiSelectItem, MultiSelectTags, MultiSelectTrigger, NumberInput, PasswordInput, PasswordStrength, PercentInput, PinInput, Radio, RadioField, RadioGroup, SearchInput, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, Slider, Switch, SwitchField, TelInput, TextInput, Textarea, UrlInput } from './chunk-
|
|
1
|
+
export { Calendar, CharacterCount, Checkbox, CheckboxField, CheckboxGroup, ChoiceCard, Combobox, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxSeparator, CurrencyInput, DateField, DatePicker, DateRangePicker, EmailInput, Fieldset, FilePicker, FormErrorMessage, FormField, FormHelperText, InputAddon, InputGroup, Label, LabeledInput, Legend, Listbox, ListboxEmpty, ListboxGroup, ListboxItem, ListboxSeparator, MaskedInput, MultiSelect, MultiSelectContent, MultiSelectItem, MultiSelectTags, MultiSelectTrigger, NumberInput, PasswordInput, PasswordStrength, PercentInput, PinInput, Radio, RadioField, RadioGroup, RangeCalendar, SearchInput, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, Slider, Switch, SwitchField, TelInput, TextInput, Textarea, TimeField, TimePicker, UrlInput } from './chunk-K6V4KLRO.js';
|
|
2
2
|
export { AspectRatio, Box, Center, Cluster, Container, Flex, Frame, Grid, HStack, Inline, ScrollArea, Spacer, Stack, TwoColumn, VStack, containerVariants, gridVariants, stackVariants } from './chunk-NKGNOOXJ.js';
|
|
3
3
|
export { Breadcrumb, ContextMenu, ContextMenuContent, ContextMenuTrigger, DropdownMenu, DropdownMenuContent, DropdownMenuTrigger, Menu, MenuGroup, MenuItem, MenuLabel, MenuSeparator, Menubar, MenubarContent, MenubarMenu, MenubarTrigger, NavItem, Pagination, menuItemVariants, menuLabelVariants, menuSeparatorVariants, menuVariants } from './chunk-ZTHJ5OTI.js';
|
|
4
4
|
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, Backdrop, Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, Drawer, DrawerBody, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger, HoverCard, HoverCardArrow, HoverCardContent, HoverCardTrigger, Popover, PopoverArrow, PopoverContent, PopoverTrigger } from './chunk-52DFDWY3.js';
|