@stokelp/ui 2.98.0 → 2.100.0

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.
Files changed (52) hide show
  1. package/dist/components/app/index.d.ts +2 -0
  2. package/dist/components/app/mobile-card/MobileCardEntityRow.cjs +2 -0
  3. package/dist/components/app/mobile-card/MobileCardEntityRow.cjs.map +1 -0
  4. package/dist/components/app/mobile-card/MobileCardEntityRow.d.ts +6 -0
  5. package/dist/components/app/mobile-card/MobileCardEntityRow.js +27 -0
  6. package/dist/components/app/mobile-card/MobileCardEntityRow.js.map +1 -0
  7. package/dist/components/app/mobile-card/MobileCardHeader.cjs +2 -0
  8. package/dist/components/app/mobile-card/MobileCardHeader.cjs.map +1 -0
  9. package/dist/components/app/mobile-card/MobileCardHeader.d.ts +6 -0
  10. package/dist/components/app/mobile-card/MobileCardHeader.js +22 -0
  11. package/dist/components/app/mobile-card/MobileCardHeader.js.map +1 -0
  12. package/dist/components/app/mobile-card/MobileCardNotificationBadge.cjs +2 -0
  13. package/dist/components/app/mobile-card/MobileCardNotificationBadge.cjs.map +1 -0
  14. package/dist/components/app/mobile-card/MobileCardNotificationBadge.d.ts +4 -0
  15. package/dist/components/app/mobile-card/MobileCardNotificationBadge.js +16 -0
  16. package/dist/components/app/mobile-card/MobileCardNotificationBadge.js.map +1 -0
  17. package/dist/components/app/mobile-card/MobileCardShell.cjs +2 -0
  18. package/dist/components/app/mobile-card/MobileCardShell.cjs.map +1 -0
  19. package/dist/components/app/mobile-card/MobileCardShell.d.ts +6 -0
  20. package/dist/components/app/mobile-card/MobileCardShell.js +21 -0
  21. package/dist/components/app/mobile-card/MobileCardShell.js.map +1 -0
  22. package/dist/components/app/mobile-card/MobileCardSkeleton.cjs +2 -0
  23. package/dist/components/app/mobile-card/MobileCardSkeleton.cjs.map +1 -0
  24. package/dist/components/app/mobile-card/MobileCardSkeleton.d.ts +17 -0
  25. package/dist/components/app/mobile-card/MobileCardSkeleton.js +27 -0
  26. package/dist/components/app/mobile-card/MobileCardSkeleton.js.map +1 -0
  27. package/dist/components/app/mobile-card/index.d.ts +10 -0
  28. package/dist/components/app/mobile-navigation/MobileNavigation.cjs +2 -0
  29. package/dist/components/app/mobile-navigation/MobileNavigation.cjs.map +1 -0
  30. package/dist/components/app/mobile-navigation/MobileNavigation.d.ts +17 -0
  31. package/dist/components/app/mobile-navigation/MobileNavigation.js +19 -0
  32. package/dist/components/app/mobile-navigation/MobileNavigation.js.map +1 -0
  33. package/dist/components/app/mobile-navigation/index.d.ts +2 -0
  34. package/dist/index.cjs +1 -1
  35. package/dist/index.js +160 -146
  36. package/dist/index.js.map +1 -1
  37. package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.cjs +2 -0
  38. package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.cjs.map +1 -0
  39. package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js +30 -0
  40. package/dist/node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js.map +1 -0
  41. package/dist/theme/recipes/app/mobile-navigation.cjs +2 -0
  42. package/dist/theme/recipes/app/mobile-navigation.cjs.map +1 -0
  43. package/dist/theme/recipes/app/mobile-navigation.d.ts +2 -0
  44. package/dist/theme/recipes/app/mobile-navigation.js +110 -0
  45. package/dist/theme/recipes/app/mobile-navigation.js.map +1 -0
  46. package/dist/theme/recipes/index.cjs +1 -1
  47. package/dist/theme/recipes/index.cjs.map +1 -1
  48. package/dist/theme/recipes/index.d.ts +1 -0
  49. package/dist/theme/recipes/index.js +60 -58
  50. package/dist/theme/recipes/index.js.map +1 -1
  51. package/dist/ui.css +1 -1
  52. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,178 +1,192 @@
1
1
  "use client";
2
- import { createListCollection as u, createToaster as c, parseColor as d, parseDate as C, useAccordion as g } from "@ark-ui/react";
3
- import { formatPhoneNumber as b, formatPhoneNumberIntl as h, getCountries as I, getCountryCallingCode as P, isPossiblePhoneNumber as A, isSupportedCountry as D, isValidPhoneNumber as w, parsePhoneNumber as v } from "react-phone-number-input";
2
+ import { createListCollection as C, createToaster as u, parseColor as c, parseDate as g, useAccordion as b } from "@ark-ui/react";
3
+ import { formatPhoneNumber as h, formatPhoneNumberIntl as I, getCountries as P, getCountryCallingCode as A, isPossiblePhoneNumber as D, isSupportedCountry as w, isValidPhoneNumber as B, parsePhoneNumber as S } from "react-phone-number-input";
4
4
  /* empty css */
5
5
  import { preset as y } from "./preset.js";
6
- import { Accordion as R, AccordionItem as L, AccordionItemContent as S, AccordionItemIndicator as N, AccordionItemTrigger as F } from "./components/accordion/Accordion.js";
7
- import { ActionCard as H, ActionCardDescription as $, ActionCardTitle as M } from "./components/action-card/ActionCard.js";
8
- import { Alert as V } from "./components/alert/Alert.js";
6
+ import { Accordion as G, AccordionItem as L, AccordionItemContent as M, AccordionItemIndicator as N, AccordionItemTrigger as k } from "./components/accordion/Accordion.js";
7
+ import { ActionCard as H, ActionCardDescription as $, ActionCardTitle as E } from "./components/action-card/ActionCard.js";
8
+ import { Alert as j } from "./components/alert/Alert.js";
9
9
  import * as r from "./components/app/navigation/AppNavigation.js";
10
- import { AppNavigationLanguageSelect as q } from "./components/app/navigation/language-select/AppNavigationLanguageSelect.js";
10
+ import { AppNavigationLanguageSelect as z } from "./components/app/navigation/language-select/AppNavigationLanguageSelect.js";
11
11
  import * as e from "./components/avatar/styled.js";
12
- import { Box as J } from "./components/box/Box.js";
13
- import { Breadcrumb as O, BreadcrumbItem as Q, BreadcrumbLink as U } from "./components/breadcrumb/Breadcrumb.js";
14
- import { Button as X } from "./components/button/Button.js";
15
- import { ButtonFilter as Z } from "./components/button-filter/ButtonFilter.js";
12
+ import { Box as K } from "./components/box/Box.js";
13
+ import { Breadcrumb as Q, BreadcrumbItem as U, BreadcrumbLink as W } from "./components/breadcrumb/Breadcrumb.js";
14
+ import { Button as Y } from "./components/button/Button.js";
15
+ import { ButtonFilter as _ } from "./components/button-filter/ButtonFilter.js";
16
16
  import * as t from "./components/chat/Chat.js";
17
- import { ChatDocumentMessage as oo } from "./components/chat/ChatDocumentMessage.js";
18
- import { ChatMessage as eo } from "./components/chat/ChatMessage.js";
19
- import { ChatProfileAvatar as ao } from "./components/chat/ChatProfileAvatar.js";
20
- import { ChatTextInput as mo } from "./components/chat/ChatTextInput.js";
21
- import { Checkbox as no, CheckboxGroup as xo } from "./components/checkbox/Checkbox.js";
17
+ import { ChatDocumentMessage as ro } from "./components/chat/ChatDocumentMessage.js";
18
+ import { ChatMessage as to } from "./components/chat/ChatMessage.js";
19
+ import { ChatProfileAvatar as po } from "./components/chat/ChatProfileAvatar.js";
20
+ import { ChatTextInput as io } from "./components/chat/ChatTextInput.js";
21
+ import { Checkbox as xo, CheckboxGroup as fo } from "./components/checkbox/Checkbox.js";
22
22
  import * as a from "./components/checkbox-card/namespace.js";
23
- import { Chip as so, ChipAvatar as lo, ChipClearTrigger as uo, ChipLabel as co } from "./components/chip/Chip.js";
23
+ import { Chip as so, ChipAvatar as Co, ChipClearTrigger as uo, ChipLabel as co } from "./components/chip/Chip.js";
24
24
  import * as p from "./components/collapsible/styled.js";
25
- import { Combobox as go } from "./components/combobox/Combobox.js";
26
- import { DatePicker as bo } from "./components/date-picker/DatePicker.js";
25
+ import { Combobox as bo } from "./components/combobox/Combobox.js";
26
+ import { DatePicker as ho } from "./components/date-picker/DatePicker.js";
27
27
  import * as m from "./components/dialog/styled.js";
28
- import { Drawer as Io, DrawerBody as Po, DrawerCloseTrigger as Ao, DrawerContent as Do, DrawerContext as wo, DrawerFooter as vo, DrawerHeader as Bo, DrawerTitle as yo, DrawerTrigger as Go } from "./components/drawer/Drawer.js";
29
- import { Flag as Lo, FlagCountryCodes as So } from "./components/flag/styled.js";
30
- import { FormControl as Fo } from "./components/form/FormControl.js";
28
+ import { Drawer as Po, DrawerBody as Ao, DrawerCloseTrigger as Do, DrawerContent as wo, DrawerContext as Bo, DrawerFooter as So, DrawerHeader as vo, DrawerTitle as yo, DrawerTrigger as Ro } from "./components/drawer/Drawer.js";
29
+ import { Flag as Lo, FlagCountryCodes as Mo } from "./components/flag/styled.js";
30
+ import { FormControl as ko } from "./components/form/FormControl.js";
31
31
  import { FormHelperText as Ho } from "./components/form/FormHelperText.js";
32
- import { FormLabel as Mo } from "./components/form/FormLabel.js";
33
- import { Heading as Vo } from "./components/heading/Heading.js";
34
- import { Highlight as qo, HighlightedInput as zo, InputSlot as Jo, Renderer as Ko, Root as Oo } from "./components/input/HighlightedInput.js";
35
- import { Icon as Uo } from "./components/icon/Icon.js";
36
- import { IconButton as Xo } from "./components/icon-button/IconButton.js";
37
- import { Illustration as Zo } from "./components/illustration/Illustration.js";
38
- import { Input as or } from "./components/input/Input.js";
39
- import { InputAddon as er } from "./components/input/InputAddon.js";
40
- import { InputGroup as ar } from "./components/input/InputGroup.js";
32
+ import { FormLabel as Eo } from "./components/form/FormLabel.js";
33
+ import { Heading as jo } from "./components/heading/Heading.js";
34
+ import { Highlight as zo, HighlightedInput as Jo, InputSlot as Ko, Renderer as Oo, Root as Qo } from "./components/input/HighlightedInput.js";
35
+ import { Icon as Wo } from "./components/icon/Icon.js";
36
+ import { IconButton as Yo } from "./components/icon-button/IconButton.js";
37
+ import { Illustration as _o } from "./components/illustration/Illustration.js";
38
+ import { Input as rr } from "./components/input/Input.js";
39
+ import { InputAddon as tr } from "./components/input/InputAddon.js";
40
+ import { InputGroup as pr } from "./components/input/InputGroup.js";
41
41
  import * as i from "./components/menu/Menu.js";
42
- import { Pagination as mr } from "./components/pagination/Pagination.js";
43
- import { PhoneNumberInput as nr } from "./components/input/PhoneNumberInput.js";
44
- import { Popover as fr, PopoverAnchor as sr, PopoverCloseTrigger as lr, PopoverContent as ur, PopoverContext as cr, PopoverTrigger as dr } from "./components/popover/Popover.js";
45
- import { PriceTag as gr } from "./components/app/price-tag/PriceTag.js";
46
- import * as n from "./components/app/product-card-catalog/styled.js";
47
- import { RadioButtonGroup as br, RadioButtonGroupItem as hr, RadioButtonGroupLabel as Ir } from "./components/radio-button-group/RadioButtonGroup.js";
48
- import * as x from "./components/radio-card-group/namespace.js";
49
- import { RadioGroup as Ar, RadioGroupItem as Dr, RadioGroupLabel as wr } from "./components/radio-group/RadioGroup.js";
50
- import { Select as Br } from "./components/select/Select.js";
51
- import { SelectLanguage as Gr } from "./components/select-language/SelectLanguage.js";
52
- import { StatusTagSelect as Lr } from "./components/status-tag-select/StatusTagSelect.js";
53
- import { Switch as Nr } from "./components/switch/Switch.js";
54
- import * as f from "./components/switch-card/namespace.js";
55
- import { Table as kr, TableContainer as Hr, TableEmptyRow as $r, TableGroupTitle as Mr, Tbody as Er, Td as Vr, Th as jr, Thead as qr, Tr as zr } from "./components/table/Table.js";
56
- import { Tabs as Kr, TabsChip as Or, TabsContent as Qr, TabsList as Ur, TabsTrigger as Wr } from "./components/tabs/Tabs.js";
57
- import { Tag as Yr } from "./components/tag/Tag.js";
58
- import { Text as _r } from "./components/text/Text.js";
59
- import { Textarea as re } from "./components/textarea/Textarea.js";
60
- import { Tooltip as te } from "./components/tooltip/Tooltip.js";
42
+ import { MobileCardEntityRow as ir } from "./components/app/mobile-card/MobileCardEntityRow.js";
43
+ import { MobileCardHeader as xr } from "./components/app/mobile-card/MobileCardHeader.js";
44
+ import { MobileCardNotificationBadge as lr } from "./components/app/mobile-card/MobileCardNotificationBadge.js";
45
+ import { MobileCardShell as dr } from "./components/app/mobile-card/MobileCardShell.js";
46
+ import { MobileCardSkeleton as ur, MobileCardSkeletonList as cr, SkeletonBlock as gr } from "./components/app/mobile-card/MobileCardSkeleton.js";
47
+ import * as n from "./components/app/mobile-navigation/MobileNavigation.js";
48
+ import { Pagination as Tr } from "./components/pagination/Pagination.js";
49
+ import { PhoneNumberInput as Ir } from "./components/input/PhoneNumberInput.js";
50
+ import { Popover as Ar, PopoverAnchor as Dr, PopoverCloseTrigger as wr, PopoverContent as Br, PopoverContext as Sr, PopoverTrigger as vr } from "./components/popover/Popover.js";
51
+ import { PriceTag as Rr } from "./components/app/price-tag/PriceTag.js";
52
+ import * as x from "./components/app/product-card-catalog/styled.js";
53
+ import { RadioButtonGroup as Lr, RadioButtonGroupItem as Mr, RadioButtonGroupLabel as Nr } from "./components/radio-button-group/RadioButtonGroup.js";
54
+ import * as f from "./components/radio-card-group/namespace.js";
55
+ import { RadioGroup as Fr, RadioGroupItem as Hr, RadioGroupLabel as $r } from "./components/radio-group/RadioGroup.js";
56
+ import { Select as Vr } from "./components/select/Select.js";
57
+ import { SelectLanguage as qr } from "./components/select-language/SelectLanguage.js";
58
+ import { StatusTagSelect as Jr } from "./components/status-tag-select/StatusTagSelect.js";
59
+ import { Switch as Or } from "./components/switch/Switch.js";
60
+ import * as l from "./components/switch-card/namespace.js";
61
+ import { Table as Ur, TableContainer as Wr, TableEmptyRow as Xr, TableGroupTitle as Yr, Tbody as Zr, Td as _r, Th as oe, Thead as re, Tr as ee } from "./components/table/Table.js";
62
+ import { Tabs as ae, TabsChip as pe, TabsContent as me, TabsList as ie, TabsTrigger as ne } from "./components/tabs/Tabs.js";
63
+ import { Tag as fe } from "./components/tag/Tag.js";
64
+ import { Text as se } from "./components/text/Text.js";
65
+ import { Textarea as Ce } from "./components/textarea/Textarea.js";
66
+ import { Tooltip as ce } from "./components/tooltip/Tooltip.js";
61
67
  export {
62
- R as Accordion,
68
+ G as Accordion,
63
69
  L as AccordionItem,
64
- S as AccordionItemContent,
70
+ M as AccordionItemContent,
65
71
  N as AccordionItemIndicator,
66
- F as AccordionItemTrigger,
72
+ k as AccordionItemTrigger,
67
73
  H as ActionCard,
68
74
  $ as ActionCardDescription,
69
- M as ActionCardTitle,
70
- V as Alert,
75
+ E as ActionCardTitle,
76
+ j as Alert,
71
77
  r as AppNavigation,
72
- q as AppNavigationLanguageSelect,
78
+ z as AppNavigationLanguageSelect,
73
79
  e as Avatar,
74
- J as Box,
75
- O as Breadcrumb,
76
- Q as BreadcrumbItem,
77
- U as BreadcrumbLink,
78
- X as Button,
79
- Z as ButtonFilter,
80
+ K as Box,
81
+ Q as Breadcrumb,
82
+ U as BreadcrumbItem,
83
+ W as BreadcrumbLink,
84
+ Y as Button,
85
+ _ as ButtonFilter,
80
86
  t as Chat,
81
- oo as ChatDocumentMessage,
82
- eo as ChatMessage,
83
- ao as ChatProfileAvatar,
84
- mo as ChatTextInput,
85
- no as Checkbox,
87
+ ro as ChatDocumentMessage,
88
+ to as ChatMessage,
89
+ po as ChatProfileAvatar,
90
+ io as ChatTextInput,
91
+ xo as Checkbox,
86
92
  a as CheckboxCard,
87
- xo as CheckboxGroup,
93
+ fo as CheckboxGroup,
88
94
  so as Chip,
89
- lo as ChipAvatar,
95
+ Co as ChipAvatar,
90
96
  uo as ChipClearTrigger,
91
97
  co as ChipLabel,
92
98
  p as Collapsible,
93
- go as Combobox,
94
- bo as DatePicker,
99
+ bo as Combobox,
100
+ ho as DatePicker,
95
101
  m as Dialog,
96
- Io as Drawer,
97
- Po as DrawerBody,
98
- Ao as DrawerCloseTrigger,
99
- Do as DrawerContent,
100
- wo as DrawerContext,
101
- vo as DrawerFooter,
102
- Bo as DrawerHeader,
102
+ Po as Drawer,
103
+ Ao as DrawerBody,
104
+ Do as DrawerCloseTrigger,
105
+ wo as DrawerContent,
106
+ Bo as DrawerContext,
107
+ So as DrawerFooter,
108
+ vo as DrawerHeader,
103
109
  yo as DrawerTitle,
104
- Go as DrawerTrigger,
110
+ Ro as DrawerTrigger,
105
111
  Lo as Flag,
106
- So as FlagCountryCodes,
107
- Fo as FormControl,
112
+ Mo as FlagCountryCodes,
113
+ ko as FormControl,
108
114
  Ho as FormHelperText,
109
- Mo as FormLabel,
110
- Vo as Heading,
111
- qo as Highlight,
112
- zo as HighlightedInput,
113
- Uo as Icon,
114
- Xo as IconButton,
115
- Zo as Illustration,
116
- or as Input,
117
- er as InputAddon,
118
- ar as InputGroup,
119
- Jo as InputSlot,
115
+ Eo as FormLabel,
116
+ jo as Heading,
117
+ zo as Highlight,
118
+ Jo as HighlightedInput,
119
+ Wo as Icon,
120
+ Yo as IconButton,
121
+ _o as Illustration,
122
+ rr as Input,
123
+ tr as InputAddon,
124
+ pr as InputGroup,
125
+ Ko as InputSlot,
120
126
  i as Menu,
121
- mr as Pagination,
122
- nr as PhoneNumberInput,
123
- fr as Popover,
124
- sr as PopoverAnchor,
125
- lr as PopoverCloseTrigger,
126
- ur as PopoverContent,
127
- cr as PopoverContext,
128
- dr as PopoverTrigger,
129
- gr as PriceTag,
130
- n as ProductCardCatalog,
131
- br as RadioButtonGroup,
132
- hr as RadioButtonGroupItem,
133
- Ir as RadioButtonGroupLabel,
134
- x as RadioCardGroup,
135
- Ar as RadioGroup,
136
- Dr as RadioGroupItem,
137
- wr as RadioGroupLabel,
138
- Ko as Renderer,
139
- Oo as Root,
140
- Br as Select,
141
- Gr as SelectLanguage,
142
- Lr as StatusTagSelect,
143
- Nr as Switch,
144
- f as SwitchCard,
145
- kr as Table,
146
- Hr as TableContainer,
147
- $r as TableEmptyRow,
148
- Mr as TableGroupTitle,
149
- Kr as Tabs,
150
- Or as TabsChip,
151
- Qr as TabsContent,
152
- Ur as TabsList,
153
- Wr as TabsTrigger,
154
- Yr as Tag,
155
- Er as Tbody,
156
- Vr as Td,
157
- _r as Text,
158
- re as Textarea,
159
- jr as Th,
160
- qr as Thead,
161
- te as Tooltip,
162
- zr as Tr,
163
- u as createListCollection,
164
- c as createToaster,
165
- b as formatPhoneNumber,
166
- h as formatPhoneNumberIntl,
167
- I as getCountries,
168
- P as getCountryCallingCode,
169
- A as isPossiblePhoneNumber,
170
- D as isSupportedCountry,
171
- w as isValidPhoneNumber,
172
- d as parseColor,
173
- C as parseDate,
174
- v as parsePhoneNumber,
127
+ ir as MobileCardEntityRow,
128
+ xr as MobileCardHeader,
129
+ lr as MobileCardNotificationBadge,
130
+ dr as MobileCardShell,
131
+ ur as MobileCardSkeleton,
132
+ cr as MobileCardSkeletonList,
133
+ n as MobileNavigation,
134
+ Tr as Pagination,
135
+ Ir as PhoneNumberInput,
136
+ Ar as Popover,
137
+ Dr as PopoverAnchor,
138
+ wr as PopoverCloseTrigger,
139
+ Br as PopoverContent,
140
+ Sr as PopoverContext,
141
+ vr as PopoverTrigger,
142
+ Rr as PriceTag,
143
+ x as ProductCardCatalog,
144
+ Lr as RadioButtonGroup,
145
+ Mr as RadioButtonGroupItem,
146
+ Nr as RadioButtonGroupLabel,
147
+ f as RadioCardGroup,
148
+ Fr as RadioGroup,
149
+ Hr as RadioGroupItem,
150
+ $r as RadioGroupLabel,
151
+ Oo as Renderer,
152
+ Qo as Root,
153
+ Vr as Select,
154
+ qr as SelectLanguage,
155
+ gr as SkeletonBlock,
156
+ Jr as StatusTagSelect,
157
+ Or as Switch,
158
+ l as SwitchCard,
159
+ Ur as Table,
160
+ Wr as TableContainer,
161
+ Xr as TableEmptyRow,
162
+ Yr as TableGroupTitle,
163
+ ae as Tabs,
164
+ pe as TabsChip,
165
+ me as TabsContent,
166
+ ie as TabsList,
167
+ ne as TabsTrigger,
168
+ fe as Tag,
169
+ Zr as Tbody,
170
+ _r as Td,
171
+ se as Text,
172
+ Ce as Textarea,
173
+ oe as Th,
174
+ re as Thead,
175
+ ce as Tooltip,
176
+ ee as Tr,
177
+ C as createListCollection,
178
+ u as createToaster,
179
+ h as formatPhoneNumber,
180
+ I as formatPhoneNumberIntl,
181
+ P as getCountries,
182
+ A as getCountryCallingCode,
183
+ D as isPossiblePhoneNumber,
184
+ w as isSupportedCountry,
185
+ B as isValidPhoneNumber,
186
+ c as parseColor,
187
+ g as parseDate,
188
+ S as parsePhoneNumber,
175
189
  y as preset,
176
- g as useAccordion
190
+ b as useAccordion
177
191
  };
178
192
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,2 @@
1
+ "use client";"use strict";const o=require("react");function a(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const c=a(o);function l({title:e,titleId:t,...r},n){return c.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor","aria-hidden":"true","data-slot":"icon",ref:n,"aria-labelledby":t},r),e?c.createElement("title",{id:t},e):null,c.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"}))}const i=c.forwardRef(l);module.exports=i;
2
+ //# sourceMappingURL=ChatBubbleLeftRightIcon.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatBubbleLeftRightIcon.cjs","sources":["../../../../../../../../../node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js"],"sourcesContent":["import * as React from \"react\";\nfunction ChatBubbleLeftRightIcon({\n title,\n titleId,\n ...props\n}, svgRef) {\n return /*#__PURE__*/React.createElement(\"svg\", Object.assign({\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\",\n strokeWidth: 1.5,\n stroke: \"currentColor\",\n \"aria-hidden\": \"true\",\n \"data-slot\": \"icon\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, /*#__PURE__*/React.createElement(\"path\", {\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n d: \"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\"\n }));\n}\nconst ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftRightIcon);\nexport default ForwardRef;"],"names":["ChatBubbleLeftRightIcon","title","titleId","props","svgRef","React","ForwardRef"],"mappings":"6UACA,SAASA,EAAwB,CAC/B,MAAAC,EACA,QAAAC,EACA,GAAGC,CACL,EAAGC,EAAQ,CACT,OAAoBC,EAAM,cAAc,MAAO,OAAO,OAAO,CAC3D,MAAO,6BACP,KAAM,OACN,QAAS,YACT,YAAa,IACb,OAAQ,eACR,cAAe,OACf,YAAa,OACb,IAAKD,EACL,kBAAmBF,CACvB,EAAKC,CAAK,EAAGF,EAAqBI,EAAM,cAAc,QAAS,CAC3D,GAAIH,CACR,EAAKD,CAAK,EAAI,KAAmBI,EAAM,cAAc,OAAQ,CACzD,cAAe,QACf,eAAgB,QAChB,EAAG,wgBACP,CAAG,CAAC,CACJ,CACK,MAACC,EAA2BD,EAAM,WAAWL,CAAuB","x_google_ignoreList":[0]}
@@ -0,0 +1,30 @@
1
+ "use client";
2
+ import * as e from "react";
3
+ function o({
4
+ title: t,
5
+ titleId: r,
6
+ ...a
7
+ }, n) {
8
+ return /* @__PURE__ */ e.createElement("svg", Object.assign({
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ fill: "none",
11
+ viewBox: "0 0 24 24",
12
+ strokeWidth: 1.5,
13
+ stroke: "currentColor",
14
+ "aria-hidden": "true",
15
+ "data-slot": "icon",
16
+ ref: n,
17
+ "aria-labelledby": r
18
+ }, a), t ? /* @__PURE__ */ e.createElement("title", {
19
+ id: r
20
+ }, t) : null, /* @__PURE__ */ e.createElement("path", {
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round",
23
+ d: "M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"
24
+ }));
25
+ }
26
+ const c = /* @__PURE__ */ e.forwardRef(o);
27
+ export {
28
+ c as default
29
+ };
30
+ //# sourceMappingURL=ChatBubbleLeftRightIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatBubbleLeftRightIcon.js","sources":["../../../../../../../../../node_modules/@heroicons/react/24/outline/esm/ChatBubbleLeftRightIcon.js"],"sourcesContent":["import * as React from \"react\";\nfunction ChatBubbleLeftRightIcon({\n title,\n titleId,\n ...props\n}, svgRef) {\n return /*#__PURE__*/React.createElement(\"svg\", Object.assign({\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 24 24\",\n strokeWidth: 1.5,\n stroke: \"currentColor\",\n \"aria-hidden\": \"true\",\n \"data-slot\": \"icon\",\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, /*#__PURE__*/React.createElement(\"path\", {\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\",\n d: \"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155\"\n }));\n}\nconst ForwardRef = /*#__PURE__*/ React.forwardRef(ChatBubbleLeftRightIcon);\nexport default ForwardRef;"],"names":["ChatBubbleLeftRightIcon","title","titleId","props","svgRef","React","ForwardRef"],"mappings":";;AACA,SAASA,EAAwB;AAAA,EAC/B,OAAAC;AAAA,EACA,SAAAC;AAAA,EACA,GAAGC;AACL,GAAGC,GAAQ;AACT,SAAoB,gBAAAC,EAAM,cAAc,OAAO,OAAO,OAAO;AAAA,IAC3D,OAAO;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,aAAa;AAAA,IACb,QAAQ;AAAA,IACR,eAAe;AAAA,IACf,aAAa;AAAA,IACb,KAAKD;AAAA,IACL,mBAAmBF;AAAA,EACvB,GAAKC,CAAK,GAAGF,IAAqB,gBAAAI,EAAM,cAAc,SAAS;AAAA,IAC3D,IAAIH;AAAA,EACR,GAAKD,CAAK,IAAI,MAAmB,gBAAAI,EAAM,cAAc,QAAQ;AAAA,IACzD,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,GAAG;AAAA,EACP,CAAG,CAAC;AACJ;AACK,MAACC,IAA2B,gBAAAD,EAAM,WAAWL,CAAuB;","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@pandacss/dev"),o=e.defineSlotRecipe({base:{root:{display:"flex",position:"fixed",bottom:0,left:0,right:0,zIndex:"sticky",height:"56px",alignItems:"stretch",overflow:"hidden"},item:{display:"flex",flex:1,flexDirection:"column",alignItems:"center",justifyContent:"center",gap:"space-2",py:"space-4",cursor:"pointer",color:"white",textDecoration:"none"},itemIcon:{color:"inherit"},itemLabel:{fontFamily:"satoshi",fontSize:"10px",lineHeight:"1.2",color:"inherit",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",maxWidth:"64px",textAlign:"center"}},variants:{variant:{prod:{root:{bg:"primary.900",borderTop:"1px solid {colors.primary.800}"},item:{_currentPage:{color:"secondary.500"}}},staging:{root:{bg:"warning.500",borderTop:"1px solid {colors.warning.300}"},item:{_currentPage:{color:"secondary.500"}}},dev:{root:{bg:"error.900",borderTop:"1px solid {colors.error.700}"},item:{_currentPage:{color:"secondary.500"}}},neutral:{root:{bg:"white",borderTop:"1px solid {colors.primary.100}",color:"primary.900"},item:{color:"grey.400",_currentPage:{color:"secondary.500"}}}}},defaultVariants:{variant:"prod"},slots:["root","item","itemIcon","itemLabel"],className:"mobile-navigation",description:"The styles for the MobileNavigation component",jsx:["MobileNavigation","MobileNavigation.Root","MobileNavigation.Item","MobileNavigation.ItemIcon","MobileNavigation.ItemLabel"]});exports.mobileNavigationRecipe=o;
2
+ //# sourceMappingURL=mobile-navigation.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mobile-navigation.cjs","sources":["../../../../src/theme/recipes/app/mobile-navigation.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandacss/dev'\n\nexport const mobileNavigationRecipe = defineSlotRecipe({\n base: {\n root: {\n display: 'flex',\n position: 'fixed',\n bottom: 0,\n left: 0,\n right: 0,\n zIndex: 'sticky',\n height: '56px',\n alignItems: 'stretch',\n overflow: 'hidden',\n },\n item: {\n display: 'flex',\n flex: 1,\n flexDirection: 'column',\n alignItems: 'center',\n justifyContent: 'center',\n gap: 'space-2',\n py: 'space-4',\n cursor: 'pointer',\n color: 'white',\n textDecoration: 'none',\n },\n itemIcon: {\n color: 'inherit',\n },\n itemLabel: {\n fontFamily: 'satoshi',\n fontSize: '10px',\n lineHeight: '1.2',\n color: 'inherit',\n whiteSpace: 'nowrap',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n maxWidth: '64px',\n textAlign: 'center',\n },\n },\n variants: {\n variant: {\n prod: {\n root: {\n bg: 'primary.900',\n borderTop: '1px solid {colors.primary.800}',\n },\n item: {\n _currentPage: {\n color: 'secondary.500',\n },\n },\n },\n staging: {\n root: {\n bg: 'warning.500',\n borderTop: '1px solid {colors.warning.300}',\n },\n item: {\n _currentPage: {\n color: 'secondary.500',\n },\n },\n },\n dev: {\n root: {\n bg: 'error.900',\n borderTop: '1px solid {colors.error.700}',\n },\n item: {\n _currentPage: {\n color: 'secondary.500',\n },\n },\n },\n neutral: {\n root: {\n bg: 'white',\n borderTop: '1px solid {colors.primary.100}',\n color: 'primary.900',\n },\n item: {\n color: 'grey.400',\n _currentPage: {\n color: 'secondary.500',\n },\n },\n },\n },\n },\n defaultVariants: {\n variant: 'prod',\n },\n slots: ['root', 'item', 'itemIcon', 'itemLabel'],\n className: 'mobile-navigation',\n description: 'The styles for the MobileNavigation component',\n jsx: [\n 'MobileNavigation',\n 'MobileNavigation.Root',\n 'MobileNavigation.Item',\n 'MobileNavigation.ItemIcon',\n 'MobileNavigation.ItemLabel',\n ],\n})\n"],"names":["mobileNavigationRecipe","defineSlotRecipe"],"mappings":"8HAEaA,EAAyBC,EAAAA,iBAAiB,CACrD,KAAM,CACJ,KAAM,CACJ,QAAS,OACT,SAAU,QACV,OAAQ,EACR,KAAM,EACN,MAAO,EACP,OAAQ,SACR,OAAQ,OACR,WAAY,UACZ,SAAU,QAAA,EAEZ,KAAM,CACJ,QAAS,OACT,KAAM,EACN,cAAe,SACf,WAAY,SACZ,eAAgB,SAChB,IAAK,UACL,GAAI,UACJ,OAAQ,UACR,MAAO,QACP,eAAgB,MAAA,EAElB,SAAU,CACR,MAAO,SAAA,EAET,UAAW,CACT,WAAY,UACZ,SAAU,OACV,WAAY,MACZ,MAAO,UACP,WAAY,SACZ,SAAU,SACV,aAAc,WACd,SAAU,OACV,UAAW,QAAA,CACb,EAEF,SAAU,CACR,QAAS,CACP,KAAM,CACJ,KAAM,CACJ,GAAI,cACJ,UAAW,gCAAA,EAEb,KAAM,CACJ,aAAc,CACZ,MAAO,eAAA,CACT,CACF,EAEF,QAAS,CACP,KAAM,CACJ,GAAI,cACJ,UAAW,gCAAA,EAEb,KAAM,CACJ,aAAc,CACZ,MAAO,eAAA,CACT,CACF,EAEF,IAAK,CACH,KAAM,CACJ,GAAI,YACJ,UAAW,8BAAA,EAEb,KAAM,CACJ,aAAc,CACZ,MAAO,eAAA,CACT,CACF,EAEF,QAAS,CACP,KAAM,CACJ,GAAI,QACJ,UAAW,iCACX,MAAO,aAAA,EAET,KAAM,CACJ,MAAO,WACP,aAAc,CACZ,MAAO,eAAA,CACT,CACF,CACF,CACF,EAEF,gBAAiB,CACf,QAAS,MAAA,EAEX,MAAO,CAAC,OAAQ,OAAQ,WAAY,WAAW,EAC/C,UAAW,oBACX,YAAa,gDACb,IAAK,CACH,mBACA,wBACA,wBACA,4BACA,4BAAA,CAEJ,CAAC"}
@@ -0,0 +1,2 @@
1
+ import { SlotRecipeConfig } from '@pandacss/types';
2
+ export declare const mobileNavigationRecipe: SlotRecipeConfig;
@@ -0,0 +1,110 @@
1
+ "use client";
2
+ import { defineSlotRecipe as o } from "@pandacss/dev";
3
+ const i = o({
4
+ base: {
5
+ root: {
6
+ display: "flex",
7
+ position: "fixed",
8
+ bottom: 0,
9
+ left: 0,
10
+ right: 0,
11
+ zIndex: "sticky",
12
+ height: "56px",
13
+ alignItems: "stretch",
14
+ overflow: "hidden"
15
+ },
16
+ item: {
17
+ display: "flex",
18
+ flex: 1,
19
+ flexDirection: "column",
20
+ alignItems: "center",
21
+ justifyContent: "center",
22
+ gap: "space-2",
23
+ py: "space-4",
24
+ cursor: "pointer",
25
+ color: "white",
26
+ textDecoration: "none"
27
+ },
28
+ itemIcon: {
29
+ color: "inherit"
30
+ },
31
+ itemLabel: {
32
+ fontFamily: "satoshi",
33
+ fontSize: "10px",
34
+ lineHeight: "1.2",
35
+ color: "inherit",
36
+ whiteSpace: "nowrap",
37
+ overflow: "hidden",
38
+ textOverflow: "ellipsis",
39
+ maxWidth: "64px",
40
+ textAlign: "center"
41
+ }
42
+ },
43
+ variants: {
44
+ variant: {
45
+ prod: {
46
+ root: {
47
+ bg: "primary.900",
48
+ borderTop: "1px solid {colors.primary.800}"
49
+ },
50
+ item: {
51
+ _currentPage: {
52
+ color: "secondary.500"
53
+ }
54
+ }
55
+ },
56
+ staging: {
57
+ root: {
58
+ bg: "warning.500",
59
+ borderTop: "1px solid {colors.warning.300}"
60
+ },
61
+ item: {
62
+ _currentPage: {
63
+ color: "secondary.500"
64
+ }
65
+ }
66
+ },
67
+ dev: {
68
+ root: {
69
+ bg: "error.900",
70
+ borderTop: "1px solid {colors.error.700}"
71
+ },
72
+ item: {
73
+ _currentPage: {
74
+ color: "secondary.500"
75
+ }
76
+ }
77
+ },
78
+ neutral: {
79
+ root: {
80
+ bg: "white",
81
+ borderTop: "1px solid {colors.primary.100}",
82
+ color: "primary.900"
83
+ },
84
+ item: {
85
+ color: "grey.400",
86
+ _currentPage: {
87
+ color: "secondary.500"
88
+ }
89
+ }
90
+ }
91
+ }
92
+ },
93
+ defaultVariants: {
94
+ variant: "prod"
95
+ },
96
+ slots: ["root", "item", "itemIcon", "itemLabel"],
97
+ className: "mobile-navigation",
98
+ description: "The styles for the MobileNavigation component",
99
+ jsx: [
100
+ "MobileNavigation",
101
+ "MobileNavigation.Root",
102
+ "MobileNavigation.Item",
103
+ "MobileNavigation.ItemIcon",
104
+ "MobileNavigation.ItemLabel"
105
+ ]
106
+ });
107
+ export {
108
+ i as mobileNavigationRecipe
109
+ };
110
+ //# sourceMappingURL=mobile-navigation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mobile-navigation.js","sources":["../../../../src/theme/recipes/app/mobile-navigation.ts"],"sourcesContent":["import { defineSlotRecipe } from '@pandacss/dev'\n\nexport const mobileNavigationRecipe = defineSlotRecipe({\n base: {\n root: {\n display: 'flex',\n position: 'fixed',\n bottom: 0,\n left: 0,\n right: 0,\n zIndex: 'sticky',\n height: '56px',\n alignItems: 'stretch',\n overflow: 'hidden',\n },\n item: {\n display: 'flex',\n flex: 1,\n flexDirection: 'column',\n alignItems: 'center',\n justifyContent: 'center',\n gap: 'space-2',\n py: 'space-4',\n cursor: 'pointer',\n color: 'white',\n textDecoration: 'none',\n },\n itemIcon: {\n color: 'inherit',\n },\n itemLabel: {\n fontFamily: 'satoshi',\n fontSize: '10px',\n lineHeight: '1.2',\n color: 'inherit',\n whiteSpace: 'nowrap',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n maxWidth: '64px',\n textAlign: 'center',\n },\n },\n variants: {\n variant: {\n prod: {\n root: {\n bg: 'primary.900',\n borderTop: '1px solid {colors.primary.800}',\n },\n item: {\n _currentPage: {\n color: 'secondary.500',\n },\n },\n },\n staging: {\n root: {\n bg: 'warning.500',\n borderTop: '1px solid {colors.warning.300}',\n },\n item: {\n _currentPage: {\n color: 'secondary.500',\n },\n },\n },\n dev: {\n root: {\n bg: 'error.900',\n borderTop: '1px solid {colors.error.700}',\n },\n item: {\n _currentPage: {\n color: 'secondary.500',\n },\n },\n },\n neutral: {\n root: {\n bg: 'white',\n borderTop: '1px solid {colors.primary.100}',\n color: 'primary.900',\n },\n item: {\n color: 'grey.400',\n _currentPage: {\n color: 'secondary.500',\n },\n },\n },\n },\n },\n defaultVariants: {\n variant: 'prod',\n },\n slots: ['root', 'item', 'itemIcon', 'itemLabel'],\n className: 'mobile-navigation',\n description: 'The styles for the MobileNavigation component',\n jsx: [\n 'MobileNavigation',\n 'MobileNavigation.Root',\n 'MobileNavigation.Item',\n 'MobileNavigation.ItemIcon',\n 'MobileNavigation.ItemLabel',\n ],\n})\n"],"names":["mobileNavigationRecipe","defineSlotRecipe"],"mappings":";;AAEO,MAAMA,IAAyBC,EAAiB;AAAA,EACrD,MAAM;AAAA,IACJ,MAAM;AAAA,MACJ,SAAS;AAAA,MACT,UAAU;AAAA,MACV,QAAQ;AAAA,MACR,MAAM;AAAA,MACN,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,QAAQ;AAAA,MACR,YAAY;AAAA,MACZ,UAAU;AAAA,IAAA;AAAA,IAEZ,MAAM;AAAA,MACJ,SAAS;AAAA,MACT,MAAM;AAAA,MACN,eAAe;AAAA,MACf,YAAY;AAAA,MACZ,gBAAgB;AAAA,MAChB,KAAK;AAAA,MACL,IAAI;AAAA,MACJ,QAAQ;AAAA,MACR,OAAO;AAAA,MACP,gBAAgB;AAAA,IAAA;AAAA,IAElB,UAAU;AAAA,MACR,OAAO;AAAA,IAAA;AAAA,IAET,WAAW;AAAA,MACT,YAAY;AAAA,MACZ,UAAU;AAAA,MACV,YAAY;AAAA,MACZ,OAAO;AAAA,MACP,YAAY;AAAA,MACZ,UAAU;AAAA,MACV,cAAc;AAAA,MACd,UAAU;AAAA,MACV,WAAW;AAAA,IAAA;AAAA,EACb;AAAA,EAEF,UAAU;AAAA,IACR,SAAS;AAAA,MACP,MAAM;AAAA,QACJ,MAAM;AAAA,UACJ,IAAI;AAAA,UACJ,WAAW;AAAA,QAAA;AAAA,QAEb,MAAM;AAAA,UACJ,cAAc;AAAA,YACZ,OAAO;AAAA,UAAA;AAAA,QACT;AAAA,MACF;AAAA,MAEF,SAAS;AAAA,QACP,MAAM;AAAA,UACJ,IAAI;AAAA,UACJ,WAAW;AAAA,QAAA;AAAA,QAEb,MAAM;AAAA,UACJ,cAAc;AAAA,YACZ,OAAO;AAAA,UAAA;AAAA,QACT;AAAA,MACF;AAAA,MAEF,KAAK;AAAA,QACH,MAAM;AAAA,UACJ,IAAI;AAAA,UACJ,WAAW;AAAA,QAAA;AAAA,QAEb,MAAM;AAAA,UACJ,cAAc;AAAA,YACZ,OAAO;AAAA,UAAA;AAAA,QACT;AAAA,MACF;AAAA,MAEF,SAAS;AAAA,QACP,MAAM;AAAA,UACJ,IAAI;AAAA,UACJ,WAAW;AAAA,UACX,OAAO;AAAA,QAAA;AAAA,QAET,MAAM;AAAA,UACJ,OAAO;AAAA,UACP,cAAc;AAAA,YACZ,OAAO;AAAA,UAAA;AAAA,QACT;AAAA,MACF;AAAA,IACF;AAAA,EACF;AAAA,EAEF,iBAAiB;AAAA,IACf,SAAS;AAAA,EAAA;AAAA,EAEX,OAAO,CAAC,QAAQ,QAAQ,YAAY,WAAW;AAAA,EAC/C,WAAW;AAAA,EACX,aAAa;AAAA,EACb,KAAK;AAAA,IACH;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAAA;AAEJ,CAAC;"}
@@ -1,2 +1,2 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./button.cjs"),t=require("./heading.cjs"),r=require("./switch.cjs"),i=require("./text.cjs"),c=require("./textarea.cjs"),o=require("./form/control.cjs"),a=require("./form/helper-text.cjs"),n=require("./drawer.cjs"),p=require("./accordion.cjs"),u=require("./form/label.cjs"),s=require("./checkbox.cjs"),l=require("./tabs.cjs"),R=require("./select.cjs"),q=require("./input.cjs"),b=require("./highlightedInput.cjs"),d=require("./input-addon.cjs"),g=require("./input-group.cjs"),h=require("./datepicker.cjs"),C=require("./tag.cjs"),m=require("./radio-button-group.cjs"),x=require("./radio-group.cjs"),G=require("./chip.cjs"),v=require("./action-card.cjs"),T=require("./icon-button.cjs"),f=require("./tooltip.cjs"),k=require("./alert.cjs"),w=require("./table.cjs"),I=require("./table-group-title.cjs"),L=require("./table-empty-row.cjs"),S=require("./table-container.cjs"),M=require("./breadcrumb.cjs"),N=require("./popover.cjs"),A=require("./pagination.cjs"),B=require("./status-tag-select.cjs"),y=require("./app/product-card-catalog.cjs"),P=require("./illustration.cjs"),D=require("./button-filter.cjs"),E=require("./switch-card.cjs"),F=require("./radio-card-group.cjs"),H=require("./checkbox-card.cjs"),j=require("./combobox.cjs"),O=require("./phone-number-input.cjs"),_=require("./icon.cjs"),z=require("./collapsible.cjs"),J=require("./app/navigation.cjs"),K=require("./app/navigation-language-select.cjs"),Q=require("./dialog.cjs"),U=require("./select-language.cjs"),V=require("./avatar.cjs"),W=require("./menu.cjs"),X=require("./avatar-group.cjs"),Y=require("./flag.cjs"),Z=require("./app/price-tag.cjs"),$=require("./tabs-chip.cjs"),ee=require("./checkbox-group.cjs"),te=require("./chat/chat-message.cjs"),re=require("./chat/chat-document-message.cjs"),ie=require("./chat/chat.cjs"),ce=require("./chat/chat-profile-avatar.cjs"),oe=require("./chat/chat-input-text.cjs"),ae={button:e.buttonRecipe,iconButton:T.iconButtonRecipe,heading:t.headingRecipe,switchRecipe:r.switchRecipe,text:i.textRecipe,textarea:c.textareaRecipe,formControl:o.formControlRecipe,formHelperText:a.formHelperTextRecipe,input:q.inputRecipe,inputAddon:d.inputAddonRecipe,inputGroup:g.inputGroupRecipe,tableGroupTitle:I.tableGroupTitleRecipe,tableEmptyRow:L.tableEmptyRowRecipe,tableContainer:S.tableContainerRecipe,illustration:P.illustrationRecipe,buttonFilter:D.buttonFilterRecipe,phoneNumberInput:O.phoneNumberInputRecipe,icon:_.iconRecipe,flag:Y.flagRecipe,avatarGroup:X.avatarGroupRecipe,tabsChip:$.tabsChipRecipe,checkboxGroup:ee.checkboxGroupRecipe,chatMessage:te.chatMessageRecipe,chatTextInput:oe.chatTextInputRecipe,chatDocumentMessage:re.chatDocumentMessageRecipe,chatProfileAvatar:ce.chatProfileAvatarRecipe},ne={drawer:n.drawerRecipe,radioButtonGroup:m.radioButtonGroupRecipe,radioGroup:x.radioGroupRecipe,accordion:p.accordionRecipe,formLabel:u.formLabelRecipe,checkbox:s.checkboxRecipe,datepicker:h.datepickerRecipe,tabs:l.tabsRecipe,tag:C.tagRecipe,statusTagSelect:B.statusTagSelectRecipe,select:R.selectRecipe,selectLanguage:U.selectLanguageRecipe,chip:G.chipRecipe,actionCard:v.actionCardRecipe,tooltip:f.tooltipRecipe,alert:k.alertRecipe,table:w.tableRecipe,breadcrumb:M.breadcrumbRecipe,popover:N.popoverRecipe,pagination:A.paginationRecipe,productCardCatalog:y.productCardCatalogRecipe,switchCard:E.switchCardRecipe,radioCardGroup:F.radioCardGroupRecipe,checkboxCard:H.checkboxCardRecipe,combobox:j.comboboxRecipe,collapsible:z.collapsibleRecipe,appNavigation:J.appNavigationRecipe,dialog:Q.dialogRecipe,appNavigationLanguageSelect:K.appNavigationLanguageSelectRecipe,avatar:V.avatarRecipe,menu:W.menuRecipe,priceTag:Z.priceTagRecipe,chat:ie.chatRecipe,highlightedInput:b.highlightedInputRecipe};exports.recipes=ae;exports.slotRecipes=ne;
1
+ "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./button.cjs"),t=require("./heading.cjs"),i=require("./switch.cjs"),r=require("./text.cjs"),c=require("./textarea.cjs"),o=require("./form/control.cjs"),a=require("./form/helper-text.cjs"),n=require("./drawer.cjs"),p=require("./accordion.cjs"),u=require("./form/label.cjs"),s=require("./checkbox.cjs"),l=require("./tabs.cjs"),R=require("./select.cjs"),q=require("./input.cjs"),b=require("./highlightedInput.cjs"),g=require("./input-addon.cjs"),d=require("./input-group.cjs"),h=require("./datepicker.cjs"),m=require("./tag.cjs"),C=require("./radio-button-group.cjs"),x=require("./radio-group.cjs"),v=require("./chip.cjs"),G=require("./action-card.cjs"),T=require("./icon-button.cjs"),f=require("./tooltip.cjs"),k=require("./alert.cjs"),w=require("./table.cjs"),N=require("./table-group-title.cjs"),I=require("./table-empty-row.cjs"),L=require("./table-container.cjs"),S=require("./breadcrumb.cjs"),M=require("./popover.cjs"),A=require("./pagination.cjs"),B=require("./status-tag-select.cjs"),y=require("./app/product-card-catalog.cjs"),P=require("./illustration.cjs"),D=require("./button-filter.cjs"),E=require("./switch-card.cjs"),F=require("./radio-card-group.cjs"),H=require("./checkbox-card.cjs"),j=require("./combobox.cjs"),O=require("./phone-number-input.cjs"),_=require("./icon.cjs"),z=require("./collapsible.cjs"),J=require("./app/navigation.cjs"),K=require("./app/mobile-navigation.cjs"),Q=require("./app/navigation-language-select.cjs"),U=require("./dialog.cjs"),V=require("./select-language.cjs"),W=require("./avatar.cjs"),X=require("./menu.cjs"),Y=require("./avatar-group.cjs"),Z=require("./flag.cjs"),$=require("./app/price-tag.cjs"),ee=require("./tabs-chip.cjs"),te=require("./checkbox-group.cjs"),ie=require("./chat/chat-message.cjs"),re=require("./chat/chat-document-message.cjs"),ce=require("./chat/chat.cjs"),oe=require("./chat/chat-profile-avatar.cjs"),ae=require("./chat/chat-input-text.cjs"),ne={button:e.buttonRecipe,iconButton:T.iconButtonRecipe,heading:t.headingRecipe,switchRecipe:i.switchRecipe,text:r.textRecipe,textarea:c.textareaRecipe,formControl:o.formControlRecipe,formHelperText:a.formHelperTextRecipe,input:q.inputRecipe,inputAddon:g.inputAddonRecipe,inputGroup:d.inputGroupRecipe,tableGroupTitle:N.tableGroupTitleRecipe,tableEmptyRow:I.tableEmptyRowRecipe,tableContainer:L.tableContainerRecipe,illustration:P.illustrationRecipe,buttonFilter:D.buttonFilterRecipe,phoneNumberInput:O.phoneNumberInputRecipe,icon:_.iconRecipe,flag:Z.flagRecipe,avatarGroup:Y.avatarGroupRecipe,tabsChip:ee.tabsChipRecipe,checkboxGroup:te.checkboxGroupRecipe,chatMessage:ie.chatMessageRecipe,chatTextInput:ae.chatTextInputRecipe,chatDocumentMessage:re.chatDocumentMessageRecipe,chatProfileAvatar:oe.chatProfileAvatarRecipe},pe={drawer:n.drawerRecipe,radioButtonGroup:C.radioButtonGroupRecipe,radioGroup:x.radioGroupRecipe,accordion:p.accordionRecipe,formLabel:u.formLabelRecipe,checkbox:s.checkboxRecipe,datepicker:h.datepickerRecipe,tabs:l.tabsRecipe,tag:m.tagRecipe,statusTagSelect:B.statusTagSelectRecipe,select:R.selectRecipe,selectLanguage:V.selectLanguageRecipe,chip:v.chipRecipe,actionCard:G.actionCardRecipe,tooltip:f.tooltipRecipe,alert:k.alertRecipe,table:w.tableRecipe,breadcrumb:S.breadcrumbRecipe,popover:M.popoverRecipe,pagination:A.paginationRecipe,productCardCatalog:y.productCardCatalogRecipe,switchCard:E.switchCardRecipe,radioCardGroup:F.radioCardGroupRecipe,checkboxCard:H.checkboxCardRecipe,combobox:j.comboboxRecipe,collapsible:z.collapsibleRecipe,appNavigation:J.appNavigationRecipe,mobileNavigation:K.mobileNavigationRecipe,dialog:U.dialogRecipe,appNavigationLanguageSelect:Q.appNavigationLanguageSelectRecipe,avatar:W.avatarRecipe,menu:X.menuRecipe,priceTag:$.priceTagRecipe,chat:ce.chatRecipe,highlightedInput:b.highlightedInputRecipe};exports.recipes=ne;exports.slotRecipes=pe;
2
2
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sources":["../../../src/theme/recipes/index.ts"],"sourcesContent":["import { buttonRecipe } from './button'\nimport { headingRecipe } from './heading'\nimport { switchRecipe } from './switch'\nimport { textRecipe } from './text'\nimport { textareaRecipe } from './textarea'\nimport { formControlRecipe } from './form/control'\nimport { formHelperTextRecipe } from './form/helper-text'\nimport { drawerRecipe } from './drawer'\nimport { accordionRecipe } from './accordion'\nimport { formLabelRecipe } from './form/label'\nimport { checkboxRecipe } from './checkbox'\nimport { tabsRecipe } from './tabs'\nimport { selectRecipe } from './select'\nimport { inputRecipe } from './input'\nimport { highlightedInputRecipe } from './highlightedInput'\nimport { inputAddonRecipe } from './input-addon'\nimport { inputGroupRecipe } from './input-group'\nimport { datepickerRecipe } from './datepicker'\nimport { tagRecipe } from './tag'\nimport { radioButtonGroupRecipe } from './radio-button-group'\nimport { radioGroupRecipe } from './radio-group'\nimport { chipRecipe } from './chip'\nimport { actionCardRecipe } from './action-card'\nimport { iconButtonRecipe } from './icon-button'\nimport { tooltipRecipe } from './tooltip'\nimport { alertRecipe } from './alert'\nimport { tableRecipe } from './table'\nimport { tableGroupTitleRecipe } from './table-group-title'\nimport { tableEmptyRowRecipe } from './table-empty-row'\nimport { tableContainerRecipe } from './table-container'\nimport { breadcrumbRecipe } from './breadcrumb'\nimport { popoverRecipe } from './popover'\nimport { paginationRecipe } from './pagination'\nimport { statusTagSelectRecipe } from './status-tag-select'\nimport { productCardCatalogRecipe } from './app/product-card-catalog'\nimport { illustrationRecipe } from './illustration'\nimport { buttonFilterRecipe } from './button-filter'\nimport { switchCardRecipe } from './switch-card'\nimport { radioCardGroupRecipe } from './radio-card-group'\nimport { checkboxCardRecipe } from './checkbox-card'\nimport { comboboxRecipe } from './combobox'\nimport { phoneNumberInputRecipe } from './phone-number-input'\nimport { iconRecipe } from './icon'\nimport { collapsibleRecipe } from './collapsible'\nimport { appNavigationRecipe } from './app/navigation'\nimport { appNavigationLanguageSelectRecipe } from './app/navigation-language-select'\nimport { dialogRecipe } from './dialog'\nimport { selectLanguageRecipe } from './select-language'\nimport { avatarRecipe } from './avatar'\nimport { menuRecipe } from './menu'\nimport { avatarGroupRecipe } from './avatar-group'\nimport { flagRecipe } from './flag'\nimport { priceTagRecipe } from './app/price-tag'\nimport { tabsChipRecipe } from './tabs-chip'\nimport { checkboxGroupRecipe } from '~/theme/recipes/checkbox-group'\nimport { chatMessageRecipe } from '~/theme/recipes/chat/chat-message.ts'\nimport { chatDocumentMessageRecipe } from '~/theme/recipes/chat/chat-document-message.ts'\nimport { chatRecipe } from '~/theme/recipes/chat/chat.ts'\nimport { chatProfileAvatarRecipe } from '~/theme/recipes/chat/chat-profile-avatar.ts'\nimport { chatTextInputRecipe } from '~/theme/recipes/chat/chat-input-text.ts'\n\nexport const recipes = {\n button: buttonRecipe,\n iconButton: iconButtonRecipe,\n heading: headingRecipe,\n switchRecipe,\n text: textRecipe,\n textarea: textareaRecipe,\n formControl: formControlRecipe,\n formHelperText: formHelperTextRecipe,\n input: inputRecipe,\n inputAddon: inputAddonRecipe,\n inputGroup: inputGroupRecipe,\n tableGroupTitle: tableGroupTitleRecipe,\n tableEmptyRow: tableEmptyRowRecipe,\n tableContainer: tableContainerRecipe,\n illustration: illustrationRecipe,\n buttonFilter: buttonFilterRecipe,\n phoneNumberInput: phoneNumberInputRecipe,\n icon: iconRecipe,\n flag: flagRecipe,\n avatarGroup: avatarGroupRecipe,\n tabsChip: tabsChipRecipe,\n checkboxGroup: checkboxGroupRecipe,\n chatMessage: chatMessageRecipe,\n chatTextInput: chatTextInputRecipe,\n chatDocumentMessage: chatDocumentMessageRecipe,\n chatProfileAvatar: chatProfileAvatarRecipe,\n}\n\nexport const slotRecipes = {\n drawer: drawerRecipe,\n radioButtonGroup: radioButtonGroupRecipe,\n radioGroup: radioGroupRecipe,\n accordion: accordionRecipe,\n formLabel: formLabelRecipe,\n checkbox: checkboxRecipe,\n datepicker: datepickerRecipe,\n tabs: tabsRecipe,\n tag: tagRecipe,\n statusTagSelect: statusTagSelectRecipe,\n select: selectRecipe,\n selectLanguage: selectLanguageRecipe,\n chip: chipRecipe,\n actionCard: actionCardRecipe,\n tooltip: tooltipRecipe,\n alert: alertRecipe,\n table: tableRecipe,\n breadcrumb: breadcrumbRecipe,\n popover: popoverRecipe,\n pagination: paginationRecipe,\n productCardCatalog: productCardCatalogRecipe,\n switchCard: switchCardRecipe,\n radioCardGroup: radioCardGroupRecipe,\n checkboxCard: checkboxCardRecipe,\n combobox: comboboxRecipe,\n collapsible: collapsibleRecipe,\n appNavigation: appNavigationRecipe,\n dialog: dialogRecipe,\n appNavigationLanguageSelect: appNavigationLanguageSelectRecipe,\n avatar: avatarRecipe,\n menu: menuRecipe,\n priceTag: priceTagRecipe,\n chat: chatRecipe,\n highlightedInput: highlightedInputRecipe,\n}\n"],"names":["recipes","buttonRecipe","iconButtonRecipe","headingRecipe","switchRecipe","textRecipe","textareaRecipe","formControlRecipe","formHelperTextRecipe","inputRecipe","inputAddonRecipe","inputGroupRecipe","tableGroupTitleRecipe","tableEmptyRowRecipe","tableContainerRecipe","illustrationRecipe","buttonFilterRecipe","phoneNumberInputRecipe","iconRecipe","flagRecipe","avatarGroupRecipe","tabsChipRecipe","checkboxGroupRecipe","chatMessageRecipe","chatTextInputRecipe","chatDocumentMessageRecipe","chatProfileAvatarRecipe","slotRecipes","drawerRecipe","radioButtonGroupRecipe","radioGroupRecipe","accordionRecipe","formLabelRecipe","checkboxRecipe","datepickerRecipe","tabsRecipe","tagRecipe","statusTagSelectRecipe","selectRecipe","selectLanguageRecipe","chipRecipe","actionCardRecipe","tooltipRecipe","alertRecipe","tableRecipe","breadcrumbRecipe","popoverRecipe","paginationRecipe","productCardCatalogRecipe","switchCardRecipe","radioCardGroupRecipe","checkboxCardRecipe","comboboxRecipe","collapsibleRecipe","appNavigationRecipe","dialogRecipe","appNavigationLanguageSelectRecipe","avatarRecipe","menuRecipe","priceTagRecipe","chatRecipe","highlightedInputRecipe"],"mappings":"27DA6DaA,GAAU,CACrB,OAAQC,EAAAA,aACR,WAAYC,EAAAA,iBACZ,QAASC,EAAAA,cAAA,aACTC,EAAAA,aACA,KAAMC,EAAAA,WACN,SAAUC,EAAAA,eACV,YAAaC,EAAAA,kBACb,eAAgBC,EAAAA,qBAChB,MAAOC,EAAAA,YACP,WAAYC,EAAAA,iBACZ,WAAYC,EAAAA,iBACZ,gBAAiBC,EAAAA,sBACjB,cAAeC,EAAAA,oBACf,eAAgBC,EAAAA,qBAChB,aAAcC,EAAAA,mBACd,aAAcC,EAAAA,mBACd,iBAAkBC,EAAAA,uBAClB,KAAMC,EAAAA,WACN,KAAMC,EAAAA,WACN,YAAaC,EAAAA,kBACb,SAAUC,EAAAA,eACV,cAAeC,GAAAA,oBACf,YAAaC,GAAAA,kBACb,cAAeC,GAAAA,oBACf,oBAAqBC,GAAAA,0BACrB,kBAAmBC,GAAAA,uBACrB,EAEaC,GAAc,CACzB,OAAQC,EAAAA,aACR,iBAAkBC,EAAAA,uBAClB,WAAYC,EAAAA,iBACZ,UAAWC,EAAAA,gBACX,UAAWC,EAAAA,gBACX,SAAUC,EAAAA,eACV,WAAYC,EAAAA,iBACZ,KAAMC,EAAAA,WACN,IAAKC,EAAAA,UACL,gBAAiBC,EAAAA,sBACjB,OAAQC,EAAAA,aACR,eAAgBC,EAAAA,qBAChB,KAAMC,EAAAA,WACN,WAAYC,EAAAA,iBACZ,QAASC,EAAAA,cACT,MAAOC,EAAAA,YACP,MAAOC,EAAAA,YACP,WAAYC,EAAAA,iBACZ,QAASC,EAAAA,cACT,WAAYC,EAAAA,iBACZ,mBAAoBC,EAAAA,yBACpB,WAAYC,EAAAA,iBACZ,eAAgBC,EAAAA,qBAChB,aAAcC,EAAAA,mBACd,SAAUC,EAAAA,eACV,YAAaC,EAAAA,kBACb,cAAeC,EAAAA,oBACf,OAAQC,EAAAA,aACR,4BAA6BC,EAAAA,kCAC7B,OAAQC,EAAAA,aACR,KAAMC,EAAAA,WACN,SAAUC,EAAAA,eACV,KAAMC,GAAAA,WACN,iBAAkBC,EAAAA,sBACpB"}
1
+ {"version":3,"file":"index.cjs","sources":["../../../src/theme/recipes/index.ts"],"sourcesContent":["import { buttonRecipe } from './button'\nimport { headingRecipe } from './heading'\nimport { switchRecipe } from './switch'\nimport { textRecipe } from './text'\nimport { textareaRecipe } from './textarea'\nimport { formControlRecipe } from './form/control'\nimport { formHelperTextRecipe } from './form/helper-text'\nimport { drawerRecipe } from './drawer'\nimport { accordionRecipe } from './accordion'\nimport { formLabelRecipe } from './form/label'\nimport { checkboxRecipe } from './checkbox'\nimport { tabsRecipe } from './tabs'\nimport { selectRecipe } from './select'\nimport { inputRecipe } from './input'\nimport { highlightedInputRecipe } from './highlightedInput'\nimport { inputAddonRecipe } from './input-addon'\nimport { inputGroupRecipe } from './input-group'\nimport { datepickerRecipe } from './datepicker'\nimport { tagRecipe } from './tag'\nimport { radioButtonGroupRecipe } from './radio-button-group'\nimport { radioGroupRecipe } from './radio-group'\nimport { chipRecipe } from './chip'\nimport { actionCardRecipe } from './action-card'\nimport { iconButtonRecipe } from './icon-button'\nimport { tooltipRecipe } from './tooltip'\nimport { alertRecipe } from './alert'\nimport { tableRecipe } from './table'\nimport { tableGroupTitleRecipe } from './table-group-title'\nimport { tableEmptyRowRecipe } from './table-empty-row'\nimport { tableContainerRecipe } from './table-container'\nimport { breadcrumbRecipe } from './breadcrumb'\nimport { popoverRecipe } from './popover'\nimport { paginationRecipe } from './pagination'\nimport { statusTagSelectRecipe } from './status-tag-select'\nimport { productCardCatalogRecipe } from './app/product-card-catalog'\nimport { illustrationRecipe } from './illustration'\nimport { buttonFilterRecipe } from './button-filter'\nimport { switchCardRecipe } from './switch-card'\nimport { radioCardGroupRecipe } from './radio-card-group'\nimport { checkboxCardRecipe } from './checkbox-card'\nimport { comboboxRecipe } from './combobox'\nimport { phoneNumberInputRecipe } from './phone-number-input'\nimport { iconRecipe } from './icon'\nimport { collapsibleRecipe } from './collapsible'\nimport { appNavigationRecipe } from './app/navigation'\nimport { mobileNavigationRecipe } from './app/mobile-navigation'\nimport { appNavigationLanguageSelectRecipe } from './app/navigation-language-select'\nimport { dialogRecipe } from './dialog'\nimport { selectLanguageRecipe } from './select-language'\nimport { avatarRecipe } from './avatar'\nimport { menuRecipe } from './menu'\nimport { avatarGroupRecipe } from './avatar-group'\nimport { flagRecipe } from './flag'\nimport { priceTagRecipe } from './app/price-tag'\nimport { tabsChipRecipe } from './tabs-chip'\nimport { checkboxGroupRecipe } from '~/theme/recipes/checkbox-group'\nimport { chatMessageRecipe } from '~/theme/recipes/chat/chat-message.ts'\nimport { chatDocumentMessageRecipe } from '~/theme/recipes/chat/chat-document-message.ts'\nimport { chatRecipe } from '~/theme/recipes/chat/chat.ts'\nimport { chatProfileAvatarRecipe } from '~/theme/recipes/chat/chat-profile-avatar.ts'\nimport { chatTextInputRecipe } from '~/theme/recipes/chat/chat-input-text.ts'\n\nexport const recipes = {\n button: buttonRecipe,\n iconButton: iconButtonRecipe,\n heading: headingRecipe,\n switchRecipe,\n text: textRecipe,\n textarea: textareaRecipe,\n formControl: formControlRecipe,\n formHelperText: formHelperTextRecipe,\n input: inputRecipe,\n inputAddon: inputAddonRecipe,\n inputGroup: inputGroupRecipe,\n tableGroupTitle: tableGroupTitleRecipe,\n tableEmptyRow: tableEmptyRowRecipe,\n tableContainer: tableContainerRecipe,\n illustration: illustrationRecipe,\n buttonFilter: buttonFilterRecipe,\n phoneNumberInput: phoneNumberInputRecipe,\n icon: iconRecipe,\n flag: flagRecipe,\n avatarGroup: avatarGroupRecipe,\n tabsChip: tabsChipRecipe,\n checkboxGroup: checkboxGroupRecipe,\n chatMessage: chatMessageRecipe,\n chatTextInput: chatTextInputRecipe,\n chatDocumentMessage: chatDocumentMessageRecipe,\n chatProfileAvatar: chatProfileAvatarRecipe,\n}\n\nexport const slotRecipes = {\n drawer: drawerRecipe,\n radioButtonGroup: radioButtonGroupRecipe,\n radioGroup: radioGroupRecipe,\n accordion: accordionRecipe,\n formLabel: formLabelRecipe,\n checkbox: checkboxRecipe,\n datepicker: datepickerRecipe,\n tabs: tabsRecipe,\n tag: tagRecipe,\n statusTagSelect: statusTagSelectRecipe,\n select: selectRecipe,\n selectLanguage: selectLanguageRecipe,\n chip: chipRecipe,\n actionCard: actionCardRecipe,\n tooltip: tooltipRecipe,\n alert: alertRecipe,\n table: tableRecipe,\n breadcrumb: breadcrumbRecipe,\n popover: popoverRecipe,\n pagination: paginationRecipe,\n productCardCatalog: productCardCatalogRecipe,\n switchCard: switchCardRecipe,\n radioCardGroup: radioCardGroupRecipe,\n checkboxCard: checkboxCardRecipe,\n combobox: comboboxRecipe,\n collapsible: collapsibleRecipe,\n appNavigation: appNavigationRecipe,\n mobileNavigation: mobileNavigationRecipe,\n dialog: dialogRecipe,\n appNavigationLanguageSelect: appNavigationLanguageSelectRecipe,\n avatar: avatarRecipe,\n menu: menuRecipe,\n priceTag: priceTagRecipe,\n chat: chatRecipe,\n highlightedInput: highlightedInputRecipe,\n}\n"],"names":["recipes","buttonRecipe","iconButtonRecipe","headingRecipe","switchRecipe","textRecipe","textareaRecipe","formControlRecipe","formHelperTextRecipe","inputRecipe","inputAddonRecipe","inputGroupRecipe","tableGroupTitleRecipe","tableEmptyRowRecipe","tableContainerRecipe","illustrationRecipe","buttonFilterRecipe","phoneNumberInputRecipe","iconRecipe","flagRecipe","avatarGroupRecipe","tabsChipRecipe","checkboxGroupRecipe","chatMessageRecipe","chatTextInputRecipe","chatDocumentMessageRecipe","chatProfileAvatarRecipe","slotRecipes","drawerRecipe","radioButtonGroupRecipe","radioGroupRecipe","accordionRecipe","formLabelRecipe","checkboxRecipe","datepickerRecipe","tabsRecipe","tagRecipe","statusTagSelectRecipe","selectRecipe","selectLanguageRecipe","chipRecipe","actionCardRecipe","tooltipRecipe","alertRecipe","tableRecipe","breadcrumbRecipe","popoverRecipe","paginationRecipe","productCardCatalogRecipe","switchCardRecipe","radioCardGroupRecipe","checkboxCardRecipe","comboboxRecipe","collapsibleRecipe","appNavigationRecipe","mobileNavigationRecipe","dialogRecipe","appNavigationLanguageSelectRecipe","avatarRecipe","menuRecipe","priceTagRecipe","chatRecipe","highlightedInputRecipe"],"mappings":"q+DA8DaA,GAAU,CACrB,OAAQC,EAAAA,aACR,WAAYC,EAAAA,iBACZ,QAASC,EAAAA,cAAA,aACTC,EAAAA,aACA,KAAMC,EAAAA,WACN,SAAUC,EAAAA,eACV,YAAaC,EAAAA,kBACb,eAAgBC,EAAAA,qBAChB,MAAOC,EAAAA,YACP,WAAYC,EAAAA,iBACZ,WAAYC,EAAAA,iBACZ,gBAAiBC,EAAAA,sBACjB,cAAeC,EAAAA,oBACf,eAAgBC,EAAAA,qBAChB,aAAcC,EAAAA,mBACd,aAAcC,EAAAA,mBACd,iBAAkBC,EAAAA,uBAClB,KAAMC,EAAAA,WACN,KAAMC,EAAAA,WACN,YAAaC,EAAAA,kBACb,SAAUC,GAAAA,eACV,cAAeC,GAAAA,oBACf,YAAaC,GAAAA,kBACb,cAAeC,GAAAA,oBACf,oBAAqBC,GAAAA,0BACrB,kBAAmBC,GAAAA,uBACrB,EAEaC,GAAc,CACzB,OAAQC,EAAAA,aACR,iBAAkBC,EAAAA,uBAClB,WAAYC,EAAAA,iBACZ,UAAWC,EAAAA,gBACX,UAAWC,EAAAA,gBACX,SAAUC,EAAAA,eACV,WAAYC,EAAAA,iBACZ,KAAMC,EAAAA,WACN,IAAKC,EAAAA,UACL,gBAAiBC,EAAAA,sBACjB,OAAQC,EAAAA,aACR,eAAgBC,EAAAA,qBAChB,KAAMC,EAAAA,WACN,WAAYC,EAAAA,iBACZ,QAASC,EAAAA,cACT,MAAOC,EAAAA,YACP,MAAOC,EAAAA,YACP,WAAYC,EAAAA,iBACZ,QAASC,EAAAA,cACT,WAAYC,EAAAA,iBACZ,mBAAoBC,EAAAA,yBACpB,WAAYC,EAAAA,iBACZ,eAAgBC,EAAAA,qBAChB,aAAcC,EAAAA,mBACd,SAAUC,EAAAA,eACV,YAAaC,EAAAA,kBACb,cAAeC,EAAAA,oBACf,iBAAkBC,EAAAA,uBAClB,OAAQC,EAAAA,aACR,4BAA6BC,EAAAA,kCAC7B,OAAQC,EAAAA,aACR,KAAMC,EAAAA,WACN,SAAUC,EAAAA,eACV,KAAMC,GAAAA,WACN,iBAAkBC,EAAAA,sBACpB"}