@pathscale/ui 2.11.9 → 2.11.11
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/components/accordion/Accordion.generated.js +34 -5
- package/dist/components/address/Address.generated.js +17 -1
- package/dist/components/alert/Alert.generated.js +11 -1
- package/dist/components/auth-card/AuthCard.generated.js +8 -1
- package/dist/components/auth-field-group/AuthFieldGroup.generated.js +5 -1
- package/dist/components/auth-footer-links/AuthFooterLinks.generated.js +5 -1
- package/dist/components/auth-message/AuthMessage.generated.js +5 -1
- package/dist/components/auth-powered-by/AuthPoweredBy.generated.js +8 -1
- package/dist/components/auth-submit-button/AuthSubmitButton.generated.js +10 -1
- package/dist/components/avatar/Avatar.generated.js +12 -2
- package/dist/components/breadcrumb/Breadcrumb.generated.js +11 -2
- package/dist/components/button/Button.css +10 -2
- package/dist/components/button/Button.generated.js +14 -1
- package/dist/components/button-group/ButtonGroup.generated.js +9 -1
- package/dist/components/card/Card.generated.js +26 -4
- package/dist/components/chatbubble/ChatBubble.generated.js +4 -1
- package/dist/components/chatbubble/ChatBubbleAvatar.generated.js +6 -1
- package/dist/components/chatbubble/ChatBubbleMessage.generated.js +4 -1
- package/dist/components/checkbox/Checkbox.generated.js +11 -1
- package/dist/components/checkbox-group/CheckboxGroup.generated.js +12 -1
- package/dist/components/close-button/CloseButton.generated.js +8 -1
- package/dist/components/collapsible/Collapsible.generated.js +31 -6
- package/dist/components/color-area/ColorArea.generated.js +6 -1
- package/dist/components/color-field/ColorField.generated.js +9 -1
- package/dist/components/color-picker/ColorPicker.generated.js +20 -4
- package/dist/components/color-slider/ColorSlider.generated.js +8 -1
- package/dist/components/color-swatch/ColorSwatch.generated.js +11 -1
- package/dist/components/color-swatch-picker/ColorSwatchPicker.generated.js +8 -1
- package/dist/components/color-wheel-flower/ColorWheelFlower.css +0 -1
- package/dist/components/color-wheel-flower/ColorWheelFlower.generated.js +7 -1
- package/dist/components/combo-box/ComboBox.generated.js +53 -6
- package/dist/components/composer/Composer.generated.js +24 -1
- package/dist/components/data-grid/DataGrid.generated.js +17 -1
- package/dist/components/date-field/DateField.generated.js +27 -4
- package/dist/components/dialog/Dialog.generated.js +60 -10
- package/dist/components/dock/Dock.generated.js +27 -1
- package/dist/components/drawer/Drawer.generated.js +74 -11
- package/dist/components/dropdown/Dropdown.generated.js +22 -3
- package/dist/components/empty/Empty.generated.js +20 -5
- package/dist/components/fieldset/Fieldset.generated.js +8 -2
- package/dist/components/flex/Flex.generated.js +20 -1
- package/dist/components/footer/Footer.generated.js +7 -1
- package/dist/components/footer/FooterTitle.generated.js +4 -1
- package/dist/components/form/FieldErrorMessage.generated.js +4 -1
- package/dist/components/form/Form.generated.js +5 -1
- package/dist/components/form/FormField.generated.js +8 -1
- package/dist/components/form/FormSubmitButton.generated.js +4 -1
- package/dist/components/grid/Grid.generated.js +10 -1
- package/dist/components/icon/Icon.generated.js +7 -1
- package/dist/components/inline-edit/InlineEdit.generated.js +11 -1
- package/dist/components/input/Input.generated.js +31 -4
- package/dist/components/input-otp/InputOTP.generated.js +30 -4
- package/dist/components/join/Join.generated.js +6 -1
- package/dist/components/kbd/Kbd.generated.js +13 -3
- package/dist/components/label/Label.generated.js +8 -1
- package/dist/components/language-switcher/LanguageSwitcher.generated.d.ts +2 -2
- package/dist/components/language-switcher/LanguageSwitcher.generated.js +97 -49
- package/dist/components/language-switcher/LanguageSwitcher.recipe.d.ts +1 -0
- package/dist/components/language-switcher/LanguageSwitcher.recipe.js +8 -2
- package/dist/components/language-switcher/createI18n.js +0 -2
- package/dist/components/link/Link.generated.js +7 -1
- package/dist/components/list-box/ListBox.generated.js +16 -1
- package/dist/components/list-box/ListBoxItem.generated.js +13 -2
- package/dist/components/list-box/ListBoxSection.generated.js +5 -1
- package/dist/components/menu/Menu.generated.js +16 -1
- package/dist/components/menu/MenuItem.generated.js +20 -3
- package/dist/components/menu/MenuSection.generated.js +5 -1
- package/dist/components/metal-border/MetalBorder.generated.js +12 -1
- package/dist/components/meter/Meter.generated.js +15 -1
- package/dist/components/navbar/Navbar.generated.js +6 -1
- package/dist/components/navbar/NavbarRow.generated.js +7 -1
- package/dist/components/navbar/NavbarSection.generated.js +5 -1
- package/dist/components/navbar/NavbarStack.generated.js +6 -1
- package/dist/components/noise-background/NoiseBackground.generated.js +13 -1
- package/dist/components/pagination/Pagination.generated.js +7 -1
- package/dist/components/panel-toggle/PanelToggle.generated.js +8 -1
- package/dist/components/password-field/PasswordField.generated.js +25 -1
- package/dist/components/password-requirements/PasswordRequirements.generated.js +7 -1
- package/dist/components/popover/Popover.generated.js +36 -6
- package/dist/components/progress/Progress.generated.js +13 -1
- package/dist/components/radial-progress/RadialProgress.generated.js +12 -1
- package/dist/components/radio/Radio.generated.js +8 -1
- package/dist/components/radio-group/RadioGroup.generated.js +16 -1
- package/dist/components/scroll-area/ScrollArea.generated.js +11 -1
- package/dist/components/select/Select.generated.js +39 -4
- package/dist/components/separator/Separator.generated.js +5 -1
- package/dist/components/skeleton/Skeleton.generated.js +10 -1
- package/dist/components/spinner/Spinner.generated.js +7 -1
- package/dist/components/switch/Switch.generated.js +10 -1
- package/dist/components/table/ExpandToggle.generated.js +8 -1
- package/dist/components/table/InlineConfirm.generated.js +11 -1
- package/dist/components/table/MobileListView.generated.js +11 -1
- package/dist/components/table/SortIcon.generated.js +8 -1
- package/dist/components/table/TableColumn.generated.js +6 -1
- package/dist/components/table/TableContent.generated.js +5 -1
- package/dist/components/table/TableExpandedRow.generated.js +7 -1
- package/dist/components/table/TablePageSize.generated.js +9 -1
- package/dist/components/table/TableRoot.generated.js +4 -1
- package/dist/components/table/VirtualSpacerRow.generated.js +5 -1
- package/dist/components/tabs/Tabs.generated.js +22 -4
- package/dist/components/text/Text.generated.js +11 -1
- package/dist/components/textarea/Textarea.generated.js +8 -1
- package/dist/components/time-field/TimeField.generated.js +27 -4
- package/dist/components/toast/Toast.generated.js +43 -6
- package/dist/components/toast/index.d.ts +1 -1
- package/dist/components/toast/index.js +1 -1
- package/dist/components/toolbar/Toolbar.generated.js +5 -1
- package/dist/components/tooltip/Tooltip.generated.js +25 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -2
- package/dist/layouts.manifest.json +1 -1
- package/dist/purge-manifest.json +2 -1
- package/package.json +1 -1
|
@@ -63,7 +63,17 @@ const __solidLayoutInlineConfirm = (_stable, p)=>{
|
|
|
63
63
|
const InlineConfirm = defineComponent({
|
|
64
64
|
recipe: tableInlineConfirmRecipe,
|
|
65
65
|
layout: __solidLayoutInlineConfirm,
|
|
66
|
-
embedded: true
|
|
66
|
+
embedded: true,
|
|
67
|
+
behaviour: [
|
|
68
|
+
"prompt",
|
|
69
|
+
"confirmLabel",
|
|
70
|
+
"cancelLabel",
|
|
71
|
+
"onConfirm",
|
|
72
|
+
"onCancel",
|
|
73
|
+
"loading",
|
|
74
|
+
"disabled",
|
|
75
|
+
"confirmFlavor"
|
|
76
|
+
]
|
|
67
77
|
});
|
|
68
78
|
const InlineConfirm_generated = InlineConfirm;
|
|
69
79
|
export default InlineConfirm_generated;
|
|
@@ -92,7 +92,17 @@ const __solidLayoutMobileListView = (_stable, p)=>{
|
|
|
92
92
|
const MobileListView = defineComponent({
|
|
93
93
|
recipe: tableMobileListViewRecipe,
|
|
94
94
|
layout: __solidLayoutMobileListView,
|
|
95
|
-
embedded: true
|
|
95
|
+
embedded: true,
|
|
96
|
+
behaviour: [
|
|
97
|
+
"rows",
|
|
98
|
+
"renderRow",
|
|
99
|
+
"empty",
|
|
100
|
+
"listClass",
|
|
101
|
+
"itemClass",
|
|
102
|
+
"children",
|
|
103
|
+
"emptyTitle",
|
|
104
|
+
"emptyIcon"
|
|
105
|
+
]
|
|
96
106
|
});
|
|
97
107
|
const MobileListView_generated = MobileListView;
|
|
98
108
|
export default MobileListView_generated;
|
|
@@ -57,7 +57,14 @@ const __solidLayoutSortIcon = (_stable, p)=>{
|
|
|
57
57
|
const SortIcon = defineComponent({
|
|
58
58
|
recipe: tableSortIconRecipe,
|
|
59
59
|
layout: __solidLayoutSortIcon,
|
|
60
|
-
embedded: true
|
|
60
|
+
embedded: true,
|
|
61
|
+
behaviour: [
|
|
62
|
+
"state",
|
|
63
|
+
"size",
|
|
64
|
+
"ascIcon",
|
|
65
|
+
"descIcon",
|
|
66
|
+
"neutralIcon"
|
|
67
|
+
]
|
|
61
68
|
});
|
|
62
69
|
const SortIcon_generated = SortIcon;
|
|
63
70
|
export default SortIcon_generated;
|
|
@@ -72,7 +72,12 @@ const __solidLayoutTableColumn = (_stable, p)=>{
|
|
|
72
72
|
const TableColumn = defineComponent({
|
|
73
73
|
recipe: tableColumnRecipe,
|
|
74
74
|
layout: __solidLayoutTableColumn,
|
|
75
|
-
embedded: true
|
|
75
|
+
embedded: true,
|
|
76
|
+
behaviour: [
|
|
77
|
+
"id",
|
|
78
|
+
"allowsSorting",
|
|
79
|
+
"children"
|
|
80
|
+
]
|
|
76
81
|
});
|
|
77
82
|
const TableColumn_generated = TableColumn;
|
|
78
83
|
export default TableColumn_generated;
|
|
@@ -38,7 +38,11 @@ const __solidLayoutTableContent = (_stable, p)=>{
|
|
|
38
38
|
const TableContent = defineComponent({
|
|
39
39
|
recipe: tableContentRecipe,
|
|
40
40
|
layout: __solidLayoutTableContent,
|
|
41
|
-
embedded: true
|
|
41
|
+
embedded: true,
|
|
42
|
+
behaviour: [
|
|
43
|
+
"sortDescriptor",
|
|
44
|
+
"onSortChange"
|
|
45
|
+
]
|
|
42
46
|
});
|
|
43
47
|
const TableContent_generated = TableContent;
|
|
44
48
|
export default TableContent_generated;
|
|
@@ -36,7 +36,13 @@ const __solidLayoutTableExpandedRow = (_stable, p)=>{
|
|
|
36
36
|
const TableExpandedRow = defineComponent({
|
|
37
37
|
recipe: tableExpandedRowRecipe,
|
|
38
38
|
layout: __solidLayoutTableExpandedRow,
|
|
39
|
-
embedded: true
|
|
39
|
+
embedded: true,
|
|
40
|
+
behaviour: [
|
|
41
|
+
"colspan",
|
|
42
|
+
"cellClass",
|
|
43
|
+
"cellClassName",
|
|
44
|
+
"cellDataTheme"
|
|
45
|
+
]
|
|
40
46
|
});
|
|
41
47
|
const TableExpandedRow_generated = TableExpandedRow;
|
|
42
48
|
export default TableExpandedRow_generated;
|
|
@@ -40,7 +40,15 @@ const __solidLayoutTablePageSize = (_stable, p)=>{
|
|
|
40
40
|
const TablePageSize = defineComponent({
|
|
41
41
|
recipe: tablePageSizeRecipe,
|
|
42
42
|
layout: __solidLayoutTablePageSize,
|
|
43
|
-
embedded: true
|
|
43
|
+
embedded: true,
|
|
44
|
+
behaviour: [
|
|
45
|
+
"value",
|
|
46
|
+
"options",
|
|
47
|
+
"onChange",
|
|
48
|
+
"label",
|
|
49
|
+
"selectClass",
|
|
50
|
+
"selectClassName"
|
|
51
|
+
]
|
|
44
52
|
});
|
|
45
53
|
const TablePageSize_generated = TablePageSize;
|
|
46
54
|
export default TablePageSize_generated;
|
|
@@ -34,7 +34,10 @@ const __solidLayoutTableRoot = (_stable, p)=>{
|
|
|
34
34
|
const TableRoot = defineComponent({
|
|
35
35
|
recipe: componentRecipe,
|
|
36
36
|
layout: __solidLayoutTableRoot,
|
|
37
|
-
embedded: true
|
|
37
|
+
embedded: true,
|
|
38
|
+
behaviour: [
|
|
39
|
+
"variant"
|
|
40
|
+
]
|
|
38
41
|
});
|
|
39
42
|
const TableRoot_generated = TableRoot;
|
|
40
43
|
export default TableRoot_generated;
|
|
@@ -28,7 +28,11 @@ const __solidLayoutVirtualSpacerRow = (_stable, p)=>{
|
|
|
28
28
|
const VirtualSpacerRow = defineComponent({
|
|
29
29
|
recipe: tableVirtualSpacerRowRecipe,
|
|
30
30
|
layout: __solidLayoutVirtualSpacerRow,
|
|
31
|
-
embedded: true
|
|
31
|
+
embedded: true,
|
|
32
|
+
behaviour: [
|
|
33
|
+
"height",
|
|
34
|
+
"colspan"
|
|
35
|
+
]
|
|
32
36
|
});
|
|
33
37
|
const VirtualSpacerRow_generated = VirtualSpacerRow;
|
|
34
38
|
export default VirtualSpacerRow_generated;
|
|
@@ -71,7 +71,15 @@ const __solidLayoutTabsRoot = (_stable, p)=>{
|
|
|
71
71
|
const TabsRoot = defineComponent({
|
|
72
72
|
recipe: componentRecipe,
|
|
73
73
|
layout: __solidLayoutTabsRoot,
|
|
74
|
-
embedded: true
|
|
74
|
+
embedded: true,
|
|
75
|
+
behaviour: [
|
|
76
|
+
"children",
|
|
77
|
+
"orientation",
|
|
78
|
+
"variant",
|
|
79
|
+
"selectedKey",
|
|
80
|
+
"defaultSelectedKey",
|
|
81
|
+
"onSelectionChange"
|
|
82
|
+
]
|
|
75
83
|
});
|
|
76
84
|
const __solidLayoutTabListContainer = (_stable, p)=>{
|
|
77
85
|
const others = omit(p, "class", "children");
|
|
@@ -202,7 +210,10 @@ const __solidLayoutTabList = (_stable, p)=>{
|
|
|
202
210
|
const TabList = defineComponent({
|
|
203
211
|
recipe: componentRecipe,
|
|
204
212
|
layout: __solidLayoutTabList,
|
|
205
|
-
embedded: true
|
|
213
|
+
embedded: true,
|
|
214
|
+
behaviour: [
|
|
215
|
+
"aria-label"
|
|
216
|
+
]
|
|
206
217
|
});
|
|
207
218
|
const __solidLayoutTab = (_stable, p)=>{
|
|
208
219
|
const ctx = useContext(TabsContext);
|
|
@@ -313,7 +324,11 @@ const __solidLayoutTab = (_stable, p)=>{
|
|
|
313
324
|
const Tab = defineComponent({
|
|
314
325
|
recipe: componentRecipe,
|
|
315
326
|
layout: __solidLayoutTab,
|
|
316
|
-
embedded: true
|
|
327
|
+
embedded: true,
|
|
328
|
+
behaviour: [
|
|
329
|
+
"id",
|
|
330
|
+
"state"
|
|
331
|
+
]
|
|
317
332
|
});
|
|
318
333
|
const TabIndicator = ()=>null;
|
|
319
334
|
const __solidLayoutTabPanel = (_stable, p)=>{
|
|
@@ -352,7 +367,10 @@ const __solidLayoutTabPanel = (_stable, p)=>{
|
|
|
352
367
|
const TabPanel = defineComponent({
|
|
353
368
|
recipe: componentRecipe,
|
|
354
369
|
layout: __solidLayoutTabPanel,
|
|
355
|
-
embedded: true
|
|
370
|
+
embedded: true,
|
|
371
|
+
behaviour: [
|
|
372
|
+
"id"
|
|
373
|
+
]
|
|
356
374
|
});
|
|
357
375
|
const __solidLayoutTabSeparator = (_stable, p)=>{
|
|
358
376
|
const others = omit(p, "class");
|
|
@@ -48,7 +48,17 @@ const __solidLayoutTextRoot = (_stable, p)=>{
|
|
|
48
48
|
const TextRoot = defineComponent({
|
|
49
49
|
recipe: componentRecipe,
|
|
50
50
|
layout: __solidLayoutTextRoot,
|
|
51
|
-
embedded: true
|
|
51
|
+
embedded: true,
|
|
52
|
+
behaviour: [
|
|
53
|
+
"size",
|
|
54
|
+
"variant",
|
|
55
|
+
"weight",
|
|
56
|
+
"transform",
|
|
57
|
+
"tracking",
|
|
58
|
+
"leading",
|
|
59
|
+
"family",
|
|
60
|
+
"children"
|
|
61
|
+
]
|
|
52
62
|
});
|
|
53
63
|
const Text = Object.assign(TextRoot, {
|
|
54
64
|
Root: TextRoot
|
|
@@ -45,7 +45,14 @@ const __solidLayoutTextareaRoot = (_stable, p)=>{
|
|
|
45
45
|
const TextareaRoot = defineComponent({
|
|
46
46
|
recipe: componentRecipe,
|
|
47
47
|
layout: __solidLayoutTextareaRoot,
|
|
48
|
-
embedded: true
|
|
48
|
+
embedded: true,
|
|
49
|
+
behaviour: [
|
|
50
|
+
"variant",
|
|
51
|
+
"fullWidth",
|
|
52
|
+
"issues",
|
|
53
|
+
"state",
|
|
54
|
+
"disabled"
|
|
55
|
+
]
|
|
49
56
|
});
|
|
50
57
|
const Textarea = Object.assign(TextareaRoot, {
|
|
51
58
|
Root: TextareaRoot
|
|
@@ -87,7 +87,21 @@ const __solidLayoutTimeFieldRoot = (_stable, p)=>{
|
|
|
87
87
|
const TimeFieldRoot = defineComponent({
|
|
88
88
|
recipe: componentRecipe,
|
|
89
89
|
layout: __solidLayoutTimeFieldRoot,
|
|
90
|
-
embedded: true
|
|
90
|
+
embedded: true,
|
|
91
|
+
behaviour: [
|
|
92
|
+
"children",
|
|
93
|
+
"name",
|
|
94
|
+
"value",
|
|
95
|
+
"defaultValue",
|
|
96
|
+
"onChange",
|
|
97
|
+
"onBlur",
|
|
98
|
+
"fullWidth",
|
|
99
|
+
"variant",
|
|
100
|
+
"state",
|
|
101
|
+
"disabled",
|
|
102
|
+
"issues",
|
|
103
|
+
"required"
|
|
104
|
+
]
|
|
91
105
|
});
|
|
92
106
|
const __solidLayoutTimeFieldGroup = (_stable, p)=>{
|
|
93
107
|
const context = useContext(TimeFieldContext);
|
|
@@ -125,7 +139,10 @@ const __solidLayoutTimeFieldGroup = (_stable, p)=>{
|
|
|
125
139
|
const TimeFieldGroup = defineComponent({
|
|
126
140
|
recipe: componentRecipe,
|
|
127
141
|
layout: __solidLayoutTimeFieldGroup,
|
|
128
|
-
embedded: true
|
|
142
|
+
embedded: true,
|
|
143
|
+
behaviour: [
|
|
144
|
+
"children"
|
|
145
|
+
]
|
|
129
146
|
});
|
|
130
147
|
const __solidLayoutTimeFieldInput = (_stable, p)=>{
|
|
131
148
|
const context = useContext(TimeFieldContext);
|
|
@@ -178,7 +195,10 @@ const __solidLayoutTimeFieldInput = (_stable, p)=>{
|
|
|
178
195
|
const TimeFieldInput = defineComponent({
|
|
179
196
|
recipe: componentRecipe,
|
|
180
197
|
layout: __solidLayoutTimeFieldInput,
|
|
181
|
-
embedded: true
|
|
198
|
+
embedded: true,
|
|
199
|
+
behaviour: [
|
|
200
|
+
"onInput"
|
|
201
|
+
]
|
|
182
202
|
});
|
|
183
203
|
const __solidLayoutTimeFieldInputContainer = (_stable, p)=>{
|
|
184
204
|
const others = omit(p, "children", "class", "dataTheme", "style");
|
|
@@ -237,7 +257,10 @@ const __solidLayoutTimeFieldSegment = (_stable, p)=>{
|
|
|
237
257
|
const TimeFieldSegment = defineComponent({
|
|
238
258
|
recipe: componentRecipe,
|
|
239
259
|
layout: __solidLayoutTimeFieldSegment,
|
|
240
|
-
embedded: true
|
|
260
|
+
embedded: true,
|
|
261
|
+
behaviour: [
|
|
262
|
+
"segment"
|
|
263
|
+
]
|
|
241
264
|
});
|
|
242
265
|
const __solidLayoutTimeFieldPrefix = (_stable, p)=>{
|
|
243
266
|
const others = omit(p, "children", "class", "dataTheme", "style");
|
|
@@ -334,7 +334,10 @@ const __solidLayoutToastContent = (_stable, p)=>{
|
|
|
334
334
|
const ToastContent = defineComponent({
|
|
335
335
|
recipe: componentRecipe,
|
|
336
336
|
layout: __solidLayoutToastContent,
|
|
337
|
-
embedded: true
|
|
337
|
+
embedded: true,
|
|
338
|
+
behaviour: [
|
|
339
|
+
"children"
|
|
340
|
+
]
|
|
338
341
|
});
|
|
339
342
|
const __solidLayoutToastIndicator = (_stable, p)=>{
|
|
340
343
|
const ctx = useToastItemContext();
|
|
@@ -375,7 +378,11 @@ const __solidLayoutToastIndicator = (_stable, p)=>{
|
|
|
375
378
|
const ToastIndicator = defineComponent({
|
|
376
379
|
recipe: componentRecipe,
|
|
377
380
|
layout: __solidLayoutToastIndicator,
|
|
378
|
-
embedded: true
|
|
381
|
+
embedded: true,
|
|
382
|
+
behaviour: [
|
|
383
|
+
"children",
|
|
384
|
+
"variant"
|
|
385
|
+
]
|
|
379
386
|
});
|
|
380
387
|
const __solidLayoutToastTitle = (_stable, p)=>{
|
|
381
388
|
const others = omit(p, "children", "class", "dataTheme", "style");
|
|
@@ -397,7 +404,10 @@ const __solidLayoutToastTitle = (_stable, p)=>{
|
|
|
397
404
|
const ToastTitle = defineComponent({
|
|
398
405
|
recipe: componentRecipe,
|
|
399
406
|
layout: __solidLayoutToastTitle,
|
|
400
|
-
embedded: true
|
|
407
|
+
embedded: true,
|
|
408
|
+
behaviour: [
|
|
409
|
+
"children"
|
|
410
|
+
]
|
|
401
411
|
});
|
|
402
412
|
const __solidLayoutToastDescription = (_stable, p)=>{
|
|
403
413
|
const others = omit(p, "children", "class", "dataTheme", "style");
|
|
@@ -419,7 +429,10 @@ const __solidLayoutToastDescription = (_stable, p)=>{
|
|
|
419
429
|
const ToastDescription = defineComponent({
|
|
420
430
|
recipe: componentRecipe,
|
|
421
431
|
layout: __solidLayoutToastDescription,
|
|
422
|
-
embedded: true
|
|
432
|
+
embedded: true,
|
|
433
|
+
behaviour: [
|
|
434
|
+
"children"
|
|
435
|
+
]
|
|
423
436
|
});
|
|
424
437
|
const __solidLayoutToastActionButton = (_stable, p)=>{
|
|
425
438
|
const others = omit(p, "class");
|
|
@@ -585,7 +598,21 @@ const __solidLayoutToastRoot = (_stable, p)=>{
|
|
|
585
598
|
const ToastRoot = defineComponent({
|
|
586
599
|
recipe: componentRecipe,
|
|
587
600
|
layout: __solidLayoutToastRoot,
|
|
588
|
-
embedded: true
|
|
601
|
+
embedded: true,
|
|
602
|
+
behaviour: [
|
|
603
|
+
"children",
|
|
604
|
+
"title",
|
|
605
|
+
"description",
|
|
606
|
+
"variant",
|
|
607
|
+
"indicator",
|
|
608
|
+
"actionProps",
|
|
609
|
+
"state",
|
|
610
|
+
"onClose",
|
|
611
|
+
"isFrontmost",
|
|
612
|
+
"isHidden",
|
|
613
|
+
"isEntering",
|
|
614
|
+
"isExiting"
|
|
615
|
+
]
|
|
589
616
|
});
|
|
590
617
|
const __solidLayoutToastProvider = (_stable, p)=>{
|
|
591
618
|
const others = omit(p, "children", "class", "dataTheme", "style", "ref", "placement", "queue", "width", "gap", "maxVisibleToasts", "scaleFactor", "renderToast", "onMouseEnter", "onMouseLeave");
|
|
@@ -745,7 +772,17 @@ const __solidLayoutToastProvider = (_stable, p)=>{
|
|
|
745
772
|
const ToastProvider = defineComponent({
|
|
746
773
|
recipe: componentRecipe,
|
|
747
774
|
layout: __solidLayoutToastProvider,
|
|
748
|
-
embedded: true
|
|
775
|
+
embedded: true,
|
|
776
|
+
behaviour: [
|
|
777
|
+
"children",
|
|
778
|
+
"placement",
|
|
779
|
+
"queue",
|
|
780
|
+
"width",
|
|
781
|
+
"gap",
|
|
782
|
+
"maxVisibleToasts",
|
|
783
|
+
"scaleFactor",
|
|
784
|
+
"renderToast"
|
|
785
|
+
]
|
|
749
786
|
});
|
|
750
787
|
const createToastFunction = (queue)=>{
|
|
751
788
|
const toastFn = (message, options)=>{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { DEFAULT_GAP, DEFAULT_MAX_VISIBLE_TOAST, DEFAULT_SCALE_FACTOR, DEFAULT_TOAST_TIMEOUT, DEFAULT_TOAST_WIDTH, default, type HeroUIToastOptions, ToastActionButton, type ToastActionButtonProps, type ToastActionProps, ToastCloseButton, type ToastCloseButtonProps, ToastContent, type ToastContentProps, type ToastContentValue, ToastDescription, type ToastDescriptionProps, type ToastFunction, ToastIndicator, type ToastIndicatorProps, type ToastPlacement, type ToastPromiseOptions, ToastProvider, type ToastProviderProps, ToastQueue, type ToastQueueAddOptions, type ToastQueueItem, type ToastQueueOptions, type ToastRenderFn, ToastRoot, type ToastRootProps, ToastTitle, type ToastTitleProps, type ToastVariant, toast, toastQueue, } from "./Toast.generated";
|
|
1
|
+
export { DEFAULT_GAP, DEFAULT_MAX_VISIBLE_TOAST, DEFAULT_SCALE_FACTOR, DEFAULT_TOAST_TIMEOUT, DEFAULT_TOAST_WIDTH, default, default as Toast, type HeroUIToastOptions, ToastActionButton, type ToastActionButtonProps, type ToastActionProps, ToastCloseButton, type ToastCloseButtonProps, ToastContent, type ToastContentProps, type ToastContentValue, ToastDescription, type ToastDescriptionProps, type ToastFunction, ToastIndicator, type ToastIndicatorProps, type ToastPlacement, type ToastPromiseOptions, ToastProvider, type ToastProviderProps, ToastQueue, type ToastQueueAddOptions, type ToastQueueItem, type ToastQueueOptions, type ToastRenderFn, ToastRoot, type ToastRootProps, ToastTitle, type ToastTitleProps, type ToastVariant, toast, toastQueue, } from "./Toast.generated";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { DEFAULT_GAP, DEFAULT_MAX_VISIBLE_TOAST, DEFAULT_SCALE_FACTOR, DEFAULT_TOAST_TIMEOUT, DEFAULT_TOAST_WIDTH, ToastActionButton, ToastCloseButton, ToastContent, ToastDescription, ToastIndicator, ToastProvider, ToastQueue, ToastRoot, ToastTitle, default, toast, toastQueue } from "./Toast.generated.js";
|
|
1
|
+
export { DEFAULT_GAP, DEFAULT_MAX_VISIBLE_TOAST, DEFAULT_SCALE_FACTOR, DEFAULT_TOAST_TIMEOUT, DEFAULT_TOAST_WIDTH, ToastActionButton, ToastCloseButton, ToastContent, ToastDescription, ToastIndicator, ToastProvider, ToastQueue, ToastRoot, ToastTitle, default as Toast, default, toast, toastQueue } from "./Toast.generated.js";
|
|
@@ -80,7 +80,11 @@ const __solidLayoutToolbarRoot = (_stable, p)=>{
|
|
|
80
80
|
const ToolbarRoot = defineComponent({
|
|
81
81
|
recipe: componentRecipe,
|
|
82
82
|
layout: __solidLayoutToolbarRoot,
|
|
83
|
-
embedded: true
|
|
83
|
+
embedded: true,
|
|
84
|
+
behaviour: [
|
|
85
|
+
"orientation",
|
|
86
|
+
"isAttached"
|
|
87
|
+
]
|
|
84
88
|
});
|
|
85
89
|
const Toolbar = Object.assign(ToolbarRoot, {
|
|
86
90
|
Root: ToolbarRoot
|
|
@@ -80,7 +80,19 @@ const __solidLayoutTooltipRoot = (_stable, p)=>{
|
|
|
80
80
|
const TooltipRoot = defineComponent({
|
|
81
81
|
recipe: componentRecipe,
|
|
82
82
|
layout: __solidLayoutTooltipRoot,
|
|
83
|
-
embedded: true
|
|
83
|
+
embedded: true,
|
|
84
|
+
behaviour: [
|
|
85
|
+
"children",
|
|
86
|
+
"placement",
|
|
87
|
+
"autoFlip",
|
|
88
|
+
"sideOffset",
|
|
89
|
+
"showArrow",
|
|
90
|
+
"delay",
|
|
91
|
+
"closeDelay",
|
|
92
|
+
"open",
|
|
93
|
+
"defaultOpen",
|
|
94
|
+
"onOpenChange"
|
|
95
|
+
]
|
|
84
96
|
});
|
|
85
97
|
const __solidLayoutTooltipTrigger = (_stable, p)=>{
|
|
86
98
|
const others = omit(p, "children", "class", "dataTheme", "style", "onMouseEnter", "onMouseLeave", "onFocusIn", "onFocusOut");
|
|
@@ -124,7 +136,10 @@ const __solidLayoutTooltipTrigger = (_stable, p)=>{
|
|
|
124
136
|
const TooltipTrigger = defineComponent({
|
|
125
137
|
recipe: componentRecipe,
|
|
126
138
|
layout: __solidLayoutTooltipTrigger,
|
|
127
|
-
embedded: true
|
|
139
|
+
embedded: true,
|
|
140
|
+
behaviour: [
|
|
141
|
+
"children"
|
|
142
|
+
]
|
|
128
143
|
});
|
|
129
144
|
const __solidLayoutTooltipContent = (_stable, p)=>{
|
|
130
145
|
const others = omit(p, "children", "class", "dataTheme", "style", "onMouseEnter", "onMouseLeave");
|
|
@@ -200,7 +215,10 @@ const __solidLayoutTooltipContent = (_stable, p)=>{
|
|
|
200
215
|
const TooltipContent = defineComponent({
|
|
201
216
|
recipe: componentRecipe,
|
|
202
217
|
layout: __solidLayoutTooltipContent,
|
|
203
|
-
embedded: true
|
|
218
|
+
embedded: true,
|
|
219
|
+
behaviour: [
|
|
220
|
+
"children"
|
|
221
|
+
]
|
|
204
222
|
});
|
|
205
223
|
const __solidLayoutTooltipArrow = (_stable, p)=>{
|
|
206
224
|
const others = omit(p, "children", "class", "dataTheme", "style");
|
|
@@ -236,7 +254,10 @@ const __solidLayoutTooltipArrow = (_stable, p)=>{
|
|
|
236
254
|
const TooltipArrow = defineComponent({
|
|
237
255
|
recipe: componentRecipe,
|
|
238
256
|
layout: __solidLayoutTooltipArrow,
|
|
239
|
-
embedded: true
|
|
257
|
+
embedded: true,
|
|
258
|
+
behaviour: [
|
|
259
|
+
"children"
|
|
260
|
+
]
|
|
240
261
|
});
|
|
241
262
|
const Tooltip = Object.assign(TooltipRoot, {
|
|
242
263
|
Root: TooltipRoot,
|
package/dist/index.d.ts
CHANGED
|
@@ -114,7 +114,7 @@ export { default as Textarea } from "./components/textarea";
|
|
|
114
114
|
export type { HueShiftStore, ThemeColorPickerProps, } from "./components/theme-color-picker";
|
|
115
115
|
export { createHueShiftStore, getDefaultHueShiftStore, resetHueShift, ThemeColorPicker, } from "./components/theme-color-picker";
|
|
116
116
|
export type { HeroUIToastOptions, ToastActionButtonProps, ToastActionProps, ToastCloseButtonProps, ToastContentProps, ToastContentValue, ToastDescriptionProps, ToastFunction, ToastIndicatorProps, ToastPlacement, ToastPromiseOptions, ToastProviderProps, ToastQueueAddOptions, ToastQueueItem, ToastQueueOptions, ToastRenderFn, ToastRootProps, ToastTitleProps, ToastVariant, } from "./components/toast";
|
|
117
|
-
export { DEFAULT_GAP as DEFAULT_TOAST_GAP, DEFAULT_MAX_VISIBLE_TOAST, DEFAULT_SCALE_FACTOR as DEFAULT_TOAST_SCALE_FACTOR, DEFAULT_TOAST_TIMEOUT, DEFAULT_TOAST_WIDTH,
|
|
117
|
+
export { DEFAULT_GAP as DEFAULT_TOAST_GAP, DEFAULT_MAX_VISIBLE_TOAST, DEFAULT_SCALE_FACTOR as DEFAULT_TOAST_SCALE_FACTOR, DEFAULT_TOAST_TIMEOUT, DEFAULT_TOAST_WIDTH, Toast, ToastActionButton, ToastCloseButton, ToastContent, ToastDescription, ToastIndicator, ToastProvider, ToastQueue, ToastTitle, toast, toastQueue, } from "./components/toast";
|
|
118
118
|
export type { TooltipArrowProps, TooltipContentProps, TooltipPlacement, TooltipRootProps, TooltipTriggerProps, } from "./components/tooltip";
|
|
119
119
|
export { default as Tooltip, TooltipArrow, TooltipContent, TooltipTrigger, } from "./components/tooltip";
|
|
120
120
|
export type { Align, CapabilityProps, ChangeReason, Constraint, Controlled, Direction, Disclosable, ErrorHandler, Failable, Flavor, Height, IconSlotProps, Issue, Justify, Material, MaxWidth, OpenChangeReason, Radius, Size, Space, State, UIBaseProps, Validatable, Validate, ValidateOn, Variant, Width, } from "./components/vocabulary";
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DEFAULT_GAP, DEFAULT_MAX_VISIBLE_TOAST, DEFAULT_SCALE_FACTOR, DEFAULT_TOAST_TIMEOUT, DEFAULT_TOAST_WIDTH, ToastActionButton, ToastCloseButton, ToastContent, ToastDescription, ToastIndicator, ToastProvider, ToastQueue, ToastTitle, toast as index_js_toast, toastQueue } from "./components/toast/index.js";
|
|
2
1
|
export * from "./motion/index.js";
|
|
3
2
|
export { AccordionContent, AccordionIndicator, AccordionItem, AccordionTrigger, default as Accordion } from "./components/accordion/index.js";
|
|
4
3
|
export { copyAddress, default as Address, truncateAddress } from "./components/address/index.js";
|
|
@@ -69,6 +68,7 @@ export { default as Tabs } from "./components/tabs/index.js";
|
|
|
69
68
|
export { default as Text } from "./components/text/index.js";
|
|
70
69
|
export { default as Textarea } from "./components/textarea/index.js";
|
|
71
70
|
export { ThemeColorPicker, createHueShiftStore, getDefaultHueShiftStore, resetHueShift } from "./components/theme-color-picker/index.js";
|
|
71
|
+
export { DEFAULT_GAP as DEFAULT_TOAST_GAP, DEFAULT_MAX_VISIBLE_TOAST, DEFAULT_SCALE_FACTOR as DEFAULT_TOAST_SCALE_FACTOR, DEFAULT_TOAST_TIMEOUT, DEFAULT_TOAST_WIDTH, Toast, ToastActionButton, ToastCloseButton, ToastContent, ToastDescription, ToastIndicator, ToastProvider, ToastQueue, ToastTitle, toast, toastQueue } from "./components/toast/index.js";
|
|
72
72
|
export { TooltipArrow, TooltipContent, TooltipTrigger, default as Tooltip } from "./components/tooltip/index.js";
|
|
73
73
|
export { FLAVORS, SIZES, SPACES, STATES, VARIANTS, isInvalid, resolveState } from "./components/vocabulary.js";
|
|
74
74
|
export { FormContext, createForm, getFirstFieldError, useField, useFormContext } from "./hooks/form/index.js";
|
|
@@ -77,4 +77,3 @@ export { useAnchoredOverlayPosition } from "./hooks/table/index.js";
|
|
|
77
77
|
export { evaluatePasswordRules, matchPasswordConfirmation } from "./passwordRules.js";
|
|
78
78
|
export { useStreamingBuffer, useStreamingSubscription } from "./primitives/streaming/index.js";
|
|
79
79
|
export { GLASS_DEFAULTS, GLASS_LIMITS, applyGlassTokens, glassTokensToCss, resolveGlassTokens } from "./styles/glass.js";
|
|
80
|
-
export { DEFAULT_GAP as DEFAULT_TOAST_GAP, DEFAULT_MAX_VISIBLE_TOAST, DEFAULT_SCALE_FACTOR as DEFAULT_TOAST_SCALE_FACTOR, DEFAULT_TOAST_TIMEOUT, DEFAULT_TOAST_WIDTH, ToastActionButton, ToastCloseButton, ToastContent, ToastDescription, ToastIndicator, ToastProvider, ToastQueue, ToastTitle, index_js_toast as Toast, index_js_toast as toast, toastQueue };
|
package/dist/purge-manifest.json
CHANGED