@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.
- package/dist/components/app/index.d.ts +1 -0
- package/dist/components/app/mobile-navigation/MobileNavigation.cjs +2 -0
- package/dist/components/app/mobile-navigation/MobileNavigation.cjs.map +1 -0
- package/dist/components/app/mobile-navigation/MobileNavigation.d.ts +17 -0
- package/dist/components/app/mobile-navigation/MobileNavigation.js +19 -0
- package/dist/components/app/mobile-navigation/MobileNavigation.js.map +1 -0
- package/dist/components/app/mobile-navigation/index.d.ts +2 -0
- package/dist/components/chat/ChatDocumentMessage.js +1 -1
- package/dist/components/checkbox/Checkbox.js +3 -3
- package/dist/components/checkbox-card/CheckboxCard.js +2 -2
- package/dist/components/drawer/Drawer.js +1 -1
- package/dist/components/pagination/use-pagination.cjs.map +1 -1
- package/dist/components/pagination/use-pagination.js +1 -1
- package/dist/components/pagination/use-pagination.js.map +1 -1
- package/dist/components/radio-card-group/RadioCardGroup.js +1 -1
- package/dist/components/switch-card/SwitchCard.js +2 -2
- package/dist/components/table/Table.js +3 -3
- package/dist/components/table/TableProvider.js +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.js +169 -167
- package/dist/index.js.map +1 -1
- package/dist/node_modules/@pandacss/shared/dist/index.cjs.map +1 -1
- package/dist/node_modules/@pandacss/shared/dist/index.js.map +1 -1
- package/dist/node_modules/@zag-js/utils/dist/index.cjs.map +1 -1
- package/dist/node_modules/@zag-js/utils/dist/index.js.map +1 -1
- package/dist/node_modules/deepmerge/dist/cjs.js +1 -1
- package/dist/node_modules/deepmerge/dist/cjs.js.map +1 -1
- package/dist/node_modules/lodash/lodash.cjs +7 -14
- package/dist/node_modules/lodash/lodash.cjs.map +1 -1
- package/dist/node_modules/lodash/lodash.js +1282 -1273
- package/dist/node_modules/lodash/lodash.js.map +1 -1
- package/dist/theme/recipes/app/mobile-navigation.cjs +2 -0
- package/dist/theme/recipes/app/mobile-navigation.cjs.map +1 -0
- package/dist/theme/recipes/app/mobile-navigation.d.ts +2 -0
- package/dist/theme/recipes/app/mobile-navigation.js +110 -0
- package/dist/theme/recipes/app/mobile-navigation.js.map +1 -0
- package/dist/theme/recipes/index.cjs +1 -1
- package/dist/theme/recipes/index.cjs.map +1 -1
- package/dist/theme/recipes/index.d.ts +1 -0
- package/dist/theme/recipes/index.js +60 -58
- package/dist/theme/recipes/index.js.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +15 -21
package/dist/index.js
CHANGED
|
@@ -1,178 +1,180 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { createListCollection as
|
|
3
|
-
import { formatPhoneNumber as
|
|
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
|
|
6
|
-
import { Accordion as
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import
|
|
10
|
-
import {
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import
|
|
23
|
-
import {
|
|
24
|
-
import
|
|
25
|
-
import {
|
|
26
|
-
import { DatePicker as
|
|
27
|
-
import
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
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
|
|
52
|
-
import
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
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
|
|
60
|
-
import
|
|
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
|
-
|
|
63
|
-
|
|
63
|
+
L as Accordion,
|
|
64
|
+
N as AccordionItem,
|
|
64
65
|
S as AccordionItemContent,
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
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
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
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
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
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
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|