@stokelp/ui 2.97.0 → 2.99.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 (43) hide show
  1. package/dist/components/app/index.d.ts +1 -0
  2. package/dist/components/app/mobile-navigation/MobileNavigation.cjs +2 -0
  3. package/dist/components/app/mobile-navigation/MobileNavigation.cjs.map +1 -0
  4. package/dist/components/app/mobile-navigation/MobileNavigation.d.ts +17 -0
  5. package/dist/components/app/mobile-navigation/MobileNavigation.js +19 -0
  6. package/dist/components/app/mobile-navigation/MobileNavigation.js.map +1 -0
  7. package/dist/components/app/mobile-navigation/index.d.ts +2 -0
  8. package/dist/components/chat/ChatDocumentMessage.js +1 -1
  9. package/dist/components/checkbox/Checkbox.js +3 -3
  10. package/dist/components/checkbox-card/CheckboxCard.js +2 -2
  11. package/dist/components/drawer/Drawer.js +1 -1
  12. package/dist/components/pagination/use-pagination.cjs.map +1 -1
  13. package/dist/components/pagination/use-pagination.js +1 -1
  14. package/dist/components/pagination/use-pagination.js.map +1 -1
  15. package/dist/components/radio-card-group/RadioCardGroup.js +1 -1
  16. package/dist/components/switch-card/SwitchCard.js +2 -2
  17. package/dist/components/table/Table.js +3 -3
  18. package/dist/components/table/TableProvider.js +3 -3
  19. package/dist/index.cjs +1 -1
  20. package/dist/index.js +169 -167
  21. package/dist/index.js.map +1 -1
  22. package/dist/node_modules/@pandacss/shared/dist/index.cjs.map +1 -1
  23. package/dist/node_modules/@pandacss/shared/dist/index.js.map +1 -1
  24. package/dist/node_modules/@zag-js/utils/dist/index.cjs.map +1 -1
  25. package/dist/node_modules/@zag-js/utils/dist/index.js.map +1 -1
  26. package/dist/node_modules/deepmerge/dist/cjs.js +1 -1
  27. package/dist/node_modules/deepmerge/dist/cjs.js.map +1 -1
  28. package/dist/node_modules/lodash/lodash.cjs +7 -14
  29. package/dist/node_modules/lodash/lodash.cjs.map +1 -1
  30. package/dist/node_modules/lodash/lodash.js +1282 -1273
  31. package/dist/node_modules/lodash/lodash.js.map +1 -1
  32. package/dist/theme/recipes/app/mobile-navigation.cjs +2 -0
  33. package/dist/theme/recipes/app/mobile-navigation.cjs.map +1 -0
  34. package/dist/theme/recipes/app/mobile-navigation.d.ts +2 -0
  35. package/dist/theme/recipes/app/mobile-navigation.js +110 -0
  36. package/dist/theme/recipes/app/mobile-navigation.js.map +1 -0
  37. package/dist/theme/recipes/index.cjs +1 -1
  38. package/dist/theme/recipes/index.cjs.map +1 -1
  39. package/dist/theme/recipes/index.d.ts +1 -0
  40. package/dist/theme/recipes/index.js +60 -58
  41. package/dist/theme/recipes/index.js.map +1 -1
  42. package/dist/ui.css +1 -1
  43. package/package.json +15 -21
package/dist/index.js CHANGED
@@ -1,178 +1,180 @@
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 d, parseColor as C, parseDate as g, useAccordion as T } from "@ark-ui/react";
3
+ import { formatPhoneNumber as h, formatPhoneNumberIntl as I, getCountries as P, getCountryCallingCode as A, isPossiblePhoneNumber as D, isSupportedCountry as v, isValidPhoneNumber as w, parsePhoneNumber as B } from "react-phone-number-input";
4
4
  /* empty css */
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 { Button as H } from "./components/button/Button.js";
8
- import { Checkbox as M, CheckboxGroup as E } from "./components/checkbox/Checkbox.js";
9
- import { Drawer as j, DrawerBody as q, DrawerCloseTrigger as z, DrawerContent as J, DrawerContext as K, DrawerFooter as O, DrawerHeader as Q, DrawerTitle as U, DrawerTrigger as W } from "./components/drawer/Drawer.js";
10
- import { FormControl as Y } from "./components/form/FormControl.js";
11
- import { FormLabel as _ } from "./components/form/FormLabel.js";
12
- import { FormHelperText as ro } from "./components/form/FormHelperText.js";
13
- import { Heading as to } from "./components/heading/Heading.js";
14
- import { Switch as po } from "./components/switch/Switch.js";
15
- import { Text as io } from "./components/text/Text.js";
16
- import { Textarea as xo } from "./components/textarea/Textarea.js";
17
- import { Tabs as so, TabsChip as lo, TabsContent as uo, TabsList as co, TabsTrigger as Co } from "./components/tabs/Tabs.js";
18
- import { Select as To } from "./components/select/Select.js";
19
- import { SelectLanguage as ho } from "./components/select-language/SelectLanguage.js";
20
- import { Input as Po } from "./components/input/Input.js";
21
- import { Highlight as Do, HighlightedInput as wo, InputSlot as vo, Renderer as Bo, Root as yo } from "./components/input/HighlightedInput.js";
22
- import { InputAddon as Ro } from "./components/input/InputAddon.js";
23
- import { InputGroup as So } from "./components/input/InputGroup.js";
24
- import { PhoneNumberInput as Fo } from "./components/input/PhoneNumberInput.js";
25
- import { Box as Ho } from "./components/box/Box.js";
26
- import { DatePicker as Mo } from "./components/date-picker/DatePicker.js";
27
- import { Tag as Vo } from "./components/tag/Tag.js";
28
- import { RadioButtonGroup as qo, RadioButtonGroupItem as zo, RadioButtonGroupLabel as Jo } from "./components/radio-button-group/RadioButtonGroup.js";
29
- import { RadioGroup as Oo, RadioGroupItem as Qo, RadioGroupLabel as Uo } from "./components/radio-group/RadioGroup.js";
30
- import { Chip as Xo, ChipAvatar as Yo, ChipClearTrigger as Zo, ChipLabel as _o } from "./components/chip/Chip.js";
31
- import { ActionCard as rr, ActionCardDescription as er, ActionCardTitle as tr } from "./components/action-card/ActionCard.js";
32
- import { IconButton as pr } from "./components/icon-button/IconButton.js";
33
- import { Tooltip as ir } from "./components/tooltip/Tooltip.js";
34
- import { Alert as xr } from "./components/alert/Alert.js";
35
- import { Table as sr, TableContainer as lr, TableEmptyRow as ur, TableGroupTitle as cr, Tbody as dr, Td as Cr, Th as gr, Thead as Tr, Tr as br } from "./components/table/Table.js";
36
- import { Breadcrumb as Ir, BreadcrumbItem as Pr, BreadcrumbLink as Ar } from "./components/breadcrumb/Breadcrumb.js";
37
- import { Popover as wr, PopoverAnchor as vr, PopoverCloseTrigger as Br, PopoverContent as yr, PopoverContext as Gr, PopoverTrigger as Rr } from "./components/popover/Popover.js";
38
- import { Pagination as Sr } from "./components/pagination/Pagination.js";
39
- import { Illustration as Fr } from "./components/illustration/Illustration.js";
40
- import { ButtonFilter as Hr } from "./components/button-filter/ButtonFilter.js";
41
- import { StatusTagSelect as Mr } from "./components/status-tag-select/StatusTagSelect.js";
42
- import * as r from "./components/switch-card/namespace.js";
43
- import * as e from "./components/radio-card-group/namespace.js";
44
- import * as t from "./components/checkbox-card/namespace.js";
45
- import { Combobox as Vr } from "./components/combobox/Combobox.js";
46
- import { Icon as qr } from "./components/icon/Icon.js";
47
- import * as a from "./components/collapsible/styled.js";
48
- import * as p from "./components/dialog/styled.js";
49
- import * as m from "./components/avatar/styled.js";
5
+ import { preset as G } from "./preset.js";
6
+ import { Accordion as L, AccordionItem as N, AccordionItemContent as S, AccordionItemIndicator as F, AccordionItemTrigger as k } from "./components/accordion/Accordion.js";
7
+ import { ActionCard as $, ActionCardDescription as M, ActionCardTitle as E } from "./components/action-card/ActionCard.js";
8
+ import { Alert as j } from "./components/alert/Alert.js";
9
+ import * as r from "./components/app/navigation/AppNavigation.js";
10
+ import { AppNavigationLanguageSelect as z } from "./components/app/navigation/language-select/AppNavigationLanguageSelect.js";
11
+ import * as e from "./components/avatar/styled.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
+ import * as t from "./components/chat/Chat.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
+ import * as a from "./components/checkbox-card/namespace.js";
23
+ import { Chip as lo, ChipAvatar as uo, ChipClearTrigger as co, ChipLabel as Co } from "./components/chip/Chip.js";
24
+ import * as p from "./components/collapsible/styled.js";
25
+ import { Combobox as To } from "./components/combobox/Combobox.js";
26
+ import { DatePicker as ho } from "./components/date-picker/DatePicker.js";
27
+ import * as m from "./components/dialog/styled.js";
28
+ import { Drawer as Po, DrawerBody as Ao, DrawerCloseTrigger as Do, DrawerContent as vo, DrawerContext as wo, DrawerFooter as Bo, DrawerHeader as yo, DrawerTitle as Go, DrawerTrigger as Ro } from "./components/drawer/Drawer.js";
29
+ import { Flag as No, FlagCountryCodes as So } from "./components/flag/styled.js";
30
+ import { FormControl as ko } from "./components/form/FormControl.js";
31
+ import { FormHelperText as $o } from "./components/form/FormHelperText.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";
50
41
  import * as i from "./components/menu/Menu.js";
51
- import { Flag as Jr, FlagCountryCodes as Kr } from "./components/flag/styled.js";
52
- import * as n from "./components/chat/Chat.js";
53
- import { ChatMessage as Qr } from "./components/chat/ChatMessage.js";
54
- import { ChatDocumentMessage as Wr } from "./components/chat/ChatDocumentMessage.js";
55
- import { ChatProfileAvatar as Yr } from "./components/chat/ChatProfileAvatar.js";
56
- import { ChatTextInput as _r } from "./components/chat/ChatTextInput.js";
57
- import { PriceTag as re } from "./components/app/price-tag/PriceTag.js";
42
+ import * as n from "./components/app/mobile-navigation/MobileNavigation.js";
43
+ import { Pagination as ir } from "./components/pagination/Pagination.js";
44
+ import { PhoneNumberInput as xr } from "./components/input/PhoneNumberInput.js";
45
+ import { Popover as sr, PopoverAnchor as lr, PopoverCloseTrigger as ur, PopoverContent as cr, PopoverContext as dr, PopoverTrigger as Cr } from "./components/popover/Popover.js";
46
+ import { PriceTag as Tr } from "./components/app/price-tag/PriceTag.js";
58
47
  import * as x from "./components/app/product-card-catalog/styled.js";
59
- import * as f from "./components/app/navigation/AppNavigation.js";
60
- import { AppNavigationLanguageSelect as te } from "./components/app/navigation/language-select/AppNavigationLanguageSelect.js";
48
+ import { RadioButtonGroup as hr, RadioButtonGroupItem as Ir, RadioButtonGroupLabel as Pr } from "./components/radio-button-group/RadioButtonGroup.js";
49
+ import * as f from "./components/radio-card-group/namespace.js";
50
+ import { RadioGroup as Dr, RadioGroupItem as vr, RadioGroupLabel as wr } from "./components/radio-group/RadioGroup.js";
51
+ import { Select as yr } from "./components/select/Select.js";
52
+ import { SelectLanguage as Rr } from "./components/select-language/SelectLanguage.js";
53
+ import { StatusTagSelect as Nr } from "./components/status-tag-select/StatusTagSelect.js";
54
+ import { Switch as Fr } from "./components/switch/Switch.js";
55
+ import * as s from "./components/switch-card/namespace.js";
56
+ import { Table as Hr, TableContainer as $r, TableEmptyRow as Mr, TableGroupTitle as Er, Tbody as Vr, Td as jr, Th as qr, Thead as zr, Tr as Jr } from "./components/table/Table.js";
57
+ import { Tabs as Or, TabsChip as Qr, TabsContent as Ur, TabsList as Wr, TabsTrigger as Xr } from "./components/tabs/Tabs.js";
58
+ import { Tag as Zr } from "./components/tag/Tag.js";
59
+ import { Text as oe } from "./components/text/Text.js";
60
+ import { Textarea as ee } from "./components/textarea/Textarea.js";
61
+ import { Tooltip as ae } from "./components/tooltip/Tooltip.js";
61
62
  export {
62
- R as Accordion,
63
- L as AccordionItem,
63
+ L as Accordion,
64
+ N as AccordionItem,
64
65
  S as AccordionItemContent,
65
- N as AccordionItemIndicator,
66
- F as AccordionItemTrigger,
67
- rr as ActionCard,
68
- er as ActionCardDescription,
69
- tr as ActionCardTitle,
70
- xr as Alert,
71
- f as AppNavigation,
72
- te as AppNavigationLanguageSelect,
73
- m as Avatar,
74
- Ho as Box,
75
- Ir as Breadcrumb,
76
- Pr as BreadcrumbItem,
77
- Ar as BreadcrumbLink,
78
- H as Button,
79
- Hr as ButtonFilter,
80
- n as Chat,
81
- Wr as ChatDocumentMessage,
82
- Qr as ChatMessage,
83
- Yr as ChatProfileAvatar,
84
- _r as ChatTextInput,
85
- M as Checkbox,
86
- t as CheckboxCard,
87
- E as CheckboxGroup,
88
- Xo as Chip,
89
- Yo as ChipAvatar,
90
- Zo as ChipClearTrigger,
91
- _o as ChipLabel,
92
- a as Collapsible,
93
- Vr as Combobox,
94
- Mo as DatePicker,
95
- p as Dialog,
96
- j as Drawer,
97
- q as DrawerBody,
98
- z as DrawerCloseTrigger,
99
- J as DrawerContent,
100
- K as DrawerContext,
101
- O as DrawerFooter,
102
- Q as DrawerHeader,
103
- U as DrawerTitle,
104
- W as DrawerTrigger,
105
- Jr as Flag,
106
- Kr as FlagCountryCodes,
107
- Y as FormControl,
108
- ro as FormHelperText,
109
- _ as FormLabel,
110
- to as Heading,
111
- Do as Highlight,
112
- wo as HighlightedInput,
113
- qr as Icon,
114
- pr as IconButton,
115
- Fr as Illustration,
116
- Po as Input,
117
- Ro as InputAddon,
118
- So as InputGroup,
119
- vo as InputSlot,
66
+ F as AccordionItemIndicator,
67
+ k as AccordionItemTrigger,
68
+ $ as ActionCard,
69
+ M as ActionCardDescription,
70
+ E as ActionCardTitle,
71
+ j as Alert,
72
+ r as AppNavigation,
73
+ z as AppNavigationLanguageSelect,
74
+ e as Avatar,
75
+ K as Box,
76
+ Q as Breadcrumb,
77
+ U as BreadcrumbItem,
78
+ W as BreadcrumbLink,
79
+ Y as Button,
80
+ _ as ButtonFilter,
81
+ t as Chat,
82
+ ro as ChatDocumentMessage,
83
+ to as ChatMessage,
84
+ po as ChatProfileAvatar,
85
+ io as ChatTextInput,
86
+ xo as Checkbox,
87
+ a as CheckboxCard,
88
+ fo as CheckboxGroup,
89
+ lo as Chip,
90
+ uo as ChipAvatar,
91
+ co as ChipClearTrigger,
92
+ Co as ChipLabel,
93
+ p as Collapsible,
94
+ To as Combobox,
95
+ ho as DatePicker,
96
+ m as Dialog,
97
+ Po as Drawer,
98
+ Ao as DrawerBody,
99
+ Do as DrawerCloseTrigger,
100
+ vo as DrawerContent,
101
+ wo as DrawerContext,
102
+ Bo as DrawerFooter,
103
+ yo as DrawerHeader,
104
+ Go as DrawerTitle,
105
+ Ro as DrawerTrigger,
106
+ No as Flag,
107
+ So as FlagCountryCodes,
108
+ ko as FormControl,
109
+ $o as FormHelperText,
110
+ Eo as FormLabel,
111
+ jo as Heading,
112
+ zo as Highlight,
113
+ Jo as HighlightedInput,
114
+ Wo as Icon,
115
+ Yo as IconButton,
116
+ _o as Illustration,
117
+ rr as Input,
118
+ tr as InputAddon,
119
+ pr as InputGroup,
120
+ Ko as InputSlot,
120
121
  i as Menu,
121
- Sr as Pagination,
122
- Fo as PhoneNumberInput,
123
- wr as Popover,
124
- vr as PopoverAnchor,
125
- Br as PopoverCloseTrigger,
126
- yr as PopoverContent,
127
- Gr as PopoverContext,
128
- Rr as PopoverTrigger,
129
- re as PriceTag,
122
+ n as MobileNavigation,
123
+ ir as Pagination,
124
+ xr as PhoneNumberInput,
125
+ sr as Popover,
126
+ lr as PopoverAnchor,
127
+ ur as PopoverCloseTrigger,
128
+ cr as PopoverContent,
129
+ dr as PopoverContext,
130
+ Cr as PopoverTrigger,
131
+ Tr as PriceTag,
130
132
  x as ProductCardCatalog,
131
- qo as RadioButtonGroup,
132
- zo as RadioButtonGroupItem,
133
- Jo as RadioButtonGroupLabel,
134
- e as RadioCardGroup,
135
- Oo as RadioGroup,
136
- Qo as RadioGroupItem,
137
- Uo as RadioGroupLabel,
138
- Bo as Renderer,
139
- yo as Root,
140
- To as Select,
141
- ho as SelectLanguage,
142
- Mr as StatusTagSelect,
143
- po as Switch,
144
- r as SwitchCard,
145
- sr as Table,
146
- lr as TableContainer,
147
- ur as TableEmptyRow,
148
- cr as TableGroupTitle,
149
- so as Tabs,
150
- lo as TabsChip,
151
- uo as TabsContent,
152
- co as TabsList,
153
- Co as TabsTrigger,
154
- Vo as Tag,
155
- dr as Tbody,
156
- Cr as Td,
157
- io as Text,
158
- xo as Textarea,
159
- gr as Th,
160
- Tr as Thead,
161
- ir as Tooltip,
162
- br 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,
133
+ hr as RadioButtonGroup,
134
+ Ir as RadioButtonGroupItem,
135
+ Pr as RadioButtonGroupLabel,
136
+ f as RadioCardGroup,
137
+ Dr as RadioGroup,
138
+ vr as RadioGroupItem,
139
+ wr as RadioGroupLabel,
140
+ Oo as Renderer,
141
+ Qo as Root,
142
+ yr as Select,
143
+ Rr as SelectLanguage,
144
+ Nr as StatusTagSelect,
145
+ Fr as Switch,
146
+ s as SwitchCard,
147
+ Hr as Table,
148
+ $r as TableContainer,
149
+ Mr as TableEmptyRow,
150
+ Er as TableGroupTitle,
151
+ Or as Tabs,
152
+ Qr as TabsChip,
153
+ Ur as TabsContent,
154
+ Wr as TabsList,
155
+ Xr as TabsTrigger,
156
+ Zr as Tag,
157
+ Vr as Tbody,
158
+ jr as Td,
159
+ oe as Text,
160
+ ee as Textarea,
161
+ qr as Th,
162
+ zr as Thead,
163
+ ae as Tooltip,
164
+ Jr as Tr,
165
+ c as createListCollection,
166
+ d as createToaster,
167
+ h as formatPhoneNumber,
168
+ I as formatPhoneNumberIntl,
169
+ P as getCountries,
170
+ A as getCountryCallingCode,
171
+ D as isPossiblePhoneNumber,
172
+ v as isSupportedCountry,
171
173
  w as isValidPhoneNumber,
172
- d as parseColor,
173
- C as parseDate,
174
- v as parsePhoneNumber,
175
- y as preset,
176
- g as useAccordion
174
+ C as parseColor,
175
+ g as parseDate,
176
+ B as parsePhoneNumber,
177
+ G as preset,
178
+ T as useAccordion
177
179
  };
178
180
  //# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}